@import url(global_v1-1.css);
@import url(adminLogin.css);
@import url(oasisCC_css/oasisCC_modules.css);
@import url(oasisCC_css/oasisCC_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:#7ba0bc;
	font:400 22px Century Gothic, Tahoma, sans-serif;
	margin-bottom: 1em;
}

h1 span {
	color: #0253a3;
}

h2 {
	color:#0073a4;
	font:400 14px Century Gothic, Tahoma, sans-serif;
}

h3 {
	color:#7ba0bc;
	font:400 14px Century Gothic, Tahoma, sans-serif;
}

h4 {
	color:#4A493D;
	font:15px "Times New Roman", Georgia, Times, serif;
}

h5 {
	color:#333;
	display:inline;
	font:bold 12px "Times New Roman", Georgia, Times, serif;
}

h6 {
	color:#FFF;
	font:12px/1.8 "Times New Roman", Georgia, Times, serif;
}

p {
	color:#4A493D;
	margin-top: 1em; 
}

table {
	font:11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

a,a.small,a.anchor,a.visited {
	color:#8d4c00;
	font:inherit;
	text-decoration:none;
}

a:hover {
	color:#a05600;
	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 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", 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 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

/*= directory -> edit roster options -> close button --------- */
.membut {
	background:#eee;
	border:1px solid buttonface;
	color:#333;
	cursor:pointer;
	font:11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	background:#eee;
	border-style:outset;
	border-width:2px;
	color:#333;
	font:11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	margin-bottom:2px;
	margin-top:2px;
}

.adminbar {
	background:#eee;
	color:#333;
	font:400 12px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	background:#eee;
	color:#000;
	font:400 11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

.rowHover {
	background:#FFF;
	color:#000;
	font:400 11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", 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 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	padding:2px;
	text-decoration:none;
}

a.cookieTrail,a.cookieTrail:hover {
	color:#333;
	font:400 11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	text-decoration:none;
}

/*///////////////////////////////////////
Layout and Custom Selectors for: Oasis CC
///////////////////////////////////////*/
.page {
	background: #efecca url(../../../images/siteBg2.jpg) repeat-x;
	color: #3a3a3a;
	font: 12px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: center;
}

#siteWrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#branding {
	background: url(../../../images/logo.jpg) top left no-repeat;
	height: 120px;
	padding: 0 0 0 202px;
	position: relative;
	z-index: 100;
}

#nav {
	padding-top: 50px;
}

#contentArea{
	background: #fff url(../../../images/contentWrapperBg.jpg) bottom center no-repeat;
	border: 5px solid #d8c79a;
}

#contentWrapper{
	margin-top: 15px;
}

#contentWrapper ul li{
list-style-image: url(../../../images/bullet.gif);
margin-left: -20px;
}

#mainArticle{
	float: right;
	padding:  0 0 95px 0;
	width: 590px;
}

#contentMain {
	float: left;
	width: 350px;
}

#sidebar {
	float: left;
	padding:  0 0 95px 15px;
	width: 165px;
}

#contentSecondary{
	float: right;
	padding-right: 15px;
	width: 180px;
}

#footer{
	color: #0073a4;
	clear:both;
	font: 11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	padding: 10px;
	text-align: center;
}

/*////////////////////
 Content Page Styling 
////////////////////*/

#contentArea.pubContent #contentMain, #contentArea.privContent #contentMain {
	float: left;
	width: 575px;
}

/*////////////////////
Private Landing Page Styling
////////////////////*/

#contentArea.privHome #mainArticle {
	float: left;
}

#contentArea.privHome #sidebar{
	float: right;
	padding: 0 0px 15px 0px;
	width: 190px;
}

#contentArea.privHome {
	background: #fff url(../../../images/privContentBg.gif) repeat-y center top;
}

#contentArea.privHome .clearBoth {
	background: url(../../../images/privHomeFooter.jpg) center top no-repeat;
	color:#fff;
	height:95px;
}

#contentArea.privHome #contentMain {
	padding-left: 30px;
	width: 532px
}

#contentArea.privHome #mainArticle {
	padding: 0 0 15px 0;
	width: 570px;
}

#mainImgWrapper {
	background: #b9e4e2 url(../../../images/mainImgWrapperBg.gif) no-repeat center top;
	min-height:262px;
	height:auto !important;
	height:262px;
}

#flashWrapper {

		position: relative;

	}

		#overlay {
		
			position: absolute;
			right: 10px;
			top: 70px;
			width: 240px;
			z-index: 10;
		
		}
		
			#overlay {
			
				color: #fff;
				text-align: right;
			
			}
			
			#overlay p,
			#overlay h2 {
			
				color: #fff;
				
			}

#pageTitle {
	background: #fff  url(../../../images/pageTitleBg.gif) no-repeat center bottom;
	clear: both;
	/*height: 41px;*/
	padding: 10px 0 5px 25px;
}

#pageTitle h1 {
	color: #0253a3;
	margin-bottom: 0;
}

#welcomeStmt{
	color: #7ba0bc;
	font: 12px Century Gothic, Tahoma, sans-serif;
	float: left;
	margin-top: 210px;
	padding: 0 0 0 3px;
	width: 195px;
}

#welcomeStmt a {
	color: #9b6220;
	font: 10px Century Gothic, Tahoma, sans-serif;
}

#mainImgWrapper #mainImg {
	background: url(../../../images/privMainImg.jpg) top left no-repeat;
	float:left;
	min-height:262px;
	height:auto !important;
	height:262px;
	width: 395px;
}

#quicklinks {
	color: #fff;
	float: left;
	padding: 30px 0 0 10px;
	width: 180px;
}

#quicklinks li {
	margin: 0;
}

#weather{
	margin-top: 47px;
}

#quicklinks li a {
	color: #fff;
}

#quickLinks h2{
	color: #fff4d7
}

#contentArea .plgCalendarHeader {
	color: #0073a4;
}

#contentArea.modules {
	padding-bottom: 120px
}