@import url(global_v1-1.css);
@import url(MetroOperaC_css/modules.css);
@import url(MetroOperaC_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: #af9a68;
	font: 21px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #847D54;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #af9a68;
	font: 12px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;

}

h4 {
	
	color: #4e0b04;
	font: italic 11px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;

}

h5 {
		
	color: #423317;
	font: bold 11px/1.6 "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #f6edb2;
	font: 18px "Trebuchet MS", "Times New Roman", Times, serif;

}

p {
	
	color: #1A1816;
	font: 11px/1.6 "Trebuchet MS", Georgia, "Times New Roman", Times, serif;

}

table, div {
	
	font: 11px "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #711107;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #711107;
	font: inherit;
	text-decoration: underline;

}

.page {
	
background: url(../../../Images/bg.jpg) top center repeat-x fixed;
	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: 20 auto;
	background: #000;

}



/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	background: url(../../../Images/header.jpg);
	height: 133px;
	width: 960px;
	
}

#imageHeader {
	height: 264px;
	width: 750px;

	
}

#imageHeader img {
display:block;
}


#PrivateimageHeader {
	height: 204px;
	width: 750px;

	
}

#PrivateimageHeader img {
display:block;
}

	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#NavPublic {
	background: url(../../../Images/sidebarNav_bg.jpg) repeat-y;
	width: 194px;
	height: 312px;
	float: left;
		padding-left:9px;
	
}


#Nav {
	width: 194px;
	float: left;
	padding-left:9px;
	
}

#miniNav {

float:right;
height: 20px;
width: 200px;
padding: 113px 20px 0 0;
font: 10px Arial, Helvetica, sans-serif;
color: #af9a68;
}


/* -------------------------------------------------------------
= FLASH CLASSES 
------------------------------------------------------------- */

#flash {
	height: 312px;
	float: right;
	padding-right: 7px;
	
}


/* -------------------------------------------------------------
= PUBLIC HOME CONTENT  
------------------------------------------------------------- */
#contentAreaPublic {
	background: url(../../../Images/site_bg.jpg) repeat;
	width: 960px;

}

#contentWrapper {
	width: 960px;

}

#contentPub {
	width: 580px; 
	padding: 40px 0 40px 50px;
	float: left;
	text-align:left;
	
}


#contentPub .inside {
	font: 12px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #fdf8d9;
}


#Login {
	width: 280x; 
	padding: 68px 50px 0px 0px;
	float: right;
	
}


#seperator {
	text-align: center;
	background: url(../../../Images/seperator.jpg) no-repeat;
	height: 1px;
	width: 960px;

}




/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	padding: 25px 0 0 30px;
	background: #831307 url(../../../Images/footer_border.jpg) no-repeat;
	vertical-align:top;
	width: 960px;
	height: 100px;
	text-align:left;

}


#footer .inside {
	font: 9px Arial, Helvetica, sans-serif;
	color: #af3b2f;

}


/* -------------------------------------------------------------
= CONTENT CLASSES 
------------------------------------------------------------- */
#contentArea {
	background: url(../../../Images/content_bg.jpg) repeat;
	width: 960px;

}


#contentMain {
width: 750px;
float:right;
padding-right: 7px;

}

#content {
float:left;
width: 420px;
margin: 25px 20px 40px 30px;
}

#content .inside {
text-align:left;
width: 420px;

}


#secondaryContent {
float: right;
width: 250px;

}


#secondaryContent .inside {

width: 210px;
text-align: left;
padding: 72px 10px 0px 0px;

}

#seperatorContent {
	text-align: center;
	vertical-align:top;
	background: url(../../../Images/short_seperator.jpg) no-repeat;
	height: 1px;
	width: 750px;

}


/* -------------------------------------------------------------
= PRIVATE HOME CLASSES 
------------------------------------------------------------- */
#PrivateHome {
width: 750px;
float:right;
margin-right: 7px;

}

#PrivateContent {
text-align: left;
width: 750px;
background: #000;

}

#PrivateContent .inside{
text-align: left;
font: 12px "Trebuchet MS", "Times New Roman", Times, serif;
	color: #fdf8d9;
	padding: 50px 50px 50px 50px;
}

#PrivateContent .inside table p{
text-align: left;
	font: 12px "Trebuchet MS", "Times New Roman", Times, serif;
	color: #fdf8d9;
}



#modules {
text-align: left;
width: 750px;
background: #FFF;

}

#banner_homeTable {display: none;}



/**************************************************
netcaddy theatre booking/dash - remove time period
***************************************************/

.trangeHeadSep, .trangeHeadTime {
display: none;
}
