@import url(global_v1-2.css);
@import url(denverathletic2009_css/modules.css);
@import url(denverathletic2009_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.css);


/*
i. NETCADDY STYLE OVERRIDES: Possible Future Solution.  Or import a separate .css file above that Overrides NetCaddy CSS Styles
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

/*////////////////////////////////////
i. NETCADDY STYLE OVERRIDES
////////////////////////////////////*/


.calendarWrapper_Default .titlebar_Default td {		/* Mini-Calendar Popup Title Bar */
	color:#fff;
}





/*////////////////////////////////////
I. GLOBAL
////////////////////////////////////*/


body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #284E36;
	font: 20px Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #847D54;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #471a13;
	font:700 16px Arial, Helvetica, sans-serif;

}

h4 {
	
	color: #AF7A1F;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #e51937;
	font:700 14px/1.5 Arial, Helvetica, sans-serif;
	display: inline;

}

h6 {
	
	color: #fff;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;

}

p {
	
	color: #471a13;
	font:12px/1.5 Arial, Helvetica, sans-serif;

}

table, div {
	
	color: #471a13;
	font:12px/1.5 Arial, Helvetica, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #471a13;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background:#411611 url(../../../Images/bodyBg.jpg) center top no-repeat;
	text-align: center;
	scrollbar-base-color:#c09d55;
	scrollbar-track-color: #B88E42;
	
}

.CEMenu {
	
	margin: 0;
	padding: 0;

}

/* important edit global text boxes - deFault --------- */
.txtbox {
	
	background: #FFF;
	border-style: inset;
	border-width: 2px;
	color: #000;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin: 2px 0;

}

/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
	
	background: #eee;
	border: 1px outset buttonhighlight;
	color: #333;
	cursor: pointer;
	font: 13px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowAlternate {
	
	background: #eee;
	color: #000;
	font-weight: 400;

}

.rowHeader {
	
	background: #555;
	border: 1px solid #000;
	color: #FFF;
	font-weight: 700;

}

.cookieTrail {
	
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	display: none;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: denverathletic2009
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {

	width:100%;
	margin: 0 auto;
	text-align: center;
	background:url(../../../Images/brandingbg.gif) repeat-x;	
}

#branding {

	width:960px;
	height:153px;
	margin:0 auto;
	
}

#brandingWrapper {

	width:960px;
	text-align:center;
	clear:both;
	
}

#logo {

	float:left;
	width:255px;

}

#adBanner {

	float:right;
	width:400px;
	height:17px;
	margin-top:10px;


}

	#adBanner .inside {
	
		padding:5px 0px;
		background:#26140b;
		border:1px solid #5f4a42;	
		
	}
	
	#adBanner h5 {
	
		color:#bb8c2f;
		font:12px/.6 Arial, Helvetica, sans-serif;
		
	}
	
	#adBanner a,a.small,a.anchor,a.visited {
	
		color:#fff;
		font:inherit;
		text-decoration:none;
	
	}

#welcomeText {

	float:right;
	text-align:right;
	width:200px;
	padding-top:5px;

}

	#welcomeText h2 {
	
		color:#fff;
		font:18px "Times New Roman", Times, serif;
		
	}
	
	#welcomeText h5 {
	
		color:#d29a2e;
		font:700 9px "Times New Roman", Times, serif;
		padding-bottom:2px;
		border-bottom:1px dotted #786357;
		text-transform:uppercase;
		
	}
	
	#welcomeText a {
	
		color:#ede1c1;
		font:10px/.8 Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		
	}
	
	#welcomeText hr {
	
		border:1px dotted #786357;
		margin-bottom:-2px;
		
	}

#navBarholder {

	width:960px;
	height:30px;
	clear:both;		
	padding-top:2px;
	
}

	#nav {
	
		float:left;

		text-align:left;
		width:590px;
		
	}
	
	
	#login {
	
		float:right;
		padding-top:1px;
	
	}
	
		#login a,a.small,a.anchor,a.visited {
		
			font: 9px/.4 Arial, Helvetica, sans-serif;
			color: #d8b362;
			text-transform:uppercase;
			text-decoration:none;
			
		}
		
		#login a:hover {
		
			font: 9px/.4 Arial, Helvetica, sans-serif;
			color: #fff;
			text-transform:uppercase;
			text-decoration:none;
			
		}
		
		#login .rememberDaTitans {
		
			line-height:0.4em;			
		}
		
		#login #masterPageUC_ctl02_chkRM {
		
			margin-top:-8px;
			
		}
	
	/* edit login fields globally */

