html, body {
	height:100%;
	border: none;
	color:#333333;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	text-align:left; 
	font-size:11px;
	line-height:16px;
	margin:0px;
	padding:0px 0px 0px 0px;
	background: white;
}

a {
	color:#333333;	
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:active {
	color:#000000;
	text-decoration:none;
}

img {
	border:0px;
}

.button1 {
	padding:2px 3px;
	margin:0px;
	color:#000000;
	font-weight:bold;
	font-size: 11px;
	border: 0px solid #666666;
  	background: url(../images/bg_yellow.gif) top left repeat-x yellow; 	
}
.button1:hover {
  	background: url(../images/bg_yellow_hover.gif) bottom left repeat-x yellow; 
	text-decoration:none
}






.error {
	color: #fff;
	background-color: #CC0000;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	display: block;
}
.success {
	color: #fff;
	background-color: #006893;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	display: block;
}


.errorFieldInput {
  background-color: #FFFFAA;
}
.errorFieldDiv {
color: #fff;
background-color: #CC0000;
padding: 0px;
margin: 2px;
font-size: 10px;
font-weight: bold;
display: block;
}	
.custom_error {
	color: #CC0000;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	display:none;
}

/***************************************************MAIN FRAMES*/
#maintable2 {
	border: none;
	padding:0px 0px 0px 0px;
	margin: 0 auto;
	text-align: left;
	background: white;
}
#maintable {
	background: white;
	padding:0px 0px 0px 0px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}
#maintoptable {
	height: 270px;
	padding-bottom:10px;
}
#mainlefttable {
	padding: 0px;
}
#mainlefttable #innerdiv {
	padding: 0px 10px 0px 0px;
}
#maincentertable {
	padding: 0px;
}
#maincentertable #innerdiv {
	padding: 0px 0px 0px 0px;
}
#mainrighttable {
	padding: 0px;
}
#mainrighttable #innerdiv {
	padding: 0px 0px 0px 10px;
}
#mainbottomtable {
	height: 30px;
	background: url(../images/bg_navy.gif) top left repeat-x;
	color: #ffffff;
}
#mainbottomtable2 {
	margin:0px;			
	height: 10px;
	line-height:10px;
	padding-top: 10px;
}
/***************************************************MAIN FRAMES ENDED*/
/***************************************************TOP NAV*/

.bluenavbar {
	background: url(../images/bg_navy.gif) top left repeat-x;
}

.bluenavbar .navelement {
	margin:0px;
	padding: 0px;
	background: url(../images/bg_navy.gif) top left repeat-x;
	line-height: 18px;
}

.bluenavbar .navelementlink {
	margin:0px;
	padding: 1px 3px 1px 7px;
	background: url(../images/bg_navy.gif) top left repeat-x;
	line-height: 18px;
	color: #fff;
}
.bluenavbar .navelementlink a {
	color:#ffffff;
	text-decoration:none;
}
.bluenavbar .navelementlink a:hover {
	text-decoration: underline;
}

/***************************************************TOP NAV ENDED*/
/* login form styling */
#mainminiloginbody {
  background:#f5f5f5; 
  border:0px solid #ccc;
  padding:5px;
  margin-bottom:10px;
}

#miniloginemail {
  width:130px;
  height:15px;
  font-size:11px;
  border:1px solid #e2e2e2;
  margin-bottom: 5px;
}
#miniloginpass {
  height:15px;
  width:130px;
  font-size:11px;
  border:1px solid #e2e2e2;
  margin-bottom: 5px;
}
#miniloginsubmitButton {
  float: right;
} 
#miniloginRemember {
  border:0px;
  width:15px;
  height:15px;
  vertical-align: middle;
}
#miniloginlinks {
  color: #186D18;
  font-size:10px;
  font-weight:bold;
  padding: 5px 0 0 0;	
	
}
/* login form styling ended*/
/* extended login form styling */

#loginformframe{
	background: #fff;
	width:340px;
	margin: 0 0;
	border:1px solid #ccc;
}
#loginformframe .title{
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
  	background: url(../images/bg_navy.gif) top left repeat-x; 
	color: #FFF;
}
#loginformframe div{
	padding: 20px 20px 10px 20px;
}
#loginformframe td{
	height:30px;
	padding-bottom:10px;
	width:170px;
}
#loginformframe .input1{
  width:150px;
  height:17px;
  border:1px solid #e2e2e2;
  background: #e2e2e2;
}
#loginformframe .input_label1{
  font-weight:bold;	
}
/* login form styling ended*/

