@import url(global_v1-2.css);
@import url(fenway_css/modules.css);
@import url(fenway_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: #69291f;
	font: 30px Georgia, "Times New Roman",  Times, serif;
	font-variant:small-caps;
	letter-spacing:1px;

}

h2 {
	
	color: #3f331c;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #69291f;
	font: 16px Georgia, "Times New Roman",  Times, serif;
	letter-spacing:1px;
	line-height:23px;

}

h4 {
	
	color: #3f331c;
	font: bold 14px Georgia, Arial, Helvetica, sans-serif;

}

h5 {
	
	color: #f5e1aa;
	font: 12px "Times New Roman", Georgia, Times, serif;
	
}

h6 {
	
	color: #69291f;
	font: 11px Arial, Helvetica, sans-serif;
	line-height:18px;
	
}

/*span {
	
	color: #69291f;
	font: 11px Arial, Helvetica, sans-serif;
	line-height:15px;
	
}*/

p {
	
	color: #000000;
	font: 14px Georgia, "Times New Roman",  Times, serif;
	line-height:22px;

}

table, div {
	
	color: #000000;
	font: 12px Georgia, "Times New Roman",  Times, serif;
	line-height:22px;

}

a,a.small,a.anchor,a.visited {
	
	color: #dfc172;
	font: inherit;
	text-decoration: underline;
	line-height:14px;

}

a:hover {
	
	color: #dfc172;
	font: inherit;
	text-decoration: none;
	line-height:14px;

}

a img {

	border:0px;

}

.page {
	
	background: #052201 url(../../../Images/bg_body.gif) 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;

}

.advLogUsername {

	background:#f6e7bc url(../../../Images/login_username.jpg) no-repeat top left;
	width:140px;
	height:18px;
	border:none;

}

.advLogPassword {

	background:#f6e7bc url(../../../Images/login_password.jpg) no-repeat top left;
	width:140px;
	height:18px;
	border:none;

}

#login_container .advLogUsername, #login_container .advLogPassword {

	background:#ffffff;
	background-image:none;

}



