/* Default CSS Stylesheet for a new Web Application project */


.contactFormHeader {
	color:#176d9c;
	font-weight:bold;
	font-family:Verdana;
	font-size:16px;
}

.contactPageTitle {
	font-size:18px;
	font-weight:bold;
	color:#176d9c;
}

.contactInstruct {
	color:#000000;
}

.contactformtable
{	
 	width:100%;
}


.contactBox {
	background-color:#ececec;
}
.contactBoxTopLeft {
	background-image:url('/images/top_left_corner.jpg');
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	background-position:top left;
	background-color:#ececec;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	
}
.contactBoxTopMiddle {
	background-image:url('/images/top_side.png');
	background-repeat:repeat-x;
	height:8px;
	background-position:bottom;
	background-color:#ececec;
	border-top:1px solid #dddddd;
}
.contactBoxTopRight {
	background-image:url('/images/top_right_corner.jpg');
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	background-position:top right;
	background-color:#ececec;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
.contactBoxLeft {
	background-image:url('/images/left_side_parts.png');
	background-repeat:repeat-y;
	width:8px;
	background-position:center right;
	background-color:#ececec;
	border-left:1px solid #dddddd;
}
.contactBoxRight {
	background-image:url('/images/right_side_parts.png');
	background-repeat:repeat-y;
	width:8px;
	background-position:center left;
	background-color:#ececec;
	border-right:1px solid #dddddd;
}
.contactBoxBottomLeft {
	background-image:url('/images/bottom_left_corner.jpg');
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	background-position:bottom right;
	background-color:#ececec;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
}
.contactBoxBottomMiddle {
	background-image:url('/images/bottom_side_parts.png');
	background-repeat:repeat-x;
	height:8px;
	background-color:#ececec;
	border-bottom:1px solid #dddddd;
}
.contactBoxBottomRight {
	background-image:url('/images/bottom_right_corner.jpg');
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	background-position:bottom left;
	background-color:#ececec;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}




.topBox {
	font-weight:bold;
	color:#666666;
	background:#000000;
	height:25px;
	text-align:left;
	padding:2px;
	padding-left:10px;
	border-bottom:0px 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:#ececec;
border:1px solid #999999;

}

.contacttable1
{
	background-color:#ececec;
border:1px solid #999999;
}

.contacttable2
{
	background-color:#ececec;


	
}

.contactheaderrow
{
	font-weight:bold;
	color:white;
	background:black;
}

.contactrow
{
	color:black;
	background:#ececec;
	font-size:12px;
}

.contactleftcell
{
	color:#000000;
	background:#ececec;
	
	font-family:verdana;
	font-size:12px;
	text-align:right;
	padding:5px;
}

.contactrightcell
{
	color:#000000;
	background:#ececec;
	font-size:12px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}

.contactleftcell2
{
	color:#000000;
	background:#ececec;
	
	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:91px;
	height:29px;
	display: block;
	border-width:0px;
	background-image:url('/images/submitBtn.png');
}
.button:hover
{
	width:91px;
	height:29px;
	display: block;
	border-width:0px;
	background-image:url('/images/submitBtn_over.png');
}

.boxBorder {
	background:#dddddd;
	border:1px solid #999999;
}

