/* Default CSS Stylesheet for a new Web Application project */

.contactformtable
{
 	width:100%;
	color:#000000 !important;
}
.topBox {
	background-image:url(/images/menu_bkg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	height:25px;
	color:#FFF;
}


.contactformsubtable
{
	color:#000000;
 	width:550px;
}

.contactinst
{
	font-weight:bold;
	color:#000000;
}

.contacttable
{
	background-color:#eeddbb;
	border: 1px solid #010000;
}

.contacttable1
{
	background-color:#eeddbb;
	border: 1px solid #010000;
}

.contacttable2
{
	background-color:#eeddbb;
}

.contactheaderrow
{
	font-weight:bold;
	color:#ffffff;
	background-image:url(/images/menu_bkg.jpg);
	background-repeat:repeat-x;
	height:25px;
	text-align:center;
	
}

.contactrow
{
	color:black;
	background-color:#eeddbb;
	font-size:12px;
}

.contactleftcell
{
	color:black;
	background-color:#eeddbb;
	font-size:12px;
	text-align:right;
}

.contactrightcell
{
	color:black;
	background-color:#eeddbb;
	font-size:12px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}

.inputtext
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	background: #ffffff;
}

.required
{
	font-family: Arial, Helvetica, sans-serif;
	color:red;
	font-size:12px;
}

.ddl
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

.rbl
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
}
.button
{
	width:80px;
	height:19px;
	display: block;
	background: url(/images/button_bkg.jpg) repeat-x right;
	border-width:0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-variant:small-caps;

}
#ctl01_lblTitle
{
	color:#00000;
}