@import url(global_v1-1.css);
@import url(MissionViejo_css/modules.css);
@import url(MissionViejo_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: #284E36;
	font: 20px Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #847D54;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #867D4A;
	font: 16px Georgia, "Times New Roman", Times, serif;

}

h4 {
	
	color: #AF7A1F;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #000;
	font: 11px "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	color: #30220b;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

br {
	letter-spacing: normal;
}

table, div {
	
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-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-color:#020001; 
	text-align:center;
	margin:0 auto;
	
}

.Splashpage {
	background:url(../../../Images/splashBG.jpg) #020001 center top no-repeat;
	text-align:center;
	margin:0 auto;
	width:1024px;}

.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: MissionViejo
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= Layout 
////////////////////////////////////////////////////////////////*/

#top {
	width:1024px;
	text-align:center;
	margin:0 auto;
	background:url(../../../Images/top.jpg);
	background-repeat:no-repeat;
	height:242px;
	}
	
#banner {
	width:1024px;
	text-align:center;
	margin:0 auto;
	}
	
#logo {
	float:left;
	height: 65px;
	width: 256px;
	margin:10px 0 0 12px;
	
	}
	
	a#logo {
		height: 65px;
		width: 256px;
		background:url(../../../Images/Logo.jpg);
		background-position:top left;
}
		a#logo:hover {
			background-position: left bottom;
		}
	
#loggedIn {
	float:right;
	margin:22px 45px 0 0;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	}
	
	#loggedIn p{
		color:#ffeda9;
		}

	
#siteWrapper {
	margin-top:226px;
	background:url(../../../Images/repeat/siteWrapper_bg.jpg) center top repeat-y;
	width:1024px;
	margin:0 auto;
	}
	
#sideBar {
	float:left;
	width:200px;
	padding-top:141px;
	padding-left:43px;
	}
	
	#pvtNav2 a{
		color:#f5e8d5;
		padding-left:20px;
		background:url(../../../Images/idle.jpg) 0 50% no-repeat;
		text-transform:uppercase;
		}
		
		#pvtNav2 a:hover{
			color:#f5e8d5;
			padding-left:20px;
			background:url(../../../Images/hover.jpg) 0 50% no-repeat;
			text-transform:uppercase;
		}
	
#contentMain {
	float:right;
	width:722px;
	padding-top:55px;
	margin-right:50px;
	}
	
.top {
	background:url(../../../Images/repeat/header1.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:720px;
	height:70px;
}

.mid {
	background:url(../../../Images/repeat/paper_bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	width:722px;
	font: 15px Garamond, "Times New Roman", Times, serif;
	color: #222;
	line-height: 1.7em;
	margin: 0 0 0 0;
	text-transform: none;
	letter-spacing: 0.1em;
	}
	
.mid p {
	font: 15px Garamond, "Times New Roman", Times, serif;
	color: #222;
	line-height: 1.7em;
	margin: 0 0 0 0;
	text-transform: none;
	letter-spacing: 0.1em;
}
	
.mid table {
	font: 15px Garamond, "Times New Roman", Times, serif;
	color: #222;
	line-height: normal;
	margin: 0 0 0 0;
	text-transform: none;
	letter-spacing: 0.1em;
}

.mid div {
	font: 15px Garamond, "Times New Roman", Times, serif;
	color: #222;
	line-height: normal;
	margin: 0 0 0 0;
	text-transform: none;
	letter-spacing: 0.1em;
}
	
	.mid .inside {
		padding:0 60px 10px 60px;
		text-align:left;
		}
		
	.mid .inside2 {
		padding:0 40px 10px 40px;
		text-align:left;
		}

.midNewsletter {
	background:url(../../../Images/repeat/paper_bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	width:722px;
	margin: 0 0 0 0;
	}
	
.midNewsletter .inside {
		margin: 0 40px;
		text-align:left;
		width: 642px;
		}
	
.bottom {
	background:url(../../../Images/repeat/footer1.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:720px;
	height:70px;
	}
	
#callOuts {
	padding-right:10px;
	padding-bottom:10px;
	}
	

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	color:#bba782;
	padding-bottom:10px;
	text-align:center;
	text-transform:uppercase;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

/*------------------------------------------------------------------
= SPLASH PAGE CLASSES
------------------------------------------------------------------*/

#splashWrapper {
	width:1024px;
	margin:0 auto;
	text-align:center;
	}

#bannerS {
	width:1024px;
	height:78px;
	margin:0 auto;
	text-align:center;
	
	}
	
#logoS {
	float:left;
	height:58px;
	width:262px;
	margin: 10px 0 0 9px;
	}
	
	a#logoS {
		height: 58px;
		width: 262px;
		background:url(../../../Images/splashLogo.jpg);
		background-position:top left;
}
		a#logoS:hover {
			background-position: left bottom;
		}
	
