@import url(global_v1-1.css);
@import url(doralresort_css/modules.css);
@import url(doralresort_css/plugins.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: #333;
	font: 32px "Times New Roman", Times, serif;

}


h2 {
	
	color: #101920;
	font: 700 16px "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #867D4A;
	font: 700 13px "Times New Roman", Times, serif;

}

h4 {
	
	color: #1d6c79;
	font:16px "Times New Roman", Times, serif;

}

h5 {
	
	color: #56595c;
	font: 13px "Times New Roman", Times, serif;
	text-transform:uppercase;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

h7 {
	color:#fff;
	font: 700 28px "Times New Roman", Times, serif;

}

p {
	
	color: #333;
	font: 14px/1.6 "Times New Roman", Times, serif;

}

table, div {
	
	color: #333;
	font: 14px/1.6 "Times New Roman", Times, serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #8B7E5F;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: #e3dcc0 url(../../../Images/bodyBg2.jpg) center top repeat-x;
	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 {
	text-align:center;
	margin:0px auto;
	width:960px;
	
}

#contentWrapper {
	text-align:center;
	width:960px;
	
}

#contentSecondary {
	float:left;
	text-align:left;
	width:240px;
	margin:30px 0px 340px 0px;

	
}
#contentSecondary .inside {
	padding:0px 0px 0px 80px;

}

#contentMain {
	float:right;
	text-align:left;
	width: 640px;
	margin-bottom:200px;
	margin-top:30px;
	
}

#contentMain .insideHome {
	padding:0px 80px 0px 20px;
	
}

#contentMain .inside {
	padding:0px 20px 0px 20px;
	
}

#contentMain .privateinside {
	padding:0px 20px 0px 0px;
	
}

#sidebar {
	float:left;
	text-align:left;
	width:220px;
	margin-top:30px;
	margin-bottom:325px;
}

#sidebar .inside {
	padding:0px 10px 0px 40px;
	
}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
	background:url(../../../Images/logo2.jpg) center no-repeat;
	height:90px;
	width:960px;
	
}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	width:960px;
	background:#56595c;

}

#nav .inside {
	width:960px;
	height:32px;	

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	background:#f6f3e6 url(../../../Images/content_img.jpg) center bottom no-repeat;
	width:960px;
	height:auto;	
	
}

#flash {
	height:370px;
	text-align:center;
	
}

#pubHeader {
	text-align:center;

}

#pubHeader img {
	display:block;

}

#privateImage {
	text-align:center;
	padding-bottom:15px;
	width:600px;

}

#privateImage img {
	display:block;
	
}

#privateLinks {
	text-align:left;
	padding-bottom:15px;
	width:600px;
	
}

#contentTop {
	text-align:left;
	padding-bottom:15px;
	width:600px;

}

#contentBottom {
	text-align:left;
	padding-bottom:15px;
	width:600px;

}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	background:url(../../../Images/footer2.gif);
	text-align:center;
	height:150px;
	width:960px;

}

#footer a,a.small,a.anchor,a.visited {
	
	color: #fff;
	font: inherit;
	text-decoration: underline;

}

#footer p {
	color:#b4b7bb;
	font:11px/2.1 Arial, Helvetica, sans-serif;
	
}

#footer .floatLeft {
	float:left;
	padding:0px 15px;
}

#footer .floatRight {
	float:right;
	text-align:right;
	padding-right:10px;

}