﻿img
{
    display:block;
}
.formButtonStyle
{
	background-color: #6b7ac3;
	border:solid 1px #574f5e;
	font-family:Verdana,tahoma,arial;
	font-size:small;
	color:White;
}

.formTextBoxStyle
{
	background-color: #f5f5f5;	
    border-color: #7f9db9;
    border-style:solid;
    border-width:1px;
    font-family:Verdana,tahoma,arial;
	font-size:small;
    /*height:16px;	*/
}
.formTableStyle
{	
	background-color: #ffffff;     
    width:100%;
    padding: 3px 3px 3px 3px;     	
}
.formConfirmTableStyle
{	
	background-color: #ffffff;     
    width:100%;        	
}
.formLabelCellStyle
{
	background-color: #ffffff;
	font-family:Verdana,tahoma,arial;
	font-size:small;
	color:Black;
	padding-right:6px;
	width:150px;
	text-align:right;	
}
.formCellStyle
{	
	font-family:Verdana,tahoma,arial;
	font-size:small;
	color:Black;		
}
.formSmallCellStyle
{	
	font-family:Verdana,tahoma,arial;
	font-size:x-small;
	color:Black;		
}
.formSmallCellBoldStyle
{	
	font-family:Verdana,tahoma,arial;
	font-size:x-small;
	color:Black;
	font-weight:bold;		
}
.formCellBoldStyle
{	
	font-family:Verdana,tahoma,arial;
	font-size:small;
	color:#999999;
	font-weight:bold;		
}
.formTableTopStyle
{
	background-image:url(../Image/IIS_Images/middle_top.gif);		
	background-repeat:repeat-x;	
}
.formTableBottomStyle
{
	background-image:url(../Image/IIS_Images/middle_bottom.gif);	
	background-repeat:repeat-x;
}
.formTableLeftStyle
{
	background-image:url(../Image/IIS_Images/middle_left.gif);	
	background-repeat:repeat-y;
}
.formTableRightStyle
{	
	background-image:url(../Image/IIS_Images/middle_right.gif);
	background-repeat:repeat-y;
}
.popupHeadingStyle
{	
	font-family:Verdana,tahoma,arial;
	font-size:small;
	color:#e4001f;			
}
.popupContentStyle
{	
	font-family:Verdana,tahoma,arial;
	font-size:x-small;	
	/*background-color:#e9eaff;*/			
}
.popupStyle
{	
	border:solid 1px #003399;	
	background-color:#ffffcc;
	padding:5px;	
}
.validator
{
	color: Red;
	font-family:Verdana,tahoma,arial;
	font-size:x-small;
}
.errorPageStyle
{
	font-size:Medium;
	font-family:Verdana,Arial,Sans-Serif;
	color:#e4001f;
	font-weight:bold;
}

.errorPageSubStyle
{
	font-size:Small;
	font-family:Verdana,Arial,Sans-Serif;
	color:Navy;
	font-weight:bold;
}

.footerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B84FF;
	text-decoration: none;
}
.footerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b84ff;
	text-decoration: none;
}
.footerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b84ff;
	text-decoration: none;
}
.footerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}