/* forgotpwd form styling */
#forgotpwdframe{
	width:340px;
	margin: 0 0;	
}
#forgotpwdframe legend{
	padding: 5px;
	font-size: 2em;
	font-weight: bold;
	color:#006893;
}
#forgotpwdframe div{
	padding: 40px 20px 10px 20px;
}
#forgotpwdframe td{
	height:30px;
	padding-bottom:10px;
	width:170px;
}
#forgotpwdframe .input1{
  width:150px;
  height:17px;
  border:1px solid #e2e2e2;
  background: #e2e2e2;
}
#forgotpwdframe .input_label1{
  font-weight:bold;	
}
/* forgotpwd form styling ended*/



/* forgotpwd form styling */
#validationemailfromframe{
	width:340px;
}
#validationemailfromframe legend{
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color:#006893;
}
#validationemailfromframe div{
	padding: 40px 20px 10px 20px;
}
#validationemailfromframe td{
	height:30px;
	padding-bottom:10px;
	width:170px;
}
#validationemailfromframe .input1{
  width:150px;
  height:17px;
  border:1px solid #e2e2e2;
  background: #e2e2e2;
}
#validationemailfromframe .input_label1{
  font-weight:bold;	
}
/* forgotpwd form styling ended*/



/* user box*/
#userbox {
  width:150px;
  background:#E2E2E2; 
  border:0px solid #ccc;
  padding:10px;
  margin-bottom: 10px;
}
/* user box ended*/

/* pagination style begins*/
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
  	background: url(../images/bg_red.gif) top left repeat-x; 
	color: #FFF;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;

	font-weight: bold;
  	background: url(../images/bg_navy.gif) top left repeat-x; 
	color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
/* pagination style ends*/

#faq{
	border:0px solid #fff;
}
#faq #legend{
	padding: 5px;
	font-size: 2em;
	font-weight: bold;
	color:#006893;
	margin-bottom:10px;
}
#faq .question{
	font-size: 1.1em;
	padding:10px;
}
#faq td{

}


#minicustomerhelptitle{
	padding:2px 5px;
	background: url(../images/bg_navy.gif) top left repeat-x;
	color: #ffffff;
}
#minicustomerhelptitle a{
	color: #ffffff;
}
#minicustomerhelpbody{
	background:#F5F5F5; 
	padding:5px;
	margin-bottom:10px;
	 
}
#minicustomerhelpbody td{
	font-size:11px;
	line-height:13px;
	padding-bottom:5px;
	 
}
/* usefultips styling */
#miniusefultipstitle{
	padding:2px 5px;
	background: url(../images/bg_navy.gif) top left repeat-x;
	color: #ffffff;
}
#miniusefultipsbody{
	background:#F5F5F5; 
	padding:5px;
	margin-bottom:10px;	 
}
#miniusefultipsbody td{
	font-size:11px;
	line-height:13px;
	padding-bottom:5px;
}
/* usefultips ended*/


.generalformframe{
	margin-bottom:15px;
}
fieldset.generalformframe {
	border:1px solid #ccc;
	-moz-border-radius-topleft: 5px;
	-webkit-border--topleft-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border--topright-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border--bottomleft-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border--bottomright-radius: 5px;
}
.generalformframe legend{
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
	color:#fff;
	background: url(../images/bg_navy.gif) top left repeat-x;
}
.generalformframe div .info{
	font-size: 1.2em;
	text-align: justify;
	font-style: italic;
	padding: 0px 0px 20px 0px;
}
.generalformframe div{
	padding: 20px 20px 10px 20px;
}
.generalformframe .td1 td{
	padding:0px 0px 20px 0px;
}
.generalformframe .input1{
  width:150px;
  height:17px;
  border:1px solid #e2e2e2;
  background: #e2e2e2;
}
.generalformframe textarea{
  width:100%;
  height:150px;
  border:1px solid #e2e2e2;
  background: #e2e2e2;
}
.generalformframe .input_label1{
  font-weight:bold;	
}
/* payment form styling*/



	#contactustable td {
		min-height: 40px;
		border: 0px solid black;
		background: url(../images/bg_navy.gif) top left repeat-x;
		font-size: 15px;
		font-weight: bold;
		line-height: 40px;
		color: #fff;
		padding-left: 5px;
		margin-bottom: 10px;
	}
	#contactustable a {
		color: #fff;
	}
