﻿body 
{
	margin: 0px; 
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	color: #595959;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

input.ErrGridTxt
{
	width: 95%;
	color: #000099;
	background-color: #ffe4c4; 
	text-decoration: blink;
}

input.ErrTxt
{
	width: 99%;
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	color: #000099;
	background-color: #ffe4c4; 
}

input.ErrTxtCenter
{
	width: 99%;
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	text-align:center ;
	color: #000099;
	background-color: #ffe4c4; 
}

input.ErrTxtRight
{
	width: 99%;
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	text-align:right ;
	color: #000099;
	background-color: #ffe4c4; 
}

input.GridTxt
{
	width: 95%;
	color: #000099;
}

input.GridTxtCenter
{
	width: 95%;
	text-align:center ;
	color: #000099;
}

input.GridTxtRight
{
	width: 95%;
	text-align:right ;
	color: #000099;
}

input.CharNum
{
	width: 100%;
	text-align:center ;
	font-family: Andale Mono;
	color: #000099;
}

.MultiTxt
{
	width: 99%;
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	color: #000099;
}

input.EditTxtCenter
{
	width: 97%;
	text-align:center ;
	color: #000099;
}

input.Txt
{
	width: 99%;
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	color: #000099; 
}

input.TxtCenter
{
	width: 99%;
	text-align:center ;
	color: #000099;
}

input.TxtRight
{
	width: 99%;
	text-align:right ;
	color: #000099;
}

SELECT
{
	width: 100%;
	color: #000099;
}


td.common
{
	text-align:left;
	vertical-align:top;
}

td.Sno
{
	width: 300px;
}

td.Separator
{
	width: 3px;
	text-align: center;
}

table .std
{
	width: 100%;
	text-align: left;
	vertical-align: top;
}

.Sno
{
	width: 100%;
	text-align: left;
	font-family: Andale Mono;
	font-size: 14pt;
	font-weight: bold;
}

.Btnstd
{
	cursor: pointer;
}

.BtnOver
{
	background-color: #FF9999;
	cursor: pointer;
}

.BtnOut
{
	background-color: #F0F0F0;

}

.info
{
	vertical-align: top;
	color: #000099;
}

.HiddenColumn
{
	display: none;
}

.sortascheader
{
	background: url(Images/dt-arrow-up.png) no-repeat right 50%;
} 

.sortdescheader 
{
    background: url(Images/dt-arrow-dn.png) no-repeat right 50%;
} 

.splitterContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	top: -1000px;
	left: -1000px; 
}
