
.12px {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

input{
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351;
}

.customButton{
  font-size : 0.9em;
  text-align : center;
  text-decoration : none;
  padding : 1px 0.4em;
  background-color : #8DC70A;
  color : #000;
  border : 1px solid #888;
  display:block;
  margin-top:2px;
  w_idth:10em;
}

.alert_message{
	margin:0;
	p_adding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: red;
	text-align:center;
	font-weight: bold;
	m_argin:14px 20px;
	width:450px;
}


#page{
	margin:0;
	padding:0;
	width:612px;
	text-align:left;
}

#container_div{
	width:538px;
	margin:37px auto 0 auto;
	background:#FFF;
}

#shadow_div{
	width:100%;
	height:auto;
	margin-top:37px;
	background:url(shadow.gif) repeat-y top left;
}

#header_div{
	width:100%;
	height:81px;
}

#body_div{
	width:100%;
	clear:left;
}

#footer_div{
	background:url(footer_bg.gif) no-repeat #FFF;
	width:100%;
	height:17px;
	text-align:center;
	margin:0 0 0 24px;
	
}


#body_div p{
	width:450px;
}

#body_div h3{
	width:450px;
}

.div_style {
	margin:20px 20px;
	padding:30px;
}

HR {
	color: #000000;
	background-color: #000000;
	height: 1px;
}


/* STYLES FOR TABLES SHOWING WHERE IN REGISTRATION PROCESS A PERSON IS */
.tbl_registration_steps {
	border:1px dashed #000;
	width: 200px;
	background: #FFFFFF;
}

.tbl_registration_steps td{
	text-align: center;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 1px;
}

.tbl_registration_steps td.current{
	background: #CCCCCC;
	font-weight: bold;
}

/* STYLES FOR TABLES SHOWING REGISTRATION DETAILS */
.tbl_registration_details {
	border:0px dashed #000;
	width: 200px
}

.tbl_registration_details td{
	text-align: left;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 1px;
}

/* STYLES FOR TABLES SHOWING VENDOR DETAILS AFTER A SEARCH */
.tbl_vendordetails_summary {
	border:0px dashed #000;
	width: 500px
}

.tbl_vendordetails_summary td{
	text-align: left;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 1px;
}

/* STYLES FOR TABLES - VENDOR DETAILS UPDATE PAGE */
.tbl_vendor_update {
	padding-bottom:10px;
	border-bottom:1px dashed #000;
	width: 700px
}

.tbl_vendor_update td{
	text-align: left;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 1px;
}

.tbl_vendor_update td:first-child {
	width: 300px;
	background-color : #eee;
}
.tbl_vendor_update td:last-child {
	padding-left: 30px;
}



/* CSS FOR SEARCH BOXES - THE DEFAULT OPTIONS */
#selectsearchbox a, a.stdbutton {
  font-size : 0.9em;
  text-align : center;
  text-decoration : none;
  padding : 1px 0.4em;
  background-color : #eee;
  color : #000;
  border : 1px solid #888;
  display:block;
  margin-top:2px;
  width:10em;
}

#selectsearchbox a:active, a.stdbutton:active {
  border-color : #345 #cde #def #678;
}

#selectsearchbox a:hover, a.stdbutton:hover {
  background-color : #888;
  color : #fff;
  cursor : pointer;
}
/* END OF CSS FOR SEARCH BOXES - THE DEFAULT OPTIONS */

/* CSS FOR TABS ON SEARCH PAGES */

#tabArea a{
	color: #000;
	text-decoration: none;
}
#tabArea a:hover{
	color: #DFE44F;
}
#tabArea p{
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
	border: 1px solid #73A405;
}
#wrapper{
	width: 100%;
	margin: 0 auto;
}
.box{
	background: #fff;
	vertical-align: top;
}
.boxholder{
	clear: both;
	padding: 5px;
	padding-top: 10px;
	background: #8DC70A;
}
.tab{
	float: left;
	height: 32px;
	width: 102px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #8DC70A url(images/template/greentab.jpg) no-repeat;
}
.tabtxt{
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 0 0;
}

.tableSectionHeader {
	font-size: 14px;
	font-weight: bold;
	color: #163957;
	border-bottom: 1px dashed #163957;
}
.boxContents{
	padding:20px;
}

/* END OF CSS FOR SEARCH PAGE TABS */

#data {
	background-image: url(images/template/background_color.jpg);
}

.customButtonGreen {
	background: #8DC70A;
	border: 1px dashed #fff;
	width: 120px;
	height: 30px;
	
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	vertical-align: center;
}

.mainContentArea {
	background: #fff;
	border: 5px solid #8DC70A;
	padding: 5px;
}

#ERROR{
  background-color:#f66;
  padding:.2em;
  border:2px solid #f00;
  text-align:center;
  margin:1em;
  font-weight: bold;
}

#FLASH {
  background-color:#ff7;
  padding:.2em;
  border:2px solid #888;
  text-align:center;
  margin:1em;
  color: #000;
}

.radioInfoDiv {
  border: 1px dashed #163957;
  padding: 5px;
  width: 70%;
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}


/* START GENERIC FORM PROPERTIES */
select{
	color: #000000;
	background: #A5D533;
	border: 1px solid #163957;
}
input{
	color: #000000;
	background: #A5D533;
	border: 1px solid #163957;
}
/* END GENERIC FORM PROPERTIES */



.tbl_vendor_update input{
	color: #000000;
	background: #A5D533;
	border: 1px solid #163957;
	width: 250px;
}
.submitButton{
	color: #000000;
	background: #A5D533;
	border: 1px solid #163957;
	width: 100px;
}
.tbl_vendor_update .shortbox{
	width: 100px;
}
.tbl_vendor_update selectBoxText {
	width: 100px;
}
.tbl_vendor_update select{
	color: #000000;
	background: #A5D533;
	border: 1px solid #163957;
	width: 250px;
}
.tbl_vendor_update textarea{
	color: #000000;
	background: #A5D533;
	border: 1px solid #163957;
}



.tbl_menu {
	width: 704px;
	padding:0px;
	border:0px;
}

.tbl_menu td{
	/*background: #1E3a4f;*/
	padding:0px;
}

.tbl_menu_main {
	/*width: 704px;*/
	padding:0px;
	padding-left:-2px;
	border:0px;
}

.tbl_menu_main td{
	b___ackground: #383838;
	padding:0px;
}

/* START OF MENU CSS */



ul#navlist {
padding-left:5px;
margin-left: 0;
/*padding-left: 1px;*/
/*padding-right: 1px;*/
white-space: nowrap;
font-size:14px;

margin: 0px;
/*padding: 0px 1px 0px 1px;*/
}

#navlist li {
display: block;
float: left;
margin-left:3px;
list-style-type: none;
text-align:center;
border:1px dotted #FFF;
height:45px;

}

#navlist li a {
display:block;
padding: 5px;

}



#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;

}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

/* END OF MENU CSS */


.tbl_quick_data {
	width: 300px;
	border: 1px dashed #163957;
	font-size:12px;
}

.banner_image {
	border: 1px dashed #163957;
}




/* START LOGIN AVAILABLE CSS */
#available {
  display: none;
  color: green;
}
#not_available {
  display: none;
  color: red;
}
/* END LOGIN AVAILABLE CSS */

td {
font-size:13px;
}

.footer {
font-size:10px;
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-top:2px;
}







