﻿.handcursor {  cursor: hand}
body 
{
  margin:0 0;
  text-align: center;
  font-family: Tahoma,Microsoft Sans Serif,Arial,Times New Roman;
  font-size: 9pt;
  color: #D8EEFE;  
  background-color: #315B7E;
}
.displaycontrol
{
	font-size:9pt;
	font-family:Tahoma,Trebuchet MS,Microsoft Sans Serif,Arial,Times New Roman;
	color:Black;
	text-align:center; 
}	
.inputcontrol
{
	font-size:9pt;
	font-family:Tahoma,Trebuchet MS,Microsoft Sans Serif,Arial,Times New Roman;
	color:Black;
	
}	
.buttoncontrol
{
	font-size:10pt;
	font-family:Tahoma,Trebuchet MS,Microsoft Sans Serif,Arial,Times New Roman;
	color:Black;	
	height:29px;
	width:99px; 
}
.errormsg
{
	font-size:10pt;
	font-family:Trebuchet MS,Microsoft Sans Serif,Arial,Times New Roman;
	color:Red;
}	
.postbackmsg
{
	font-size:10pt;
	font-family:Trebuchet MS,Microsoft Sans Serif,Arial,Times New Roman;
	color:#00008B;
}	
.paneltitle
{
	font-size:12pt;
	font-family:Tahoma,Trebuchet MS,Microsoft Sans Serif,Arial,Times New Roman;
    font-weight:bold; 
	color:White;
	background-color:#3399ff;
	text-align:center; 
	height : 28px;
}	

.linkbuttoncontrol
{
	font-size:10pt;
	font-family:Microsoft Sans Serif,Arial,Times New Roman;
	font-weight:bold; 
	color:Blue;
}	
.tdleft
{
    font-size: 10pt; 
    vertical-align:top; 
    width: 40%; 
    height: 43px; 
    color: #000000; 
    font-family: Tahoma,Trebuchet MS,Microsoft Sans Serif,Arial,Times New Roman; 
    background-color: #ffffff; 
    text-align: right; 
}
.tdright
{
    font-size: 10pt; 
    vertical-align:top; 
    width: 60%; 
    height: 43px; 
    color: #000000; 
    font-family: Tahoma,Trebuchet MS,Microsoft Sans Serif,Arial,Times New Roman; 
    background-color: #ffffff; 
    text-align:left; 
}
