﻿body 
{	
	
}

TABLE
{
	font-size: 9pt;
	color: #000099;
	font-family: Arial;
}

a
{
	color: #000099;
	text-decoration: none;
}
a:hover
{
	color: #000099;
	text-decoration: underline;
}

.a1
{
	font-size: 11pt;
	color: #000099;
	font-family: Arial;
}
.a1:hover
{
	font-size: 11pt;
	color: #8b4513;
	font-family: Arial;
	text-decoration: underline;
}

.tblHeader
{
	background-image: url(images/25.gif);
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
}
.tblBody
{
	background-color: #eff3fb;
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
}

.tblMenu
{	
	background-color: #7a96df;	
}

.DataGridFixedHeader
{
	position: relative;
	top: expression(this.parentNode.parentNode.parentNode.parentNode.scrollTop-0);	
	background-image: url(images/25.gif);	
}

.DataGridFixedHeader1
{
	background-image: url(images/25.gif);	
}


.tableText
{
	font-size: 9pt;
	color: #000099;
	font-family: Arial;
}

.BankDetailTextBox
{		
}
.BankDetailDisTextBox
{
	background-color:#E0E0E0;	
}
.ReadOnlyGreyTextBox
{
	background-color:#E0E0E0;
	font-size:8pt;
	font-family:Arial;
}

#WelcomeMsg
{
	position:fixed;	
	right: 5px;
	top :5px;
}
.SELECT {
	BORDER-RIGHT: #333333 1px;
	BORDER-TOP: #333333 1px;
	FONT-SIZE: 11px;
	BORDER-LEFT: #333333 1px;
	COLOR: #333333;
	BORDER-BOTTOM: #333333 1px;
	FONT-FAMILY: Verdana;
}
.topZIndex {
    z-index: 10000;
    }