/* Sub Pages */

.sub-results {
	background: url(../images/content_box_bg.gif);
	background-repeat: repeat;
	background-color: #333333;
	color: black;
	width: 95%;
	height: 300px;
	border: 3px solid red;
	margin: 0 0 5px 15px;
}

#race-results {
	padding-bottom: 10%;
}

#nhra-main {
	width: 80%;
	padding-bottom: 20%;
}

#main-schedule {
	width: 40%;
}

#irl-main {
	width: 80%;
	padding-bottom: 8%;
}

#arca-main {
	width: 80%;
	padding-bottom: 8%;
}

#tracks {
	width: 40%;
	height: 330px;
	float: left;
	padding-bottom: 2%;
}

#drivers {
	width: 40%;
	float: right;
	margin-right: 20px;
	clear: right;
	padding-bottom: 5%;
	background-color: red;
}

#driver-details {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 16%;
	background-color: red;
}

.sub-results .driver-website {
	text-align: left;
	padding: 5px 0px 5px 5px;
}

.sub-results .driver-website a {
	font-size: 14px;
	text-decoration: underline;
	color: white;
}

.sub-results .driver-website a:hover {
	text-decoration: none;
}

.sub-results h2, h4 {
	margin: 0;
	font-weight: bold;
}

.sub-results h2 {
	color: white;
	text-align: center;
	padding: 5px 0 5px 0;
}

.sub-results .links {
	text-align: right;
	padding: 0 5px 5px 0px;
}

.sub-results .links a {
	font-size: 12px;
	text-decoration: underline;
	color: white;
}

.sub-results .links a:hover {
	text-decoration: none;
}

.subpage-index-box {
	width: 40%;
	color: white;
	float: left;
	margin: 0 15px 0 5px;
	background-color: #999999;
}

.subpage-index-box div {

}

.nascar-index-box {
	width: 30%;
	color: white;
	float: left;
	margin: 0 15px 0 5px;
	background-color: #999999;
}

.nascar-index-box div {
	
}

.subpage-tr { background: top right url(../images/subpage_tr.gif) no-repeat; }
.subpage-br { background: bottom right url(../images/subpage_br.gif) no-repeat; }
.subpage-bl { background: bottom left url(../images/subpage_bl.gif) no-repeat; }
.subpage-tl { background: top left url(../images/subpage_tl.gif) no-repeat; }

.subpage-white-tr { background: top right url(../images/subpage_white_tr.gif) no-repeat; }
.subpage-white-br { background: bottom right url(../images/subpage_white_br.gif) no-repeat; }
.subpage-white-bl { background: bottom left url(../images/subpage_white_bl.gif) no-repeat; }
.subpage-white-tl { background: top left url(../images/subpage_white_tl.gif) no-repeat; }

.series-name {
	background-color: red;
	color: black;
	font-weight: bold;
	text-align: center;
}

.series-name h3 {
	margin: 0;
	padding: 0;
}

.color-row-one {
	background-color: #808080;
	padding: 5px;
}

.color-row-two {
	background-color: #5A5A5A;
	padding: 5px;
}