/*---------------------
THE BASICS
---------------------*/
body {
	padding: 0;
	margin: 0;
	background: #e0e0e0 url('images/logo-background.gif') repeat;
	font: 12px arial, helvetica, sans serif;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #003263;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
p {
	text-indent:30px;
}
/*---------------------
THE HEADER
---------------------*/
#banner {
	border: 0;
	position: relative;
	top: 27px;
	width: 100%;
	height: 169px;/*170*/
	*height: 238px;
	background: #FFFFFF url('level2-background-mac.gif') repeat;
	*background: #FFFFFF url('level2-background-ie.gif') repeat;
}
/*---------------------
THE MENUS
---------------------*/
#nav {
	position: absolute;
	top: 92px;
	left: 0;
	margin: 0;
	padding: 0;
}
#nav li.on ul, #nav li.off ul {
	margin: 0;
	padding: 0;
}
#nav a {
	text-decoration: none;
}
#nav li { /*float the main list items*/
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}
#nav li ul {
	display: none;
}
#nav li.off ul, #nav li.on ul { /*put the subnav below*/
	position: absolute;
	/*put the subnav below*/
	top: 25px;
	*top: 30px; /*reposition for IE*/
	left: 0;
	padding: 0;
	margin: 0;
	background: #003263;
	height: 25px;
	*height: 30px; /*reposition for IE*/
	width: 750px;
}
#nav li a {
	color: #5C80A9;
	font-weight: bold;
	display: block;
	height: 15px;
	width: auto;
	*width:135px; /*IE only*/
	background: #5C80A9;
	padding: 5px 8px;
	color: #ffffff;
	align:center;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}
#nav li.on a {
	background: #003263;
	color: #ffffff;
}
#nav li.on ul a, #nav li.off ul a {
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: #ffffff;
	width: auto;
	margin: 0px;
}
#nav li.on ul {
	display: block;
}
#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}
#nav li a:hover{
	text-decoration:underline;
	color:#ffff00;
}
#nav li.off a:hover, #nav li.off:hover a, #nav li.over a {
	background: #ED1C24;

}
/*no rounding on level 3*/
#nav li ul li#lev3on a, #nav li ul li#lev3 a{
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;	
}
#nav li ul li#lev3on a:visited,
#nav li ul li#lev3on a:hover,
#nav li ul li#lev3on a:link{
	color:#ffff00;
	text-decoration:none;
}
	
#nav li ul li#lev3 a:link,#nav li ul li#lev3 a:visited{	text-decoration:none;
	color:#ffffff;}
#nav li ul li#lev3 a:hover {	text-decoration:underline;
	color:#ffff00;}

/*top menus*/

#level1 {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #5C80A9;
	border-bottom: solid 1px #ED1C24;
	z-index:5;
}
#level1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#level1 li { /* all list items */
	padding: 3px;
	float: left;
	position: relative;
	width: auto;
	background: #5C80A9;
	font-weight: bold;
	color: #ffffff;
	padding-right: 20px;
}
head:first-child+body #level1 ul li ul { /* second-level lists for non-IE*/
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
}
head:first-child+body #level1 li:hover ul{ /* lists nested under hovered list items non-IE*/
	border: 0;
	display: block;
	width: 113px;
	background: #5C80A9;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	text-align:left;
}
li ul { /* second-level lists for IE*/
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
}
li.over1 ul { /* lists nested under hovered list items for IE*/
	border: 0;
	display: block;
	width: 113px;
	background: #5C80A9;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	text-align:left;
}
#level1 li:hover ul, #level li.over1 ul, #level1 a { /* lists nested under hovered list items */
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#level1 li:hover ul, #level li.over1 ul, #level1 a:hover { /* lists nested under hovered list items */
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#level1 li ul li#pull a:link,#level1 li ul li#pull a:visited{	text-decoration:none;
	color:#ffffff;}
#level1 li ul li#pull a:hover {	text-decoration:underline;
	color:#ffff00;}


/*---------------------
THE GENERAL CONTENT
---------------------*/
#content {
	padding: 10px;
	margin: 0;
	position: relative;
	background: #D2DAEB;
	z-index:1;
}
h1 {
	padding: 0;
	margin: 0;
	color: #ED1C24;
	font-family:arial,helvetica;
	font-size: 27px;
	line-height: 35px;
}
h2 {
	padding: 0;
	margin: 0;
	color: #003263;
	font-family:arial,helvetica;
	font-size: 26px;
	line-height: 32px;
}
h3 {
	padding: 0;
	margin: 0;
	color: #ED1C24;
	font-family:arial,helvetica;
	font-size: 22px;
	line-height: 28px;
}
h4 {
	padding: 0;
	margin: 0;
	color: #003263;
	font-family:arial,helvetica;
	font-size: 21px;
	line-height: 24px;
}
h5 {
	padding: 0;
	margin: 0;
	color: #003263;
	font-family:arial,helvetica;
	font-size: 17px;
	line-height: 20px;
}

.error{
	color:#FF0000;
	font-weight:bold;
}

