﻿body
{
	
}

.lblErr
{
	font-size: 12px;
	font-family: Arial;
	color: Red;
	text-align: center;
	padding-left:10px;
}

.lblRed
{
	font-size: 12px;
	font-weight:bold;
	font-family: Arial;
	color: Red;
}

.chkbox
{
	 background-color: #ccc;
	 border-style:none;
	 font-size: 12px;
	 font-family: Arial;
	 margin-right: 0px
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

.buttons 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #3399cc;
	color: #FFFFFF;
	cursor: pointer;
}

.Error
{
	text-align: center;
	color: Red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.label
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	float:left
}

.form 
{
	position:relative;
	width: 575px; 
	text-align:center; 
}

.title
{
	font-family: Verdana;
	font-size:17px;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:10px;
}

.subtitle
{
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:10px;
}

.input 
{
	padding-right: 1px; 
	padding-left: 1px; 
	padding-bottom: 1px; 
	margin: 4px 0px 5px 8px; 
	font: 11px/14px Arial, Helvetica, sans-serif; 
	color: #5a698b; 
	padding-top: 1px;
	width: 180px;
}

.divInfo
{
	background-color: #D2F4FC;
	color: #000000; 	
}

.pnlHeader 
{
    color: #003366;
    font-size: 13px;
    font-weight: bold;
    font-family:  Verdana;
    cursor: pointer;
}

.buttonsW
{
	border-right: #35b1d7 1px solid;
	border-bottom: #35b1d7 1px solid;
	color: darkblue;
    width: 530px; 
    font-weight: bold;
}

