/***GENERIC SELECTORS***/
*
{
	margin:0;
	padding:0;
	border:none;
}

img{border:none;}

p{margin-bottom:10px;}

ul
{
	margin-left:0px;
	text-indent:0px;
	list-style-image:none;	
}

li
{
	font-size:14px;
	list-style:none;
	padding-top:6px;
}

fieldset 
{
	padding: 1em;
	font:80%/1 sans-serif;  
}
  
fieldset P
{  
    display:inline;
    margin:2px;
    padding-top:2px;
    font-size:small;
    padding-left:5px;
}

input, textarea, select
{
	border:solid 1px #932822;
	margin-bottom:5px;
}

a, a:link, a:visited, a:active
{
	text-decoration:none;
	outline:none;
}

a:hover, a.genUrl
{
	text-decoration:underline;
}

a.genUrl:hover
{
	text-decoration:none;
}

h1{font-size:150%;}
h2{font-size:140%;}
h3{font-size:130%;}
h4{font-size:120%;}
h5{font-size:110%;}
h6{font-size:100%;}

/***ALL***/

body
{
	width:100%;
	color:#000;
	background-color:#fff;
	font-size:98%;
	font-family:Verdana, Arial, Times New Roman;
}

.bioImage
{
	padding:10px;
	float:right;	
}

#siteWrapper
{
	min-height:300px;
	margin:30px auto;
}


* html #siteWrapper{height:300px;}

#mainBox{overflow:hidden;}

.subContent .welcome
{
	text-indent:1.5em;
	margin:10px 0 30px;
	font-size:85%;
	line-height:normal;
}

.feedClass{padding:10px 3px 3px;}

.feedClass h2
{
	font-size:120%;
	margin-bottom:10px;
}

/*subContent*/

.subContent{padding:15px;}

.subContent table h3, .feedClass div h3, h3
{
	font-size:102%;
	overflow:hidden;
}

.subContent table strong, .feedClass div strong
{
	display:block;
	padding-bottom:2px;
	padding-left:10px;
	font-size:80%;
	font-weight:normal;
}

.subContent .bio .pdesc{margin-bottom:3px;}

.subContent .pdesc
{
	padding:0 10px;
	font-size:85%;
}

.subContent .dataPic a{margin:2px;}

.singleImage{text-align:center;}

.singleImage img
{
	padding:3px;
	border:solid 1px #dedede;
}

.special2 img
{
	margin:2px;
	padding:2px;
	border:none;	
}

.schedule td
{
	padding:0 7px 10px;
	text-align:center;
	font-size:85%;
}

.scheduleLinks
{
	text-align:right;
	font-size:80%;
	padding-bottom:10px;
}

.scheduleLinks a 
{
	padding-left:5px;
	padding-right:5px;
}

.sponsor
{
	
	margin:10px;
	width:175px;
	display:inline;
}

.sponsorGroup
{
	margin-bottom:15px;
	text-align:center;
}

/*Hyperlinks*/

.navLink
{
	clear:both;
	text-align:center;
}

.navLink a, .navLink a:link, .navLink a:active, .navLink a:visited
{
	font-size:.8em;
	text-transform:uppercase;
}

.navLink a:hover{text-decoration:underline;}

.pagingLinks
{
	clear:both;
	text-align:center;
	font-size:.8em;
}

/*Links*/

.dataLinks td
{
	padding-bottom:3px;
	font-size:85%;
}

.dataLinks h5{font-size:102%;}

/*Gallery*/

.galleryPic{float:left;}
.galleryList
{
	padding-right:10px;
	text-align:right;
}
.subContent .dataPic img
{
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px;
	height:75px;
}


.schedule .scheduleResult
{
	width:auto;
	padding-left:5px;
	padding-right:5px;
	font-size:85%;
}


/*Contact*/

.contactDetails{text-align:center;}

/*Teams*/
.teamPhoto
{
	float:right;
	margin:0 0px 10px 10px;
	padding:3px;
	border:solid 1px #dedede
 }
.teamDetails
{
	padding-top:5px;
	font-size:85%;
	text-indent:1.5em;
}

