 /* HTML Tags */

body {
	background-color: #ffffff;
	margin-width: 0;
	margin-height: 0;
	margin-top: 0;
	margin-left: 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #603913;
	background-image: url(/art/header/bkg_left_menu.gif);
	background-repeat: repeat-y;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3E4C52;
}

a:link {
	color : #CC0000;
	text-decoration : none;
}
a:visited {
	color : #CC0000;
	text-decoration : none;
}
a:hover {
	color : #CC0000;
	text-decoration : underline;
}

textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
}

.tableMain {
	border: 1px solid #790000;
	background-color: #ECE9D8;
}
.tableMain td {
	font-weight: normal;
	color: #603913;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.tableMain th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 3px;
	font-weight: normal;
	border-bottom: 1px solid #666666;
	text-align: center;
	background-color: #CC0000;
}

.tableCalendar {
	border: 0px solid #999999;
	background-color: #EEEEEE;
}
.tableCalendar td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #999999;
	font-weight: normal;
	padding: 1px;
}
.tableCalendar th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #999999;
	border: .01em solid #e6e6e6;
	color: #FFFFFF;
}

.tableRedTop {
	background-color: #FFF4EA;
}
.tableRedTop th {
	background-color: #CC0000;
}
.tableRedTop td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #603913;
	font-weight: normal;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #E6DDD2;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

/* main menu */
#mainMenu {
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	margin-left: 1.5em;
	color: #603913;
	width:130px;
	text-align: left; 
}

#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#mainMenu li {
	border-bottom: 1px solid #790000;
	margin: 0;
	padding: .8em 0 0 0;
}

#mainMenu li a {
	display: block;
	padding: 3px 3px 3px 3px;
	color: #603913;
	text-decoration: none;
	width: 100%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC0000;
}

html>body #mainMenu li a {
	width: auto;
}

#mainMenu li a:hover {
	background-color: #93714C;
	color: #fff;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #603913;
}


/* Layers */
#topmenu {
	position:absolute;
	left:50%;
	margin-left:-200px;
	top:59px;
	z-index:10;
}

.blueTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3867B1;
	letter-spacing: 0.18em;
	font-weight: bold;
	line-height: 1.8em;
}
.spacedText {
	line-height: 1.5em;
}

.bullTable {
	border-collapse: collapse;
}
.bullTable td {
	padding-top: 10px;
	padding-left: 2px;
}
.bullScores {
	border-collapse: collapse;
}
.bullScores td {
	font-weight: normal;
	color: #333333;
	padding: 4px;
	border: 1px solid #333;
}

