body {
  margin:0;
  padding:0;
  background-image:url(/p/bg.png);
  background-repeat:repeat-x;
  background-color:#121212;
  font-family: Verdana;
  font-size: 12px;
  color:#DDD;
}

.Clear {
  clear:both;
}

img {
  border:none;
}

#UserMessageMask {
  position:absolute; 
  left:0; 
  top:0; 
  width:100%; 
  height:100%; 
  visibility:hidden;
  background:#b72d30;
  z-index:999;
}
#UserMessageMain {
  position:absolute; 
  visibility:hidden;
  z-index:1000;
  width:270px;
  height:180px;
  background:url(/p/UserMessageWindow_bg.gif) no-repeat left top;
}
#UserMessageMain .Inner {
  position:absolute;
  left:10px;
  top:10px;
  width:250px;
  height:130px;
  padding:4px;
  overflow:auto;
}
#UserMessageMain .Btn {
  position:absolute;
  left:125px;
  top:154px;
}

#UserMessageMain .Btn img {
  border:0;
}

#UserMessageMain .Msg {
  margin:0 0 10px 0;
}
#UserMessageMain .Msg em {
  font-size:10px;
  font-weight:normal;
  color:#999;
  font-style:normal;
}

/* DeForm */

.DF_textbox, .DF_textbox:focus, .DF_textarea, .DF_textarea:focus{
  background-color: #CCCCCC;
  border-color: #B7B7B7;
}
.DF_textbox:focus, .DF_textarea:focus{
  border-color: #EEE;
  background-color: #EEE;
}
.DF_errorlabel{
  background: none;
  border:0;
  padding:5px;
  color:#F44;
}
.DF_label, .DF_groupbox {
  font:normal 11px Verdana;
  color:#EEE;
}
.DF_button {
  background:url(/p/DF_button_bg.gif) no-repeat left top;
  border:0;
  text-transform:uppercase;
  color:#FFF;
  font:normal 11px Tahoma;
}
/* LAYOUT*/

h1, h2 {
  font:normal 22px Verdana;
  color:#e55e0d;
}

h2 {
  font-size: 15px;
}

a {
  color:#e46100;
  text-decoration:underline;
}

p {
  padding:0;
  margin:13px 0 13px 0;
}


.Container {
  width:990px;
  margin:0 auto;
}

.Head {
  position:relative;
  height:148px;
  background:url(/p/logo.jpg) no-repeat left top;
}

.user_logo{
  font-weight: bold;
  height: 100px;
  padding: 10px 15px 105px 15px;
}

.user_logo img{
  padding: 10px 0 0 0;
}

.BreadcrumpsBar{
  color: white;
  background: #ED5C09;
  font-size: 11px;
  width: 983px;
  height: 20px;
  line-height: 20px;
  padding-left: 7px;
}

.BreadcrumpsBar .Breadcrumps{
  float: left;
}

.BreadcrumpsBar a, .BreadcrumpsBar span{
  color: #fff;
}

.BreadcrumpsBar .Logout{
  height: 20px;
  float: right;
  padding: 0 10px 0 0;
}

.BreadcrumpsBar .Logout .LogoutTxt{
  padding: 0 10px 0 0;
}

.BreadcrumpsBar .Logout .LogoutImg{
  float: left;
  height: 18px;  
  line-height: 0px;
  padding: 5px 2px 0 0;
}

.Breadcrumps span.last{
  font-weight: bold;
}


.Head .Home {
  display:block;
  position:absolute;
  width:100px;
  height:130px;
  left:20px;
  top:10px;
}

.Head .TitleText{
  width: 500px;
  height: 50px;
  position:absolute;
  left:130px;
  top:24px;
  font: normal 22px Verdana;
  color:#FAFAFA;
}

.Left {
  position:relative;
  float:left;
  width:250px;
  margin-top:20px;
}

