﻿body {
}

/* style for blue font */
.bluefont
{
	color: #3F73B1;
}
.blueboldfont
{
	color:#38A6E1;
	font-weight:bold;
	font-size: 12px;
	font-family: Verdana;
}

/* Style for textboxes */
.bluetextbox
{
	color : #000000;
	font-family: Verdana;
	font-size:12px;
	border-top: solid 1px #3F73B1;
    border-right: solid 1px #3F73B1;
    border-bottom: solid 1px #3F73B1;
    border-left: solid 1px #3F73B1;
    height: 20px; 
    width: 110px;
}

.bluetextbox1
{
	color : #000000;
	font-family: Verdana;
	font-size:12px;
	border-top: solid 1px #3F73B1;
    border-right: solid 1px #3F73B1;
    border-bottom: solid 1px #3F73B1;
    border-left: solid 1px #3F73B1;
    height: 25px; 
    width: 110px;
}

.lightblueboldfont
{
	color : #6FB1CB;
	font-family :Verdana;
	font-size : 12px;
	font-weight : bold;
}

/* general font and color */
.generalfont
{
	font-family: Verdana; 
	font-size: 11px;
	color: #000000;
}

/* style for white and bold font used in home page*/
.boldwhitefont
{
	font-weight: bold;
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    vertical-align:middle;    
}
/* style for footer */
.footer
{
	background-color: #C7C7C7; 
	font-family: Verdana; 
	font-size: 10px; 
	height: 20px;
}

/* footer font */
.footerfont
{
	color : Black;
	text-decoration: none;
}
.orangefont
{
	color:#D99439;
	font-weight:bold;
}
.generalboldfont
{
	font-weight:bold;
}
.DataGridStyle
{
	background-color:#ffffff;
	width:100%;
	border:0px;		
	font-size:12px;
	font-family: Century Gothic, Arial, Tohama, Vardana;
	padding-left:5px
}
.GridAlternateRow
{
	font-size:12px;
	background-color:#D0E0EC;
	height:18px;	
	font-family: Century Gothic, Arial, Tohama, Vardana;
}
.GridRow
{
	font-size:12px;
	background-color:#ffffff;
	height:18px;	
	font-family: Century Gothic, Arial, Tohama, Vardana;
}
.GridHeader
{
	background-color:#EAEAEA;
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:#6FB1CB; 
	font-family: Century Gothic, Arial, Tohama, Vardana;
	padding-left:5px
}
.headerfont
{
	font-size:14px;
	font-family: Century Gothic, Arial, Tohama, Vardana;
	font-weight:bold;
	color:#38A7DF;	
}


