/* CSS Document */
/***************** General Page Elements ********************/
body {
	background-color: #ffffff;
}
.container {
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000066;
	margin: 0px 0px 0px 0px;
}

h1 { width: 100%;font-size: 22px;}
h2 { width: 100%;font-size: 18px;}
h3 {width: 450px; font-size: 16px;}
h4 {width: 400px; font-size: 14px;}
h5 { width: 350px;font-size: 12px;}
h6 { width: 200px; font-size: 10px;}

h3 a:link, h3 a:visited {text-decoration: underline;color: #000099;}
h3 a:hover, h3 a:active{color: #000033;	text-decoration: none;}

a:link, a:visited{ color: #000099; text-decoration: underline;}

a:hover, a:active {	color: #000066;	text-decoration: none;
}


table#MainTable{
	color: #000000;
}

table, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.noprint {display:none;}
/***************** Navigation Elements ********************/
td.nav, td.nav2 {
display:none;
}

.creditbox {display:none;}

.navP {
	display:none;
}

.navPSelect {
	display:none;
}

.subnavP {
display:none;
}

li.subnavP {
display:none;
}

/***************** Body Elements ********************/


td.body {
	background-color: #FFFFFF;
	vertical-align:top;
}

.SubTitleTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	text-transform: none;
	color: #000066;
	margin-bottom: 10px;
}

/** Quote and Highlight Box Items **/
.box_Highlight{ border: 1px solid #666666; padding: 0px; width: 99%;}
.box_MainTitle{ padding: 5px; background-color:#000066; color: #ffffff; font-size: 16px; font-weight: bold;}
.box_SubTitle{ padding: 5px; background-color:#CCCCCC; color: #660000; font-weight: bold;}
.box_Body{ background-color:#EEEEEE;}
.box_Picture{border: 1px solid #000000;}
.box_Text{
	background-color: #FFFFFF;
	padding: 10px;
	border-top: 2px solid #333333;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #333333;
}
.box_PTeam{ /*Production Team*/
	background-color: #FFFFFF;
	padding: 10px;
	border-top: 2px solid #333333;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #333333;
	font-size: 14px; 
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 22px;
	vertical-align:top;
}
.center{
	text-align:center;
}
.box_Trip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.box_Quote{
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 22px;
	background-color:#FFFFFF;
}
.box_Links {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-decoration: none;}


.box_Links_small {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none;}
table.highlight { border: 1px solid #666666; background-color: #EEEEEE;}

/*** Page Content ***/
.PictureFrame {
	float: right;
	text-align:center;
	border: 1px solid #CCCCCC;
	background-color:#EEEEEE;
	margin: 0px 0px 10px 10px;
	padding: 5px;
}
.PictureBox { /*** Photogallery display ***/
	width: 100%;
	border: 1px solid #CCCCCC;
	background-color:#EEEEEE;
}
.cellpad { /*** Photogallery display ***/
	border: 5px solid #EEEEEE;
	background-color:#EEEEEE;
}
.SubTitleLine { /*** small heading for divs ***/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	line-height: 25px; 
}

.ContentQuote{ /*** Interview Display Pages ***/
	font-size: 16px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 22px;
	background-color:#FFFFFF
}
.texthighlight { /*** Production Trip Display Pages ***/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
}

/*--------------------------------------------------------------------*/
/*                     New Posting CSS			                      */
/*--------------------------------------------------------------------*/
.breadcrumbpost {
	border: 1px dotted #666666; 
	padding:2px 10px 2px 10px; 
	margin-bottom: 5px;
}
.titlePost, .infoPost, .bodyPost { 	
	  padding:2px 10px 2px 10px; 
	  margin:0px;
}
.titlePost { background: #003366; color: #fff;}
.infoPost { background: #eeeeee; color: #000;}
.bodyPost { background: #ffffff; color: #000;}

span.title {
	text-align:left;
	font-size: 16px;
	font-weight: bold;
}
a.postreply, a.postreply:link, a.postreply:visited{
	text-align:right;
	font-size: 10px;
	font-weight: normal;
	color: #CCCC99;
	text-decoration: underline;
}

a.postreply:hover { color: #CCCCCC; text-decoration: none;}

a.postreply:active {color: #CCCC99;}

table.posting {
	border-spacing: 0px;
	border-left: 1px solid #666666; 
	border-top: 1px solid #666666; 
	border-bottom: 1px solid #666666; 
}
table.posting tr {border-spacing: 0px;}
table.posting td {padding:2px 10px 2px 10px;border-right: 1px solid #666666; }

table.posting thead tr td {
	border-wdith: 1px;
	color:#FFFFFF; 
	background-color:#003366;
	font-weight:bold;
}
table.posting tbody tr td {
	  color:#000000;
	  background-color: #fff;
}

blockquote {
	margin: 8px 0px 0 5px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
}


.folder_issues{
/*background:#eeeeee;*/
}

tr.footer td {
text-align: right;
padding:5px 10px 5px 10px;

}

