/* Default CSS Stylesheet for a new Web Application project */


.contactFormHeader {
	color:#990002;
	font-weight:bold;
	font-family:Verdana;
	font-size:16px;
}

.contactPageTitle {
	font-size:18px;
	font-weight:bold;
	color:#333333;
}

.contactInstruct {
	color:#000000;
}

.contactformtable
{	
 	width:100%;
}


.contactBox {
	background-color:#eeeeee;
}
.contactBoxTopLeft {
	
	width:16px;
	height:16px;
	background-position:top left;
	background-color:#eeeeee;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	
}
.contactBoxTopMiddle {
	height:16px;
	background-position:bottom;
	background-color:#eeeeee;
	border-top:1px solid #999999;
}
.contactBoxTopRight {
	
	width:16px;
	height:16px;
	background-position:top right;
	background-color:#eeeeee;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
}
.contactBoxLeft {
	
	width:16px;
	background-position:center left;
	background-color:#eeeeee;
	border-left:1px solid #999999;
}
.contactBoxRight {
	
	width:16px;
	background-position:center right;
	background-color:#eeeeee;
	border-right:1px solid #999999;
}
.contactBoxBottomLeft {
	
	width:16px;
	height:16px;
	background-position:top left;	
	background-color:#eeeeee;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
}
.contactBoxBottomMiddle {
	
	height:16px;
	background-position:bottom;
	background-color:#eeeeee;
	border-bottom:1px solid #999999;
	
}
.contactBoxBottomRight {
	
	width:16px;
	height:16px;
	background-position:top left;
	background-color:#eeeeee;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}




.topBox {
	font-weight:bold;
	color:#333333;
	background:#888888;
	height:25px;
	text-align:left;
	padding:2px;
	padding-left:10px;
	border-bottom:1px solid #999999;
	background-image:url('/images/boxHeader.png');
	background-repeat:repeat-x;
	font-size:14px;
}

.contactformtable h2 {
	display:none;
}

.contactformsubtable
{
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
		
}

.contactformsubtable2
{
	padding-top:5px;
	padding-bottom:5px;
	width:100%;	
	padding-left:5px;
}


.contactinst
{
	font-weight:bold;
	color:#dddddd;
	font-size:12px;
	display:none;
}

.contacttable
{
	background-color:#95969a;
border:1px solid #999999;

}

.contacttable1
{
	background-color:#95969a;
border:1px solid #999999;
}

.contacttable2
{
	background-color:#95969a;


	
}

.contactheaderrow
{
	font-weight:bold;
	color:#000000;
	background:black;
}

.contactrow
{
	color:#000000;
	background:#eeeeee;
	font-size:12px;
}

.contactleftcell
{
	color:#000000;
	background:#eeeeee;
	
	font-family:verdana;
	font-size:12px;
	text-align:right;
	padding:5px;
}

.contactrightcell
{
	color:#000000;
	background:#eeeeee;
	font-size:12px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}

.contactleftcell2
{
	color:#333333;
	background:#95969a;
	
	font-family:verdana;
	font-size:12px;
	text-align:left;
	
}

.inputtext
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	background: #ffffff;
	border:1px solid #999999;
}

.required
{
	font-family: Arial, Helvetica, sans-serif;
	color:#994400;
	font-size:12px;
}

.ddl
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	border:1px solid #999999;
	background-color: #ffffff;
	
}

.dropdownselect
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	border:1px solid #999999;
	background-color: #ffffff;
	
	
}
.rbl
{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
}

.button
{
	width:60px;
	height:19px;
	display: block;
	border-width:0px;
	background-image:url('/images/submit.jpg');
}
.button:hover
{
	width:60px;
	height:19px;
	display: block;
	border-width:0px;
	background-image:url('/images/submit_over.jpg');
}

.boxBorder {
	border: 1px solid #999999;
	background:#eeeeee;
}
