@import url(global_v1-2.css);
@import url(CoveleighNY_css/modules.css);
@import url(CoveleighNY_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

/////////////////////////////////////////////////////*/

html {

	min-height: 100%;
	height: auto;

}


body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #005544;
	font: 24px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

#pubHome h1 {

	/*background: url(../../../Images/heading_decor.gif) no-repeat 0 0;
	padding-left: 40px;*/

}


h2 {
	
	color: #005544;
	font: 18px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 6px;
	
}

h3 {
	
	color: #444;
	font: 14px/1.6 Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

h4 {
	
	color: #036A49;
	font: italic 12px/1.6 Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding-bottom: 10px;
	margin-bottom: 16px;
	border-bottom: 1px solid #DBD3CC;

}

h5 {
	
	color: #036A49;
	font: 13px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
}

h6 {
	
	color: #FFF;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

p {
	
	color: #1A1816;
	font: 11px/1.6 Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

table, div {
	
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #036A49;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #036A49;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../Images/bodyBg_Bottom2.jpg) repeat-x center bottom fixed #71AFDB;
	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;

}

a img {

	border: none;

}

#mediaWindow img {

	display: block;

}

ul {
	
	margin-bottom: 0;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {

	width: 100%;
	height: 100%;
	background: url(../../../Images/bodyBg_top.gif) repeat-x center top;
	
}

#siteTupperware {

	width: 100%;
	height: 100%;
	background: url(../../../Images/fakeFooterBg.jpg) no-repeat center bottom;
	padding-bottom: 109px;
}

#pubHome {


	
}

#pubContent {


	
}

	#siteContainer {
	
		width: 946px;
		margin: 0 auto;
		padding-bottom: 54px;
	
	}
	
		#siteMirage {
		
			width: 946px;
			background: url(../../../Images/contentBg_shadowRepeat.jpg) repeat-y center top;
		
		}
		
			#siteOasis {
			
				width: 946px;
				background: url(../../../Images/contentBg_topShadow.jpg) no-repeat center top;
				text-align: left;
			
			}
			
				#siteDesert {
			
					width: 924px;
					margin-left: 11px;

				}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	width: 946px;
	height: 145px;
	background: url(../../../Images/headerBg.jpg) no-repeat left top;
	text-align: left;
	
}

	#branding .inside {
	
		width: 940px;
		height: 134px;
		margin-left: 3px;
	
	}

		#branding .floatLeft {
		
			width: 336px;
			height: 82px;
			margin: 22px 0 0 18px;
		
		}
		
			#branding #logo {
			
				display: block;
				width: 100%;
				height: 100%;
				background:url(../../../Images/logo_doors.jpg) no-repeat left;
		
			}
			
			#branding #logo:hover {
			
				background:url(../../../Images/logo_doors.jpg) no-repeat right;
		
			}
		
		#branding .floatRight {
		
			width: 156px;
			margin: 54px 8px 0 0;
			text-align: right;
		
		}
		
		#branding .floatRight,
		#branding .floatRight div,
		#branding .floatRight table{

			font-size: 10px;
			color: #FFF;
		
		}
		
		#branding .floatRight a {

			color: #FFF;
			text-decoration: underline;
		
		}
		
		#branding .floatRight a:hover {

			color: #FFF;
			text-decoration: none;
		
		}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	width: 924px;
	height: 33px;
	background: url(../../../Images/navBg.gif) repeat-x center top;

}

#nav .floatLeft {
	
	width: 590px;

}

#nav .floatRight {
	
	width: 318px;
	margin-right: 8px;

}

#nav .floatRight #logPluginTable {
	
	/*width: 310px;*/
	height: 17px;
	margin-top: 8px;

}

#nav .floatRight #logPluginTable td {
	
	vertical-align: middle;

}

#nav .floatRight #logPluginTable td #btnLogin {

	display: block;
	height: 17px;

}

#nav .floatRight .advLogUsername,
#nav .floatRight .advLogPassword {

	display: block;
	width: 108px;
	height: 17px;
	background: url(../../../Images/pub_loginInputBg.gif) no-repeat;
	font-size: 10px;
	text-transform: uppercase;
	color: #036A49;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	
	width: 924px;
	
}

	#mediaWindow {
	
		width: 924px;
	
	}
	
	#contentWrapper {
	
		width: 924px;
		background:url(../../../Images/contentBg_watermark.jpg) no-repeat right bottom;
		padding-bottom: 30px;
	
	}
	

/*public home*/

		#pubHome #sidebar {
	
			width: 190px;
			margin-top: 30px;
			margin-left: 50px;
	
		}
		
		#pubHome #sidebar a,
		#pubHome #sidebar a:hover {
	
			color: #655517;
	
		}
		

		#pubHome #contentMain {
		
			width: 616px;
			margin-top: 30px;
			margin-right: 60px;
		
		}
		
/*private home page*/

	#privHome #topArea {
	
		width: 924px;
		padding: 32px 0;
		background:url(../../../Images/privHome_topContentBg.jpg) no-repeat left bottom #89B6CD;
	
	}
	
		#privHome #topArea a {
	
			line-height: 20px;
	
		}
	
	#privHome #sidebar {
	
		width: 164px;
		margin-top: 30px;
		margin-left: 30px;
	
	}
	
		#privHome #sidebar h3 {
			
			border-bottom: 3px solid #B7D3C1;
			padding-bottom: 6px;
	
		}
	
	#privHome #contentMain {
	
		width: 658px;
		margin-top: 30px;
		margin-right: 38px;
	
	}
	
		#privHome #contentMain #lowerPluginWrapper {
		
			width: 100%;
			margin-top: 30px;
			background: url(../../../Images/2ColDivider.gif) repeat-y center top;
		
		}
	
	#privHome #contentMain #lowerPluginWrapper .floatLeft,
	#privHome #contentMain #lowerPluginWrapper .floatRight {
	
		width: 289px;
	
	}
		
/*content page*/

	#contentPage #contentMain {
	
		width: 600px;
		margin-top: 30px;
		margin-left: 34px;
	
	}
	
	#contentPage #contentSecondary {
	
		width: 210px;
		margin-top: 30px;
		margin-right: 34px;
	
	}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	width: 946px;
	background: url(../../../Images/footerBg.jpg) no-repeat left top;
	text-align: left;
	padding-bottom: 20px;

}

	#footer .inside {
	
		width: 924px;
		margin-left: 11px;
		padding: 16px 0;
	
	}
	
	/*=========================
	=FIX
	===========================*/
	
	*:first-child+html {} * html #topArea .clickToEditAnchor{clear: both;} 