/*Crew*/

.crewPic
{
	margin:0 10px 10px 0;
	padding:3px;
	float:left;
	border:solid 1px #dedede
}

.crewMember{margin:0 0 15px 0;}


/*Stats*/

#statsBody .subContent .pdesc{padding-left:20px;}

#statsBody h4, #schBody	h4
{
	padding-left:10px;
	font-size:100%;	
}

#statsBody .pdesc p
{
	margin-bottom:3px;
	padding-left:5px;
	text-indent:-5px;	
}

/*News*/
.newsPic
{
	margin:5px 10px 5px 10px;
	padding:3px;
	float:left;
	border:solid 1px #dedede
}

/*Admin*/

.admin textarea, .admin input{width:350px;}
.admin textarea{height:300px;}

.admin .submitDiv input{width:auto;}

.adminButton, .adminLink a, .adminLink a:visited, .adminLink a:active
{
	position:relative;
	z-index:100;
	font-size:smaller;
	color:Red;
	top:-5px;
}

.adminLink a
{
	padding-right:6px;	
}

.adminButton:hover, .adminLink a:hover{text-decoration:underline;}

#bioBody .adminButton{padding-right:5px;}

.admin p{text-align:center;}

.admin p img{margin:20px 0;}

.admin .checkBox input
{
	margin-bottom:2px;
	padding-right:3px;
	width:auto;
}

.checkBox 
{
	
}

.footer .adminButton
{
	display:block;
	float:right;
}

.lblFloat
{
	float:left;
	width:110px;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
}

.popup
{
	width:270px;
	color:Black;
	padding:20px;
	border:solid 3px #000;
	background-color:#fff;
}

.popup .submitDiv input, .popup fieldset input
{
	border-color:#932822;
	color:Black;
}

.popup input
{
	width:auto;
	top:15px;
}

.popup fieldset{text-align:center;}

.commentPopup .popup fieldset
{
	text-align:left;	
}
.commentPopup a, .commentPopup a:link, .commentPopup a:active, .commentPopup a:visited
{
	position:relative;
	font-size:smaller;
	top:-5px;
}

.commentPopup a:hover{text-decoration:underline;}

.submitDiv
{
	clear:both;
	width:100%;
	text-align:right;	
}

.submitDiv input
{
	cursor:pointer;
	background-color:white;
	color:#932822;
}

.errorDiv
{
	width:100%;
	color:Red;
	text-align:center;	
}
.sponErrorDiv
{
	clear:both;
	width:100%;
	color:Red;
	text-align:center;	
}

.modalBackground 
{ 
	 background-color:Black;
	 filter:alpha(opacity=70); 
	 opacity:0.7;
}

.editResult{top:0px;}

.activeSchedule input
{
	width:auto;
}

.activeSchedule
{
	font-size:85%;
	margin-top:15px;	
}

.resultList
{
	padding:3px;
}


.sampleSchedule
{
	font-size:85%;
}

.sampleSchedule th
{
	text-decoration:underline;
	text-align:left;
}

.sampleSchedule .schHints
{
	font-size:80%;
}

.sampleSchHeading
{	
	text-align:center;
}

#schBody th
{
	padding:5px;
}

/* Account Settings */

.floatList
{
	padding:10px;
	float:left;	
}

.allSponsors, .selSponsors
{
	font-size:110%;
	font-weight:bold;
	text-decoration:underline;
}

.sponsorAddRemove, .sponsorReorder{margin-top:100px;}

.adminMessage
{
	font-size:98%;
	display:block;
	clear:both;
}
.settingsWrapper ul
{
	line-height:.9em;
	padding:0 0 5px 15px;
	border-bottom:solid 1px #dedede;
	width:50%;
}

.settingsWrapper p{margin:10px 0 10px;}

.accountAdmin input
{
	width:auto;
	color:Black;
}
/*
.accountAdmin  fieldset input, .accountAdmin .submitDiv input
{
	color:Black;
	border-color:Black;
}

*/

.accountSponsors
{
	margin:15px;
	float:right;	
}



.tabControl
{
	width:570px;
}




