@import url(global_v1-2.css);
@import url(hamptonhall_css/modules.css);
@import url(hamptonhall_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #967f40;
	font: 21px "Times New Roman", Times, serif;

}


h2 {
	
	color: #7d1f07;
	font: 18px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #454545;
	font: 12px Arial, Helvetica, sans-serif;

}

h4 {
	
	color: #AF7A1F;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #967f40;
	font: 14px "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #898888;
	font:9px Verdana, Arial, Helvetica, sans-serif;

}

p {
	
	color: #000;
	font: 11px/1.6 Arial, Helvetica, sans-serif;

}

table, div {
	
	color: #671404;
	font: 14px/1.6 Arial, Helvetica, sans-serif;
	
}

a,a.small,a.anchor,a.visited {
	
	color: #8B7E5F;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background:#fff;
	text-align: center;
	
}

.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: hamptonhall
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {

	width:100%;
	margin: 0 auto;
	background:url(../../../Images/branding_bg.gif) repeat-x top;
	text-align: center;
		
}

#brandingWrapper {

	width:960px;
	margin:0 auto;
	text-align:center;
	height:178px;
	
}

#homeHeaderWrapper {

	width:100%;
	margin:0 auto;
	text-align:center;
	background:#cfb696;
	margin-top:5px;
	
}

#ContentWrapper {

	width:100%;
	margin:0 auto;
	text-align:center;
	margin-top:15px;
	border-top:1px solid #dfdfdf;
	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

	#brandingInside {
	
		width:960px;
		height:114px;
		
	}
	
		#logo {
			
			float:left;
			width:200px;
			height:110px;
			
		}
		
		#brandingInside .floatRight {
		
			float:right;
			width:500px;
			height:114px;
			
		}
		
		#login {
		
			float:right;
			
			height:50px;
			padding-top:20px;
			
		}
		
			#loginPrivate {
		
			float:right;
			width:400px;
			height:37px;
			
			
		}
		
			#login #loginPrivate h3 {
			
				font:15px "Times New Roman", Times, serif;
				color:#be884d;
				text-transform:uppercase;
				
			}
			
			#login #loginPrivate p {
			
				font:9px Verdana, Arial, Helvetica, sans-serif;
				color:#d29a5e;
				
			}
		
			/* edit login fields globally */

#login #loginPrivate .advLogUsername {
	color:#999;
	font: bold 9px Arial, Helvetica, serif;
	text-transform:none;
	background:#fff url(../../../Images/login_username.gif) no-repeat top left;
	border-color:1px solid #e4e49e;
	padding-left:5px;
	padding-top:2px;
	height:15px;
	width:130px;
}
	
	#memberLogin_main .advLogUsername {
		width:128px;
	}


.advLogPassword {
	background:#fff url(../../../Images/login_password.gif) no-repeat top left;
	border-color:1px solid #e4e49e;
	height:15px;
	width:130px;
	padding-left:5px;
}
	#memberLogin_main .advLogPassword {
		width:128px;
	}

/* overwrite Global Login Divs ---not on this site----start implementing */
#login_error {
	display:none;
}

#memberLogin_main #login_error {
	height:20px;
}

.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 {
		
	}
		
		#quickLinks {
		
			float:right;
			text-align:right;
			padding-top:15px;
			width:250px;
			height:20px;
			
		}
		
			#quickLinks a,a.small,a.anchor,a.visited {
			
				color:#bb7f3e;
				font:9px Verdana, Arial, Helvetica, sans-serif;
				
			}
			
			
			#quickLinksPrivate {
		
			float:right;
			text-align:right;
			width:450px;
			height:35px;
			
		}
		
			#quickLinksPrivate a,a.small,a.anchor,a.visited {
			
				color:#bb7f3e;
				font:9px Verdana, Arial, Helvetica, sans-serif;
				
			}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	
	width:960px;
	height:32px;
	clear:both;
	padding-top:5px;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#homeHeader {

	width:960px;
	margin:0 auto;
	text-align:center;
	background:#fff;
	
}

	#homeHeader .inside {
	
		padding:0px 5px;
		
	}

	#homeHeader img {
	
		display:block;
		
	}
	
	#leftLinks {
	
		float:left;
		width:275px;
		height:274px;
		text-align:left;
		background:url(../../../Images/leftlink_bg.gif) no-repeat top left;
		
	}
	
		#leftLinks .inside {
		
			padding-left:15px;
			padding-top:10px;
			
		}
	
		#leftLinks a,a.small,a.anchor,a.visited {
		
			font:11px/1.2 "Times New Roman", Times, serif;
			color:#fdfcf9;
			text-transform:uppercase;
			
		}
		
		#leftLinks hr {
		
			border:1px solid #a13426;
			
		}

#contentArea {
	
	width:960px;
	margin:0 auto;
	background:url(../../../Images/content_bg.gif) repeat-y top;
	text-align:center;
	
}

	#contentSecondary {
	
		float:left;
		text-align:left;
		width:280px;
		
	}
	
		#contentSecondary .inside {
		
			width:240px;
			padding:30px 20px;
			
		}
		
		#contentSecondary hr {
		
			border:1px dashed #999;
			
		}
		
#rightContentWrapper {

	float:right;
	width:675px;
	border-left:1px solid #dfdfdf;	
}
		
	#contentMain {
	
		float:right;
		text-align:left;
		width:675px;

		
	}
	
		#contentMain .inside {
		
			width:635px;
			padding:30px 20px;
			
		}
		
		#contentMain a,a.small,a.anchor,a.visited {
		
			font:11px Arial, Helvetica, sans-serif;
			color:#0054a6;
			text-decoration:underline;
			
		}
		
	#topContent {

		float:right;
		text-align:left;
		width:675px;
		border-bottom:1px solid #dfdfdf;
		
	}
	
		#topContent .inside {
		
			padding:8px 0px 8px 8px;
			
		}
		
		#topContent a,a.small,a.anchor,a.visited {
		
			font:10px Verdana, Arial, Helvetica, sans-serif;
			color:#a56e3b;
			
		}
		
		#topContent h5 {
		
			font:12px Verdana, Arial, Helvetica, sans-serif;
			color:#7d1f07;
			
		}
		
		#topContent p {
		
			font:10px Verdana, Arial, Helvetica, sans-serif;
			color:#7d1f07;
			
		}
	
	#bottomContent {
	
		float:right;
		text-align:left;
		width:675px;

		
	}
	
		#bottomContent .inside {
		
			padding:30px 20px;
			width:635px;
			border-top:1px dashed #dfdfdf;	
			
		}
		
		#bottomContent .floatLeft {
		
			float:left;
			width:290px;
			
		}
		
		#bottomContent .floatRight {
		
			float:right;
			width:290px;
			
		}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	width:960px;
	margin:0 auto;
	border-top:1px solid #dfdfdf;

}

	#footer .inside {
	
		width:800px;
		margin:0 auto;
		padding-top:10px;
		padding-bottom:30px;
		text-align:center;
		
	}
	
	#footer a,a.small,a.anchor,a.visited {
	
		color:#898888;
		font:9px Verdana, Arial, Helvetica, sans-serif;
		
	}
	
	#footer p {
	
		color:#898888;
		font:9px Verdana, Arial, Helvetica, sans-serif;
		
	}