﻿/* Hack for IE to display the margin on #right properly */
* html #right
{
	width: 597px;
}

/* Body Styles */

body
{
	margin: 20px;
	background: #3d3d3d;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.5em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
 
a img
{
	border:none;
}
 
p
{
	margin: 5px 0 5px;
	padding: 0;
}
p a 
{
	text-decoration:underline;
}


h1, h1 a
{
	margin: 1px 0 0 0;
	padding-bottom: 2px;
	color: #ffcc00;
	font-size: 15px;
	border-bottom: 1px solid #ffcc00;
	background: inherit;
}
h2, h2 a
{
	margin: 1px 0 0 0;
	padding-bottom: 2px;
	color: #ffcc00;
	font-size: 13px;
	background: inherit;
}

h1.center, h1.center a
{
 font-size:17px;
 text-align:center;
 padding-bottom:8px;
 border-bottom:0px;
}
a
{
	color: #fff;
	text-decoration: none;
	background: inherit;
}
a:hover
{
	color: #ffcc00;
	text-decoration: none;
	background: inherit;
}
ul
{
	color: #fff;
	list-style-type: none;
	padding-left: 10px;
	margin: 0 0 5px;
	background: inherit;
}
li
{
	font-weight: normal;
	
	padding: 0;
}

blockquote
{
	width: 30em;
	margin: 0 0 0 10px;
	padding: 5px;
	border-left: 1px solid #666;
}

/* Main box  surrounding everything*/
#outer
{
	margin: 0 auto;
	width: 760px;
	overflow: auto;
	border: 1px solid #222;
	background-color: #333;
	color: #fff;
}

/* Below is everything inside of #outer*/

/* The path box e.g. /root/path */

#location
{
	margin: 5px 5px 0;
	padding: 0 2px 0 2px;
	background: inherit;
	color: #666;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	font-size: 11px;
}

/* The left column (nav) */

#left
{
	margin: 0;
	float: left;
	width: 145px;
}

/* The right column (content) */

#content
{
	clear:left;
	text-align:left;
	float: right;
	margin: 0 5px;
	width: 600px;
}

#right a
{
	color: #ffcc00;
	text-decoration: none;
	background-color: inherit;
}

/* Div classes Styles */

div .orange /* This is the orange bars that are on top of the main box and navs */
{
	height: 5px;
	border-bottom: 1px solid #222;
	background-color: #fc0;
	color: inherit;
	font-size: 0;
}

.navouter
{
	border: 1px solid #222;
	width: auto;
	margin: 5px 0px 5px 5px;
	background-color: #727272;
	color: inherit;
}

.navheader
{
	background-color: #666;
	color: inherit;
	width: auto;
	border-bottom: 1px solid #222;
	padding: 2px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

.navcontent
{
	padding: 5px;
	margin: 0 0 0 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #727272;
	overflow: hidden;
}
.navcontent dd
{
		font-weight: normal;
		padding: 0px;
		margin: 0px 0px 0px 10px;

}

/* This is for inserting code */
.code
{
	margin: 0 0 5px 10px;
	padding: 10px;
	width: 30em;
	font-family: helvetica, monospace;
	font-size: 11px;
	line-height: 150%;
	background-color: #333;
	color: inherit;
	border: 1px dotted #666;
}

.htimeauth
{
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	color: #666;
	background-color: inherit;
	
}
.wallheader
{
	background-color: #666;
	color: inherit;
	width: auto;
	border-bottom: 1px solid #222;
	padding: 2px;
	margin: 0px 3px 0px 3px;
	text-align: center;
	font-weight: bold;
}

.wallcontent
{
	padding: 5px;
	margin: 0px 3px 0px 3px;
	color: #fff;
	font-weight: bold;
	background-color: #727272;	
}
.liteTextboxText
{
	margin-top:3px;
	color:Gray;
}
.walllink
{
	
	color:White; 
	font-size:10px; 
	border-bottom:0px solid red;
}
/*race page*/
.RacePage dt
{
	padding-top:6px;
	padding-bottom:3px;
	font-weight:bolder;
	
}
.RacePage dd a
{
 border-bottom:dotted 1px #ffcc00;
	
	
}