.Middle {
  position:relative;
  float:left;
  width:720px;
  margin:20px 0 0 19px;
}
.Middle h1 {
  margin:0;
  padding:0;
}
.Middle h1 {
  margin:0 0 30px 0;
  padding:0;
}
.Middle h2 {
  margin:-25px 0 30px 0;
  padding:0;
}
.Middle h1.orange, .Middle h2.orange {
  color:#eb5d07;
}
.Middle h1.yellow, .Middle h2.yellow {
  color:#F0C43F;
}
.Middle h1.blue, .Middle h2.blue {
  color:#89B0FF;
}
.Middle h3 {
  font:bold 13px Verdana;
  margin:0;
  padding:0;
}

.Footer {
  font-size:11px;
  clear:both;
  margin:70px 0 30px 0;
  color:#9A9A9A;
}
.Footer a {
  text-decoration:none;
  color:#9A9A9A;
  padding:0 10px 0 10px;
}

.Menu {
  width:220px;
}
.Menu .orange, .Menu .yellow, .Menu .blue {
  margin-bottom:5px;
}
.Menu .orange a {
  border-color:#eb5d07;
}
.Menu .yellow a {
  border-color:#f0c43f;
}
.Menu .blue a {
  border-color:#89b0ff;
}
.Menu .orange a.L2 {
  border-color:#a64510;
}
.Menu .yellow a.L2 {
  border-color:#d3a129;
}
.Menu .blue a.L2 {
  border-color:#6e93da;
}
.Menu .L1, .Menu .L1First, .Menu .L1Last, .Menu .L2 {
  padding:8px 0 8px 0; 
  border-left-width:7px;
  border-left-style:solid;
  display:block;
  text-decoration:none;
  color:#BBB;
  width:100%;
}
.Menu .L1 span, .Menu .L1First span, .Menu .L1Last span{
  display:block;
  padding:0 10px 0 17px; 
}
.Menu .L2 span {
  display:block;
  padding:0 10px 0 25px; 
  font-size:11px;
}
.Menu .L1First {
  background:url(/p/menu_top.gif) no-repeat left top;
}
.Menu .L1Last {
  background:url(/p/menu_bottom.gif) no-repeat left bottom;
}
.Menu .L1 {
  background:url(/p/menu_bg.gif) repeat-y left top;
}
.Menu .L2 {
  background:url(/p/menu_l2_bg.gif) repeat-y left top;
}
.Menu .L2Sub {
  display:none;
  visibility:hidden;
  overflow:hidden;
}

.HmIcons .Icon {
  display:block;
  float:left;
  width:149px;
  height:146px;
  margin:10px;
  cursor:pointer;
}

.HmInfo,
.HmGreeting{
  padding: 10px 30px 15px 10px;  
}
.HmInfo{
  color: #E75A08;
  text-align: center;
  font-weight: bold;
}

.Middle .News, .Middle .Newsletter, .Middle .FAQ{
  width: 660px;
  padding: 5px;
  clear: both;
  border-bottom: 1px dashed #626262; 
}

.Middle .News#WithImg {
  min-height: 150px;
}

.Middle .News a{
  color: #F0C43F;
}

.Middle .Newsletter a{
  color: #89B0FF;
  cursor: pointer;
}

.Middle .News img.thumb{
  float: left; 
  padding: 5px;
  margin: 5px 10px 5px 5px;
  border: 1px solid #4E4E4E; 
}

.Middle .News a.more{
  padding: 10px 0 10px 0;
  display: block;
  font-weight: bold;
}

.Middle .News div.TitleDate, .Middle .Newsletter div.TitleDate{
  padding: 5px 0 10px 0;
}

.Middle .News div.TitleDate a.Title, .Middle .Newsletter div.TitleDate a.Title{
  font-weight: bold;
}

.Middle .News div.TitleDate span.Date, .Middle .Newsletter div.TitleDate span.Date{
  font-size: 10px;
}

.Middle .FAQ .Question{
  font-weight: bold;
  padding: 15px 0 15px 0;
}

.Middle .LeftColumn{
  width: 395px;
  float: left;
  padding: 5px;
}

