/*  to make things easier to find, i split the style sheet 
    up. stylish.css has template data, page-style.css has 
    the main content style data */
    
a {
	font-weight:bolder;
	color:#000066;
	text-decoration:none;
	
}

a.bulletlink {
	padding-left:12px;
	background-image:url('images/arrow.gif');
	background-position:0px 3px;
	background-repeat:no-repeat;
}

div.sep {

	height:1em;
	background-color:white;
	color:white;
	border:0px;
	border-bottom:1px dotted #999999;
	width:100%;
	
	margin-bottom:1em;
}	

td, p {
	font-size:11px;
}

h1 {
	font-size:19px;
	margin:0px;
	padding:0px;
}
 
h2 {
	font-size:17px;
	font-weight:bolder;
	color:#000099;
	margin:0px;
	padding:0px;
	padding-bottom:.5em;
}

.error {
	font-weight:bold;
	color:#BB0000;
}

/** specific page styles **/

.wrap {
	margin-left:5px; 
	margin-bottom:5px; 
	text-align:center;
	
	float:right;
}

.newstitle, .rulestitle, .tracktitle, .schedulehead, .commenttitle {
	font-size:17px;
	font-weight:bolder;
	color:#000066;
}
.commenttitle, .faqtitle, .abouttitle {
	font-size:13px;
	border-top:1px dotted #999999;
	margin-top:.5em;
	font-weight:bold;
}

.classtitle {
	font-size:13px;
	border-bottom:1px dotted #999999;
	margin-bottom:.5em;
}

.classprice {
	font-size:10px;
	border-top:1px dotted #999999;
	margin-top:.5em;
	font-weight:bold;
}

.dateText, .newsinfo, .schedulesponsors, .scheduletime {
	font-size:10px;
	color:#A0a0a0;
	padding-bottom:.5em;
}

.newsbody, .trackdesc, .scheduledesc, .faqdesc, .abouttext {
	font-size:12px;
	line-height:125%;
	padding-top:.5em;

}

.faqdesc {
	padding-left:2em;	
}

.faqimage {
	float:right;
	padding:3px;
		
}

.commentdesc {

	font-size:12px;
	line-height:125%;
	padding-bottom:.5em;
}

.scheduleresults {
	font-size:12px;
	line-height:125%;
	background-color:#f0f0f0;
	border:1px solid #000066;
	padding:1em;
	margin-top:1em;
}

.mainBlackText {
	font-size:11px;
	color:black;
}

.tracklochead {
	font-weight:bold;
	font-size:13px;
	margin-top:10px;
	margin-bottom:5px;
}

.tracklocation {
	margin-left:1em;
	font-size:12px;
	
}

.trackdivhead {

	font-weight:bold;
	font-size:13px;
	margin-top:2em;
	margin-bottom:5px;
}

.trackdivisions {
	font-size:12px;
	margin-left:1em;
}

.trackpic {
	border:1px solid black;
}


.drivertext {
	font-size:12px;
	line-height:140%;
	color:black;
	margin-top:10px;
}

.photocategory {
	font-size:13px;
	color:black;
}

.gallerypic {
	border:1px solid black;
	
}

.gallerycell {
	padding-right:20px;
}

.gallerylist {
	font-size:11px;
	
}

.formtable {
	border:1px solid black;
	
}

.formcaption2 {
	font-size:10px;
	background-color:#d0f0d0;
	padding-top:0px;
}

.formalternate {
    background-color:white;
}

.formalternate2 {
    background-color:#F5F5F5;
    
}

.forminput {
	border:1px solid black;
	margin:2px;
	padding:2px;
	background-color:#f0f0f0;
}

.formheader {
	font-size:12px;
	/* text-align:center; 
	margin-top:10px;
	margin-bottom:10px;*/
	font-weight:bold;
	
	
	padding:5px;
}

.driverlist {
	border-top:1px dotted #999999;
}