﻿body 
{
            background-color: white;
            font-size: 11px;
            font-family: Verdana, Helvetica, Sans-Serif;
            margin: 0;
            padding: 0;
            color: #696969;
}
h3
{
            font-size: 12px; padding-left: 3px;
}

.freeform, .loginctrl {background-color: #DDECFE; border: solid 1px #666666;}
.rptcontainer {height: 768px; }
.fieldcap { color: Black; }
.textnorm { width: 340px; }
.textwide {width: 688px; }
.alert {color: #C00; font-weight: bold;}
.msg {color: Black; font-weight: bold;}
.sel {width: 780px; }
.selleft {width:  130px;}
.selmid {width:  600px;}
.selright {width:  50px; }
.selmidright {width:  650px;}
.searchtext {width: 400px;}
.searchgrid {width: 780px; }
.wizpage {width:790px; height:450px; }
.dxheader, .gridheader, .fieldheader, td.fieldcap {background-color: #BDD6F7; color:black; font-weight: normal; padding: 0px 3px 0px 3px;}
.rgp {padding: 0; margin: 0}
td.fieldcap,td.data {border:solid 1px black;}
.dtlv td { padding: 1px;}
table.dtlv {border: 1px solid black;}
.row {background-color: #FCFCFC}
.altrow {background-color: #EEEEEE}
.selectedrow {background-color: #FFFFCC; color: Black}
.previewrow {background-color: #EEF7FF; color: Black; }
.detailitem {	width: 100%; padding: 3px 10px 3px 0px; }
.dtlvdisorder {width: 600px; height: 200px; }
.smallbutton {width:16px; height:16px; text-align:center;padding: 5px 0px 0px 10px; }
.memo {width:300px; height:80px;}
.identedit
{
    width: 890px;
}

/* user detail grids */
.userdtl {width:350px}
.userdtlgrid {width: 320px}
 
.loginctrl 
{
	font-family:Verdana;
	font-size:10pt;
}

.logintitle 
{
	background-color: #CCCCCC;
	color:black;
	font-weight:bold; 
}

.mnu {
	position: absolute;
	left: 0px; top:0px;
	height: 28px;
	width: 620px;
	z-index: 10;
}
.credentials {
	position: absolute;
	left: 620px; top:0px;
	height: 28px;
	width: 180px;
	font-size: 10px;
	text-align: right;
}
.content 
{
	position: absolute;
	left: 0px; top: 30px;
	z-index: 0;
}

