@import url(global_v1-2.css);
@import url(CoralRidge_css/modules.css);
@import url(CoralRidge_css/plugins.css);
@import url(adminLogin.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: #6c5735;
	font: 26px "Times New Roman", Times, Georgia, serif;
	text-transform:uppercase;

}


h2 {
	
	color: #6c5735;
	font: 14px "Times New Roman", Times, Georgia, serif;
	line-height:18px;
	
}


h3 {
	
	color: #6c5735;
	font: 12px "Times New Roman", Times, Georgia, serif;
	
}

h4 {
	
	color: #2d2d2d;
	font: 11px Arial, Helvetica, sans-serif;
	line-height:16px;

}

h5 {
	
	color: #7c7f3b;
	font: 20px "Times New Roman", Times, Georgia, serif;

}

h6 {
	
	color: #2d2d2d;
	font: 12px "Times New Roman", Times, Georgia, serif;
	
}

p {
	
	color: #1A1816;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

table, div {
	
	color:#6c6928;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:15px;

}

a,a.small,a.anchor,a.visited {
	
	color: #8B7E5F;
	font: inherit;
	text-decoration: none;
	border:0px;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;
	border:0px;

}

a img {

	border:none;

}

.page {

	background-color:#f5f2ec;
	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: siteName
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
	
	background:url(../../../Images/bottom_bg.jpg) center bottom no-repeat;
	width:956px;
	margin:0 auto;

}

.siteWrapperPrivate {
	
	width:956px;
	margin:0 auto;
	background-color:#ffffff;

}

#pubHome {


	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
	
	background:url(../../../Images/header.jpg) center bottom no-repeat;
	width:956px;
	height:100px;

}
		
	#mainLogo {
	
		background:url(../../../Images/clear.gif) center repeat;
		width:420px;
		height:100px;
		
	}
			
		#mainLogo a {
			display:block;
			width: 100%;
			height: 100%
		}

	#login {
	
	padding: 10px 0 0 308px;
	text-align:left;
	
	}

		#login h1 {

			font:11px georgia, "times new roman", times, serif;
			color:#000000;
			text-transform:uppercase;
			padding-left:60px;
		
		}

		#login h2 {

			font:10px georgia, "times new roman", times, serif;
			color:#624e2d;
			padding-top:5px;
		
		}

		#login h3 {

			font:11px georgia, "times new roman", times, serif;
			color:#624e2d;
			padding-left:120px;
		
		}

	#privateLinks {

	font:9px Arial, Helvetica, sans-serif;
	color:#6c6928;
	text-transform:uppercase;
	padding: 85px 0 0 865px;
	text-align:left;
	
	}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	
	background:url(../../../Images/nav_bg.jpg) center bottom no-repeat;
	width:956px;
	height:32px;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentAreaPrivate {
	
	background-color:#ffffff;
	background:url(../../../Images/background_bar.jpg) center top repeat;
	width:100%;
}

#contentWrapperPrivate {
	
	background-color:#ffffff;
	background:url(../../../Images/sidebar_bg.jpg) right bottom no-repeat;
		
}

#flashMain {
	
	width:956px;
	height:319px;

}

#flashMain2 {
	
	width:956px;
	height:319px;

}

#contentMain {
	
	width:635px;
	text-align:left;
	margin: 20px 0 20px 25px;

}

	#contentTop {
	
		text-align:left;
	
	}

	#contentRight {
	
		width:250px;
		text-align:left;
		margin:30px 25px 20px 20px;
	
	}

#subcontentMain {
	
	width:625px;
	text-align:left;
	/*margin: 20px 0 35px 25px;*/
	margin-top:40px;
	padding:5px;
	border-top:1px solid #ad9b76;
	border-bottom:1px solid #ad9b76;

}

	#subcontentRight {
	
		width:240px;
		text-align:left;
		padding:5px;
		/*margin:20px 25px 35px 10px;*/
		margin-top:20px;
		border-top:1px solid #ad9b76;
		border-bottom:1px solid #ad9b76;
	
	}

#privateMain {
	
	width:670px;
	text-align:left;

}

#privateMain2 {
	
	width:956px;
	text-align:left;

}

#privateMainWideImg {
	
	width:956px;
	text-align:left;

}

	#privateRight {
	
		width:276px;
		text-align:left;
	
	}
	
		#privateRight .inside {
		
			width:221px;
			margin:50px 10px 220px 35px;
			font:11px Arial, Helvetica, sans-serif;
			color:#231f0f;
			line-height:12px;
		
		}

	#privateMainLeft {
		width:367px;
		text-align:left;
	
	}

		#privateMainLeft .inside {
		
			padding:25px;
		
		}
		
			#privateSubLeft {
			
				text-align:left;
				width:119px;
				padding-top:5px;
			
			}
		
			#privateSubRight {
			
				text-align:left;
				width:188px;
				line-height:70px;
			
			}

	#privateMainRight {
	
		width:272px;
		text-align:left;
	
	}

		#privateMainRight .inside {
		
			padding: 25px 25px 25px 0;
		
		}

	#privateMainFull {
	
		width:670px;
		text-align:left;
	
	}

		#privateMainFull .inside {
		
			padding: 25px;
		
		}

	#privateContentLeft {
	
		width:669px;
		text-align:left;
	
	}
	
	#privateContentLeftPhoto {
	
		width:560px;
		text-align:left;
	
	}

		#privateContentLeft .inside {
		
			padding:25px;
		
		}


 .advLogPassword  {width:129px; padding-left:2px;}
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	font:10px "times new roman", times, georgia, serif;
	color:#6c5735;
	text-transform:uppercase;
	background:url(../../../Images/footer_lines.gif) center top no-repeat;
	text-align:center;
	padding-top:33px;
	padding-bottom:25px;

}

#footerPrivate {

	font:10px "times new roman", times, georgia, serif;
	color:#6c5735;
	text-transform:uppercase;
	background:url(../../../Images/privatefooter.jpg) center top no-repeat;
	text-align:center;
	padding-top:33px;
	padding-bottom:25px;

}
