@import url(global_v1-1.css);
@import url(Lansdowne_css/modules.css);
@import url(Lansdowne_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: #ffa500;
	font: 24px Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #ffa500;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #ffa500;
	font: 18px bold Arial, Helvetica, sans-serif;

}

h4 {
	
	color: #AF7A1F;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #ffa500;
	font: bold 15px Georgia, "Times New Roman", Times, serif;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color:#fff;
	font: 12px/1.8 Arial, Helvetica, sans-serif;

}

table, div {
	
	font: 11px "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #ffa500;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #fff;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: #211c0e;
	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 {

text-align:center;
width:960px;
margin: 0 auto;
color: #282212;
	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
width: 940px;
height:118px;
background: url(../../../Images/header.jpg) no-repeat;

	
}

/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
width: 940px;
height: 31px;
background: url(../../../Images/nav.jpg) no-repeat;


}

#nav .inside {
width: 900px;
text-align:left;
height: 31px;
margin: 0 20px;


}

/* -------------------------------------------------------------
= Flash CLASSES 
------------------------------------------------------------- */

#flash {
width: 940px;
height: 283px;


}


/* -------------------------------------------------------------
= SPLASH PAGE
------------------------------------------------------------- */

#SplashcontentArea {
	width: 940px;
	background: #282212;
	padding:0 10px 10px 10px;
	text-align:center;
	
}

#SplashHeader {
 background: #282212 url(../../../Images/splash_page.jpg) no-repeat;
 width: 940px;
 height:560px;
 text-align:center;


}

#SplashButtons {
height: 120px;
padding-top: 238px;
width: 940px;
}

#SplashGuest {
float: left;
text-align:center;
 width: 470px;
 margin: 0 0 0 -23px;
 height:66px;
}


#SplashMember {
float: right;
  width: 425px;
  text-align:center;
   height:66px;
}




/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */
#ContentArea {
	width: 940px;
	background: #282212;
	padding:0 10px 10px 10px;
	text-align:center;
	
}


#ContentWrapper {
background: #5E4524;
width: 940px;

}


#headers {

width: 698px;
text-align: center;
padding-bottom: 30px;
}

#ContentMain { 
width:940px;
background: url(../../../Images/bg.gif) repeat-y;
margin-top: 15px:
}


#ContentPrimary {
float: left;
text-align:left;
width: 695px;
padding: 15px;
font: 16px Garamond, arial, sans-serif;
color: #FFF; 

}

	#ContentPrimary p {
		color: #FFF;
		font: 16px Garamond, arial, sans-serif;
		}
		
		#ContentPrimary div {
			color: #FFF;
			font: 16px Garamond, arial, sans-serif;
			}
			
			#ContentPrimary table {
				color: #FFF;
				font: 16px Garamond, arial, sans-serif;
				}
				
				#ContentPrimary li {
					color: #FFF;
					font: 16px Garamond, arial, sans-serif;
					}
					
					#ContentPrimary ul {
						color: #FFF;
						font: 16px Garamond, arial, sans-serif;
						}
						
						#ContentPrimary em {
							color: #FFF;
							font: 16px Garamond, arial, sans-serif;
							}


#ContentPrimary .inside {
 padding: 15px;
 
}


#ContentSecondary {
float: right;
  width: 210px;
  text-align:left;
 padding-top: 5px;
   
}

	#ContentSecondary p {
		color: #FFF;
		font: 16px Garamond, arial, sans-serif;}
		
		#ContentSecondary div {
			color: #FFF;
			font: 16px Garamond, arial, sans-serif;}
		
			#ContentSecondary table {
				color: #FFF;
				font: 16px Garamond, arial, sans-serif;}
				
				#ContentSecondary li {
					color: #FFF;
					font: 16px Garamond, arial, sans-serif;}
					
					#ContentSecondary ul {
						color: #FFF;
						font: 16px Garamond, arial, sans-serif;}
						
						#ContentSecondary em {
							color: #FFF;
							font: 16px Garamond, arial, sans-serif;}
		
		#ContentSecondary p.small {
			color: #FFF;
			font: 13px Garamond, arial, sans-serif;}

#ContentSecondary .inside {
margin: 0 15px;
width: 165px;

  }
  
#ContentCalendar {
background: #5E4524;
width: 940px;
}

	#ContentCalendar p {
		color: #000;
		font: 16px Garamond, arial, sans-serif;}
		
		#ContentCalendar div {
			color: #000;
			font: 16px Garamond, arial, sans-serif;}
		
			#ContentCalendar table {
				color: #000;
				font: 16px Garamond, arial, sans-serif;}
			
				#ContentCalendar li { 
					color: #000;
					font: 16px Garamond, arial, sans-serif;}
					
					#ContentCalenadr ul {
						color: #000;
						font: 16px Garamond, arial, sans-serif;}
						
						#ContentCalendar a {
							color: #000;
							font: 16px Garamond, arial, sans-serif;}
							
		
		#ContentCalendar p.small {
			color: #000;
			font: 13px Garamond, arial, sans-serif;}
		

#contentContainer {

	width: 100%;
	padding: 15px 0;

}

#PrivatePlugins {
float:left;
margin: 20px 0 40px 55px;
text-align:left;
width: 670px;

}


#PrivatePluginsLeft {
float: left;
text-align:left;
 width: 260px;

}

#PrivatePluginsLeft .inside {


}


#PrivatePluginsRight {
float: right;
text-align:left;
 width: 280px;

}

#PrivatePluginsRight .inside {
margin-right: 45px;
}

.linksCal a {
	color:#c89515;
	text-decoration:none;
	}
	
	.linksCal a:hover {
		color:#fff;
		text-decoration:none;
		}
		
td.poll {
	padding-right:20px;}

/*--td.poll td{
	color:#000;}--*/
	
	td.poll span#masterPageUC_MPCA268940__ctl1_lblPlugTitle {
		color:#ffa500;}
		
table#masterPageUC_MPCA268861__ctl2__ctl0_tblQuestions {
	color:#fff;
	}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */


#footer {


}

#footer .inside {
padding-top:20px;
font: 10px Arial, Helvetica, sans-serif;
color: #FFF;

}


#footerSplash {



}

#footerSplash .inside {
padding-top:20px;
font: 10px Arial, Helvetica, sans-serif;
color: #FFF;

}


RadEContentBordered table,
.RadEContentBordered div,
.RadEContentBordered h1,
.RadEContentBordered p {        
color: #000000;
}

table#userIntro td {
	color:#000;
	}
	
td.tnavTabON td{
	color:#000000;}
	
table#_ctl0_tblRegs {
	color:#000000;}