@import url(global_v1-2.css);
@import url(ConcordCC2010_css/modules.css);
@import url(ConcordCC2010_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: #3d2f0e;
	font: 28px "Lucida Sans Unicode", "Times New Roman", Times, serif;
	padding-bottom: 14px;

}


h2 {
	
	color: #5b0c01;
	font: 14px "Lucida Sans Unicode", "Times New Roman", Times, serif;
	border-bottom: 1px #aca085 dotted;
	
}

h3 {
	
	color: #3d2f0e;
	font: 20px "Lucida Sans Unicode", "Times New Roman", Times, serif;

}

h4 {
	
	color: #1a1713;
	font: 18px "Lucida Sans Unicode", "Times New Roman", Times, serif;

}

h5 {
	
	color: #2b3B24;
	font: 11px Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #1A1816;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

table, div {
	
	font: 11px "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #006f37;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #006f37;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: #ccb589 url(../../../images/SiteBG.jpg) center top no-repeat;
	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: siteName
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#SiteWrapper {
	width: 960px;
	margin: 0 auto;
}

#PubHomeHeader {
	width: 960px;
	height: 131px;
	text-align: right;
}

#MemberLogin {
	padding-top: 70px;
}

#MemberLogin a{
	width: 98px;
	height: 30px;
	background:  url(../../../images/MemberLogin.png) center top no-repeat;
	display: block;
}

#MemberLogin a:hover {
	width: 98px;
	height: 30px;
	background:  url(../../../images/MemberLogin.png) center bottom no-repeat;
}

#NavigationBG {
	width: 960px;
	height: 52px;
	background: url(../../../images/NavBG.jpg) center top no-repeat;
	
}

#NavigationBG .inside {
	width: 960px;
	padding-top: 17px;
}

#Flash {
	width: 960px;
	height: 454px;
	padding-left: 4px;
	background: url(../../../images/flashbg.jpg) center top no-repeat;
	margin-bottom: 5px;
}

#PubHomeContentWrapper {
	width: 960px;
	background: url(../../../images/PubHomeContentMiddle.jpg) center top repeat-y;
}

#PubHomeContentTop {
	width: 960px;
	background: url(../../../images/PubHomeContentTop.jpg) center top no-repeat;
}

#PubHomeContent {
	width: 960px;
	background: url(../../../images/BottomLogo.png) right bottom no-repeat;
}

#PubHomeContentBottom {
	width: 960px;
	height: 8px;
	background: url(../../../images/PubHomeContentBottom.jpg) center top no-repeat;
}


#PubHomeSidebar {
	width: 251px;
	margin-left: 23px;
	padding-top: 23px;
	padding-bottom: 14px;
}

#PubHomeContentRight {
	width: 624px;
	margin-right: 21px;
	padding-top: 42px;
	padding-bottom: 86px;
	font: 13px/1.6 "Lucida Sans Unicode", arial, sans-serif;
	color: #3f3727;
	text-align: left;
}

#PubHomeContentRight table,
#PubHomeContentRight div,
#PubHomeContentRight p{
	font: 13px/1.6 "Lucida Sans Unicode", arial, sans-serif;
	color: #3f3727;
}

/*////////////////////////////////////////////////////////////////
= Public Content
////////////////////////////////////////////////////////////////*/

#Header {
	width: 960px;
	height: 173px;
	background: url(../../../images/LogoNavBG.gif) center bottom no-repeat;
}

#Navigation {
	width: 960px;
	padding-top: 138px;
}

#PubContentWrapper {
	width: 960px;
	background: #e6d7b9;
	padding-bottom: 4px;
}

#PubImage {
	width: 952px;
	margin-left: 4px;
	margin-right: 4px;
	background: url(../../../images/PublicPhotoBar.jpg) center bottom no-repeat;
	padding-bottom: 6px;
}

#PubImage img{
	display: block;
}

#PubContentTop {
	width: 960px;
	height: 2px;
	background: url(../../../images/PubContentTop.jpg) center top no-repeat;
}

