@import url(global_v1-2.css);
@import url(newOrleans_css/modules.css);
@import url(newOrleans_css/plugins.css);
@import url(newOrleans_css/Menu.newOrleans.css);
@import url(newOrleans_css/PanelBar.newOrleans.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: #35442a;
	font: 22px/42px "Times New Roman", Times, serif;
	background:url(../../../Images/bg_h1.gif) no-repeat left;
	padding-left:20px;

}

	#modules .plgHeaderBar {
		
		color: #35442a;
		font: 22px "Times New Roman", Times, serif;
		background:url(../../../Images/bg_h1.gif) no-repeat left;
		padding-left:20px;
		
	}


h2 {
	
	color: #35442a;
	font:700 18px "Trajan Pro", "Adobe Garamond Pro", Garamond, "Times New Roman", serif;
	font-variant:small-caps;
	
}

h3 {
	
	color: #3a3125;
	font:700 15px "Times New Roman", Times, serif;

}

h4 {
	
	color: #655437;
	font: italic 18px/1.3 "Times New Roman", Times, serif;

}

h5 {
	
	color: #64532e;
	font:700 16px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
	font-variant:small-caps;

}

h6 {
	
	color: #615341;
	font:12px Arial, Helvetica, sans-serif;

}

p {
	
	color: #655437;
	font: 12px/1.6 Arial, Helvetica, sans-serif;

}

table, div {
	
	color: #655437;
	font: 12px/1.6 Arial, Helvetica, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #7b2e00;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../Images/bg_site.jpg) center top;
	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: newOrleans
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {

	width:1020px;
	margin:0 auto;
	text-align:center;
	
}

#contentRep {

	width:1020px;
	margin:0 auto;
	text-align:center;
	background:url(../../../Images/bg_contentRep.png) center repeat-y;
	
}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	width:990px;
	height:160px;
	margin:0 auto;
	background:url(../../../Images/bg_branding.png) top center no-repeat;
	position:relative;
	z-index:9999;
	
}
	
	#branding .inside {
		
		height:115px;
		margin:0 auto;
		
	}
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	width:990px;
	height:36px;
	margin:0 auto;
	text-align:center;

}

	#nav .advLogUsername,
	#nav .advLogPassword {
		
		width:146px;
		height:23px;
		border-color:#d6c996;
		background:#ffffff;
		
		color:#50402b;
		font:12px/21px "Times New Roman", Times, serif;
		padding-left:10px;
		
	}
	
	#nav .login a,
	#nav .login p,
	#nav .login div,
	#nav .login table {
		
		color:#50402b;
		font:11px "Times New Roman", Times, serif;
		
	}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#pgHeader {
	
	width:990px;
	margin:-8px auto 0;
	text-align:center;
	
}

	#pgHeader img {
		
		display:block;
		
	}
	
#contentArea {
	
	width:950px;
	margin:0 auto;
	text-align:center;
	padding:40px 0px;
	
}

#sideBar {
	
	float:left;
	width:250px;
	margin:0 auto;
	text-align:center;
	
}

	#sideBar .vNav {
		
		padding-bottom:30px;
		
	}
	
	#sideBar .inside {
		
		width:230px;
		
	}
	
	#sideBar .local {
		
		padding:20px 0px;
		
	}
	
	#sideBar .global {
		
		padding:20px 0px;
		
	}
	
#contentWrapper {
	
	float:right;
	margin:0 auto;
	width:700px;
	
}
	
	#contentMain {
		
		width:700px;
		text-align:left;
		margin:0 auto;
		
	}
	
		#contentMain .inside {
			
			padding:0px 20px 0px 40px;
			
		}
		
	#contentMain .calMonth {
		
		color:#4a5a3c;
		font:11px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
		text-transform:uppercase;
		
	}
	
	#contentMain .calDay {
		
		color:#4a5a3c;
		font:16px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
		
	}
	
	#contentMain .calLinks a {
		
		color:#3a3125;
		
	}

#modules {
	
	width:1020px;
	margin:0 auto;
	text-align:center;
	background:url(../../../Images/bg_modRep.png) top center repeat-y;
	
}

	#modules .moduleArea {
		
		width:920px;
		margin:0 auto;
		text-align:left;
		padding:20px 0px;
		
	}
	
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	width:1020px;
	margin:0 auto;
	text-align:center;
	background:url(../../../Images/bg_footer.png) no-repeat center top;

}

	#footer .inside {
		
		padding:15px 0px 25px;
		
	}
	
	#footer a {
		
		color:#615341;
		
	}