@import url(global_v1-1.css);
@import url(admin.css);
@import url(adminLogin.css);
@import url(PelicanSound_css/modules.css);
@import url(PelicanSound_css/plugins.css);

/*
I. GLOBAL:  Global classes, header styles, link styles and .page class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/
body {
	background:#fff;
	color:#000;
}

h1 {
	color:#2c4566;
	font:bold 30px "Papyrus" Arial, Helvetica, sans-serif;
}

h2 {
	color:#2c4566;
	font:bold 22px "Papyrus" Arial, Helvetica, sans-serif;
}

h3 {
	color:#2c4566;
	font:bold 17px "Papyrus" Arial, Helvetica, sans-serif;
}

h4 {
	color:#2c4566;
	font:15px "Papyrus" Arial, Helvetica, sans-serif;
}

h5 {
	color:#333;
	display:inline;
	font:bold 12px "Papyrus" Arial, Helvetica, sans-serif;
}

h6 {
	color:#FFF;
	font:12px/1.8 "Tahoma" Arial, Helvetica, sans-serif;
}

p {
	color:#000;
	font:12px/18px "Tahoma" Arial, Helvetica, sans-serif;

}

table {
	color:#000;
	font:12px "Tahoma" Arial, Helvetica, sans-serif;
}

a,a.small,a.anchor,a.visited {
	color:#6F2904;
	font:inherit;
	text-decoration:none;
}

a:hover {
	color:#A83F06;
	font:inherit;
	text-decoration:underline;
}


.CEMenu {
	margin:0;
	padding:0;
}

/* important edit global text boxes - default --------- */
.txtbox {
	background:#FFF;
	border-style:inset;
	border-width:2px;
	color:#000;
	font:11px Arial, Verdana, 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 Arial, Verdana, sans-serif;
}

/*= directory -> edit roster options -> close button --------- */
.membut {
	background:#eee;
	border:1px solid buttonface;
	color:#333;
	cursor:pointer;
	font:11px Arial, Verdana, sans-serif;
}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	background:#eee;
	border-style:outset;
	border-width:2px;
	color:#333;
	font:11px Arial, Verdana, sans-serif;
	margin-bottom:2px;
	margin-top:2px;
}

.adminbar {
	background:#eee;
	color:#333;
	font:400 12px Arial, Verdana, sans-serif;
}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	background:#eee;
	color:#000;
	font:400 11px Arial, Verdana, sans-serif;
}

.rowHover {
	background:#FFF;
	color:#000;
	font:400 11px Arial, Verdana, 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 Arial, Verdana, sans-serif;
	padding:2px;
	text-decoration:none;
}

a.cookieTrail,a.cookieTrail:hover {
	color:#333;
	font:400 11px Arial, Verdana, sans-serif;
	text-decoration:none;
}

/*///////////////////////////////////////
Layout and Custom Selectors for: Lunch and learn training site
///////////////////////////////////////*/
.page {
	background:url(../../../Images/site_BG.jpg) #75512c top center repeat-x;
	margin: 0 auto;
}

#siteWrapper {
	margin: 0 auto;
	width: 800px;
}

#header {
	margin: 0 auto;
	width: 800px;
}

.topLinks {
	text-align: right;
	float:right;
}

.branding {
	float:left;
	background:url(../../../Images/Logo.jpg) bottom left no-repeat;
	height:59px;
	width: 188px;
}

.dooily {
	margin: 0 auto;
	background:url(../../../Images/doolie.jpg) bottom left no-repeat;
	height:15px;
	width: 72px;
}

#menuWrapper {
	clear: both;
	background:url(../../../Images/nav_BG.jpg) #602612 bottom right no-repeat;
	height:26px;
	width: 800px;
	margin: 3px 0 0 0;
	
}

	#navPrivate {
		clear:both;
		background-color:#006699;
		width:800px;
		height:26px;
		margin: 3px 0 0 0;
		margin:0 auto;
		text-align:center;
		}

