@import url(global_v1-2.css);
@import url(clubessential_css/modules.css);
@import url(clubessential_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: #517414;
	font: 16pt "Century Gothic", Arial, sans-serif;	
	font-weight: 500;
	word-spacing: -1px;
	letter-spacing: -1px;

}


h2 {
	
	color: #aeada4;
	font: 11pt Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
}

h3 {
	
	color: #ffffff;
	font: 10pt Arial, Verdana, sans-serif;
	font-weight:100;

}

h4 {
	
	font: italic 16px/1.3 Arial, Verdana, sans-serif;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: -1px;
	color: #364E83;

}

h5 {
	
	font: 13px Arial, helvetica, Tahoma, sans-serif;
	font-weight: normal;
	display: block;
	background: #f3f3f3;
	padding: 10px 20px;
	color: #666666;
	font-style: normal;
	line-height: 18px;

}

h6 {
	
	font: bold 12px Arial, helvetica, Tahoma, sans-serif;
	font-weight: normal;
	display: block;
	background: transparent;
	padding: 5px 20px;
	color: #666666;
	font-style: normal;
	line-height: 18px;

}

li {
	list-style:circle;
	margin: 8px 0px;
	line-height: 20px;
	color: #666666;
	font-family:  Arial;
	font-size: 11px;
}

p {
	
	color: #666666;
	font: 11px/1.6 Arial, helvetica, Tahoma, sans-serif;
	line-height: 19px;

}

table, div {
	
	font: 11px Arial, helvetica, Tahoma, 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: #aeada4;
	/* background: url(Images/bodyBg.jpg) center top; */
	
}

.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 {


	
}

#pubHome {


	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	
}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {


}

/* -------------------------------------------------------------
= Photo Album 
------------------------------------------------------------- */

/*private photo album*/

#albumWrapper {
	width: 800px;
	border: 1px dotted #d5d8df;
}

#albumMain {
	width: 530px;
	float: left;
	border-right: 1px dotted #d5d8df;
}

#albumMain .inside {
	padding-top: 26px;
	text-align:left;
	color: #000;
	font: 12px Times New Roman, Times, serif;
	line-height: 2em;
	
}

	#pubAlbum #sidebar {
	
		width: 240px;
		float:right;
		background: #f0f4f7;
		padding: 10px 0;
	}
	
	
		#pubAlbum #sidebar .inside {
	
			width: 100%;
		
		}
		
			#pubAlbum #sidebarNav {
		
				width: 230px;
				text-align: left;
				margin-right: 10px;
			
			}
			
				#pubAlbum #sidebarNav ul {
		
					margin: 0;
					padding: 0;
					list-style: none;
			
				}
				
					#pubAlbum #sidebarNav li {
		
						
						margin: 0;
						padding: 0;
						font: 10px Arial, Verdana, sans-serif;
						width: 230px;
			
					}
					
					#pubAlbum #sidebarNav li a {
		
						padding: 24px 0 24px 0;
						width: 100%;
						display: block;
						color: #FFF;
						border-bottom: 1px dotted #000;
			
					}
					
					#pubAlbum #sidebarNav li a:hover {
		
						color: #2E2E2E;
						background: #FFF;
						text-decoration: none;
						border-bottom: 1px dotted transparent;
			
					}
					
						#pubAlbum #sidebarNav li a img {
							margin-bottom: 30px;
							float: left;
							margin: 0 6px 0 10px;
							
				
						}
						
						#pubAlbum #sidebarNav li a strong{
			
							display: block;
				
						}
					
						#pubGallery #sidebarNav li a strong {
			
							font-size: 11px;
							color: #000;
				
						}
	

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	
	
}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {



}

/* -------------------------------------------------------------
 Products home page classes 
 ------------------------------------------------------------- */

.prodBox,
#prodBox_axis {
	vertical-align: middle;
	text-align: center;
}

.prodBox a span,
#prodBox_axis a span {
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	margin: 40px 0px 0px 0px;
	display:block;
}

.prodBox a,
.prodBox a:visited,
#prodBox_axis a,
#prodBox_axis a:visited{
	display: block;
	height: 114px;
	width: 114px;
	text-align: center;
	font-family:"Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
	color: #999999;
	line-height: 16px;
	letter-spacing: -0.2px;
	cursor: auto;
	text-decoration: none;
	background: #FFF;
	border: solid 1px #CCCCCC;
}

#prodBox_axis a,
#prodBox_axis a:visited {
	background: #ffffff url(../../../Images/prodBox_crnr.gif) bottom right no-repeat;
}

#prodBox_axis a:hover,
.prodBox a:hover{
	color: #333333;
	border: solid 1px #888888;
	background: #f9f9f9 url(../../../Images/prodBox_crnr.gif) bottom right no-repeat;
	text-decoration: none;
	
}

/* -- start here call out -- */
#prod_StartHere {
	border: solid 1px #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 3px 15px 3px 0px;
	width: 215px;
	background: url(../../../Images/prodBox_crnr.gif) right 50% no-repeat;
	display: block;
	text-align: right;
}
#prod_StartHere a,
#prod_StartHere a:visited {
	color: #888;
	text-decoration: none;
	text-align: right;
	font-family: "Century Gothic", Arial, sans-serif;
}

/* -----------*/
/* product page items - class applied to each cell ----*/
.prod_item {
	padding: 5px 0px 20px 0px;
	border-bottom: solid 1px #EDEDED;
	/*background: url(../../../Images/prod_itemBG.gif) top right no-repeat;*/
}

.prod_item h4 {
	margin: 0;
	padding: 0;
}

.prod_item h4 a, .prod_item h4 a:hover{

color: #364E83;

}

/* --------------------*/
/* --------------------*/
#masterPageUC_MPCA__ctl1_control355_tblClubNews,
#masterPageUC_MPCA__ctl1_control368_tblClubNews,
#masterPageUC_MPCA__ctl1_control370_tblClubNews,
#masterPageUC_MPCA__ctl1_control356_tblClubNews,
#masterPageUC_MPCA__ctl1_control369_tblClubNews {
	padding: 20px;
}