#PubContentMiddle {
	width: 960px;
	background: url(../../../images/PubContentMiddle.jpg) center top repeat-y;
}

#PubContentSidebar {
	width: 218px;
	margin-left: 5px;
	padding-top: 37px;
	padding-bottom: 14px;
	text-align: left;
}

#PubContentRight {
	width: 684px;
	margin-right: 26px;
	padding-top: 45px;
	padding-bottom: 86px;
	font: 13px/1.6 "Lucida Sans Unicode", arial, sans-serif;
	color: #3f3727;
	text-align: left;
}

#PubContentRight table,
#PubContentRight div,
#PubContentRight p{
	font: 13px/1.6 "Lucida Sans Unicode", arial, sans-serif;
	color: #3f3727;
}

#PubContentBottom {
	width: 960px;
	background: url(../../../images/PubContentBottom.jpg) center top no-repeat;
	height: 5px;
}

/*////////////////////////////////////////////////////////////////
= Private Home
////////////////////////////////////////////////////////////////*/
#PrivNavigation {
	width: 960px;
	padding-top: 38px;
}

#PrivHeader {
	padding-top: 74px;
	color: #230602;
	font: 12px Helvetica, arial, sans-serif;
	text-align: right;
}

#PrivHeader a{
	color: #003a1c;
	font: 11px Helvetica, arial, sans-serif;
}

#PrivateContentTop {
	width: 960px;
	height: 2px;
	background: url(../../../images/PrivateContentTop.jpg) center top no-repeat;
}

#PrivateContentSidebar {
	width: 218px;
	margin-left: 5px;
	padding-bottom: 14px;
	text-align: left;
}

#PrivateContentSidebar .inside {
	width: 178px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 30px;
	font: 12px/1.6 "Lucida Sans Unicode", arial, sans-serif;
	color: #675a3f;
}

#PrivateContentRight {
	width: 680px;
	margin-right: 30px;
	padding-bottom: 86px;
	font: 13px/1.6 "Lucida Sans Unicode", arial, sans-serif;
	color: #3f3727;
	text-align: left;
}

#PrivateHomeContent {
	width: 670px;
	margin-right: 10px;
	padding-top: 48px;
	font: 13px/1.6 "Lucida Sans Unicode", arial, sans-serif;
	color: #3f3727;
	text-align: left;
}

#PrivateHomeContent table,
#PrivateHomeContent div,
#PrivateHomeContent p{
	font: 13px/1.6 "Lucida Sans Unicode", arial, sans-serif;
	color: #3f3727;
}

#PrivateHomeLeft {
	width: 302px;
	font: 13px/1.6 "Lucida Sans Unicode", arial, sans-serif;
	color: #3f3727;
	text-align: left;
	padding-top: 10px;
}
	
#PrivateHomeRight {
	width: 302px;
	font: 13px/1.6 "Lucida Sans Unicode", arial, sans-serif;
	color: #3f3727;
	text-align: left;
	padding-top: 10px;
}	

#PhotoAlbum {
	width: 680px;
	background: url(../../../images/PhotoAlbumBar.jpg) center bottom no-repeat;
	padding-bottom: 6px;
}

#PhotoAlbum img{
	display: block;
	border: none;
}

#PhotoAlbum a{
	color: #005a2c;
	font: 12px "lucida sans unicode", arial, sans-serif;
}

#Footer {
	width: 960px;
	padding-top: 26px;
	padding-bottom: 15px;
	font: 11px/1.6 "lucida sans unicode", arial, sans-serif;
	color: #675a3f;
}

#Footer a {
	color: #675a3f;
}

#ModuleWrapper {
	width: 960px;
	background: #e1ceaf;
}

#ModuleWrapper .inside{
	width: 920px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#CourseTour {
	font: 13px/1.6 "Lucida Sans Unicode", arial, sans-serif;
	color: #3f3727;
}

#CourseTour table,
#CourseTour div,
#CourseTour p{
	font: 13px/1.6 "Lucida Sans Unicode", arial, sans-serif;
	color: #3f3727;
}	
