@charset "utf-8";
/* CSS Document */

body 
{   
    background-color:#EBEBEB; 
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size: 14px;
    font-weight: bold;    
    color: #464646;    
	border: 0;
	text-decoration: none;
}

#CENTRAL_COL 
{
	position:absolute;
	top:20px;
	left: 50%;
	width:820px;
	margin: 0px 0px 0px -419px;
	padding: 20px 10px 0px 30px;
	background-color:#FFFFFF;
}

#NAVIGATION
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin:0;
	padding:0;
	padding-bottom:5px;
	padding-top: 5px;
	text-transform:uppercase;
	}
	
h4
{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#OVERLAY p
{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 13px;
}

#NEWS_ARTICLE p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding: 0px;
	padding-bottom:9px;
	margin: 0px;
}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:0px;
	}
	
.thumbnail {
float:left;
margin-bottom:10px;
margin-right:10px;
padding:1px 1px 0px;
border: 1px #666666 solid;
}

/* ---------------------- the_mission_theatre_ nav ---------------------- */
#the_mission_theatre_container{
	position:relative;
	height:30px;
	color:#E0E0E0;
	background:#143D55;
	width:100%;
	font-family: Arial,Verdana,sans-serif;
	}

#the_mission_theatre_nav{
	position:relative;
	height:23px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(../_images/the_mission_theatre_bg.gif) repeat-x bottom left;
	padding:0 0 0 0px;
	}

#the_mission_theatre_nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	}

#the_mission_theatre_nav ul li{
	display:block;
	float:left;
	margin:0 0px;
	}

#the_mission_theatre_nav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 10px;
	height:23px;
	}

#the_mission_theatre_nav ul li a span{
	padding:5px 10px 0 0;
	height:11px;
	float:left;
	}

#the_mission_theatre_nav ul li a:hover{
	color:#fff;
	background:transparent url(../_images/the_mission_theatre_bg-OVER.gif) repeat-x bottom left;
	}

#the_mission_theatre_nav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
	}

#the_mission_theatre_nav ul li a.current,#the_mission_theatre_nav ul li a.current:hover{
	color:#fff;
	background:#1D6893 url(../_images/the_mission_theatre_left-ON.gif) no-repeat top left;
	line-height:220%;
	}

#the_mission_theatre_nav ul li a.current span{
	display:block;
	padding:0 8px 0 0;
	width:auto;
	background:#1D6893 url(../_images/the_mission_theatre_right-ON.gif) no-repeat top right;
	height:23px;
	}

.EventsTable {
	padding:5px;
	font-family: Arial,Verdana,sans-serif;
	font-size:12px;
}

.EventsTable a {
	color: inherit;
	text-decoration:underline;
	font-family: Arial,Verdana,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.EventsTableDate{
	width: 110px;
	background-color:#DDDDDD;
	text-align:left;
	padding:5px;
	border-right: 1px #CCCCCC solid;
	margin-bottom:3px;

}

.EventsTableTime{
	width: 60px;
	background-color:#DDDDDD;
	padding:3px;
	padding-left: 5px;
	border-right: 1px #CCCCCC solid;
	margin-bottom:3px;
	text-align:left;
}

.EventsTableShow{
	width: 340px;
	background-color:#DDDDDD;
	text-align:left;
	padding:3px;
	padding-left: 5px;
	border-right: 1px #CCCCCC solid;
	text-align:left;
	margin-bottom:3px;
}

.EventsTableShow a{
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

.EventsTableCompany a{
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

.EventsTableCompany{
	width: 200px;
	background-color:#DDDDDD;
	text-align:left;
	padding:3px;
	padding-left: 5px;
	text-align:left;
	margin-bottom:3px;
	
}

.EventsTableDateODD{
	width: 130px;
	background-color:#FFFFFF;
	text-align:left;
	padding:5px;
	padding-left: 5px;
	border-right: 1px #CCCCCC solid;
	margin-bottom:3px;
	color:#2C7DAC;
	
}

.EventsTableTimeODD{
	width: 60px;
	background-color:#FFFFFF;
	text-align:left;
	padding:3px;
	padding-left: 5px;
	border-right: 1px #CCCCCC solid;
	margin-bottom:3px;
	color:#2C7DAC;
}

.EventsTableShowODD{
	width: 340px;
	background-color:#FFFFFF;
	text-align:left;
	padding:3px;
	padding-left: 5px;
	border-right: 1px #CCCCCC solid;
	margin-bottom:3px;
	color:#2C7DAC;
}

.EventsTableShowODD a{
	font-weight:bold;
	text-decoration:underline;
	color:#2C7DAC;
}

.EventsTableCompanyODD a{
	font-weight:bold;
	text-decoration:underline;
	color:#2C7DAC;
}

.EventsTableCompanyODD{
	width: 200px;
	background-color:#FFFFFF;
	text-align:left;
	padding:3px;
	padding-left: 5px;
	margin-bottom:3px;
	color:#2C7DAC;
}

