@import url(global_v1-2.css);
@import url(dellwoodCC09_css/modules.css);
@import url(dellwoodCC09_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

/////////////////////////////////////////////////////*/

body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #000;
	font: 26px Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #fff;
	font: 18px Helvetica, Arial, sans-serif;
	
}

	#privHomeMainContent h2 {
	color:#fff;
	font:22px Helvetica, Arial, sans-serif;
	}
	
	h2 .gray {
	color:#b8b8b8;
	}
	
	h2 .gold {
	color:#e9d1b1;
	}

h3 {
	
	color: #004400;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight:bolder;

}

h4 {
	
	color: #4c4c4c;
	font: 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #004400;
	font: 12px Arial, Helvetica, sans-serif;
	display: inline;
	font-weight:bold;

}

h6 {
	
	color: #f2e1c9;
	font: 10px Arial, Helvetica, sans-serif;

}

p {
	
	color: #2d2a24;
	font: 12px/1.6 Arial, Helvetica, sans-serif;
	text-align:justify;

}

table {
	
	font: 12px/1.6 Arial, Helvetica, sans-serif;
	text-align:justify;

}

div {
font: 12px/1.6 Arial, Helvetica, sans-serif;
}

a,a.small,a.anchor,a.visited {
	
	color: #004400;
	font: inherit;
	text-decoration: underline;

}

a:hover {
	
	color: #5a3727;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../Images/pageBg.gif) center top;
	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: dellwoodCC09
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

.clearBoth {
clear:both;
}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
	width:100%;
	text-align:center;
	margin:0 auto;	
}

#pubHome {
background:none;
width:100%;
text-align:center;
margin:0 auto;
}

#newcontent {
background:#f7efe4;
width:100%;
text-align:center;
margin:0 auto;
padding-top:12px;
}

#newcontentmedia {
background:#f7efe4;
width:100%;
text-align:center;
margin:0 auto;
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */
/*
#branding {
width:100%;
background:url(../../../Images/hnavbg2.gif) repeat-x bottom center;
height: 80px;
}

	#branding .inside {
	width:1020px;
	background:url(../../../Images/logoBG.png) 0 18px no-repeat;
	margin:0 auto;
	height:101px;
	position: relative;
	z-index: 3;
	}
	
	#branding .inside .holder {
	width:960px;
	margin:0 auto;
	}
	
	#logo {
	width:230px;
	float:left;
	}
	
		#logo img {
		display:block;
		}
		
		a#logo1, a:visited#logo1, a:hover#logo1 {
		background:url(../../../Images/logobg.gif) no-repeat 0 0;
		width:230px;
		height:62px;
		}
	
	#leftbrand {
	float:right;
	width:710px;
	height:101px;
	} */
	
#branding {
	background:url(../../../Images/hnavbg2.gif) repeat-x bottom;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height:101px;
}

#branding .glow {
width:1020px;
background:url(../../../Images/brandbg.jpg) no-repeat 0 0;
margin:0 auto;
}

#branding .glow .inside {
	margin: 0 auto;
	width: 960px;
	height: 81px;
	/*background: transparent url(../../../Images/logo.png) no-repeat left bottom;*/
	position: relative;
	z-index: 3;
	top:37px;
}

#logo {
	width:230px;
	float:left;
	height:81px;
	}
	
		#logo img {
		display:block;
		}
		
	/*	a#logo1 {
		background:url(../../../Images/logo.png) no-repeat 0 0;
		width:230px;
		height:81px;
		}*/
	
	#leftbrand {
	float:right;
	width:710px;
	/*height:101px;*/
	}

	
/*	#weathercall {
	width:100%;
	}*/
	
	#weather {
	width:710px;
	text-align:right;
	margin: 0 auto;
	height:31px;
	}
	
	#weather img {
	width:30px;
	height:30px;
	padding-right:8px;
	}

		
		#weather a, #weather a:visited {
		font:10px Arial, Helvetica, sans-serif;
		color:#e9d1b1;
		font-weight:700;
		text-decoration:none;
		
		}
		
		#weather a:hover {
		text-decoration:underline;
		}
		
		#nomediabg {
		width:100%;
		height:19px;
		background:#f7efe4 url(../../../Images/nomediabg.gif) repeat-x top center;
		}
		
		#nomediabg #logobot {
		margin:0 auto;
		width:960px;
		text-align:left;
		}
		
		#nomediabg #logobot .placer {
		width:75px;
		}
		
		#nomediabg #logobot .placer img {
		display:block;
		}
	

	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
text-align: center;
/*padding-top: 12px;*/
/*padding-left:230px;*/
}

#nav .navInside {
width: 710px;
}



