/* The Bank of Carbondale - Primary Style Sheet */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: white;
	margin: 0;
}

table.main {
	background-color: white;
}

table.main td.picbar {
	background-color: black;
	border-top: 3px solid #7C0000;
	border-bottom: 3px solid #7C0000;
}

table.main td.footer {
	/*background-color: #C1CFFE;*/
	font-size: 10px;
	border-top: 1px solid black;
	height: 22px;
}

.copyright {
	vertical-align: top;
	padding-top: 5px;
}

table.main td.footer p {
	padding: 2px 10px 2px 10px;
	margin: 0;
	
}

table.main td.Bnavbar {
	font-size: 10px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.main td.Bnavbar a:hover {
	color: red;
}

table.navbar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C1CFFE;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	padding: 0 3px 0 3px;
}

table.navbar td a {
	color: black;
	text-decoration: none;
}

table.navbar td a:hover {
	text-decoration: underline;
}

table.navbar td:hover {
	background-color: #FFFFCC;
}

td.leftcolumn {
	vertical-align: top;
}

td.leftcolumn p {
	margin: 10px 0 10px 0;
	width: 236px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;	
}

td.rightcolumn {
	padding: 10px 5px 5px 10px;
	width: 539px;
	vertical-align: top;
}

div.header, h4 {
	border-bottom: 1px solid #7C0000;
	padding-left: 5px;
	color: #7C0000;
	font-weight:normal;
	margin-bottom: 0;
	margin-top: 10px;
	font-size: medium;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
	margin: 0 0 5px 0;
	font-style: italic;
	font-weight: normal;
}

td.rightcolumn h1 {font-size: 16px;}

h1.header, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
	margin: 0 0 5px 0;
	font-style: italic;
	font-weight: normal;
	background-color: #C1CFFE;
	background-image:url(../images/h1-fade.jpg);
	background-position: right;
	background-repeat: repeat-y;
	margin-bottom: 0;
	font-size: xx-large;
}

h5 {
	padding-top: 0;
	margin-top: 0;
}
	

h6 {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size:16px;
	font-weight: bold;
}

p.article {
	padding: 0;
	margin: 0;
}

table.hours td.left {
	text-align: right;
	padding-right: 10px;
}

table.hours th {
	background-color: #C1CFFE;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

ol li {
	margin-bottom: 10px;
}

td.blockright {
	padding-left: 5px;
	background-color: #C1CFFE;
	background-image:url(../images/bg_pb_top.png);
	background-position:top;
	background-repeat:repeat-x;
	margin-right: 10px;
	vertical-align: top;
	padding-top: 20px;
	height: 239px;
}

h3 a {	
	color: black;
	text-decoration: none;
}

table.accounts {
	font-size: 12px;
}

table.accounts strong {
	color: #7C0000;
}

.sm {
	font-size: 12px;
}

div.PersonalBanking {
	background-image:url(../images/pg_services_bg_top.jpg); 
	background-position: top; 
	background-repeat: repeat-x; 
	background-color:#C1CFFE; 
	height:226px;
	margin: 5px;
	font-size: medium;
}

div.PersonalBanking p.TopLine {
	padding-top: 18px;
	font-weight: bold;
}

div.PersonalBanking p.Locations {
	padding-top: 18px;
	font-weight: normal;
	font-size: small;
}

div.PersonalBanking a:link {
	color: black;
	text-decoration: none;
}

div.PersonalBanking a:visited {
	color: black;
	text-decoration: none;
}

div.PersonalBanking a:hover {
	color: black;
	text-decoration: none;
}

div.StatusActive { 
	text-align: center;
	background: #99FF99;
	border: 1px solid #009900;
}

div.StatusOffline {
	background: #FFFFCC;
	border: 1px solid red;
	text-align: center;
}

table.rates td { text-align: center; }
table.rates td.Left {text-align: left;}
.shaded {background-color:#E1E7FF;}

.smallhours {font-size: 10px;}

/* RESULT BOXES */
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

