#fixedwidth{font-family:  "Courier New" Courier monospace;}

#tableContainer {
   position: relative;
   display: block;
   height:100%;
   overflow: visible;
   padding-top: 0em;
   padding-left: 1em;
}

table.scrolltable
{
	empty-cells:show;
	border-collapse:collapse;
}

table.scrolltable caption
{
	padding-top: 1em;
	text-align:left;
	font-size:20px;
	color: #628EBC;
	margin-bottom:20px;
	width:100%;
	padding-bottom:7px;
	border-bottom:1px solid #606D7A;
}

thead.Header th
{
	white-space: nowrap;
	background: #DDDDDD;
	color: #000000;
	font-weight: bolder;
	font-size:11px;
	padding: .4em;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	border-spacing: 0;
	line-height:1.5em;
}

th.thls
{
	text-align: left;
	min-width:6em;
	font-weight: bold;
	font-size: 10px;
}
th.thls  input
{
   text-align: left;
   width:6em;
   font-size: 10px;
}

th.thl
{
	text-align: left;
	min-width:12em;
	font-weight: bold;
	font-size: 10px;
}
th.thl  input
{
   text-align: left;
   width:12em;
   font-size: 10px;
}
th.thr
{
	text-align: right;
	font-weight: bold;
	min-width:12em;
	font-size: 10px;
}
th.thr  input
{
   text-align: right;
   width:6em;
   font-size: 10px;
}
th.thw
{
	text-align: right;
	font-weight: bold;
	min-width:20em;
	font-size: 10px;
}

th.thn
{
	text-align: right;
	font-weight: bold;
	min-width:5em;
	font-size: 10px;
}

th.thc
{
	text-align: center;
	font-weight: bold;
	min-width:2em;
	font-size: 10px;
}

tbody.Content td
{
	white-space: nowrap;
	border-bottom: 1px solid #AAAAAA;
	padding: 0.5em;
	border-spacing: 0;
	line-height:1.5em;
	font-size: 10px;
}


tr
{
background: #FFF;
}

tr.sel
{
background: #eeeeee;
}

tr.new
{
background: #BCFFBA;
}

tr.alrt
{
background: #ff0000;
}

tr.off
{
background: #BCBCBC;
}

tr.dup
{
background: #ff7f00;
}

td.tdl
{
   text-align: left;
}

td.tdr
{
   text-align: right;
   width:6em;
}
td.tdc
{
   text-align: center;
width:2em;
}


td.tdl  input
{
   text-align: left;
   width:10em;
}

td.tdr  input
{
   text-align: right;
   width:6em;
}
td.tdc  input
{
   text-align: center;
width:2em;
}

td.btn  input
{
   text-align: center;
	width:7em;
}