#container{
     margin: 0 auto;
    width: 1100px;
    width: 964px;

}
.head_td{
    font-weight: bold;
}
html { height:100%; margin: 0; padding: 0;}
   /* ul, ol, li, form, fieldset, a, img, div { margin: 0; padding: 0; border: 0; }
    
    ul, ol {line-height: 18px;}
    ul {list-style: inside;}
    ol {list-style: inside;}
	
    li {list-style: none;}*/
    
    body { background: #fff; height:100%; position: relative; margin: 0;}
/*    body, a { margin:0px; padding:0px; color: #333; font: 12px/18px Verdana;}*/
    td { margin:0px; color: #333;font-size:10pt;}
    a {color: #333; text-decoration: underline;}
    a:hover {color: #777; text-decoration: none;}
    
    p {margin: 0 0 10px 0; padding:0px; line-height: 14px; font-size: 13px; color: #333; }
    
	h1 {font-size:24px; color: white; font-weight:normal;  padding: 0;margin-top:5px;margin-bottom: 2px;}
	h2 {font-size:24px; color: white; font-weight:normal;  line-height: 24px; padding: 0;text-align: left;margin-top:5px;margin-bottom: 2px;}
	h3 {font-size:20px; color: #333; font-weight: normal; line-height: 20px; padding: 0;margin-top:5px;margin-bottom: 2px;}
        #order_container h2{
            color:black !important;
            text-align: left !important;
        }

        .menu_box{
            list-style: none;
            padding-left: 0px;
          
        }
        .menu_box li{
             display: inline;
             list-style: none;
        }
        .menu_box li a,.logout{
            color:#fbfcff;
        }
        .user_name{
            color:white;
            font-weight: bold;
        }
        
        .content_box{
            padding:20px;
        }
        .clear{
            clear:both;
        }
        
        #header_box{
            background: #e5097f;width:1040px;min-height:100px;margin-left:20px;
            
        }
        
        #filter_expander{
            display:block;
            background-image:  url(/img/expanded.png) ;
            background-repeat: no-repeat;
            padding-left:20px;
        }

.details_button{
    background-image: url(/img/expanded.png);
}
        .btn_collapsed{
    background-image: url(/img/expand.png);
}

/*a.active{
    text-decoration: none;
    font-weight: bold;
}*/

 input.date_picker_box {
  text-align: center;
  background-image: url("/img/calendar.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 18px;
  width: 78px;
}
#contact_box a{
    color:white;
}
#contact_box span{
    color:white;
}
#contact_box{
    color:white;
    margin-left:20px;
    padding-top:10px;
}


ul.tabs li a.active {
    /*background-color: #83990a;*/
    font-weight:bold;
}

ul.tabs li a{
 color:#FFF;
 text-decoration:none;

}