@import url(global_v1-2.css);
@import url(GlenEagleGCC_css/modules.css);
@import url(GlenEagleGCC_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: #3b9032;
	font:bold 24px "Trebuchet MS", Arial;

}


h2 {
	
	color: #242421;
	font: 18px "Trebuchet MS", Arial;
	
}

h3 {
	
	color: #3b9032;
	font: 15px "Trebuchet MS", Arial;
	/*border-bottom:3px double #dbdacf;
	padding-bottom:2px;*/

}

h4 {
	
	color: #828181;
	font: 18px/1.3 "Trebuchet MS", Arial;
	border-top:1px solid #dbdacf;
	background:url(../../../Images/h4_bottom.jpg) no-repeat bottom center;
	padding:8px 0 40px;
}

h5 {
	
	color: #121210;
	font: bold 13px/1.1em "Trebuchet MS", Arial;
	/*display: inline;*/

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #121210;
	font: 13px/1.2em "Trebuchet MS", Arial;

}

table, div {
	
	/*font: 11px "Lucida Sans Unicode", Verdana, Arial, sans-serif;*/
	font: 13px/1.2em "Trebuchet MS", Arial;

}

li {
font: 13px/1.2em "Trebuchet MS", Arial;
}

a,a.small,a.anchor,a.visited {
	
	color: #3b9032;
	font: inherit;
	text-decoration: none;
	
	/*---REMOVE DOTTED LINE ON CLICK---*/
	outline:0 none;

}

a:hover {
	
	color: #3b9032;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background:#fbfaf0 url(../../../Images/bg_page.jpg) repeat-x 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;

}




	/*======================
		Login Code
	======================*/

	#PubHome

	.advLogUsername {
		color:#052b01;
		font:12px "Trebuchet MS", Arial, "Lucida Sans Unicode", sans-serif;
		text-transform:none;
		
		background:#fff;
		border-color:#9d9e9d;
		padding-left:5px;
		padding-top:2px;
		height:20px;
		width:130px;
	}
	
	.advLogPassword {
		background:#fff;
		border-color:#9d9e9d;
		padding-left:5px;
		height:20px;
		width:130px;
	}
	
	/* overwrite Global Login Divs ---not on this site----start implementing */
	#login_error {
	
		/*display:none;*/
	}
	
	#memberLogin_main #login_error {
		height:20px;
	}
	
	.login_fields {		/* styles the text "username" and "password" */
		
		color:#052b01;
		font:12px "Trebuchet MS", Arial, "Lucida Sans Unicode", sans-serif;
	}
	
	.login_input {
	}
	
	#username {
		
		color:#052b01;
		font:12px "Trebuchet MS", Arial, "Lucida Sans Unicode", sans-serif;
	}
	
	#un_box {
		
		
	}
	
	#password {
	}
	
	#pw_box {
		
		display:inline;
		/*padding-top:6px;*/
	}
	
	#login_forgotPassword {
		display:inline;
		color:#3b9032;
		font:12px "Trebuchet MS", Arial, "Lucida Sans Unicode", sans-serif;
		width:100%;
	}
	
	#login_link {
		
		margin-top:-6px;
	}
	
	#login_cookieMessage {
	
		color:#052b01;
		font:12px "Trebuchet MS", Arial, "Lucida Sans Unicode", sans-serif;
	}
		/* styles text of remember me */
		.advLogRemoveChk {
			
		}









