/*- Logo -*/
#logo h1 {
	background: url(/images/common/x/cc-logo.gif) no-repeat;
}

#logo h1.bill_logo {
	background: url(/images/common/x/bc-logo.gif) no-repeat;
}

#logo h1.pay_logo {
	background: url(/images/common/x/pc-logo.gif) no-repeat;
}

/*=== Left Column ===*/
#leftcol {
	font-size: 11px;
}

#leftcol h2 {
	font-size: 12px;
	margin: 8px 0 2px;
}

#leftcol .center {
	margin: 0 auto 0 auto;
}

/*- LeftNav -*/
.leftnav {
	font-size: 11px;
}

/* Links colors */
a {
	color: #0066cc;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #ab1918;
	font-weight: bold
}

.nohilight:link {
	color: #0066cc;
	font-weight: normal
}

.nohilight:visited {
	color: #ab1918;
	font-weight: normal
}

.nohilight:active {
	color: #ab1918;
	font-weight: normal
}

.nohilight:link :hover {
	color: #0066cc;
	font-weight: normal
}

.nohilight:visited :hover {
	color: #ab1918;
	font-weight: normal
}

.nohilight:active :hover {
	color: #ab1918;
	font-weight: normal;
}

.helpnav:link {
	color: #000000;
	font-size: 10px;
}

.helpnav:visited {
	color: #000000;
	font-size: 10px;
}

.helpnav:active {
	color: #000000;
	font-size: 10px;
}

.helpsidenav {
	background: #ebf5fe;
	padding: 1px 0 1px 5px;
}

.helptopnav {
	background: #31499c;
}

/* Fonts */
.header {
	font-size: 18px;
	font-weight: bold;
}

.rheader {
	font-size: 18px;
	font-weight: bold;
	color: #ab1918
}

.bheader {
	font-size: 18px;
	font-weight: bold;
	color: #306ca1
}

.pheader {
	font-size: 18px;
	font-weight: bold;
	color: #208f44
}

.wheader {
	font-size: 18px;
	font-weight: bold;
	color: #f38920
}

.dheader {
	font-size: 18px;
	font-weight: bold;
	color: #e2d029
}

.sheader {
	font-size: 18px;
	font-weight: bold;
	color: #157870
}

.subheader {
	font-size: 16px;
	font-weight: bold;
}

.hilight {
	color: #ab1918;
}

.hilight2 {
	color: #0066cc;
}

.fineprint {
	font-size: 10px;
}

.small {
	font-size: 11px;
}

.enlarge {
	font-size: 14px;
}

.b {
	font-weight: bold;
}

.contrast {
	color: #ffffff;
}

.i {
	font-style: italic;
}

.white {
	color: #ffffff;
}

.c_red {
	color: #b81415;
}

.c_green {
	color: #008000;
}

.c_blue {
	color: #0000cd;
}

.c_orange {
	color: #f38920;
}

.errorb {
	color: #ff0000;
	font-weight: bold;
}

.error {
	color: #ff0000;
}

td {
	padding: 1px;
	margin: 1px;
}

/*Table Headers*/
th {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: bottom;
}

.th {
	font-weight: bold;
	color: #ffffff;
	vertical-align: bottom;
}

.thsml {
	font-weight: bold;
	color: #ffffff;
	vertical-align: bottom;
	font-size: 11px
}

table.outline {
	background-color: #0066cc;
	border: 0;
	padding: 0;
}

table.outline.red {
	background-color: #b81415;
	color: #000000;
}

table.inner td {
	padding: 2px;
}

table.search {
	border: 1px;
	border-color: #ab1918;
	border-style: solid;
}

table.search th {
	background-color: #ab1918;
	text-align: left;
}

table.search td {
	background-color: #ffffff;
}

.lineheader {
	background-color: #31499c;
}

.line1 {
	background-color: #ebf5fe;
}

.line2 {
	background-color: #ffffff;
}

.line3 {
	background-color: #cccccc;
}

div.buttons {
	margin: 10px auto 10px auto;
}

div.buttonsdiv {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.feedbacklabel {
	font-size: 11px;
}

.feedbacklabel.INFO {
	font-size: 11px;
	color: #414e93;
}

.feedbacklabel.ERROR {
	font-size: 11px;
	color: #b81415;
}

.formcomponent.invalid {
	border: 1px solid #b81415;
}

.formcomponent.valid {
	background-color: #F0F0F0;
}

/*Form*/
input[type="image"] {
	border: none;
	padding: 0px;
}

input[type="checkbox"] {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border: none;
}
/*End of Form*/
