﻿body {
}
.lbl
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: black;
}
.lblErr
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Arial;
}
.checkbox
{
	font-size: 12px;
	font-family: Arial;
	text-align: left;
}
.lblHeader
{
	font-weight: bold;
	font-size: 13px;
	color: royalblue;
	font-family: Arial;
	text-align: center;
}
.lblAlert
{
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	color: #0066ff;
	direction: ltr;
	font-family: Arial;
	text-align: center;
	
}
.lblTitle
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	color: #0066ff;
	font-family: 'Bradley Hand ITC';
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}
.Title
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	color: #0066ff;
	font-family: 'Bradley Hand ITC';
	text-align: center;
	text-transform: uppercase;
}
.lblValidation
{
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
}
.lblMsg
{
	font-size: 12px;
	vertical-align: middle;
	color: red;
	direction: ltr;
	font-family: Arial;
	text-align: left;
}
.ddl
{
	font-size: 13px;
	text-transform: capitalize;
	direction: ltr;
	font-family: Arial;
}
.button
{
	table-layout: fixed;
	font-size: 11px;
	color: white;
	font-family: Verdana;
	background-color: #0066ff;
	font-weight: bold;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.dataListItem
{
	margin-top: 0px;
	padding-top: 0px;
}
.textbox
{
	font-size: 10px;
	font-family: Arial;
	height: 10px;
}
.imageButtonCursor
{
	cursor: hand;
}