
/* ****************************************** GLOBAL ****************************************** */

* {
	/* top right bottom left */
	margin: 0;
	padding: 0;
	border: 0;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

table {
	width: 100%; 
	border: #FFFFFF solid 0px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #727272;
	text-decoration: underline;
}

a:active {
	color: #727272;
	text-decoration: underline;
}

html, body { 
	height: 100%;
	background: #939393;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 12px;
	color: #FFFFFF;
}


/* ****************************************** ID's ****************************************** */

#box {
	width: 800px;
	margin: auto auto auto auto;
}

#header-line {
	width: 800px;
	height: 3px;
	background: url(../pix/header-line.png);
	overflow: hidden;
}

#logo {
	width: 242px;
	height: 55px;
	background: url(../pix/logo.png);
	overflow: hidden;
	float: left;
}

#button-bg {
	width: 800px;
	height: 55px;
	background: url(../pix/button-bg.png);
	float: left;
}

#header {
	width: 800px;
	height: 100px;
	background: url(../pix/header.png);
	float: left;
}

#content-box {
	width: 800px;
	height: 542px;
	background: url(../pix/content-bg.png) repeat-x;
	float: left;
}

#content-header {
	width: 800px;
	height: 45px;
	background: url(../pix/content-header.png);
}

#submenu {
	width: 170px;
	height: 542px;
	float: left;
}

#content {
	width: 630px;
	height: 497px;
	background: url(../pix/content-line-vertical.png) repeat-y;
	float: left;
	overflow: auto;
}


/* ****************************************** CLASSES ****************************************** */

.button1 {
	width: 89px;
	height: 55px;
	background: url(../pix/button1.png);
	float: left;
}

.button1:hover, .button1:active {
	width: 89px;
	height: 55px;
	background: url(../pix/button1-pressed.png);
	float: left;
}

.button1-pressed {
	width: 89px;
	height: 55px;
	background: url(../pix/button1-pressed.png);
	float: left;
}

.button2 {
	width: 89px;
	height: 55px;
	background: url(../pix/button2.png);
	float: left;
}

.button2:hover, .button2:active {
	width: 89px;
	height: 55px;
	background: url(../pix/button2-pressed.png);
	float: left;
}

.button2-pressed {
	width: 89px;
	height: 55px;
	background: url(../pix/button2-pressed.png);
	float: left;
}

.button3 {
	width: 89px;
	height: 55px;
	background: url(../pix/button3.png);
	float: left;
}

.button3:hover, .button3:active {
	width: 89px;
	height: 55px;
	background: url(../pix/button3-pressed.png);
	float: left;
}

.button3-pressed {
	width: 89px;
	height: 55px;
	background: url(../pix/button3-pressed.png);
	float: left;
}

.button4 {
	width: 89px;
	height: 55px;
	background: url(../pix/button4.png);
	float: left;
}

.button4:hover, .button4:active {
	width: 89px;
	height: 55px;
	background: url(../pix/button4-pressed.png);
	float: left;
}

.button4-pressed {
	width: 89px;
	height: 55px;
	background: url(../pix/button4-pressed.png);
	float: left;
}

.button5 {
	width: 89px;
	height: 55px;
	background: url(../pix/button5.png);
	float: left;
}

.button5:hover, .button5:active {
	width: 89px;
	height: 55px;
	background: url(../pix/button5-pressed.png);
	float: left;
}

.button5-pressed {
	width: 89px;
	height: 55px;
	background: url(../pix/button5-pressed.png);
	float: left;
}


.racetable {
	border-collapse: collapse;
}

.racetd {
	border-top: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
}

.racetracks {
	width: 110px;
	height: 50px;
	margin-left: 50px;
	margin-right: 15px;
	float: left;
}

.racemenu {
	margin-left: 170px;
	margin-top: -17px;
	margin-right: 15px;
	text-align: center;
}

.row {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	border-bottom: solid #FFFFFF 1px;
}

.center {
	padding-left: 50px;
	padding-right: 50px;	
	text-align: center;
}

.justify {
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px;	
}

.padded {
	padding-left: 50px;
	padding-right: 50px;
}

.right-align {
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
}

.left-align {
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}

.blockquote {
	padding-left: 15px;
}

.image {
	border: solid #000000 1px;
}

.h1 {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 16px;
	font-weight: bold;
}

.h2 {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 14px;
	font-weight: bold;
}

.h3 {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 13px;
	font-weight: bold;
}

.h4 {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 12px;
	font-weight: bold;
}

.submenuName {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 15px;
	font-weight: bold;
	color: #3F7EB1;
	padding-left: 40px;
	padding-top: 20px;
}

ul.submenulist {
	padding-left: 60px;
	padding-top: 25px;
	padding-right: 20px;
}

ul.submenulist li {
	list-style-image: url(../pix/icon.png);}

ul.seriesmenulist {
	padding-top: 5px;
	padding-left: 20px;
}

ul.seriesmenulist li {
	list-style-image: url(../pix/icon.png);}

.error {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;	
}

.mailmsg {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 12px;
	font-weight: bold;
	padding-left: 50px;
}

.button {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
	
.input {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
}


