* {
	padding: 0;
	margin: 0;
}	

html {
	padding: 0;
	margin: 0;
}

body {
	font-family: Times New Roman, serif;
	font-size: 10pt;
	margin: 0;
	text-align: center;
	background: #f5ffdc url('../image/bg.jpg') 50% 0 no-repeat;
}

#results {
	text-align: center;
}

#results_table {
	margin: auto;
}

#results_table td {
	padding: 10px;
	text-align: left;
}

#results_table .row0 td {
	padding: 10px;
}


#container {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#header{
	position: relative;
	height: 155px;
	width: 980px;
}

#header .hbanner{
	position: absolute;
	right: 20px;
	top: 28px;
	width: 728px;
	height: 90px;
	border: none;
	text-decoration: none;
}

img{
	border:none;
}

#menu{
	position: absolute;
	right: 0;
	top: 125px;
	color: #2d7fcc;
	padding-top:12px;
	margin-right:25px;
	font-size: 11pt;
	z-index: 10;
}

#menu a{
	color: #2d7fcc; 
	font-size: 12pt;
}

#menu a:hover{
	color: #125c9a;
}
#menu a.selected{
	color: #125c9a;
}


#mainContent{
	position: relative;
}

#today{
	position: relative;
	width: 980px;
	height: 310px;
	background: transparent url('../image/today.jpg') 0 0 no-repeat;
}

.c_date {
	color: #656566;
	font-size: 17pt;
	font-style: italic;
}

.celebration{
	color: #364905;
	font-size: 9pt;
}

#today .c_date{
	position: absolute;
	top: 16px;
	left: 168px;
	color: #656566;
	font-size: 17pt;
	font-style: italic;
}

#today .content{
	margin: 0 43px;
	margin-right: 35px;
	padding-top: 60px;
}

#today .celebration{
	float: left;
	width: 330px;
	padding-top: 10px;
	color: #364905;
	font-size: 9pt;
	text-align: left;
}

#today .names{
	float: left;
	width: 550px;
	color: #364905;
	font-size: 9pt;
	text-align: left;
	padding-top: 38px;
	margin-left: 15px;
	background: transparent url('../image/xroniapolla.gif') 0 0 no-repeat;
}

#today .names ul{
	list-style-type: none;
	float: left;
	margin-right: 40px;
}

#today .names li, #today .names li a{
	color: #105c91;
	font-size: 17pt;
	padding: 3px 0;
	text-decoration: none;
}
#today .names li a:hover{
	color: #6da000;
}


#upcoming{
	position: relative;
	width: 980px;
	height: 310px;
	background: transparent url('../image/upcoming.jpg') 0 0 no-repeat;
}

#upcoming #tomorrow{
	position: relative;
	float: left;
	margin-left: 46px;
	width: 490px;
}

#upcoming #comingup{
	position: relative;
	float: right;
	margin-right: 45px;
	padding-top: 90px;
	width: 330px;
}

#upcoming #tomorrow .c_date{
	position: absolute;
	top: 26px;
	left: 100px;
	color: #656566;
	font-size: 17pt;
	font-style: italic;
}

#upcoming #tomorrow .content{
	padding-top: 75px;
}

#upcoming #tomorrow .celebration{
	padding-top: 10px;
	color: #364905;
	font-size: 9pt;
	text-align: left;
}

#upcoming #tomorrow .names{
	color: #364905;
	font-size: 9pt;
	text-align: left;
	padding-top: 10px;
}

#upcoming #tomorrow .names ul{
	list-style-type: none;
	float: left;
	margin-right: 40px;
}

#upcoming #tomorrow .names li{
	color: #105c91;
	font-size: 14pt;
	padding: 3px 0;
	text-decoration: none;
}

#upcoming #comingup ul{
	list-style-type: none;
	float: left;
	text-align: left;
}

#upcoming #comingup li{
	color: #105c91;
	font-size: 13pt;
	padding: 3px 0;
	text-decoration: none;
}

#upcoming #comingup ul.dates{
	list-style-type: none;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	text-align: left;
}

#upcoming #comingup ul.dates li{
	color: #656565;
	font-size: 13pt;
	padding: 3px 0;
	text-decoration: none;
}


#cardContent{
	position: relative;
	width: 980px;
	height: 730px;
	background: transparent url('../image/card_bg.jpg') 0 0 no-repeat;
}

#cardContent .content{
	margin: 0 25px;
	margin-left: 30px;
	padding-top: 70px;
}

a.ovalbutton{
	background: transparent url('../image/oval-green-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #494949; /*button text color*/
}

a.ovalbutton span{
	background: transparent url('../image/oval-green-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}

#dataEntry{
	position: relative;
	padding-top: 10px;
	float: left;
	text-align: left;
	width: 200px;
	margin-left: 10px;
	height: 600px;
}

div.label{
	margin: 5px 0;
	font-weight: bold;
}

div.input{
	color: #666;
	font-size: 10pt;
}

textarea{
	background: none;
	border: 1px solid #275800;
	color: #275800;
	width: 190px;
}

#social_footer {
	float: right;
	margin-right: 40px;
}

#social_footer a {
	text-decoration: none;
	color: #0F5E96;
	font-size: 7pt;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}

#social_footer img {
	vertical-align: middle;
}

#cloud {
	margin: 20px 40px;
	padding: 20px;
	background-color: #f9ffea;
}

.cloud_size_1 {
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: #7CB005;
	text-decoration: none;
	padding: 0.1em;
}

.cloud_size_2 {
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	color: #374e02;
	text-decoration: none;
	padding: 0.1em;
}

.cloud_size_3 {
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	color: #7CB005;
	text-decoration: none;
	padding: 0.1em;
}

.cloud_size_4 {
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #374e02;
	text-decoration: none;
	padding: 0.1em;
}

.cloud_size_5 {
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
	color: #5f8605;
	text-decoration: none;
	padding: 0.1em;
}

.cloud_size_6 {
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;
	color: #7CB005;
	text-decoration: none;
	padding: 0.1em;
}

.cloud_size_7 {
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #5f8605;
	text-decoration: none;
	padding: 0.1em;
}

.cloud_size_8 {
	font-size: 20pt;
	font-weight: bold;
	font-style: normal;
	color: #374e02;
	text-decoration: none;
	padding: 0.1em;
}

.cloud_size_9 {
	font-size: 22pt;
	font-weight: normal;
	font-style: normal;
	color: #5f8605;
	text-decoration: none;
	padding: 0.1em;
}

.cloud_size_10 {
	font-size: 24pt;
	font-weight: normal;
	font-style: normal;
	color: #7CB005;
	text-decoration: none;
	padding: 0.1em;
}

#no_results, #no_results2 {
	padding: 20px;
	text-align: center;
	font-size: 18pt;
	color: #999;
	font-style: italic;
}

#loading {
	margin-top: 10px;
}
