﻿
.tab
{
  width:100%;
}

.clip {
  white-space: nowrap;
  overflow: hidden;
}

.dropdown, .dropdown_100, .dropdown_200,  
.list_400, .list_120, 
.txt, .txt_50, .txt_100, .txt_200, .txt_400 
{
 font-family:verdana; 
 font-size: 12px; 
 color:Black; 
 font-weight:normal; 
 text-align:left;
 height:22px;
}


.gridview 
{
 font-family:verdana; 
 font-size:10px; 
 color:Black; 
 
 table-layout:fixed;
 overflow:hidden;  
 
 border:1px solid black;   
 border-collapse:collapse;  
}

.gv_header 
{
  font-weight:bold;
  font-family:Verdana;
  font-size: 10px;
  color: black;
 
  text-align:center; 
  border-collapse: inherit;
  vertical-align:middle;
 
  height: 22px;
  border: 1px solid darkslategray;
}



.label_report
{
  width:440px;
  height:100px;

}


.label
{
 font-family: Verdana; 
 font-size:12px; 
 font-weight:normal;
 margin-left:5px;
}

.label_title
{
 font-family: Verdana; 
 font-size:12px; 
 font-weight: bold;
 margin-top: 20px;
 padding-left:10px;
 height:22px;
 line-height:22px;
 color:White;
}



.buttons
{
 font-family :verdana; 
 font-size:12px; 
 font-weight:bold;
 background-color:Silver;
}


.button
{
 background-color:#808080;
 border : 1px silver outset;
 font-size: 12px; 
 color: #ffffcc;
 font-family : Verdana;
 font-weight: bold;
 vertical-align:middle;
 height:20px;
 
 text-decoration:none;

}

.buttonHTML
{
  font-size: 12px; 
  vertical-align:middle;
  height:20px;
  padding:0;
}

.hyperlink_button 
{
  text-decoration: none;
  background-color: #808080;
  color: #ffffcc;
  font-weight:600;
  border : 1px silver outset;

  padding:2px 10px 2px 10px;
}


.buttons
{
  height:23px;
  width:70px;
  margin:1px;
  font-weight:bold;
}

.div_button
{
  height:22px;
  width:70px;
  margin:1px;
  
  font-family : Verdana; 
  font-size:xx-small; 
  font-weight: normal;
  margin-right:6px; 
}

.radiobutton
{
  margin-top  :auto; 
  margin-bottom:auto; 
}

.panel
{
 border :solid,1px, black; 
 margin-bottom:4px;
 vertical-align:middle; 
 height:28px;
}

.hyperlink
{
   text-decoration:none;
   color:#000000;
   font-size:1em;   
}


.popPanel {
	background-color:White;
	border:10px solid;
	border-color:#1e8eb3;  
  width:400px; 
}













