/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-image: url(images/BG_page.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
a:link {
	color: #4A4F58;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4A4F58;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin:0px;
}
h1 {
	font-size: 18px;
	color: #4a4f58;
}
h2 {
	font-size: 16px;
	color: #4a4f58;
}
h3 {
	font-size: 14px;
	color: #4a4f58;
}
h4 {
	font-size: 12px;
	color: #4a4f58;
}
h5 {
	font-size: 11px;
	color: #4a4f58;
}
h6 {
	font-size: 10px;
	color: #4a4f58;
}
input[type="text"],input[type="password"],textarea,input.txt {
	font-size:10px;
	height:12px;
}
input[type="button"],input[type="submit"],input[type="reset"] {
	font-size:10px;
	height:18px;
}
marquee {
	font-size: 10px;
}
#graybar {
	background-image:url(images/BG_greybar.gif);
	height:20px;
	padding-right:5px;
	text-align:right;
	vertical-align:middle;
}
#graybar a, #graybar a:link, #graybar a:visited, #graybar a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#graybar a:hover {
	text-decoration: none;
	color: #000000;
}
#logobar {
	background-image:url(images/BG_logobar.jpg);
	height:56px;
}
#borderall {
	border:1px solid #000000;
	background-color:#eaeaea;
}
/*#borderallIN {
	border:1px solid #000000;
	background-image:url(images/BG_interior.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}*/
#lnav {
	text-decoration: none;
	color: #4A4F58;
	background-image: url(images/BG_nav.jpg);
	text-align: right;
	vertical-align: middle;
	display: block;
	height: 19px;
	width: 100px;
	padding-right: 5px;
	padding-top:3px;
	margin-bottom:2px;
	font-weight:bold;
	list-style:none;
}
/* CSS Document */

#lnav li a {
	background-image: url(images/BG_nav.jpg);
	border : 0px; /*1px solid black;*/
	font-size: 12px; /* Best if use pixel size, will be needed to know the hieght of the button. */
	line-height: 19px; /* same as font size */
	color : #4A4F58; /*#000000;*/	
	text-decoration : none;
	/* Width and Height: Add w\idth and padding to determin the actual width...
		Use padding plus font size to determine actual height. */
	width: 150px;
	padding: 0px;
}
	
#lnav li a:hover { /* Rollover Styles */
	background-image: url(images/BG_nav.jpg);
	text-decoration: none;
	color: #000000;
}

#lnav li { /* all list items */
	color: #4A4F58;
	position : relative;
	text-decoration: none;
	background-image: url(images/BG_nav.jpg);
	text-align: right;
	vertical-align: middle;
	display: block;
	float : left; 
	margin-bottom : -1px; /*Keep at -1 so borders overlap. Change only if you want space between buttons*/
}
	
#lnav li ul { /* second-level lists */
	position : absolute;
	left: -999em; /* Don't change. It will cause the dropdowns to not work prooperly. */
	margin-left : 150px; /* Make 1 pixel greater then actual button width so borders overlap */
	margin-top : -21px; /* 0px = directly below parent. Positive number moves menu down, Negative moves it up. Add 2 pixels to button height to alight with top of parent button */
}
	
#lnav li ul ul { /* third-and-above-level lists: use in the same way as second level */
	float: left;
	left: -999em;
	position : absolute;
	left: -999em; /* Don't change. It will cause the dropdowns to not work prooperly. */
	margin-left : 150px; /* Make 1 pixel greater then actual button width so borders overlap */
	margin-top : -21px; /* 0px = directly below parent. Positive number moves menu down, Negative moves it up. Add 2 pixels to button height to alight with top of parent button */
}

/* IE garbage. Should stay the same as far as i know */
#lnav li:hover ul ul, #lnav li:hover ul ul ul, #lnav li.sfhover ul ul, #lnav li.sfhover ul ul ul {
	left: -999em;
}
	
#lnav li:hover ul, #lnav li li:hover ul, #lnav li li li:hover ul, #lnav li.sfhover ul, #lnav li li.sfhover ul, #lnav li li li.sfhover ul {
	left: auto;
}

/*VERTICLE DROPDOWN MENU*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-left:1px;
	list-style: none;
	/*float : left;*/
	text-align:right;
	color: #4A4F58;
	width : 150px; /* Keep the same as the "width" setting below. Together they make each button appear below the other. Without both, they will appear horizonal */
}

#nav li a {
	font-size:12px; /* Best if use pixel size, will be needed to know the hieght of the button. */
	color : #4A4F58;
	font-weight:bold;
	text-decoration : none;
	
	/* Width and Height: Add width and padding to determin the actual width...
		Use padding plus font size to determine actual height. */
	display : block;
	width: 140px;
	height: 19px;
	padding: 0px;
	padding-left:5px;
	padding-right: 5px;
	padding-top:1px;
	
}
	
#nav li a:hover { /* Rollover Styles */
	color:#000000;
	text-decoration: none;
	
}