#contentArea{
	background:url(../../../Images/content_BG.jpg) top center repeat-y;
	width: 800px;	
}

#contentFade {
	background:url(../../../Images/bottomFade.jpg) bottom center no-repeat;
	width:800px;
	height:170px;
	}

	#contentArea2{
	background:url(../../../Images/content_BG2.jpg) top center repeat-y;
	width: 800px;	
	}


#contentAdmin {
	background-color:#FFFFFF;
	width: 800px;
}

#contentWrapper {
	padding: 3px 10px 10px 10px;
	

}

#contentMain {
	MARGIN: 0 10px 10px 10px;
	text-align:left;
	vertical-align:top;
	
}

.oneColumn {
	padding: 10px 10px 10px 10px;
}

.public {
	float:right;
	width:550px;
}

.private {
	float:right;
	width: 293px;
}

.tour {
	margin: 0 auto;
	text-align: center;
	width: 780px;
}

#sidebar {
	float:left;
	text-align:left;
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
	background:#c0b69b;
	border: 3px double #c0b69b;

}

.publicHome {
	width: 165px;
	
}

.privateHome {
	width: 393px;
}

#contentLeft {
	float:left;
	width: 410px;
}

#contentRight {
	float:right;
	padding-right:10px;
	width: 293px;

}

#leftSide {
	width:380px;
	float:left;
	padding:10px 5px 10px 5px;
	}
	
#rightSide {
	width:380px;
	float:right;
	padding:10px 5px 10px 5px;
	}

#interestArea {
	width: 733px;
	border-top:#a39676 1px solid;
	border-bottom:#a39676 1px solid;
	margin: 10px 0 0 0;
}

.rightBorder {
	border-right:#a39676 1px solid;
	padding: 3px 0 3px 0;
	}

#footer {
	clear: both;
	background:url(../../../Images/footer_BG.jpg) top center no-repeat;
	height:76px;
	padding: 20px 10px 10px 10px;
	font: 12px "Times New Roman", Times, serif;
	color:#C27107;

}

.hideText {

	display: none;
}

.LogIn {

	background:url(../../../Images/email_footer.jpg) #fff bottom center no-repeat;
	height:75px;
}

a#Home {
	
	display: block;
	height: 17px;
	width: 78px;
	background: url(../../../Images/home.gif) left top no-repeat;
	/*--margin: 0 0 20px 0;-*/
}
a#Home:hover {
	
	background-position: left bottom;

}


a#ContactUs {
	
	display: block;
	height: 17px;
	width: 78px;
	background: url(../../../Images/contactUs.gif) left top no-repeat;
	/*--margin: 0 0 20px 0;-*/
}
a#ContactUs:hover {
	
	background-position: left bottom;

}

a#login {
	
	display: block;
	height: 17px;
	width: 78px;
	background: url(../../../Images/login.gif) left top no-repeat;
	/*--margin: 0 0 20px 0;-*/
}
a#login:hover {
	
	background-position: left bottom;

}

a#logout {
	
	display: block;
	height: 17px;
	width: 78px;
	background: url(../../../Images/Logout.gif) left top no-repeat;
	/*--margin: 0 0 20px 0;-*/
}
a#logout:hover {
	
	background-position: left bottom;

}

.small {
	font-size:9px;
	}
	
.weather {
background:url(../../../Images/weatherBG.png) center bottom no-repeat;
height:100px;
width: 58px;
}

.plgWeatherHeader {
 size: 7.5pt;
 }

#pvtBottom {
	background:url(../../../Images/bottomFade.jpg) center bottom no-repeat;
	height:170px;
	width:800px;
	}
	#336699
	#2c4466
	
#listPage {
	text-align:left;
	}
	
	#listPage .largerfont .smallerfont{
		color:#2c4466;}
		
		#listPage a {
			color:#336699;}
			
			#listPage a:hover {
				color:#2c4466;}
	