/*---------------------
THE INDEX
---------------------*/
#content #upcoming {
	padding: 0;
	margin: 0;
	width: 800px;
}
#content #bannerads {
	padding: 0;
	margin: 10px 0;
	height: 90px;
	width: 750px;
	text-align:center;
}
#content #columns {
	padding: 0;
	margin: 0;
	width: 750px;
}
#content #columns #left {
	padding: 0;
	margin: 0;
	position: absolute;
	width: 200px;
}
#content #columns #left #login {
	padding: 5px;
	margin: 0 0 10px 0;
	border: solid 1px #8691B8;
	position: relative;
	width: 188px;
	*width: 200px;
	background: #D3DAF2;
}
#login #logged{
	color:#003263;
	text-align:center;
}
#login form {
	padding: 0;
	margin: 0;
}
#login form .field {
	width: 188px;
}
#login a {
	font-size: 11px;
	font-weight: normal;
}
#help {
	background-color: #ccc;	-moz-border-radius: 12px;	-webkit-border-radius: 12px;	border: 1px solid #000;	padding: 10px;
	text-align:center; 
}
#content #columns #left #indextextads {
	padding: 0;
	margin: 0;
	position: relative;
	width: 180px;
}
#content #columns #right {
	padding: 0;
	margin: 0;
	position: relative;
	left: 210px;
	width: 540px;
}
#content #columns #right #scores {
	padding: 5px;
	margin: 0 0 10px 0;
	border: solid 1px #d0d0d0;
	position: relative;
	width: 528px;
	*width: 540px;
	background: #000000;
	color:#FFFF00;
}
#content #columns #right #scores a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFF00;
}
#content #columns #right #scores a{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#content #columns #right #news {
	padding: 0;
	margin: 0;
	position: relative;
	width: 540px;
}
#news #message{
	background: #E4E9F7;
	padding: 5px;
	margin: 0 0 25px 0;
}
#news #header{
	background: #8691B8;
	padding: 5px;
	margin: 0;
	font: 13px arial, helvetica, sans serif;
	font-weight: bold;
	line-height: 20px;
	color: #ED1C24;
}
#news #header #timestamp {
	font-style: italic;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
/*---------------------
THE MAIN CONTENT
---------------------*/
#content #textads {
	padding: 0;
	margin: 20px 0 0 0;
	position: absolute;
	width: 200px;
	z-index:2;
}
#content #main {
	padding: 0;
	margin: 0;
	position: relative;
	left: 190px;     /*was 210*/
	width: 540px;
}
/*---------------------
THE TABLES
---------------------*/
table {
	font: 12px arial, helvetica, sans serif;
	font-weight: normal;
	line-height: 20px;
}
table td {
	border: 0;
	font-family: arial, helvetica, sans serif; 
	font-size: 12px; 
	color: #000000; 
	line-height: 23px
}
table #row-header td {
	background: #8691B8;
	padding: 0 4px;
	margin: 0;
	font: 12px arial, helvetica, sans serif;
	font-weight: bold;
	line-height: 20px;
	color: #ED1C24;	
}
table #row-dark, .rowalt{
	background: #b0b8ff;
	text-align:center;
	white-space:nowrap;
	padding: 2px;
}
table #row-light, .row {
	background: #E4E9F7;
	text-align:center;
	white-space:nowrap;
	padding: 2px;
}
.grey-light td{
	background:#d4d4d4;
	text-align:center;
	white-space:nowrap;
	color:#7f7f7f;
}
.grey-dark td{
	background:#cccccc;
	text-align:center;
	white-space:nowrap;
	color:#7f7f7f;
}
table #color1, table tr .color1 td{
	color: #FFFFFF;
	background: #ED1C24;
	border: none;
}
table #color2, table tr .color2 td{
	color: #FFFFFF;
	background: #003263;
	border: none;
}
table #messcontent{
	background:#F6D3A9;
	border:none;
}
.head td{
	color: #FFFFFF;
	background-color: #003263; 
	text-align:center; 
	font-weight:bolder;
	font-size:larger;
}
.totals td{
	color: #FFFFFF;
	background-color: #003263; 
	text-align:center; 
	font-weight:bolder;
}


/*used for sanctioned tournament,registration,tourninfo.php,etc. color scheme*/
#results tbody tr td {line-height: 18px; padding: 5px; margin: 0px}

#results tbody tr.categories td {line-height: 18px; background: #BCD5E6; border-bottom: solid 1px #ABCEE6; margin: 0px; text-align: center; font-weight: bold; border-right: 0px}

#results tbody tr.shaded td {background: #C9DAE6; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.shadeddark td {background: #b1c1cd; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.beige td {background: #fff2cd; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.beigedark td {background: #ece1be; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.pink td {background: #ffc0b2; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.pinkdark td {background: #eab0a3; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.gray td {background: #d4d4d4; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.graydark td {background: #c6c6c6; margin: 0px;vertical-align:top; border-right: solid 1px}

#results tbody tr.totals td {background: #003263; color: #FFFFFF; text-align:center; margin: 0px}

#results tbody td.end-cell {border-right: 0px}

/*---------------------
THE FOOTER
---------------------*/
#footer {
	width:100%;
	padding: 5px;
	margin: 0;
	border: 0;
	background: #ED1C24;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	position:relative;
	z-index:4;
}
#footer a {
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold
}
#footer a:hover {
	text-decoration: underline;
}
#google {
	padding: 10px;
	margin: 0;
	border: 0;
	text-align: center;
	font-size: 10px;
	position:relative;
	background-color:#003263;
	color:#ffffff;
	z-index:3;
}