/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#pubFlash {

	width:100%;
	text-align:center;
	background:#2e3a1b url(../../../Images/pubflashbg.gif) repeat-x top center;
	height:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

	#pubflash img {
	
		display:block;
		text-align:center;
	}

#mediaWindow {

	width:100%;
	text-align:center;
	background:#2e3a1b url(../../../Images/mediaWindowbg.gif) repeat-x top center;
	height:122px;
	margin:0 auto;
	/*overflow:hidden;*/
	
}

	#mediaWindow img {
	
		display:block;
		text-align:center;
		
	}
	

#contentWrapper {
	width:960px;
	margin:0 auto;
	padding-top: 20px;
	text-align:left;
	padding-bottom:40px;
}

#contentWrapper table {
text-align:left;
}

/*#masterPageUC_MPCA294817_ctl08_tblListing {
width:0;
}*/
	 
	
	#privHomeTop {
	width:960px;
	margin-bottom:40px;
	}
	
		#sidebar {
		width:190px;
		float:left;
		}
		
		#privHomeContent {
		width:750px;
		float:right;
		}
		
			#photoalb table {
			color:#fff;
			font:inherit;
			}

	#privHomeBottom {
	width:960px;
	}
	
		#callout1 {
		width:190px;
		float:left;
		}
		
		#calloutContainer {
		width:730px;
		margin-right:20px;
		float:right;
		}
			#callout2 {
			width:475px;
			float:left;
			}
			
			#callout3 {
			width: 235px;
			float:right;
			}
			
			.pluginterior {
border:1px solid #e8e1d4;
border-top:none;
background:#fff;
}

.pluginterior2 {
border:1px solid #e8e1d4;
border-top:none;
background:#fff;
padding:10px;
}

.call2padgray {
padding:10px;
background:#f1f1f1;
width:100%;

}
		.call2pad {
		padding:10px;
		width:100%;
		}
		
			.calloutlink {
			padding:4px 10px;
			background:#fff;
			border:1px solid #e8e1d4;
border-top:none;
border-bottom:none;
			}
			
			.calloutlink a, .calloutlink a:visited {
			font-size:10px;
			text-decoration:none;
			}
			
			.calloutlink a:hover {
			font-size:10px;
			text-decoration:underline;
			}
		
	#landingImage {
	width:960px;
	margin-bottom:30px;
	}
	
	#courseContent {
	width:840px;
	height:559px;
	background:url(../../../Images/courseContentbg.jpg) 0 0 no-repeat;
	margin-left:60px;
	}
	
	#courseContent .inside {
	margin: 0px 0px 0px 480px;
	width:310px;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	padding-top:210px;
	}
	
		#landingimage table .yellowgrad {
		background:url(../../../Images/content-landinggradbg.jpg) repeat-x bottom center;
		font-family:Arial, Helvetica, sans-serif;
		color:#56534d;
		}
	
	#contentArea {
	width:840px;
	margin:0 auto;
	margin-left:90px;
	}
		
		#mainContent {
		width:820px;
		}
		
		#photoPlugin {
		width:820px;
		}
		
		#mainContent table img {
		border:3px double #d0d0d0;
		}
	
		#mainContent table img .noborder {
		border:none;
		}
	
		#subnav {
		background:url(../../../Images/hnavbar.jpg) top left no-repeat;
		border-bottom:1px solid #b8b8b8;
		margin-bottom:15px;
		margin-top:10px;
		}
		
		#subnav .placer {
		padding:25px 0 4px;
		}

	
	#pubHomeContent {
	background:url(../../../Images/pubHome-topbg.jpg) top center no-repeat;
	margin:0 auto;
	width:1020px; 
	padding:20px 0px 40px;
	}
	
	#pubHomeMainContent {
	width:930px;
	margin-left:30px;
	}
	
		#pubHomeSidebar {
		width:242px;
		float:left;
		}
		
			#ad1dwcc {
			width:242px;
			height:120px;
			}
				a#ad1 {
				width:242px;
			height:120px;
				background:url(../../../Images/pubHome-button1.jpg);
				background-position:top left;
				display:block;
				}
				
				a#ad1:active, a#ad1:hover {
				background-position:left bottom;
				display:block;
				}
				
				#ad2dwcc {
			width:242px;
			height:120px;
			}
				#ad2dwcc a#ad2 {
				width:242px;
			height:120px;
				background:url(../../../Images/pubHome-button2.jpg);
				background-position:top left;
				display:block;
				}
				
				#ad2dwcc a#ad2:active, #ad2dwcc a#ad2:hover {
				background-position:left bottom;
				display:block;
				}
				
				#ad3dwcc {
			width:242px;
			height:120px;
			}
				a#ad3 {
				width:242px;
			height:120px;
				background:url(../../../Images/pubHome-button3.jpg);
				background-position:top left;
				display:block;
				}
				
				a#ad3:active, a#ad3:hover {
				background-position:left bottom;
				display:block;
				}
				
			#pubHomeContentArea {
			width:620px;
			float:right;
			text-align:left;
			font:13px Arial, Helvetica, sans-serif;
			color:#fff;
			}
			
			.cal a {
	color:#2d2a24;
	font: 12px Arial, Helvetica, sans-serif;
	background:url(../../../Images/calbull.gif) 0 50% no-repeat;
	padding-left:10px;
	}
	
	.cal a:hover {
		text-decoration:underline;}
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */


