@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;}
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;}
#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;}
	
/*  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:200px;}
	textarea {width:200px;height:200px; margin-left:20px;margin-top:10px;}
	input:focus, textarea:focus { background:#ffc;}
	
/* Table Definitions */
	th {text-align:left;}
	
/* Menus */
div.menuitem, a.menuitem
{
  width: 400px;
  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;
}

.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 .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 */
}

.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%
}

.FloatRight {float:right; width:50%;}
.FloatLeft {float:left; width:50%;}