 html,
body {
    margin:0;
    padding:0;
    height:100%;
    background-image: url("bgf.png");
    background-repeat: repeat;
  
  
}
#container {
    min-height:100%;
    position:relative;      
    
   
    
}
#header {

    background-image:url('bg.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:100%;
    width:100%;
    
    height:200px;
    text-align:center;
}
  
  #body{  
   
  width:100%;
  padding:10px;
  padding-bottom:60px; 
   

  }
  
  #body1{
  float:left;  
  width:100%;
   
  }

  #body2{
  float:left;  
  width:100%;
  height:30px;
   
  }
  
  #footer{
  
    width:100%;
    height:30px;   
    background:#FF6600;
    text-align:center;    
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  
  #dialTable{
    width:100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    margin-left:auto;
    margin-right:auto;
  }
  .lab
  {
    text-align:left;
    font-size: 1.1em;
    font-style:bold;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #FF9955;    
    width:30%;
  }
  
  .val
  { 
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;    
     
    border-bottom:1px dotted black;padding:5px; 

  
  }
  
  #mainTable{
   width:80%;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    margin-left:auto;
    margin-right:auto;
  }
  
  #mainTable td, #mainTable th {
    font-size: 1em;
    border: 1px solid #404040;
    padding: 3px 7px 2px 7px;
}
  
  .th1{
    text-align:left;
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #FF6600;
    color: #ffffff;
  }
  .td1,.td2{
  width:20%;
  }
  .td3,.td4{
  width:10%;
  }
  .td5{
  width:40%;
  }
      
#mainTable tr.tr2  {
    color: #000000;
    background-color: #FF9933 ;    
}
#mainTable tr.tr1  {
    color: #000000;
    background-color: white ;    
}

#mainform{
background:#FF6600;
text-align:left;
margin-right:auto;
margin-left:auto;
width:80%;
}

#mainform label {
    float:left;
    width:200px;
    margin-bottom:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;

}

#mainform label span {
    text-align:center;
    font-size: 16px;
    font-style:bold;
    padding:10px 0px;
    display:block;
}

#mainform label input {
    position:absolute;
    top:-20px;
}

#mainform input:checked + span {
    background-color:#FF6600;
    color:#F7F7F7;
}

#mainform .first {
    background-color:#FF9933;
    color:#333;
}

#mainform .second {
    background-color:#FF9933;
    color:#333;
}

.search
{
    text-align:left;
    font-size: 12px;
    border-radius:4px;
    border:1px solid #D0D0D0;    
    padding:10px 0px;      
    float:right;
    width:20%;
}
 .searchl
 {
    float:right;
    width:100px;
    border-radius:4px;
    border:1px solid #D0D0D0; 
    background-color:#FF9933;
    color:#333;
    text-align:center;
    font-size: 12px;      
}

.main-dialog-class .ui-widget-header{
background:#FF6600; 
font-size:16px;
border:0;
}
.main-dialog-class .ui-widget-content
{
background-image:none;
background-color:#FF9933;
}
  