/* Version 1.01 
*  Released: 12/27/2007
*/

@import url(global.css);
@import url(adminLogin.css);
@import url(CharlesRiver_css/charlesRiver_modules.css);
@import url(CharlesRiver_css/charlesRiver_plugins.css);

/*
I. GLOBAL:  Global classes, header styles, link styles and .page class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS
/////////////////////////////////////////////////////*/

body {
	background:#fff;
	color:#000;
	font:11px Arial, Verdana, sans-serif;
}

h1 {
	color:#0c2a3a;
	font:400 24px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 15px;
}

h2 {
	color:#0c2a3a;
	font:700 12px Georgia, "Times New Roman", Times, serif;
	margin: 2px 0 10px;
}

h3 {
	color:#66665c;
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}

h4 {
	color:#383834;
	font:700 11px Arial, Verdana, sans-serif;
	margin: 0 0 3px;
}

h5 {
	color:#383834;
	display:inline;
	font:700 10px Arial, Verdana, sans-serif;
}

h6 {
	color:#FFF;
	font:12px/1.8 Georgia, "Times New Roman", Times, serif;
}

/* ::TODO:: look into the best solution for this */
p {
	color:#4A493D;
	font:11px/1.4 Arial, Verdana, sans-serif;
}

table {
	font:11px Arial, Verdana, sans-serif;
}

a,a.small,a.anchor,a.visited {
	color:#6c1c00;
	font:inherit;
	text-decoration:none;
}

a:hover {
	color:#B92F00;
	font:inherit;
	text-decoration:underline;
}

.page {
	background: url(../../../Images/site_bg.gif) 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 Arial, Verdana, 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 Arial, Verdana, sans-serif;
}

/*= directory -> edit roster options -> close button --------- */
.membut {
	background:#eee;
	border:1px solid buttonface;
	color:#333;
	cursor:pointer;
	font:11px Arial, Verdana, sans-serif;
}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	background:#eee;
	border-style:outset;
	border-width:2px;
	color:#333;
	font:11px Arial, Verdana, sans-serif;
	margin-bottom:2px;
	margin-top:2px;
}

.adminbar {
	background:#eee;
	color:#333;
	font:400 12px Arial, Verdana, sans-serif;
}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	background:#eee;
	color:#000;
	font:400 11px Arial, Verdana, sans-serif;
}

.rowHover {
	background:#FFF;
	color:#000;
	font:400 11px Arial, Verdana, 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 Arial, Verdana, sans-serif;
	padding:2px;
	text-decoration:none;
}

a.cookieTrail,a.cookieTrail:hover {
	color:#333;
	font:400 11px Arial, Verdana, sans-serif;
	text-decoration:none;
}

/*///////////////////////////////////////
Layout and Custom Selectors for: (CHARLES RIVER)
///////////////////////////////////////*/

.hide-text { display: none; }

.imgBorder { 
	
	background: #fff;
	border: 1px solid #c1b690;
	margin: 2px 0 5px;
	padding: 5px;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE 
////////////////////////////////////////////////////////////////*/

.site_wrapper {

	background: url(../../../Images/siteTop_bg.gif) center top repeat-x;
	text-align: center;
	
}

	#page_wrapper {
		
		margin: 0 auto;
		width: 800px;
		text-align: left;
		
	}


/*////////////////////////////////////////////////////////////////
= HEADER 
////////////////////////////////////////////////////////////////*/

#header {

	background: url(../../../Images/header_bg.gif) right top no-repeat;
	padding: 0 10px;

}

/* -------------------------------------------------------------
= LOGO 
------------------------------------------------------------- */

	#hdr_logo {
	
		background: url(../../../Images/hdr_logo.gif) left top no-repeat;
		display: block;
		float: left;
		height: 57px;
		outline: none;
		width: 287px;
		margin: 37px 0 12px 5px;
	
	}
	
	#hdr_logo:hover {
	
		background-position: left bottom;
	
	}
	
/* -------------------------------------------------------------
= MEMBER INFO - LOGGED IN INFO 
------------------------------------------------------------- */

	#hdr_memInfo {

		float: right;
		margin: 4px 0 0;
		width: 300px;
	
	}
	
		#hdr_memInfo span {
		
			font: 400 10px Georgia, "Times New Roman", Times, serif;
			color: #999999;
			margin: 0 0 0 20px;
		
		}
		
		#hdr_memInfo a {
		
			color: #ffbf00;
		
		}
		
		#hdr_memInfo a:hover {
		
			color: #ffd455;
			
		}

/* -------------------------------------------------------------
= MENU  
------------------------------------------------------------- */

