﻿body, html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: normal 11px Tahoma, Arial, Verdana, Sans-serif;
	color: #000000;
	background: transparent url( 'Images/RegisBG.gif' ) repeat-y center;
}
a:link, a:visited, a:active
{
	color: #4d43ff;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
}
a:hover
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
}
a, img { padding: 0; margin: 0; }

img { border: 0 none; }

table { border: 0px; width: 100%;}

td { text-align: left; vertical-align: top; }

.noneBorder
{
	border: none;
}
.topLogo
{
	background: transparent url( 'Images/logo.gif' ) no-repeat;
	padding-left: 145px;
	padding-bottom: 3px;
}
.navigationRoot
{
	color: #cecece;
	font-weight: bold;
}
.lblTitle
{
	text-align: left;
	vertical-align: middle;
	padding: 4px 0px 4px 6px;
	font-weight: normal;
	background-color: #BBD9FF;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #e5e5e5;	
	width: auto;
	font-size: 12px;
	font-weight: bold;
	font-style: oblique;
	color: #FFF;
}
.tdheader
{
	background-color: #cecece;
	border-bottom: #aaccee 1px solid;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bolder;
	font-style: oblique;
	padding: 4px;
}
table .tableInput
{
	width:750px;
	margin-top: 20px;
	border: #aaccee 1px solid;
	
}
.tdLabel,
.tdValue,
.txtRead,
.tdMultiLine,
.tdvalidatipn
{
	font-size: 11px;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 19px;
}
.tdLabel,
.tdMultiLine
{	
	text-align: right;
	width: 240px;
	color: #081b36;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	font-size: 11px;
}
.tdValue
{
	width: auto;
	text-align: left;
	padding-left: 4px;
	padding-right: 0px;
}
.tdMultiLine
{
	vertical-align: top;
	padding-top: 4px;
}
.tdvalidatipn
{
	width: 6px;
	text-align: left;
	color : #FF0000;
}
.radioButtonListYesNo
{
	width: 100px;
}
