SPAN.Branch {
	 font-family: Verdana,Tahoma,Arial;      
   font-size:xx-small;
   font-weight:lighter;
   color: black;
}

SPAN.BranchSelected {
   font-family: Verdana,Tahoma,Arial;      
   font-size:xx-small;
   font-weight:lighter;
   color: #2D87B6;
}

DIV.screenDIVFrame {
  width:500;
  height:85%;
  overflow-X:none;
  overflow-Y:none;  
}

DIV.screenDIVBottomFrame {
  width:100%;
  height:95%;
  overflow-X:none;
  overflow-Y:none;  
  font-size:7pt;
  font-weight: bold;
}

DIV.CHARCENTER {
  font-family: Verdana,Tahoma,Arial;  
  font-size:7pt;
  font-weight: bold;
  text-align:center;  
  align:center;
}

SPAN.HEAD {
  font-family: Verdana,Tahoma,Arial;  
  font-size:7pt;
  font-weight: bold;
  text-align:center;  
  align:center;
  overflow-X:none;
  overflow-Y:none;  
}

SPAN.Date {
  font-family: Verdana,Tahoma,Arial;  
  font-size:7pt;
  font-weight: bold;
  text-align:center;  
  align:center;
  overflow-X:none;
  overflow-Y:none;
  color:"#2D87B6"
}

SPAN.DateBlack {
  font-family: Verdana,Tahoma,Arial;  
  font-size:7pt;
  font-weight: bold;
  text-align:center;  
  align:center;
  overflow-X:none;
  overflow-Y:none;
  color:black;
}

font.CHARPROJECT {
  font-family: Verdana,Tahoma,Arial;  
  font-size:7pt;
  font-weight: bold;
  text-align:left;    
  align:center;
  color:white;  
}

font.CHARPROJECTSELECT {
  font-family: Verdana,Tahoma,Arial;  
  font-size:7pt;
  font-weight: bold;
  text-align:left;    
  align:center;
  color:black;  
}

font.CHARWEB {
  font-family: Verdana,Tahoma,Arial;  
  font-size:7pt;
  font-weight: bold;
  text-align:left;    
  align:center;
  color:#61BCD2;
  font-style:italic;
}

SPAN.Retrieve {    
  font-weight: bold;
	font-family: Verdana,Tahoma,Arial;      
  font-size:7pt; /*xx-small;   */
  GetBGColorfont-weight:normal;   
}

TD.tabHand {	
  cursor:hand;
  background-color:#1C98C3; 
  text-align:right;
}

TD.tabHandOver {	
  cursor:hand;
  background-color:#61BCD2; 
  text-align:right;
}

DIV.screenonly60 {
  width:100%;
  height:90%;
  overflow-X:auto;
  overflow-Y:scroll;
}

DIV.screenonly40{
  width:100%;
  height:40%;
  overflow:hidden;
}

DIV.screenonlyauto{
  width:auto%;
  height:110%;
  border-left:  0px none #FFFFFF;
  border-right: 0px none #FFFFFF;
  padding-left: 0px none #FFFFFF;
  padding-right:0px none #FFFFFF;
}

DIV.screenonly50{
  width:auto;
  height:10px;
  overflow-X:auto;
  overflow-Y:auto;
}

font.NORECORDS {
  font-family: Verdana,Tahoma,Arial;  
  font-size:7pt; /* 10pt Sep.2, 2004*/
  font-weight: bold;
  text-align:left;    
  align:center;
  color:#2D87B6;  
}

input.check {
  background-color : #e9e9e9;
  border : 3px solid;
  border-bottom : 1px solid Gray;
  border-top : 1px solid Silver;
  border-left : 5px solid Silver;
  border-right : 5px solid Gray;    
}

.bottom {    /*font.bottom */
  font-family: Verdana,Tahoma,Arial;      
  font-size:xx-small;   /* xx-small */
  font-weight: bold;
  color:black;
  GetBGColorfont-weight: normal;   
  }

DIV.CHARLEFT {
  font-family: Verdana,Tahoma,Arial;  
  font-size:7pt;
  font-weight: bold;
  text-align:left;  
  align:center;
}

DIV.CHARTREE {
  font-family: Verdana,Tahoma,Arial;  
  font-size:7pt;  
  text-align:left;
	font-weight: bold;
}

H2 {
  font-weight: bold;
	font-size:7pt;   /*medium*/
  font-family: Verdana,Tahoma,Arial;  
  line-height:100%;
  color:#2D87B6;
  margin-bottom:1px;
  padding-bottom:1px;
}

.rpt, TD.rpt {	
	FONT-SIZE: 7pt;
	COLOR: black;
	FONT-FAMILY: Verdana,Tahoma,Arial
}

INPUT {
  font-size:xx-small;
  font-family: Verdana,Tahoma,Arial;
  font-weight: bold;
  height: 18;    /* new line*/
  color:black;
}

/* INPUT.submit {	commented out Aug.31, 2004 a duplicate can be found at 'admTIMSStyleIE.css'
  font-size:xx-small;
  font-family: Verdana,Tahoma,Arial;
  font-weight: bold;
  color:#2D87B6;
}
INPUT.submitON {	
  font-size:xx-small;
  font-family: Verdana,Tahoma,Arial;
  font-weight: bold;
  color:white;
  background:#2D87B6;
  cursor:hand; */
}
INPUT.reset {	
  font-size:xx-small;
  font-family: Verdana,Tahoma,Arial;
  font-weight: bold;
  color:#CC3333;	
}
INPUT.resetON {	
  font-size:xx-small;
  font-family: Verdana,Tahoma,Arial;
  color:white;
  background:#CC3333;
  font-weight: bold;
  cursor:hand;
}