#menu_wrapper {
	
	clear: both;
	height: 47px;
	
}

/* Move menu 1px higher in IE 6 & 7 */
*:first-child+html {} * html #hdr_logo {
	margin: 37px 0 11px 5px;
	
}

/*////////////////////////////////////////////////////////////////
= CONTENT AREA 
////////////////////////////////////////////////////////////////*/

#contentArea {
	
	background: url(../../../Images/page_bg.gif) center top repeat-y;
		
}

	.content_wrapper {
	
		background: url(../../../Images/pageTop_bg.gif) center top no-repeat;
		padding: 20px 15px 15px;
		margin: 0;
	
	}

/* -------------------------------------------------------------
= SIDEBAR 
------------------------------------------------------------- */

		#sidebar {
		
			
			float: left;
			margin: 0px;
			padding: 10px 0px 10px 0px;
			width: 180px;
			
		}
		
			.sidebarSection {
			
				border-bottom: 1px solid #c6c3a6;
				padding: 5px 10px 10px;
			
			}
		
			.sidebarSectionNoBorder {
			
				padding: 5px 10px 10px;
			
			}
			
/* -------------------------------------------------------------
= QUICK LINKS  
------------------------------------------------------------- */

				#quickLinks {
					
				}
				
					#quickLinks ul {
					
						list-style-image: url(../../../Images/arrow.gif);
						margin: 0px;
						padding: 0 0 0 15px;
					
					}
					
						#quickLinks li {
						
							padding: 0px;
							margin: 0 0 10px;
							
						}
						
							#quickLinks li a {
								
								font: 400 11px Georgia, "Times New Roman", Times, serif;
								
							}
		
/* -------------------------------------------------------------
= MAIN CONTENT
------------------------------------------------------------- */

		#contentMain {
		
			float: left;
			width: 580px;
			padding: 10px 0 20px;
			border-left: 1px solid #c6c3a6;
						
		}
		
			.contentMainSection {
			
				border-bottom: 1px solid #c9c9b0;
				padding: 15px 20px 10px 30px;
			
			}
			
			/* Links under feature articles */
				a.contRead {
					
					background: url(../../../Images/contReadArrow.gif) right 50% no-repeat;
					display: block;
					font: 400 10px Georgia, "Times New Roman", Times, serif;
					margin: 20px 10px 5px 0;
					padding: 2px 30px 2px 0;
					text-align: right;
					text-transform: uppercase;
					
				}
				
/* -------------------------------------------------------------
= FOOTER 
------------------------------------------------------------- */

#footer {

	background: url(../../../Images/footer_bg.gif) center top repeat-y;
	margin: 0 auto;
	padding: 10px 15px 30px;

}

	#footer span,
	#footer span a {
	
		color: #f7f7f1;
		font-size: 10px;
	
	}
	
	#footer span a {
	
		padding: 0 7px;
	
	}
	
/*////////////////////////////////////////////////////////////////
= PUBLIC - LOGIN PAGE
////////////////////////////////////////////////////////////////*/

#pub-home.site_wrapper {

	background: url(../../../Images/login_bg.gif) center top no-repeat;
	margin: 75px auto;
	width: 820px;
	height: 474px;

}

	#login_sidebar {
	
		background: #18384d url(../../../Images/login_leftCol.jpg) left top no-repeat;
		float: left;
		width: 210px;
		height: 460px;
		margin: 7px 0 7px 10px;
		
	}
	
		#login_sidebar .inside {
		
			padding: 170px 20px 20px 25px;
			text-align: left;
		
		}
	
	#login_mainContent {
	
		float: left;
		margin: 7px 0px 7px 0;
		height: 460px;
		width: 590px;
	
	}
	
		#login_menuWrapper {
		
			background: #061821;
			border-top: 4px solid #061821;
			height: 32px;
		
		}
		
/*////////////////////////////////////////////////////////////////
= PUBLIC CONTENT
////////////////////////////////////////////////////////////////*/
		
#pub-content #header {

	background: url(../../../Images/header-pub_bg.gif) top right no-repeat;

}

#pub-content .contentMainSection {

	border-bottom: none;

}
		
/*////////////////////////////////////////////////////////////////
= PRIVATE CONTENT 
////////////////////////////////////////////////////////////////*/

#subNav.sidebarSection table {
	width: auto;
}

#priv-content .contentMainSection {

	border-bottom: none;

}

/*////////////////////////////////////////////////////////////////
= MODULES 
////////////////////////////////////////////////////////////////*/

#mod .plgHeaderbar {

	font-weight: 700;
	font-size: 18px;
}
