


table.ABML {
	font-family:Tahoma,Lucida Grande, Verdana;
	font-size:0.8em;
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
	cursor:default;
}

table.ABML td,
table.ABML th{
	padding:2px;
	font-weight:normal;
}

table.ABML thead td, table.ABML thead th {
	background-image:url('/Finvert/images/ft-head.gif');
	background-repeat:no-repeat;
	background-position:top right;
	color: #FFFFFF;
}

table.ABML thead td.selectedUp, table.ABML thead th.selectedUp {
	background-image:url('/Finvert/images/ft-headup.gif');
}

table.ABML thead td.selectedDown, table.ABML thead th.selectedDown {
	background-image:url('/Finvert/images/ft-headdown.gif');
}
	
table.ABML tbody tr td{
	border-bottom:1px solid #ddd;
}
table.ABML tbody tr.alt td{
	background: #e9ecd1;
}
table.ABML tbody tr.selected td{
	background: #caba91;
}
.ABML tbody tr.alt.selected td{
	background: #caba91;
}
.ABML tbody tr:hover td{
	background: #e0d0b6;
}
.ABML tbody tr.selected:hover td{
	background:#caba91;
}
#inputArea{
	margin:1em 0;
	padding:1em;
	background-color:#eef;
}
#updateTestInput{
	border:1px solid #ccc;
	width:100%;
	height:80px;
	font-family:serif;
	font-size:0.9em;
	overflow:auto;
}

.user_pass_container {
	background-image: url('/Finvert/images/user-profile-id.gif') ; 
	background-position:top right;
	background-repeat:no-repeat; 
}

.body_container {
	background: #FFFFFF;
	background-image: url("images/Logo3.jpg") ; 
	background-position:bottom right;
	background-repeat:no-repeat; 
		
}