/****** 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 {

	width:960px;
	height:100%;
	margin:0 auto;
	
}

#pubHome {


	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
		
	height:55px;

}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	background: url(../../../Images/bg_nav.jpg) center top no-repeat;
	width:960px;
	height:40px;
	text-align:center;

}
	
	.navInside {
	
		width:940px;
		text-align:center;
		margin: 0 auto;
		
	}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	
	width:960px;
	margin:0 auto;
	background: url(../../../Images/bg_contentarea.jpg) center top repeat-y;
	
}

	#publicHome {
	
		width:950px;
		height:580px;
		margin:0 auto;
		
	}

		#flashArea {
		
			width:682px;
			height:580px;
			background: url(../../../Images/flash_placeholder.jpg) center top no-repeat;
			
		}
	
		#loginArea {
		
			width:268px;
			height:580px;
			background: url(../../../Images/bg_login.jpg) center top no-repeat;
			
			}
			
			.loginAreaInside {
			
				padding:300px 0 0 30px;
				text-align:left;
			
			}

	#publicContent {
	
		width:950px;
		height:580px;
		margin:0 auto;
		
	}

		#leftNavPublic {
		
			width:172px;
			height:580px;
			background: url(../../../Images/bg_leftnav.jpg) center top no-repeat;
			
		}
		
			.leftNavPublicInside {
			
				padding-top:180px;
				text-align:left;
			
			}
	
		#publicContentArea {
		
			width:778px;
			height:580px;
			background: url(../../../Images/content_placeholder.jpg) center top no-repeat;
			
		}
	
			.publicContentAreaInside {
			
				width:228px;
				height:553px;
				margin:27px 20px 0 530px;
				text-align:left;
				line-height:12px;
				
			}
			
			#publicContentAreaGolf {
		
			width:778px;
			height:580px;
			background: url(../../../Images/golf.jpg) center top no-repeat;
			
		}
	
			.publicContentAreaGolfInside {
			
				width:228px;
				height:553px;
				margin:27px 20px 0 530px;
				text-align:left;
				line-height:12px;
				
			}

	#privateHome {
	
		width:950px;
		margin:0 auto;
		
	}

		#leftNavPrivate {
		
			width:172px;
			height:580px;
			background:#3d3623 url(../../../Images/bg_leftnav.jpg) center top no-repeat;
			
		}
		
			.leftNavPrivateInside {
			
				padding-top:180px;
				text-align:left;
			
			}
	
#privateCalendar {	
			width:778px;
			background:#d8d2ba;
			padding-top: 10px;
			padding-bottom: 20px;
			
		}
		
#PrivateCalendar .inside {
				
					width:738px;
					text-align:left;
					margin: 0 auto;
				
				}

					#privateCalendar .inside a {
					
						color:#69291f;
						font:10px Georgia, Arial, sans-serif;
						text-decoration:none;
}

		#privateContentArea {
		
			width:778px;
			background:#d8d2ba url(../../../Images/bg_private.jpg) center top no-repeat;
			
		}
	
			#privateLeft {
			
				width:468px;
				padding:20px 20px 30px 20px;
				
			}

				.privateLeftInside {
				
					width:468px;
					text-align:left;
				
				}
	
			#privateRight {
			
				width:225px;
				padding:20px 20px 30px 20px;
				
			}
			
			#PrivateRight a{
				color: #69291f;
			}
			
			#PrivateRight .plgNewsPosted{
				color: #052201;
			}

				.privateRightInside {
				
					width:225px;
					text-align:left;
				
				}
	
			#privateBottom {
			
				width:778px;
				padding:0 20px 100px 20px;
				
			}

				.privateBottomInside {
				
					width:738px;
					text-align:left;
				
				}

					.privateBottomInside a {
					
						color:#69291f;
						font:10px Helvetica, Arial, sans-serif;
						text-decoration:none;
					
					}	
					
	#privateContent {
	
		width:950px;
		margin:0 auto;
		
	}
	
		#privateContentAreaFull {
		
			width:778px;
			background:#d8d2ba;
			
		}	
	
			#privateFull {
			
				width:738px;
				margin:40px 20px 30px 20px;
				text-align:left;
				
			}
	
	#PrivateFull table {		
	color: #000000;
	font: 14px Georgia, "Times New Roman",  Times, serif;
	line-height:22px;
}

	#PrivateFull div {		
	color: #000000;
	font: 14px Georgia, "Times New Roman",  Times, serif;
	line-height:22px;
}

	#PrivateFull a {
	color: #052201;
	}	

#ContentAreaModule {
	width: 950px;
	background: #D8D2BA;
	margin: 0 auto;
}

#ContentAreaModule a {
	color: #052201;
}

#ContentAreaModule .rosterLetterOff {
color:#CCCCCC;
}

#ContentAreaModule .tNavTabOff, a.tNavTabOff:visited, a.tNavTabOff:hover {
color: #DDDDDD;
}

#ContentAreaModule .rosterRowOff .rosterRowHidden {
color: #840000;
text-decoration: none;
}
#ContentAreaModule .rosterRowOff .rosterRowHidden:hover,
#ContentAreaModule .rosterRowOff .rosterRowHidden:visited {
color: #840000;
text-decoration: underline;
}

#ContentAreaModule .plgHeaderbar {
	color:#6c5735;
	font:18px "Times New Roman", sans-serif;
	padding-bottom:4px;
	padding-left: 8px;
	padding-top: 8px;
}

#contentAreaBottom {

	width:960px;
	height:5px;
	background: url(../../../Images/bg_contentareabottom.jpg) center top no-repeat;
	
}

#Module {
}

#Module a {
	color: #052201;
}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	width:960px;
	height:50px;
	padding-top:15px;

}

	.footerInside {
	
		color: #b9b180;
		font: 10px "Times New Roman", Times, serif;
		text-align:center;
		line-height:10px;
	
	}