#logInS {
	float:right;
	margin: 20px 30px 0 3px;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	}
	
	#logInS a{
		color:#ffeda9;
		text-transform:uppercase;
		text-decoration:underline;
		}
		
#LeftNav {
	width:210px;
	margin: 158px 0 0 5px;
	}
	
	#LeftNav td {
		padding-bottom:10px;
	}
	
#tradition {
	float:left;
	width:210px;
	}
	
	a#tradition {
		height: 79px;
		width: 189px;
		background:url(../../../Images/nav/tradition.jpg);
		background-position:top left;
		}
		
		a#tradition:hover {
			background-position: left bottom;
		}

#aboutus {
	float:left;
	width:210px;
	}
	
	a#aboutus {
		height: 79px;
		width: 189px;
		background:url(../../../Images/nav/aboutus.jpg);
		background-position:top left;
		}
		
		a#aboutus:hover {
			background-position: left bottom;
		}

#amenities {
	float:left;
	width:210px;
	}
			
	a#amenities {
		height: 79px;
		width: 189px;
		background:url(../../../Images/nav/amenities.jpg);
		background-position:top left;
		}
		
		a#amenities:hover {
			background-position: left bottom;
		}
		
#membership {
	float:left;
	width:210px;
	}
		
	a#membership {
		height: 79px;
		width: 189px;
		background:url(../../../Images/nav/membership.jpg);
		background-position:top left;
		}
		
		a#membership:hover {
			background-position: left bottom;
		}
		
#guestInfo {
	float:left;
	width:210px;
	}
		
	a#guestInfo {
		height: 79px;
		width: 189px;
		background:url(../../../Images/nav/guestInfo.jpg);
		background-position:top left;
		}
		
		a#guestInfo:hover {
			background-position: left bottom;
		}
		
	
#wrapper {
	float:right;
	width:804px;
	}
	
#flash {
	float:left;
	width:568px;
	text-align:left;
	margin-left:4px;
	}
	
#RightNav {
	float:right;
	width:210px;
	margin: 159px 8px 0 0;
	}
	
	#RightNav td {
		padding-bottom:10px;
	}
	
#golf {
	float:right;
	width:210px;
	}
	
	a#golf {
		height: 79px;
		width: 188px;
		background:url(../../../Images/nav/golf.jpg);
		background-position:top left;
		}
		
		a#golf:hover {
			background-position: left bottom;
		}
		
#tennis {
	float:right;
	width:210px;
	}
		
	a#tennis {
		height: 79px;
		width: 188px;
		background:url(../../../Images/nav/tennis.jpg);
		background-position:top left;
		}
		
		a#tennis:hover {
			background-position: left bottom;
		}
		
#events {
	float:right;
	width:210px;
	}
		
	a#events {
		height: 79px;
		width: 188px;
		background:url(../../../Images/nav/events.jpg);
		background-position:top left;
		}
		
		a#events:hover {
			background-position: left bottom;
		}
		
#contact {
	float:right;
	width:210px;
	}
		
	a#contact {
		height: 79px;
		width: 188px;
		background:url(../../../Images/nav/contact.jpg);
		background-position:top left;
		}
		
		a#contact:hover {
			background-position: left bottom;
		}
		
.smallerfont a{
	color:#d99860;
	text-decoration:none;
	}
	
	.smallerfont a:hover{
		color:#d99860;
		text-decoration:underline;
	}
	
#normaltext table,div{
	font: 11px "Lucida Sans Unicode", Arial, sans-serif;
}

#quicklinks {
	background: #ede6d3;
	border: 2px solid #2b2002;
	padding-top: 5px;
}

#quicklinks table {
	font: 14 px Garamond, "Times New Roman", Times, serif;
	color: #222;
	line-height: 1.2em;
	margin: 0 0 0 0;
	text-transform: none;
	letter-spacing: 0.1em;
}

#quicklinks a {
	color: #30220b;
}

#quicklinks a:hover {
	color: #935946;
}

#staff table{
	Font: 9px "Times New Roman", Times, serif;
}

#messageboard {
}

#messageboard .plgHeaderbar {
-x-system-font:none;
color:#000000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:700;
line-height:normal;
padding-bottom:4px;
}