﻿body 
{
	background-color:White;
	background-repeat:repeat-x;
	
	
}
form
{
	width:1000px;
	background-color:Black;	
}
.topHeader
{
	
	background-image:url(../../images/mainBanner_1000wide_beta.gif);
	background-repeat:no-repeat;
	height:100px;
	width:1008px;
	padding-right:0px;
	padding-top:4px;
	padding-left:0px;
	padding-bottom:0px

}
.divLogin
{
	float:right;
	width:160px;
	height:90px;
	padding-top:50px;
	margin-right:4px;
	margin-top:4px;
	font-size:10px;
	text-align:right;
	
}
.divMenu
{
	width:1000px;
	height:20px;
	border-color:Gray;
	border-style:solid;
	border:1px;
	margin-top:2px;
	color:White;	
	margin-bottom:2px;
	
}

.ContentHeader
{
	float:left;
	background-image:url(images/headers/824_24_drillBuilder.gif);
	width:824px;
	height:24px;
	margin-left:4px;

}
.siteNews
{
	background-image:url(images/headers/siteNewsBackgroundTop.jpg);
	background-repeat:no-repeat;	
	
}
.siteArticles
{
	background-image:url(images/headers/CoachHomeArticlesBackground.jpg);
	background-repeat:no-repeat;	
	
}
.title
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	color:Black;	
}

.componenttitle
{
	font-family:Verdana;
	font-size:.7em;
	font-weight:bold;
	color:Black;	
	}
.content
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;		
	color:Black;	
}
.content a
{
	color:Black;
}
.featuredDrill
{
	background-image:url(images/headers/featuredDrillBackgroundTop.jpg);
	background-repeat:no-repeat;
	}
.component
{
	background-image:url(images/headers/componentsHeaderBlue.jpg);
	background-repeat:no-repeat;	
	
	
	}
.ContentRegion
{
	color:Blue;
}
.RightTopHeader
{
	background-image:url(images/headers/174_24_MyRecentSubmissions.gif);
	float:left;
	width:174px;
	height:24px;
	margin-left:4px;
}
.RightTopContent
{
	
	float:right;
	width:171px;
	height:212px;
	border:1px solid Gray;
	color:White;
	margin-left:5px;
	margin-right:4px;
}
.RightContinue
{
	float:right;
	width:171px;
	height:94px;
	margin-left:5px;
	margin-right:4px;
	color:White;
	


}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:900px;
}

