/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
  background: #3F3F3F url(../images/Carl/bgall.gif);
  /*background-color:#666666;*/
  color: #555;
  background-repeat:repeat;
  width:100%; 
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

#Content
{
	position:relative; margin:0 auto; width:960px; border:none; background-color:#666666;
	}
	
	.modalBackground
{ 
    background-color:Gray; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
}
.popupPanel1 {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.popupPanel
{
    /*background-color: #E1E6EC; 
    border-color:#1E90FF;
    border-style: solid; 
    border-width: 1px; 
    top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-50px;*/
    background-image:url(../images/Carl/paper_popup.gif);
}
.Header
{
    position: relative;
    left: 0px;
    top: 0px;
    background-color: #FFCCCC; /* background-image: url('Images/dropdownbg.gif'); */
    background-image: url('images/hotsy_back.jpg');
    color: White;
    padding: 2px 2px 2px 2px;
    font-family: inherit;
    font-weight: bold;
    border: solid 1px black;
    z-index: 150;
}
.EnlightenBold
{
    font-family:Verdana;
	font-size:8pt;
	color:#1B4863;
	font-weight:bold;
}

.PageStyle
{
    
		color: White;
		font-weight:bold;
    }












