@import url(global_v1-2.css);
@import url(lasVegasCC_css/modules.css);
@import url(lasvegasCC_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: #4e4e4e;
	font: 25px "Times New Roman", Georgia, Times, serif;
	
}

h2 {
	
	color: #774a34;
	font: 18px "Times New Roman", Georgia, Times, serif;

}


h3 {
	
	color: #000000;
	font: 13px "Times New Roman", Georgia, Times, serif;
	line-height:20pt;

}

h4 {
	
	color: #0b0e24;
	font: bold 14px "Times New Roman", Georgia, Times, serif;

}

h5 {
	
	color: #484f93;
	font: bold 12px "Times New Roman", Georgia, Times, serif;

}

h6 {
	
	color: #c6b07b;
	font: 11px "Times New Roman",Georgia,  Times, serif;
	text-transform:uppercase;
	letter-spacing:1pt;
	line-height:15pt;

}

p {
	
	color: #1A1816;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

table, div {
	
	color: #000;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin:0 auto;

}

a,a.small,a.anchor,a.visited {
	
	color: #484f93;
	font: inherit;
	text-decoration: underline;

}

a:hover {
	
	color: #484f93;
	font: inherit;
	text-decoration: none;

}

li {
	color: #000;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	}

.page {
	
	background: url(../../../Images/bg_body.gif) 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;

}

/****** 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 {

	background:url(../../../Images/header_top.jpg);
	width:960px;
	height:96px;
	
}

	#branding .inside {
	
		text-align:right;
		padding:35px 10px 0 0;
		
	}

		#branding .inside a,a.small,a.anchor,a.visited {
		
			color: #d7a700;
			font: 11px Georgia, "Times New Roman", Times, serif;
			text-decoration: none;
			
		}
		
		#branding .inside a:hover {
		
			color: #d7a700;
			font: 11px Georgia, "Times New Roman", Times, serif;
			text-decoration: underline;
			
		}
		
.plgWeatherHghTxt {
color:#ffe58d;
font:14px "Verdana",Arial,Helvetica,sans-serif;}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	background:url(../../../Images/bg_nav.jpg) top left repeat-x;
	width:940px;
	height:30px;
	padding:0 10px;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	
	background:#0d0f21;
	width:940px;
	padding:10px;
	
}
	
	#flash {
		
		width:940px;
		height:341px;
		
	}
	
	#contentWrapper {
		
		width:940px;
		
	}
	
		#publicHomeLogin {
		
			width:218px;
			height:320px;
			background:url(../../../Images/bg_login.jpg) top center no-repeat;
		
		}
		
			#publicHomeLogin .inside {
			
				text-align:left;
				font: 9pt Arial, Helvetica, sans-serif;
				padding:111px 22px 0 36px;
			
			}
		
		#publicHomeContent {
		
			background:#ffffff url(../../../Images/bg_publichome.jpg) bottom right no-repeat;
			width:722px;
			height:320px;
		
		}
		
			#publicHomeContent .inside {
			
				text-align:left;
				padding:30px 30px 50px 40px;
			
			}
			
	#contentWrapperPublicContent {
		
		width:920px;
		padding:10px;
		text-align:center;
		background:#FFFFFF;
		
	}
	
		#publicContentImage {
			
			width:920px;
			height:240px;
			
		}
	
		#publicContentArea {
		
			width:920px;
			
		}
		
			#publicContentArea .inside {
			
				text-align:left;
				padding:30px;
			
			}
			
	#contentWrapperPrivate {
		
		width:940px;
		text-align:center;
		background:url(../../../Images/bg_private.jpg);
		
	}
	
		#privateHome {
		
			width:940px;
			
		}
	
			#privateSidebar {
			
				width:217px;
				
			}
		
				#privateSidebar .inside {
				
					width:172px;
					text-align:left;
					padding:0 25px 10px 20px;
				
				}
				
					#newsletters {
					
						padding:10px;
						color:#8a8b89;
						font:11px "Times New Roman", Times, serif;
					
					}
				
						#newsletters a,a.small,a.anchor,a.visited {
						
							color:#8a8b89;
							font:11px "Times New Roman", Times, serif;
							text-decoration: none;
							
						
						}
				
						#newsletters a:hover {
						
							color:#8a8b89;
							font:11px "Times New Roman", Times, serif;
							text-decoration: underline;
							
						
						}
	
			#privateContentArea {
			
				width:722px;
				padding:10px 0;
				
			}
		
				#privateContentArea .inside {
				
					text-align:left;
					padding:0 30px 30px 30px;
				
				}
	
			#privateWelcome {
			
				background:url(../../../Images/bg_privatewelcome.jpg) top center no-repeat;
				width:702px;
				height:60px;
				text-align:left;
				padding-top:20px;
				
			}
	
				#privateWelcomeLeft {
				
					width:351px;
					height:60px;
					text-align:left;
					
				}
	
				#privateWelcomeRight {
				
					width:351px;
					height:60px;
					text-align:right;
					
				}
	
			#privateCallout {
			
				background:url(../../../Images/bg_callout.jpg) top center repeat;
				border-bottom:1px solid #d9d5d3;
				border-top:1px solid #d9d5d3;
				width:702px;
				
			}
		
				#privateCallout .inside {
				
					text-align:left;
					padding:10px 0;
				
				}
		
					#privateCalloutLeft {
					
						width:340px;
						padding-right:10px;
						text-align:left;
					
					}
		
					#privateCalloutRight {
					
						width:332px;
						padding-right:10px;
						text-align:left;
					
					}
	
			#privateTitles {
			
				background:url(../../../Images/bg_callout.jpg) top center repeat;
				width:702px;
				
			}
		
				#privateTitles .inside {
				
					text-align:left;
					padding:10px 0 5px 0;
				
				}
	
			#privateTitlesNoBg {
			
				width:702px;
				
			}
		
				#privateTitlesNoBg .inside {
				
					text-align:left;
					padding:10px 0 5px 0;
				
				}
				
#slideShow font {
	font: 13px "Times New Roman", Georgia, Times, serif;
	}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
		
	background:url(../../../Images/bg_footer.jpg) top center no-repeat;
	width:940px;
	height:60px;
}
		
	#footer .inside {
	
		padding-top:12px;
	
	}