#newfooter {
width:100%;
}

#newfooter #footertop {
width:100%;
height:4px;
background:url(../../../Images/footertop-bg.jpg) repeat-x 0 0;
}

#newfooter .inside {
width:960px;
text-align:right;
padding-top:10px;
margin:0 auto;
}


/*----------------------------------------------------------------
DROP CAP CLASS
-----------------------------------------------------------------*/

#mainContent .dropCap table h6 {
	color: #2d2a24;
	font: 12px/1.6 Arial, Helvetica, sans-serif;
	text-align:justify;
}

#mainContent .dropCap table h4 a {
text-decoration:underline;
font-weight:bold;
}

#mainContent .dropcap table img {
border:none;
}

#mainContent table h6 .firstletter {
display:block;
  float:left;
  margin:2px 5px -10px 0px;
  height:2.5em;

}

#mainContent table h6 .firstletter span {
font-size    : 3.3em;   /* use 3.33em for two lines */
  line-height  : 1.0em;
}

#mainContent table h6 .firstletter + span
{margin-left  : -0.5em;}

#pubFlashOverlay {
position:relative;
top:-420px;
z-index:10;
width:1020px;
height:420px;
margin:0 auto;
}

#pubFlashOverlay .overlayPos, #pubFlashOverlay #overlayPos {
width:234px;
height:420px;
float:right;
background:url(../../../Images/overlay.png) 0 0 no-repeat;
margin-right:30px;
}

#pubflashOverlay .overlayPos .overlayPad, #pubflashOverlay #overlayPos #overlayPad {
padding:78px 20px 0px 20px;
}

#pubFlashOverlay .overlayPos .overlayPad p, #pubFlashOverlay #overlayPos #overlayPad p {
font:12px Arial, Helvetica, sans-serif;
color:#fff;

}

#pubFlashOverlay .overlayPos .overlayPad p a, #pubFlashOverlay #overlayPos #overlayPad p a {
color:#ffbd7d;
text-decoration:none;
font-weight:bold;
background:url(../../../Images/joinArrow.png) no-repeat left middle;
padding-left:10px;
}

#pubFlashOverlay .overlayPos .overlayPad p a:hover, #pubFlashOverlay #overlayPos #overlayPad p a:hover {
text-decoration:underline;
background:url(../../../Images/joinArrow.png) no-repeat left middle;
padding-left:10px;
}



#pubFlashOverlay #overlayPos #moveRight2 {
/*margin-left:224px;
margin-top:-14px;*/
position:relative;
top:-6px;
left:7px;
text-align:center;
width:24px;
height:24px;
float:right;
z-index:0;
}

/*#pubFlashOverlay #overlayPos #moveRight2 p {
font:9px Arial, Helvetica, sans-serif;
letter-spacing:7px;
text-align:left;
}*/

#pubFlashOverlay #overlayPos #moveRight2 span {
display:none;
}

#pubFlashOverlay #overlayPos #moveRight2 a#offSwitch {
cursor:pointer;
width:24px;
height:24px;
display:block;
background:url(../../../Images/offSwitch1.png) left top no-repeat;
}


#pubFlashOverlay #overlayPos #moveRight2 a#offSwitch:hover {
cursor:pointer;
width:24px;
height:24px;
display:block;
background:url(../../../Images/offSwitch1.png) left bottom no-repeat;
}

.DellwoodphotoAlbumTable {
border:5px solid #d4cabd;
}

#newsPlugin598182ArchiveLink {
display:none;
}

.RosterRowOff td, .RosterRowOn td {
vertical-align:middle;
}

/*-----------------------------------------------------
=Yahoo Media Player
------------------------------------------------------*/

/* Yahoo! Media Player: */

/* Remove block with relevant information */

#ymp-relevance { display:none !important; } 

.ymp-player-max #ymp-body { width:570px !important; } 

.ymp-player-max #ymp-body #ymp-body-strip { width:557px !important; } 

.ymp-player-max #ymp-body #ymp-body-base  { width:560px !important; }



/*===================================================================
=Tee Times Fix
====================================================================*/

.NC_Content {
width:830px;
/*height:2140px;*/
}