﻿th {
	background-color: #28659C;
}

.header {
	background-color:#28659C;
	border-bottom-color:#CA0100;
	height:50px;
}

.headerTitle {
	color:#FFFFFF;
	left:10px;
	top:15px;
	font-size:1.5em;
}

.formHeader {
	font-weight:bold;
	color:#333333;
}

.headerLogout {
	top:5px;
}
/*  headerLink link and visited colors should be the same.  Hover should be different. */
a.headerLogout:link, a.headerLogout:visited{
	color: #FFFFFF;
}
a.headerLogout:hover {
	color: #6699FF;
}

.tableForm {
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #000000;
		vertical-align: baseline;
		border-radius: 10px 10px 10px 10px;
		color: #313C46;
		list-style: none outside none;
		position: relative;
}

.tableForm .tableFormHeader {
		background: none repeat scroll 0 0 #28659C;
		border-radius: 10px 10px 0 0;
		list-style: none outside none;
		margin: -3px -5px 2px;
		padding: 3px 3px;
		/*width: 100%;*/
		text-align: center;
		font-size: 0.9em;
		font-family: arial, Sans-Serif;
		font-weight: bold;    

}

.tableForm .tableFormHeader h2 {
	color:#FFFFFF;
	text-align:center;
	padding: 2px 0 2px 0;
}

.tableForm .tableFormContent
{
	margin-top:5px;
}

.button_main 
{
/* white */
 	color: #000000;
	border: solid 1px #b7bcc2;
	background: #f2f7fd;
	background: -webkit-gradient(linear, left bottom, left top, from(#dfe2e7), to(#ffffff));
	background: -moz-linear-gradient(bottom,  #dfe2e7,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfe2e7');
/* end white */
 	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 4px 2px 4px 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100%;
	padding: 0.35em 1em 0.35em;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
}

.button_secondary
{
/* white */
 	color: #000000;
	border: solid 1px #b7bcc2;
	background: #f2f7fd;
	background: -webkit-gradient(linear, left bottom, left top, from(#dfe2e7), to(#ffffff));
	background: -moz-linear-gradient(bottom,  #dfe2e7,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfe2e7');
/* end white */
 	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 4px 2px 4px 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100%;
	padding: 0.35em 1em 0.35em;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
}

.button_tertiary 
{
/* white */
 	color: #000000;
	border: solid 1px #b7bcc2;
	background: #f2f7fd;
	background: -webkit-gradient(linear, left bottom, left top, from(#dfe2e7), to(#ffffff));
	background: -moz-linear-gradient(bottom,  #dfe2e7,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfe2e7');
/* end white */
 	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 4px 2px 4px 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100%;
	padding: 0.35em 1em 0.35em;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
}

.feeMessage {
  font-weight:bold;
}

.CustomerBillRow .BillDescriptionRow,
.CustomerBillRow .BillAtRow,
.CustomerBillRow .BillDueDtRow { display:none;}

.ClientAccountControl .valueColumn, 
.ClientAccountControl .valueColumn input[type="text"][readonly] {font-weight:normal;}

.TransactionSummaryView #ScheduledPaymentsDiv {display:none;}