@charset "UTF-8";
/* CSS Document */

div.loginPageInstructions {
	text-align:left;
}

div.loginPageInstructions h4{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.loginPageInstructions ul{
	margin-top: 0px;
	padding-top: 0px;
}


div#messageBox {
	background-color:#FFFFCC;
	background-position:20px 14px;
	background-repeat:no-repeat;
	border:1px solid #FFCC00;
	font-size:12px;
	margin:0pt 0px 10px;
	min-height:48px;
	padding: 12px;
	width:auto;
}

.warning, .error, ul.error li, .required {
	color:#C1272D;
}

.success{
	color: #006600;
}

div#loginBox {
margin:20px auto;
padding:0px 20px 10px;
text-align:left;
width:220px;
}

div#loginBox table {
border-top:1px solid #CCCCCC;
padding-top:5px;
width:100%;
}

div#loginBox table td{
	vertical-align: middle;
	padding: 3px;
}

div#loginBox table input.loginField {
float:right;
width: 160px;
margin-left: 15px;
}

div#loginBox table td.loginButtons {
border-top:1px solid #999999;
padding:5px 0px;
text-align:right;
}

table#subscribe{
	border:1px solid #CCCCCC;
	padding-top:5px;
	width:100%;
	border-collapse: collapse;
}

table#subscribe td{
	padding: 2px;
}

table.accountTbl{	
	width: 100%;
	border-collapse: collapse;
}

table.accountTbl tr.sectionHeading td{
	text-align: center; 
	font-weight: bold;
	width: 100%;
	background-color: #7f7f77;
	color: #ffffff;
	border: 1px solid #ffffff;
}

table.accountTbl th{
	font-weight: bold;
	text-align: center;
	background-color: #cccccc;
	border-bottom: #7f7f7f solid 1px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

table.accountTbl td{
	background-color: #E6E6E6;
	border: 1px solid #ffffff;
	padding: 0px 5px;
}

tr.unpaid td{
	background-color: #eeee66;
}

.notes{
	font-style: italic;
}

div.note{
	font-size: .9em;
	margin: 5px;
	line-height: 1.2em;
}