/* Generic styles */
* {padding: 0; margin: 0;}

html {
	font: 13px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #121212;
}

body {
	background: #556666 url(images/mainbg.gif) repeat-x;
	height: 100%;
}

img {border: 0;}

h1 {
	font: bold 1.8em "Times New Roman", Times, serif;
}

a:link, a:visited 
{
    color: #000;
}

a:hover, a:active
{
    color: #c00;
}

#headicon {
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 36px;
	background: url(images/clipboardicon.gif) bottom left no-repeat;
	width: 93px;
	height: 120px;
	color: #fff;
	text-align: center;
	font: bold 18px "Trebuchet MS";
}

#verisign {
	position: absolute;
	z-index: 10;
	top: 150px;
	left: 26px;
	background: url(images/seal_m_en.gif) bottom left no-repeat;
	width: 115px;
	height: 82px;
	color: #fff;
	text-align: center;
	font: bold 14px "Trebuchet MS";
}

#main {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 160px;
	background: #fff;
	width: 640px;
	/*width: 640px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background: #fff;
	top: 0;
	z-index: 5;*/
}

#main_nav {
	/*background: #86A0A0;*/
	position: relative;
	width: 100%;
	/*height: 100%;
	border-bottom: 1px solid #a0a0a0;*/
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#main_nav a:link, #main_nav a:visited {
	color: #333;
	border-bottom: none;
	padding: 5px 9px 5px 9px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#main_nav a:hover, #main_nav a:active {
	color: #fff;
	border-bottom: none;
	background-color: #8E0000;
	font-weight: bold;
	text-decoration: none;
}

#main_nav a:link.indicator, #main_nav a:visited.indicator {
	background-color: #a0a0a0;
	color: #fff;
}

#main_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	background-color: #9EBCBC;
}

#main_nav li {
	float: left;
}

#content 
{
    padding: 14px 26px;
}

#content h2 {
	padding-bottom: 0;
	font-size: 1.3em;
}

#content p {
	padding: 4px 0;
}

.emphasis {font-style: italic;}

.floatright {
	float: right;
	margin: 0 0 4px 10px;
	padding: 4px;
	border: 1px solid #999;
}

.checkNav
{
    position:absolute;
    bottom:0;
}

#navbar {
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px 16px 0 0;
	padding: 4px 10px 2px 4px;
	background-color: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
}

#navbar li {
	display: inline;
	padding: 0 0 0 4px;
}

/* Navbar elements
===================

#home {
	#home {
	padding: 32px 0 0 0;
	overflow: hidden;
	background-image: url(images/icons/Home.gif);
	background-repeat: no-repeat;
	height: 0px !important;
*/

#rightbg {
	background: url(images/rightsidebg.jpg) repeat-y;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 800px;
	height: 100%;
	width: 80px;
}

#masthead 
{
    /*#d90505*/
	background: url(images/masthead.jpg) bottom left repeat-x;
	/*background: url(images/mastheadHB.jpg) bottom left repeat-x;*/
	/*background: url(images/mastheadAA.jpg) bottom left repeat-x;*/
	height: 120px;
	width: 100%;
	position: relative;
}

#signup {
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	margin: 16px;
}

#signup a {
	color: #000;
}

.inputtext {
	padding: .1em;
}

#loginbutton {
	padding: 0 2px;
}

#showlogin {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.8em;
	margin: 0 16px 10px 0;
	color: #000;
}

#showlogin a:link, 
#showlogin a:visited, 
#showlogin a:hover, 
#showlogin a:active 
{
    color: #000;
}

#showlogin p {
	float: left;
	padding: 0 0 0 16px;
	color: #fff;
}

#showlogin p label {
	color: #fff;
	display: block;
}

#showlogin p input {
	font-size: 12px;
	margin: -2px 0 0 0;
}

#showloginfailure 
{
    margin: 0 0 -2px 16px;
    color: #fff;
    font-style: italic;
}

#loginpanel
{
    border: solid 1px #121212;
    padding: 20px;
    margin: 10px 0 0 0;
    width: 300px;
    background: transparent url(images/lock.gif) no-repeat bottom right;
}

#paymentSummary ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#paymentSummary li 
{
    margin: 12px 0;
}

#VSMsgDiv
{
    width: 500px;
    border: solid 1px #666;
    background-color: #efefef;
    padding: 14px;
    margin: 10px 0 0 0;
}

#profilePanel ul
{
    list-style: none;
    padding: 0;
    margin: 10px 0;   
}

.paymentGrid
{
    margin: 2px 0 30px 0;
}

.msgsuccess
{
    color: #060;
}

.msgfailure
{
    color: #c00;
    font-weight: bold;
}

.errorMessage
{
    color: #c00;
}

.wizardButtons input
{
    float: left;
}

.userform {
	padding: 4px 0;
}

.userform fieldset {
	padding: 0 20px 10px 20px;
	margin: 20px 0 20px 0;
}

.userform p label {
	display: block;
	font-size: 0.85em;
}

.userform p input {
	margin: -2px 0 0 0;
}

#footer {
	background: #121212;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: .7em;
	clear: both;
	margin: 14px 0 0 0;
}

#footer p {
	padding: 0 0 8px 0;
}

#footer ul {
	list-style: none;
	padding: 10px 20px 20px 20px;
}

#footer ul li {
	display: inline;
	margin: 0 4px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active  
{
    color: #fff;   
}

#accountswrapper {
	float: left;
	width: 100%;
}

#accountswrapper ul {
	list-style: none;
	padding: 6px 0 10px 10px;
	background-color: #ebebd8;
	margin: 0 30px 0 0;
	border-right: 1px solid #121212;
	border-bottom: 1px solid #121212;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

.statementsummary {
	margin: 10px;
}

#statementtools {
	display: inline;
}

.formattedbill {
	margin: 20px 26px;
	font: .9em "Courier New", Courier, monospace;	
}

#billheader td {
	vertical-align: top;
}

#paymentoptions {
	margin: 0 0 0 26px;
	list-style: none;
}

.clearer {
	clear: both;
	max-height: 0;
}

.errorLabel
{  
    background-color: Teal;
    border: solid 1px black;
    padding: 10px;
}
#tableDiv
{
	/*display: table;*/
	font-size:.55em;
	float:left;
	margin-left:15px;
}
#rowDiv
{
	display:table-row;
}

DIV.cellDiv
{
	float:left;
	/*display:table-cell;*/
	margin-right:25px;
	margin-bottom:.3em;
	margin-top:-.1em;
}


#surcharge 
{
    display:  table;
    width:600px;
    background-color:#eee;
    border:0px solid  #666666;
    border-spacing:5px;/*cellspacing:poor IE support for  this*/
    border-collapse:separate;
    float:right;
}

#centerText
{
    text-align:center;
    position:relative;
}

div.cell 
{
    float:left;/*fix for  buggy browsers*/
    display:  table-cell;
    width:50%;
    background-color:#ccc;
}
div.row  
{
    display:  table-row;
    width:auto;
}
