@charset "utf-8";

body {	background-image: url(../images/BG.gif);*/background-color: #3D3B60;margin-top: 0px;margin-bottom: 0px; font-family:Verdana, Arial, Helvetica, sans-serif;}
body, th, td { font-size:11px;}
ul { margin-top:0px;}

h1, h2, h3, h4, h5, h6 {font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom:5px;margin-top:10px;}
h1, h3, h5 {color: #3D3B60;}
h2, h4, h6 {color: #D5CA7D;}
h1, h2 { font-size: 18px;}
h3, h4 { font-size: 15px;margin:0px; padding:0px;}
h5, h6 { font-size: 12px; margin:0px; padding:0px;}
h1 {font-weight: bold;}
h5 {margin-top:10px;}

li {margin-right:30px;}

.Box {
	border:4px solid #3d3B60;
}
	.BoxHeader {}
	.BoxContent { padding:20px; background-color:#FFFFFF; border:1px #3D3B60 solid;}
	.BoxMargin { margin:10px; padding:6px;}
	.BoxSide { background-color:#FFFFFF; border:1px #3D3B60 solid;}
	.BoxAd { background-color:#FFFFFF; border:1px #3D3B60 solid;}

	
	#PressBox {border:1px solid #3d3B60;margin-left:auto; margin-right:auto; padding:10px; background-image:url(/images/GoldBG.jpg)}
	#ReleaseBox {margin:2px; border:1px solid #3d3b60; padding:4px; background-color:white;}
	#AlertBox { border-top:1px dashed #D5CA7D; border-bottom:1px dashed #D5CA7D; width:95%; background-image:url(../images/GoldBG.jpg);text-align:center; padding:5px; color:#3d3b60; margin-left:auto; margin-right:auto;}
	.AdminBox { padding:10px; background-color:#CCCCCC; border:1px solid #333333; margin-left:auto;margin-right:auto; }
	.TeaserBox{ width:250px; height:155px;}
	
#FooterBox #HSEInfo { padding-right:30px; text-align:right; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF;}
#FooterBox #HSEDevCred { padding-left:30px; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:10px;color:#FFFFFF;}
.PlayerBox {
	border:1px solid #3D3B60;
	margin:4px;
	padding:4px;
	height:125px;
	width:263px;
	float:left;
        overflow:auto;
}

#HSEInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 30px;
}
#FooterBox #HSEdev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 30px;
}

.RowEven {
	border-bottom:1px solid #3D3B60;
	background-image: url(../images/GoldBG.jpg);
}
.RowOdd {background-color:#ffffff;border-bottom:1px solid #3D3B60;}
.BoxColumn {
	float: left;
	width: 260px;
	padding:6px;
	position:relative;
}
	.BoxColumn img {margin-left:auto; margin-right:auto;}
	
.Alert {
	color: #FF6600;
	font-weight: bold;
}
	
/*  Ad Definitions */

.Ad_1 {width:250px; background-color:#3D3B60; height:265px; vertical-align:top;}
.Ad_2 {width:739px; background-color:#3D3B60; height:90px;text-align:right;}
.Ad_3 {width:483px; background-color:#3D3B60; height:60px;text-align:right;}
.Ad_4 {width:249px; background-color:#3D3B60; height:60px;text-align:right;}
.Ad_5 {width:131px; background-color:#3D3B60; height:90px;text-align:right;}
.Ad_6 {width:135px; background-color:#3D3B60; height:60px; text-align:right;}

	
	
	

/* Form Definitions */
	fieldset {margin:1em 0;padding:1em; }
	legend {font-weight:bold; background-color:#FFFFFF;}
	label {display:block; width:220px;}
	input[type="text"] {width:100%;}
	textarea {
	width:100%;
	height:100px;
}
	input:focus, textarea:focus { background:#ffc;}
	
/* Table Definitions */
	th {text-align:left;}
	
/* Menus */
div.menuitem, a.menuitem
{
  /*width: 200px; */
  margin:1px;  
}

a.menuitem
{
  display: block;

  text-decoration: none;
}

form.menuitem{
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background: #FFFFEE;
  padding: 0px 5px 2px 5px;
}
.NavEvent { background-color:#999999; border:2px solid #666666; margin:2px; color:#98999E; background:url(../images/Nav/NavBG.gif); background-repeat:repeat-x; height:28px; font-weight:bold;}
.NavEvent a {color:#D3D3D3; padding:6px;}
.NavEvent a:hover {color:#D5CA7D; padding:6px;}

.VideoBox {
	border: 6px solid #3D3B60;
	width: 310px;
	float: right;
	margin:10px;
}
.Pic {
	border: 2px solid #3D3B60;
}
#Page #PageContent #AdminContent .BoxContent #form1 img {
	max-width:500px;
}
* html .MaxWidth50 {
   width: expression( document.body.clientWidth > 49 ? "50px" : "auto" ); /* sets max-width for IE */}
.MaxWidth50 {
   max-width: 50px; /* this sets the max-width value for all standards-compliant browsers */
}
* html .MaxWidth100 {
   width: expression( document.body.clientWidth > 99 ? "100px" : "auto" ); /* sets max-width for IE */}
.MaxWidth100 {
   max-width: 100px; /* this sets the max-width value for all standards-compliant browsers */
}
* html .MaxWidth200 {
   width: expression( document.body.clientWidth > 199 ? "200px" : "auto" ); /* sets max-width for IE */}
.MaxWidth200 {
   max-width: 200px; /* this sets the max-width value for all standards-compliant browsers */
}
* html .MaxWidth300 {
   width: expression( document.body.clientWidth > 299 ? "300px" : "auto" ); /* sets max-width for IE */}
.MaxWidth500 {
   max-width: 500px; /* this sets the max-width value for all standards-compliant browsers */
}
* html .MaxWidth500 {
   width: expression( document.body.clientWidth > 499 ? "500px" : "auto" ); /* sets max-width for IE */}
.MaxWidth500 {
   max-width: 500px; /* this sets the max-width value for all standards-compliant browsers */
}
* html .MaxWidth380 {
   width: expression( document.body.clientWidth > 379 ? "380px" : "auto" ); /* sets max-width for IE */
   }
.MaxWidth380 {
   max-width: 380px; /* this sets the max-width value for all standards-compliant browsers */
}
* html .MaxHeight100 {
   height: expression( document.body.clientHeight > 99 ? "100px" : "auto" ); /* sets max-width for IE */}
.MaxHeight100 {
   max-height: 100px; /* this sets the max-width value for all standards-compliant browsers */
}



.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:white;
color:#3D3B60;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 
