#container{
	   width:100%;
	   height:500px;
   }

   #content{
      width:100%;
	  height:500px;

   }

   #left {
      width:12%;
	  float:left;
	  border:2px solid #0B5095;
	  font-family:sans serif;
	  padding:0px;
	  marging:0px;
	  height:400px;
	  background-color:#0B5095;
  }


   #right {
	  float:left;
	  border:2px solid #0B5095;
	  height:400px;
	  margin-right:0px;
	  width:87%;
}

 
   #header {
      width:100%;
	  height:60px;
	  border:1px solid #0B5095;
      background-color:#0B5095;
	  color:white;
 }

 #footer {
      width:100%;
	  height:30px;
	  border:1px solid #0B5095;
      background-color:#0b5095;
	  color:white;
 }
 
 #navigation{
    line-height:35px;
	margin-right:50px;
 }
 
 #navigation li {
  padding-left:2px;
 }

 #navigation li a{
    color:white;
    text-decoration:none;
 }

 #navigation li a:hover{
   color:lightYellow;
   text-decoration:underline;
   /*margin-left:8px;*/
}

 #header h2 {
  font-style:italic;
  padding-left:10px;
  }

#maintabs{
 height:40px;
 width:100%;
 padding-bottom:15px;
}

#tabs {
 margin-top:20px;
 width:62%;
 float:right;
}
  #tabs li {
     display:inline;
  }


.btns{
 width:100%;
 text-align:right;
 margin-top:10px;
 float:left;
 }


 .clear {
    background-color:buttonHighlight;
	font-weight:bold;

 }

.labelheader {
}

.labelstyle {
}

.btnalign{
  float:right;
  padding-right:10px;
}

div.btnalign input, .subbtn, .clear{
  background-color:#0B5095;
  font-weight:bold;
  height:30px;
  color:white;
}
div.btnalign input:hover, .subbtn:hover, .clear:hover{
  background-color: #FFFF99;
  font-weight:bold;
  height:30px;
  color:black;
  cursor:pointer;
}
table {
  width:100%;
}
.labelTD {
 font-weight:bold;
 width:200px;
}
.inputTD :focus{
 background-color: #FFFF99;
}

td {
  padding-bottom:7px;
  align:left;
  text-align:left;
}


 #selectContainer{
      width:100%;
	  height:420px;

   }
.homeSpan {
  float:right;
}
.homeSpan a:visited, .homeSpan a:active, .homeSpan a:link {
 color:white;
}
#listbatch a:link {
  color:black;
}
#listbatch a:visited {
  color:black;

}
#listbatch a:active {
color:black;
}

#listbatch {
height:335px;
overflow:auto;
}