.Middle .RightColumn{
  width: 280px;
  float: right;
 
}

div.ImageContainer{
  width: 260px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #4E4E4E;
}

div.ImageContainer div{
  width: 250px;
  padding: 5px;
  background: #4E4E4E;
  font-size: 9px;
}

/* PageNavigator */
.PageNavigator {
  clear: left;
	padding-right: 40px;
	padding: 20px 0 20px 0;  
}

.PageNavigator a{
  color: #F0C43F;
}

.PageNavigator .Pages a, .PageNavigator .Pages a:hover, .PageNavigator .Pages a.Active, .PageNavigator .Pages a.Active:hover {
  display:block;
  float:left;
  margin:0px 3px 0px 3px;
  font-weight:bold;
  text-decoration:none;
}
.PageNavigator .Pages a.Active, .PageNavigator .Pages a.Active:hover {
  text-decoration:none;
  color: #fff;
  font-weight:normal;
}
.PageNavigator .Links {
  float:left;
  margin-left:10px;
}
.PageNavigator .PreText, .PageNavigator .PostText {
  float:left;
  margin:0px 4px 0px 4px;
}
.PageNavigator .Links .FirstPage, .PageNavigator .Links .NextPage, .PageNavigator .Links .LastPage, .PageNavigator .Links .PreviousPage {
  float:left;
  margin:0px 4px 0px 4px;
}
.PageNavigator .Links a {
  text-decoration:none;
}
.PageNavigator .Links .NextPage {
  background-repeat:no-repeat;
  background-position:right 0;
  padding-right:15px;
}
.PageNavigator .Links .PreviousPage {
  background-repeat:no-repeat;
  background-position:left 0;
  padding-left:15px;
}

.HeatSellingBar, .HeatPrices, .HeatOrdered{
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  padding: 13px 0 13px 0;
  margin: 0 0 40px 0;
}

.Middle div.GraphImageContainer{
  width: 700px;
  height: 400px;
  line-height: 400px;
  text-align: center;
  margin: 0 0 5px 0;
}

.Middle .DataTable{
  margin: 0 0 30px 0;
}

.Middle .DataTable tr.Table0{
  background-color: #484848;
}

.Middle .DataTable tr.Table1{
  background-color: #424242;
}

.Middle .DataTable#Orange th{
  background-color: #81401A;
  color: #EA5D0B;
}

.Middle .DataTable td, .Middle .DataTable th{
  text-align: center;
  padding: 15px 3px 15px 3px;
}

.Middle .DataTable#Yellow th, .Middle .DataTable#Yellow .Header{
  font-weight: bold;
  background-color: #867237;
  color: #F0C640;
}

.Middle .DataTable .SubHeader{
  font-weight: bold;
  background-color: #484848;
  color: #666666;
}

.pdf_icon, .xls_icon, .print_icon{
  float: left;
  margin: 0 5px 0 0;;
}

.HeatPrices .blank, .HeatOrdered .blank {
  width:520px;
  float: left;
}

.HeatPrices, .HeatOrdered{
  height: 30px;
}

.pdf_icon, .xls_icon, .print_icon{
  background: url(p/pdf_icon.gif) no-repeat top left;
  width:53px;
  height:29px;
  cursor:pointer;
}
.xls_icon{
  background: url(p/xls_icon.gif) no-repeat top left;
}
.print_icon{
  background: url(p/print_icon.gif) no-repeat top left;
}

a.Attachment{
  display: block;
  padding: 5px 0 5px 0;
}

.Middle .LeftColumn .Attachments{
  padding: 15px 0 5px 0;
  border-bottom: 1px dashed #626262; 
}

.PrintNews{
 padding:8px 0px 50px 220px;
}

.PollHeader{
  background-color: #89B0FF;
  color: white;
  font-weight: bold;
  padding: 0 0 0 5px;
  line-height: 20px;
}

a.previous, a#RemindPasswordLink{
  cursor: pointer;
}

a.previous{
  float: right;
}

p.RemindPasswordMsg{
  text-align: center;
}