/**MERCH**/
.dataMerch td
{
	font-size:90%;
	padding:15px;
}


.merchPhotos
{
	display:inline;
	padding:5px;
}

.merchItem
{
	clear:both;
	margin-top:10px;
}

.merchPhotos
{	float:left;
 	clear:both;
}

.merchPic
{
	margin:5px;
	float:left;	
}

.textBox{width:350px;}

.galleryHeading{margin-bottom:10px;}

.galleryMainPic
{
	margin-right:10px;
	float:left;	
	margin-bottom:10px;
}

.galleryNames strong{font-size:85%;}

#galleryBody .subContent p{font-size:90%;}


.showAllLink
{
	display:inline;
	font-size:85%;
}

#schBody .schYearHeading h3{display:inline;}

.schYearHeading
{
	margin-bottom:3px;
	margin-top:5px;
}

.accountTab
{
	width:500px;
	font-size:85%;	
}

.ajax__tab_inner
{
	border:solid 1px #DEDEDE;
	font-size:85%;
	padding:2px 4px 2px 4px;
	margin:2px;	
}

.statsTab label
{
	margin:2px;	
}

.statTable td, .statTable th
{
	font-size:90%;
	padding-left:6px;
	padding-right:6px;
}

.statTable
{
	margin-top:10px;	
}

.ajax__tab_active .ajax__tab_inner
{
	border:3px solid;	
}

#accountBody .ajax__tab_default .ajax__tab_header 
{
	text-align:center;
	white-space:normal;
}

/*
#accountBody .allSponsors a
{
	color:Black;	
}

.accountAdmin{color:Black;}

*/

.dataSponsors
{
	width:100%;
	text-align:center;
	padding:10px;
}

.shirtPanel input{width:auto;}
.shirtPanel .sponsorAddRemove{margin-top:40px;}
.shirtPanel .newColor{clear:both;}
.dataSizes{margin-top:10px;}

.genBold{font-weight:bold;}
.genItalic{font-style:italic;}
.genUnderline{text-decoration:underline}


/***FOOTER***/
.footer
{
	clear:both;
	padding:10px 0 0 0;
	text-align:center;
	border-top:groove 3px #000;
}

.footerSub p{font-size:smaller;}
.footMenu a, .footMenu a:link, .footMenu a:visited, .footMenu a:active{font-size:90%;}
.footMenu a:hover{text-decoration:underline;}


/***DEV FOOTER***/
.feedback{font-size:90%; margin-top:5px;}
.dev a:hover{text-decoration:underline;}

.dev
{
	margin-top:30px;
	text-align:center;
	font-size:.7em;	
}

.devFooter
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	text-align:center;	
}

.devLogo
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	background:transparent url("http://www.spimg.driverwebsites.com/devLogos/dw_red.png") no-repeat bottom;
	width:180px;
	height:31px;
}

.shirtColors
{
	margin-top:20px;	
}


.resultHeading
{
	display:block;
	margin:5px 0px 5px 20px;
}

.shoppingTotals
{	text-align:right;
 	line-height:125%;
 	padding-bottom:20px;
}

.shoppingTable
{
	width:100%;	
}

.extPrices
{
	text-align:right;	
}

.shoppingButtons input, .shoppingButtons a
{
	margin:5px;
	cursor:pointer;
}


.paraPic_center, .paraPic_left, .paraPic_right{margin:5px;}
.paraPic_center{text-align:center;}
.paraPic_left{float:left;}
.paraPic_right{float:right;}



/***HACKS***/

.hide
{
	display:none;
}

.txtHide
{
	font-size:1px;
	text-indent:-999999px;
	overflow:hidden;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* html #header, * html .headerSub, * html .special2 img, * html #sponsorBody .sponsorWrapper img, * html .dev a  /*** png IE6 fix***/
{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

* html .special2 img, * html #sponsorBody .sponsorWrapper img, * html .dev a  /*** png IE6 fix***/
{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.aspx')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

.ckbWrap input
{
	width:auto;
	margin-left:120px;
}

.ckbWrap .helpText
{
	margin-left:120px;
	clear:both;
}