﻿/* DO NOT EDIT THIS FILE. It's part of the internet banking distribution, and your changes will be overwritten during upgrades.
Edit the "user.css" file under the bank directory instead. */
body 
{
	font-size: smaller;
	margin: 0px;
	font-family: Sans-Serif;
}

a
{
	color: #4D6649;
	text-decoration: none;
}

.calendarlink
{
	cursor: pointer;
}

.pagefooter 
{
	clear: left;
	margin-top: 10px;
	background-color: #4D6649;
	border: none;
	padding: 20px;
}

.mainbutton
{
	display: inline;
}

.mainmenubutton, .mainmenuselectedbutton
{
	border-bottom: none;
	padding: 3px 10px;
	border: solid 1px;
}

.mainmenubutton
{
	border-color: #666666;
	background-color: #DDDDDD;
}

.mainmenuselectedbutton
{
	border-color: #006e3b;
	background-color: #006e3b;
	color: White;
}

.mainmenu 
{
	font-weight: bold;
	font-size: 12px;
	margin-top: 8px;
}

.mainmenudivider {
	background-color: #006e3c;
	width: 730px;
	height: 3px;
	margin-top: 3px;
	
	

	
	
}

.mainmenu a:link, .mainmenu a:visited,
.submenu a:link, .submenu a:visited
{
	color: Black;
	text-decoration: none;
}

.logoffbutton
{
	float: right;
	margin-left: 30px;
	cursor: pointer; /* because IE7 sucks */
}

.submenu
{
	padding-bottom: 2px;
	border-bottom: solid 1px black;
	margin-bottom: 4px;
	padding: 3px 3px 4px 5px;
	font-size: small;
	width: 724px;
}

.maincontent 
{
	background-color: #EBE4DC;
	min-height: 15em;
	padding: 2em 3em 5em 3em;
}

.pagetitle
{
	font-style: italic;
	font-weight: bold;
	font-size: large;
	border-bottom: solid 3px black;
	padding-bottom: 2px;
	margin-bottom: .8em;
}

.contentbox
{
	width: 30em;
	margin-bottom: 20px;	
}

.contentboxheader 
{
	padding: 4px;
}

.contentboxcontent
{
	padding: 4px;
}

.grid, .contentbox, .accountdetail
{
	border-spacing: 0px;
	background-color: #CDBBA7;
	border: none;
	border-collapse: collapse;
}

.grid td, .accountdetail td
{
	padding: 4px;
	border: none;
}

.gridheader, .contentboxheader
{
	background-color: #766249;
	color: White;
}

.gridheader a
{
	color: White;
}

.gridpager 
{
	text-align: center;
	color: Gray;
	font-size: small;
}

.gridrow .gridaltrow
{
}

.gridaltrow
{
	background-color: #BEA98E
}

.credit
{
	color: Green;
}

.debit
{
	color: Red;
}

.errortext
{
	font-weight: bold;
	color: Red;
}

input.button 
{
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	background-color:#D9CBBB;
	border:1px solid;
	border-color: #766249 #766249 #766249 #766249;
	margin-bottom: 2px;
}

.acceptbutton 
{
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	background-color:#D9CBBB;
	border:3px solid;
	border-color: #766249 #766249 #766249 #766249;
	margin-bottom: 2px;
}

.declinebutton 
{
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	background-color:#D9CBBB;
	border:1px solid;
	border-color: #766249 #766249 #766249 #766249;
	margin-bottom: 2px;
}

.readonlytext
{
	background-color: #FAFAD2;
}

.inboxgrid { width: 568px; }

.balancecolumn { padding-left: 4px; }




ul#submenu li 
{ 
	display:block;
	float:left;
	background-image:url(../Images/gallerybuttons_126.png);
	margin: 0px 0px 0px 0px;
	background-repeat:no-repeat;
	width:auto;
	
	font-size:12px;
}
ul#submenu li a 
{
	display:block;
	color: #777;
	line-height: 250%;	
	padding-right:7px;
	padding-left:7px;
	
}
ul#submenu li a:hover 
{ 
color:white;
background-color:#360;






}
ul#submenu li a.current
{ 

}

