﻿
.StandardTable 
{
	border: thin solid Black;
	background-color:Silver;	
}

.StandardLable 
{
	font-family:Verdana;
	font-size:smaller; 	
	font-weight:bold;
}

.LableReadOnly
{
	font-family:Verdana;
	font-size:smaller; 	
	font-weight:bold;
	color:Blue;	
}

.StandardRadioButtonList 
{
	font-family:Verdana;
	font-size:smaller; 	
	font-weight:normal;
}

.StandardTextbox 
{
	font-family:Verdana;
	font-size:smaller; 		
	height:15px;	
}

.StandardDropdownbox 
{
	font-family:Verdana;
	font-size:smaller; 		
	height:30;	
}

.StandardCheckbox 
{
	border-style: inset; 
	border-color:Gray;
	border-width: 1px;
	font-family:Verdana;
	font-size:smaller; 
}

.StandardButton 
{
	border: 1px outset Gray;
	font-family:Verdana;
		font-size:smaller;
	}

.StandardURL
{
	font-family:Verdana;
	font-size:smaller; 		
	color:Blue;
	height:15px;
}