#branding .advLogUsername {
	/*font: bold 9px Arial, Helvetica, serif;*/
	text-transform:none;
	background:#fff url(../../../Images/login_username.jpg) no-repeat top left;
	border:1px solid #e4e49e;
	padding-left:5px;
	height:16px;
	width:65px;
}
	
	#branding .advLogUsername {
		width:65px;
	}


#branding .advLogPassword {
	background:#fff url(../../../Images/login_password.jpg) no-repeat top left;
	border:1px solid #e4e49e;
	height:16px;
	width:65px;
	padding-left:5px;
}
	#branding .advLogPassword {
		width:65px;
	}

/* overwrite Global Login Divs ---not on this site----start implementing */
/*#login_error {
	display:none;
}

#memberLogin_main #login_error {
	height:18px;
	color:#fff;
}

.login_fields {
}

.login_input {
}

#username {
	
}

#un_box {
	display:inline;
	width:140px;
}

#password {
}

#pw_box {
	display:inline;
	width:140px;
}

#login_forgotPassword {
	display:inline;
	width:150px;
}

#login_link {
	display:inline;
	width:50px;
}

#login_cookieMessage {
	color:#163360;
	display:inline;
	margin-right:12px;
	width:106px;
}*/
	/* styles text of remember me */
	.advLogRemoveChk {
		
	}
	
#contentArea {

	width:960px;
	background:transparent;
	margin:0 auto;
	display:block;
	
}

/* -------------------------------------------------------------
= HOME CLASSES 
------------------------------------------------------------- */

#homeBanner {

	width:960px;
	
}

	/*#homeBanner img {
	
		display:block;
		
	}*/

#topContentArea {

	width:960px;
	background: url(../../../Images/block_bg_repeat.gif) repeat-y;
	text-align:left;
	scrollbar-base-color: #bfb28c;
	scrollbar-arrow-color: #e0d3ac;
	scrollbar-3dlight-color: #e0d3ac;
	scrollbar-darkshadow-color: #e0d3ac;
	scrollbar-highlight-color: #e0d3ac;
	scrollbar-shadow-color: #e0d3ac;
	scrollbar-track-color: #e0d3ac;

}

	#topContentArea h3 {
	
		font:700 16px Georgia, "Times New Roman", Times, serif;
		color:inherit;
		
	}
	
	#topContentArea hr {
	
		color:#471a13;
		
	}

	/*IMPORTANT: To force all blocks to be the same height... provide top and bottom borders*/
	
		#topContentTopBorder {
		
			background:url(../../../Images/block_bg_top.gif) no-repeat;
			margin-top:15px;
			height:3px;
			
		}
		
		#topContentBotBorder {
		
			background:url(../../../Images/block_bg_bottom.gif) no-repeat;
			height:6px;
			
		}
	
	/*end*/

	#leftBlock {
	
		float:left;
		width:310px;
		margin-right:15px;
	
	}
	
		#leftBlock .inside {
		
			padding:38px 20px 10px;
			
		}
	
	#blockWrapper {
	
		float:right;
		width:635px;
	
	}
	
		#middleBlock {
	
			float:left;
			width:310px;

		}
		
			#middleBlock .inside {
			
				padding:40px 20px 10px;
						
			}
		
		#rightBlock {
		
			float:right;
			width:310px;		
		
		}
		
			#rightBlock .inside {
			
				padding:40px 20px 10px;
						
			}
		
	#moreInfo {
	
		height:47px;
		width:180px;
		margin-left:35px;
		margin-bottom:15px;
		display:block;
		
	}
	
	a#moreInfo {
	
		height: 47px;
		width: 180px;
		background:url(../../../Images/moreinfo_btn.gif);
		background-position:top left;
		
	}
	
		a#moreInfo:hover {
		
			background-position: top right;
			
		}	
		
#newsSectionWrapper {

	width:960px;
	background:#411611;
	padding-top:40px;
	text-align:left;
	clear:both;
	scrollbar-base-color: #752d21;
	scrollbar-arrow-color: #411611;
	scrollbar-3dlight-color: #411611;
	scrollbar-darkshadow-color: #411611;
	scrollbar-highlight-color: #411611;
	scrollbar-shadow-color: #411611;
	scrollbar-track-color: #411611;
	
}
						#newsSectionWrapper p {
						
							color:#fff;
							font:11px Arial, Helvetica, sans-serif;
							
						}
						
						#newsSectionWrapper h3 {
						
							color:#fff;
							font:18px/.8 Arial, Helvetica, sans-serif;
							text-transform:uppercase;
							
						}
						
						#newsSectionWrapper h5 {
						
							color:#fff;
							font:11px Arial, Helvetica, sans-serif;
							display:inline;
							
						}
						
						#newsSectionWrapper hr {
						
							border:1px solid #9f7325;
							
						}
						
						#newsSectionWrapper a,a.small,a.anchor,a.visited {
	
							color: #8B7E5F;
							font: inherit;
							text-decoration: none;
						
						}
						
						#newsSectionWrapper a:hover {
	
							color: #999;
							font: inherit;
							text-decoration: underline;
						
						}
						
						
												
						
	#leftNewsBlock {
	
		float:left;
		width:310px;
		margin-right:15px;
	
	}
	
		#leftNewsBlock .inside {
		
			padding:0px 10px 40px;
			
		}
				
	
	#newsBlockWrapper {
	
		float:right;
		width:635px;
	
	}
	
		#middleNewsBlock {
		
			float:left;
			width:310px;
		
		}
		
			#middleNewsBlock .inside {
			
				padding:0px 10px 40px;
				
			}
		
		#rightNewsBlock {
		
			float:right;
			width:310px;
		
		}
		
			#rightNewsBlock .inside {
			
				padding:0px 10px 40px;
				
			}
	
