/*
Fantasyracein 2010
*/

body {
	margin: 20px;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	/*
	border-bottom: 1px solid #006; 
	*/
	color: #0A0A0A;
}

a:hover {
	background: none;
	text-decoration: underline;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 910px;
	height: 172px;
	margin: 0 auto;
	background-image:url(../images/logo2008.gif);
	background-repeat:no-repeat;
	background-position: center;
}


	


/* Menu */

#menu {
	width: 910px;
	margin: 0 auto;
	padding: 0;
	background: #006;
}

/* comment out for testing
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 17px 10px 10px 22px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}
*/
/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

/* login */

#login {
	font-weight: bold;
	float:left;
	width: 220px;
	height: 20px;
	padding: 5px 0 0 5px;
}

#date {
	font-weight: bold;
	float: right;
	height: 20px;
	padding: 5px 5px 0 0;
}
	

/* Content */

#image {
	float: left;

}

#welcome {
	float: right;
	
}

#content {
	
	width: 650px;
	margin: auto 0;
	padding: 40px 0 0 0;
	text-align: left;
	float:right;
	line-height: 1.75em;
}

#content  a {
	text-decoration: none;
	color: #39F;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content p {
	text-indent: 30px;
}

/* comment out for index page
#contentForm {
	width: 910px;
	margin: auto 0;
	padding: 60px 0 0 0;
	text-align: center;
}
*/
/*driver change form*/

.formTable {
	margin: 0 auto;
	width: 700px;
	border: thin solid #006;
}

.tdForm {
	padding: 10px 10px 10px 10px;
	border-bottom: thin dashed #CCC;
	text-align:center;
}

.tdFormBottom {
	padding: 10px;
	text-align: center;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 40px 0 0 0px;
	color: #000;
}

/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #006;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

.warning {
  color: #FF0000;
}

.highlite {
	font-style: italic;
	font-weight: bold;
	color:#006;
}

.trtop {
	background-color: #000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.tableTeams {
	border: 1px solid #999999;
	text-align: center;
	font-size: 90%;
	border-collapse: collapse;	
	color: #000;
	line-height: 2.3em;
}

.tdteams {
	text-align: left;
}

.trteams {
	background-color: #CCC;
	color: #000;
}

.liteTb1 {
 border:1px solid #e1e1e1;
}
.rowLite {
 background-color: #ffff00;
}

/* Sortable tables */
table.sortable thead {
    background-color:#006;
    color:#fff;
    font-weight: bold;
    cursor: pointer;
}

.statstable {
	border: thin solid #006;
}

.tableNameAlignLeft {
	text-align: left;
}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}