/****** 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: GlenEagleG&CC
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

a img {
	border:none;
}

#mediaWindow img {
	
	vertical-align:bottom;
}



hr {

	border:none;
	border-top:3px double #dbdacf;
	height:3px;
}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
	
	margin:0 auto;
	text-align:center;
	width:960px;
}

#pubHome {


	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
	
	background:#000 url(../../../Images/bg_branding.jpg) no-repeat top left;
	width:100%;
	height:120px;
}
	
	#logo {
		
		background:url(../../../Images/Logo_hover.jpg) no-repeat top left;
		display:block;
		width:242px;
		height:120px;
	}
	
		#logo:hover {
			background:url(../../../Images/Logo_hover.jpg) no-repeat top right;
		}
	
	#globalLinks {
		
		width:680px;
	}
		#globalLinks .inside {
			
			padding-right:10px;
			margin-top:14px;
			text-align:right;
		}
		#globalLinks a {
			
			color:#5ee050;
			padding:0px 20px 0 18px;
		}
			
			#globalLinks #home {
				
				background:url(../../../Images/icon_home.gif) no-repeat left center;
			}
			
			#globalLinks #contactUs {
				
				background:url(../../../Images/icon_contactUs.gif) no-repeat left center;
			}
			
			#PubHome #globalLinks #contactUs, #PubCont_A #globalLinks #contactUs, #PubCont_B #globalLinks #contactUs {
				padding-right:0;
			}
			
			#globalLinks #logoff {
				
				padding:0px;
			}
			
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	
	margin-top:56px;
	width:710px;
	text-align:right;
}

	#nav .inside {
		
		text-align:right;
		width:100%;
	}




#PubHome #nav, #PubCont_A #nav, #PubCont_B #nav {
	
	width:680px;
	text-align:right;
}
	
	#nav .inside {
		
		text-align:right;
		width:100%;
	}


#PrivCont_A #nav, #PrivCont_B #nav {

	width:718px;
}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	
	width:100%;
}
	
	/*======================
		Public Home
	======================*/
	
		#PubHome h1 {
			font-size:18px;
		}
	
			#PubHome #mediaWindow {
			
				height:408px;
			}
			
			#PubHome #contentContainer {
				
				background: url(../../../Images/bg_contentArea_PubHome.jpg) no-repeat top center;
				text-align:center;
				height:220px;
			}
				
				#PubHome #contentContainer .inside {
					
					margin:0 auto;
					width:940px;
				}
				
					#PubHome #sidebar {
						
						margin:0px !important;
						margin:35px 0 0;
						
						padding:35px 0 10px !important;
						padding:0px 0 10px;
						
						width:314px;
					}
						#PubHome #sidebar .inside {
							
							width:214px;
						}
					
					#PubHome #contentWrapper {
						
						margin:0px !important;
						margin:35px 0 0;
						
						padding:35px 0 10px !important;
						padding:0px 0 10px;
						
						background:none;
						width: 626px;
					}
					
						#PubHome #contentMain {
							
							/*border-left:1px dashed #d6d6d6;*/
							border-right:none;
							width:310px;
						}
							#PubHome #contentMain .inside {
								
								width:236px;
							}
						
						#PubHome #contentSecondary {
							
							width:314px;
						}
							#PubHome #contentSecondary .inside {
								
								width:208px;
							}
	
	/*======================
		Content_A
	======================*/
			#PubCont_A #contentSecondary, #PrivCont_A #contentSecondary {
				
				text-align:left;
				width:224px;
			}
				#PubCont_A #contentSecondary .inside, #PrivCont_A #contentSecondary .inside {
					
					text-align:left;
					width:204px;
				}
			
			#PubCont_A #contentMain, #PrivCont_A #contentMain {
				
				border-right:none;
				text-align:center;
				width:514px;
			}
			
				#PubCont_A #contentMain .inside, #PrivCont_A #contentMain .inside {
					
					margin:0 auto;
					text-align:left;
					width:474px;
				}
				
				#PubCont_A #contentMain2, #PrivCont_A #contentMain2 {
					
					border-right:none;
					
					text-align:left;
					width:738px;
					
					
				}
				
					#PubCont_A #contentMain2 .inside, #PrivCont_B #contentMain2 .inside {
						
						margin:0 auto;
						padding:20px 10px 10px 20px;
						text-align:left;
						width:708px;
					}
				
				
	/*======================
		Content_B
	======================*/
			
			#PubCont_B #mediaWindow .inside, #PrivCont_B #mediaWindow .inside {
				
				background:url(../../../Images/bg_PhotoAlbum_border2.gif) no-repeat top left;
				width:100%;
			}
			
			#PubCont_B #mediaWindow .inside2, #PrivCont_B #mediaWindow .inside2 {
				background:url(../../../Images/bg_PhotoAlbum_border2.gif) no-repeat top left;
				width:100%;
				padding-top: 20px;
			}
			
			#PubCont_B #sidebar, #PrivCont_B #sidebar {
			
				width:222px;
			}
			
			#PubCont_B #contentWrapper, #PrivCont_B #contentWrapper {
				
				padding:0;
			}
				
				#PubCont_B #contentMain, #PrivCont_B #contentMain {
					
					border-right:none;
					padding:20px 0 30px;
					text-align:center;
					width:738px;
					color: #121210;
					font: 13px/1.2em "Trebuchet MS", Arial;
				}
				
					#PubCont_B #contentMain .inside, #PrivCont_B #contentMain .inside {
						
						margin:0 auto;
						text-align:left;
						width:698px;
					}	
				
	
	/*======================
		Private Home
	======================*/

	#mediaWindow {
		
		background:#000 url(../../../Images/bg_mediaWindow_PubContent.jpg) repeat-x top left;
		/*padding:8px 0 0;*/
		
		width:100%;
		height:260px;
		
	}
	
		#mediaWindow .inside {
			
			/*
			margin:0 auto;
			width:940px;
			height:242px;
			border:1px solid #21350d;*/ /*--- Border on CONTAINER for PHOTOALBUM causing unwanted SHIFTING in transition 
												SOLUTION: use a transparent .gif to get BORDER EFFECT ---*/
			
			
			background:url(../../../Images/bg_PhotoAlbum_border.gif) no-repeat top left;
			width:100%;
			
		}
		
			#mediaWindow .inside a {
			
				color:#E2DA03;
			}
		
	
	#contentContainer {
		
		background:#e7eefa url(../../../Images/bg_contentContainer.jpg) repeat-x bottom left;
		/*padding:20px 0 0;*/
		width:100%;
	}
	
		#sidebar {
			
			/*background:#e7eefa;*/
			padding:21px 0 10px;
			text-align:center;
			width:222px;
			height:auto;
		}
			#sidebar .inside {
				
				margin:0 auto;
				text-align:left;
				width:182px;
			}
			
				#sidebar .quickLinks a {
					
					color:#383834;
					display:block;
					padding:4px 0 0;
				}
		
		#contentWrapper {
			
			background:#fff;
			padding:20px 0 30px;
			width:738px;
		}
		
			#contentMain, #contentSecondary {
				
				width:369px;
			}
			
			#contentMain {
				
				border-right:1px dashed #d6d6d6;
				text-align:center;
				width:368px;
				height:auto; /*fixes border for FF */
			}
			#PrivHome #contentMain {
				
				padding-top:7px;
			}
			
			
			
			
				#contentMain .inside, #contentSecondary .inside {
					
					margin:0 auto;
					text-align:left;
					width:330px;
				}
					
					#contentMain #contentMainBottom table {
						
						background:#e7eefa;
					}
				
			
	/*======================
		Module MasterPage
	======================*/	
		
		#ModuleMasterPage #contentArea {
		
			background:#fff;
		}
		
		
		
		

/* -------------------------------------------------------------
= FOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	width:100%;
}

	#footer .inside {
		
		font: 12px "Trebuchet MS", Arial;
		color:#66665a;
		margin-top:20px;
		padding-bottom:50px;
		width:100%;
	}
	
	#btnSecureLogin{border: none;}