/* -------------------------------------------------------------
= CONTENT CLASSES 
------------------------------------------------------------- */


#pageHeader {

	width:960px;
	text-align:center;
	margin:0 auto;
	
}

	#pageHeader img {
	
		display:block;
		
	}

#contentPageArea {

	width:960px;
	background:#fff url(../../../Images/contentarea_bg.gif) repeat-y;

	
}

#contentPageArea2 {

	width:960px;
	background:#fff;
	
}

	#contentPageArea2 img {
	
		
	}

#contentSideBar {

	float:right;
	width:240px;
	text-align:left;

}

	#contentSideBar .inside {
	
		padding:30px 10px;
		
	}
	
	#contentSideBar h2 {
	
		color:#fff;
		font:14px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		
	}
	
	#contentSideBar hr {
	
		border:3px solid #401611;
		
	}

#contentPageWrapper {

	float:left;
	width:720px;
	text-align:left;

}

	#contentSecondary {
	
		float:left;
		width:230px;
	
	}
	
		#contentSecondary .inside {
	
			padding:30px 0px 30px 20px;
	
		}
		
		#contentSecondary h5 {
	
			color: #e51937;
			font:700 14px/1.5 Arial, Helvetica, sans-serif;
			display: inline;
			border-left:5px solid #e51937;
			padding-left:7px;
		
		}
		
	#contentMain {
	
		float:right;
		width:480px;
		padding-bottom:40px;
		
	}
	
		#contentMain .contentMainTop {
		
			padding:30px 20px 0px 0px;
		}
		
		#contentMain .contentMainMiddle {
		
			padding-right:20px;
			
		}
		
			#contentMain .contentMainMiddle h3 {
		
				color: #471a13;
				font:700 16px Arial, Helvetica, sans-serif;
				border-left:5px solid #4e1d15;
				padding-left:10px;
				
			}
		
		#contentMainLower {
		
			width:450px;
			background:#bdb097;
			border-left:5px solid #4e1d15;
			
		
		}
		
			#contentMainLower .inside {
			
				padding:10px 20px 5px;
				
			}
		
			#contentMainLower p {
			
				color:#431812;
				font:14px/1.6 Arial, Helvetica, sans-serif;
								
			}
	
#leftSideBar {
	
		float:left;
		width:230px;
		text-align:left;
	
	}
	
		#leftSideBar .inside {
	
			padding:35px 0px 30px 20px;
	
		}
		
		#leftSideBar h5 {
	
			color: #e51937;
			font:700 14px/1.5 Arial, Helvetica, sans-serif;
			display: inline;
			border-left:5px solid #e51937;
			padding-left:7px;
		
		}

#twoColMain {
	
	float:right;
	width:720px;
	text-align:left;
	padding-bottom:85px;
	
}

	#twoColMain .insideMain {
	
		padding:40px 80px 40px 20px;
		
	}
	
	#twoColMain #lower {
		
		width:600px;
		background:#bdb097;
		border-left:5px solid #4e1d15;
		margin-left:20px;
		
	
	}
	
		#twoColMain #lower .inside {
		
			padding:10px 20px 5px;
			
		}
		
		#twoColMain .lower p {
		
			color:#431812;
			font:14px/1.6 Arial, Helvetica, sans-serif;
			
		}
		

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footerWrapper {

	width:100%;
	background:url(../../../Images/footer_bg.gif) repeat-x;
	height:120px;
	/*clear:both;*/

}

#footer {

	padding-top:10px;
	
}

	#footer p {
	
		color:#d8b362;
		font:11px/.8 Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		
	}
	
	#footer a,a.small,a.anchor,a.visited {
	
		color:#d8b362;
		font:11px/.8 Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		
	}
	
	#footer a:hover {
	
		color:#fff;
		font:11px/.8 Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		
	}
