﻿BODY
{
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12pt;
	font: Arial, Helvetica, sans-serif;
}

INPUT
{
	background-color: #ffffff;
	color: black;
	font-family: Arial;
	padding: 1px;
	border: #7F9DB9 1px solid;
	font-size: 12px; 
	width:150px; 
}
INPUT.Submit
{ 
	border: #7F9DB9 0px solid; 
}
INPUT.NoBorder
{
	background-color: #ffffff;
	color: black;
	font-family: Arial;
	padding: 1px;
	border: #7F9DB9 0px solid;
	font-size: 12px;
}
.CHKNoBorder INPUT
{
	color: black;
	font-family: Arial;
	padding: 1px;
	border: #7F9DB9 0px solid;
	font-size: 14px;
	width: 20px;
}
INPUT.ButtonBase
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#F7F3EA, EndColorStr=#DACDA3);
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.01em;
	font-size: 10pt;
	width:80px;
	cursor: pointer;
}
 
TEXTAREA
{
	background-color: #FFFFFF;
	border: #7F9DB9 1px solid;
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

SELECT
{
	background-color: #FFFFFF;
	border: #7F9DB9 1px solid;
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.TEXTFIELD
{
	background-color: #FFFFFF;
	border: #7F9DB9 1px solid;
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

/* bigger version */
.radiobtn
{
	background-color: transparent;
	border: #7F9DB9 0px solid;
	color: black;
	font-family: Arial;
	font-weight: normal;
}

.radiobtn2
{
	background-color: transparent;
	border: #7F9DB9 0px solid;
	color: black;
	height: 20px;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
}

/* bigger version */
.checkbox
{
	background-color: transparent;
	border: #ffffff 0px solid;
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.checkbox2
{
	background-color: transparent;
	border: #4F4F4F 0px solid;
	color: black;
	height: 20px;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
}
/**********Fix Checkbox/Radiobutton Border Problem*********************************/
.checkbox INPUT
{
	background-color: transparent;
	border: #ffffff 0px solid;
	color: black; 
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	width:20px; 
}

.radiobtn INPUT
{
	background-color: transparent;
	border: #7F9DB9 0px solid;
	color: black;
	height: 23px;
	width: 23px;
	font-family: Arial;
	font-weight: normal;
}
.asterisk
{
	font-family: Arial;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: red;
	padding-left: 5px;
}
.backgroundbar
{
	background: #3983BC;
}
.vSpace10
{
	padding: 10px;
}
.formBox
{
	border-collapse: collapse;
	border-color: #E9E9E9;
	border-width: 1px;
	border-style: solid;
}
.formBackground
{
	background-image: url(../images/hback.jpg);
}
.formLine
{
	background-image: url(../images/hline.gif);
}


/* For Ajax modal update panel - Start*/

.modalPopup
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
}
/* For Ajax modal update panel - End*/

.TopBanner
{
	float: left;
	width: 90%;
	height: 39px;
	background: #FFFFCC;
	font: 12px/16px arial, helvetica, sans-serif;
	line-height: normal;
	border-color: #999999;
	border-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
}

.Box
{ 
	background: #FFFFCC;
	font: 12px/16px arial, helvetica, sans-serif;
	line-height: normal;
	border-color: #999999;
	border-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
}
