@charset "UTF-8";

body {
	background-color: #222;
	background-image: url('../images/bg_rule_red.gif');
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-small; /*for IE5/Win */
	font-size: small; /*for compliant browsers */
	color: #CCC;/*#A0A0A4;*/
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
html>body {
	font-size: small;
} /* be nice to Opera */


/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 {
	font-size: 165%;
	text-align: left;
	color: #fff;
	margin-top: 15px;/*	line-height: 0.8em;*/
}
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 780px;
	
}
#header {
	text-align: left;
	padding-left: 0.5em;
	line-height: 20px;
}
#content, #sidebar {
	float: left;
	text-align: left;
}
#content {
	width: 257px;
	margin-right: 5px;
}
#sidebar {
	width: 460px;
	margin-top: 0;
}
.SpryHiddenRegion {
	visibility: hidden;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#races {
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
	font-size: 100%;
}
#races td, #races th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.375em 0.375em;
	text-align: left;
}
#races tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#races tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#races tr.notinfocus { background-color:#fff; }
#races tr.selected { color:#fc0; }
#races tbody { margin-top: 0; }

.even { background-color: #222; }

.rowHover {
	color: #000;
	background-color: #777;
	cursor: pointer;
}

.rowSelected { color: #fc0; }

.raceinfo {
	width: 700px;
	margin-left: 250px;
}

.boximage {
	float: left;
	background-color: white;
}

.jsEnabled #raceListing {
	display: none;
}

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	height: 75px;
	background-color: #696969;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
 
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #ccc;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url('../images/bg_grad_gray1.gif') repeat-x;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: url('../images/blt_panel_exp.gif') no-repeat left 50%;
} 
.AccordionPanelContent {
	height: 360px;
	overflow: auto;
	font-size: 100%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 { background: url('../images/blt_panel_clps.gif') no-repeat left 50%; }
.AccordionPanelContent div {
	margin: 5px 8px;
	cursor: default;
}
.AccordionPanelContent a { color: #36F; }
.AccordionPanelContent a:hover { color: #fc0; }

/* Navigation Classes
----------------------------------------------- */
 .return a {
	text-decoration: none;
	font-size: 60%;
	font-weight: normal;
	margin-left: 24px;
	padding-left: 16px;
}

.return a:link { color: #fff; background: url('../images/btn_return_link.gif') no-repeat left 50%; }
.return a:visited { color: #fff; background: url('../images/btn_return_link.gif') no-repeat left 50%; }
.return a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url('../images/btn_return_hover.gif') no-repeat left 50%;
}
.return a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff; 
	background: url('../images/btn_return_link.gif') no-repeat left 50%;
	}

.racedata a:hover { color: #fc0; }
.racedata a { color: #36f; }