#nav li { /* all list items */
	position : relative;
	/*float : left;*/
	margin-bottom : 2px; /*Keep at -1 so borders overlap. Change only if you want space between buttons*/
	
	background-image: url(images/BG_nav.jpg);
}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em; /* Don't change. It will cause the dropdowns to not work properly. */
	margin-left : 150px; /* Make 1 pixel greater then actual button width so borders overlap */
	margin-top : -20px; /* 0px = directly below parent. Positive number moves menu down, Negative moves it up. Add 2 pixels to button height to alight with top of parent button */
	z-index:20;

	

}

#nav li ul a {
	font-size:12px; /* Best if use pixel size, will be needed to know the hieght of the button. */
	color : #4A4F58;
	font-weight:bold;
	text-align: left;
	text-decoration : none;
	width: 140px;
	border:#000000 solid 1.5px;
	background-image: url(images/BG_nav_sub.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#ffdb00;
}
#nav li ul a:hover {
	color: #000000;
	width: 140px;
}

#nav li ul ul { /* second-level lists */
	position : absolute;
	left: -999em; /* Don't change. It will cause the dropdowns to not work properly. */
	margin-left : 140px; /* Make 1 pixel greater then actual button width so borders overlap */
	margin-top : -13px; /* 0px = directly below parent. Positive number moves menu down, Negative moves it up. Add 2 pixels to button height to alight with top of parent button */
	z-index:500;
}

#nav li ul ul a {
	color: #4A4F58;
	font-weight:bold;
	width: 140px;
	font-size: 12px;
}
#nav li ul ul a:hover {
	color: #000000;
}


#nav li ul ul ul { /* second-level lists */
	position : absolute;
	left: -999em; /* Don't change. It will cause the dropdowns to not work properly. */
	margin-left : 140px; /* Make 1 pixel greater then actual button width so borders overlap */
	margin-top : -27px; /* 0px = directly below parent. Positive number moves menu down, Negative moves it up. Add 2 pixels to button height to alight with top of parent button */
	z-index:500;
}

#nav li ul ul ul a {
	color: #FFFFFF;
	font-weight:bold;
	width: 150px;
	font-size:12px;
}
#nav li ul ul ul a:hover {
	color: #000000;
}



/* IE garbage. Should stay the same as far as i know */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#SPONSOR1 {
	background-image:url(images/BG_yofade.jpg);
	height:14px;
	width:150px;
	max-height:14px;
	padding:10px;
	border:1px solid #000000;
	font-weight:bold;
	text-align:left;
	margin-bottom:2px;
}
#SPONSOR2 {
	background-color:#000000;
	padding:1px;
}
#SPONSOR3 {
	color:#FFCC00;
	vertical-align: middle;
	text-align:left;
	padding-bottom: 1px;
	padding-left: 13px;
	padding-right: 5px;
	padding-top: 1px;
	display: table-cell;
	font-weight:bold;
	width:140px;
	line-height: 14px;
}
#SPONSOR3 a:link,#SPONSOR3 a:active,#SPONSOR3 a:visited{
color:#FFCC00;
text-decoration:none;
}
#SPONSOR3 a:hover{
color: #72d813;
text-decoration:none;
}
#GB {
	background-image:url(images/BG_gbfade.jpg);
	height:16px;
	padding:10px;
	border:1px solid #000000;
}
#GB a, #GB a:link, #GB a:visited, #GB a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#GB a:hover {
	text-decoration: none;
	color: #FFCC00;
}
#homecontent {
	padding: 8px;
	border-bottom: 1px solid #000000;
	border-bottom-width: 500;
	margin-bottom: 1px;
	text-align: left;
}
#stats1 td {
 border: 1px solid #000000;
 padding:2px;
}
#stats1IN td {
 border:1px solid #000000;
 padding:0px;
}
#ycell {
	background-color:#FFCC00;
	color:#000000;
	}
#graycell {
	background-color:#4a4f58;
	color:#FFFFFF;
}
#graycell a:link,a:active {
	color:#3b3b3b;
}
#graycell a:hover {
	color:#cc3300;
	text-decoration: underline;
}

#lgraycell {
	background-color:#dcdce2;
}
#lmenuitem {
	color: #4A4F58;
	text-decoration: none;
	background-image: url(/images/BG_nav.jpg);
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 16px;
	width: 145px;
	padding-right: 5px;
	padding-top:3px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:bold;
	font-size: 10px
}
table.eventDetails {
	background-color: #000000;
	border: solid 1px #000000;
}
th.eventDetails {
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	border-top: solid 1px #000000;
	border-bottom: solid 0px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #fedd02; 
	color: #EEEEEE;
	padding: 3px;			
}
td.eventDetails {
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #50545f; 
	color: #EEEEEE;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 3px;
	padding-bottom: 5px;			
	font-size: 10px;
	font-weight:bold;
}
#announcement {
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	color:#4A4F58;
	display: block;
	margin:2px;
	margin-top:2px;
	margin-bottom:2px;
	font-size: 10px;
	font-weight:bold;
}
table.dotUnder td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4A4F58;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 0px;
}

td.dotUnder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4A4F58;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 0px;
}
table.dotUnder th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #669933;
	background-image: url(/mages/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 0px;
}

th.dotUnder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #669933;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 0px;
}

TD.bottomLine {
	border-bottom : 1px solid #cccccc;
}
