/* Default CSS Stylesheet for a new Web Application project */
A 
{
	color:#663300;
	
}
  
A:hover 
{
	color:red;
}
  
.pageLinks 
{
	font: bold x-small Verdana, Arial, sans-serif;
}
  
Body
{
	font-size: 10pt;
	left: 0px;
	margin: 2px;
	font-family: Arial;
	position: absolute;
	top: 0px;
	background-color: #2557ad;
	width: 95%;
}

.Login
{
	font-size: 10pt;
	left: 0px;
	margin: 2px;
	font-family: Arial;
	position: absolute;
	top: 0px;
	background-image:url(Images/steelBG1.jpg);
	background-position:center;
}

TD
{
	font-size: 10pt;
	font-family: Arial;	
}

.TreeViewTD
{
	border-right: #2557ad thick solid;
}

.MainTD
{
	background-color: #eeecdc	
}

.FieldLeftTD, .FieldRightTD
{
	border-width: 1px;
	border-color: Black;
	border-style: solid;
}

.MainTable
{
	background-color: white;
}


.PageTable
{
	vertical-align: top;
	width: 100%;
	height: 520px;
	background-color: #C1D7F6;
}

.PageTableNarrow
{
	background-color: #C1D7F6;
}

.Button
{
	border-right: outset;
	border-top: outset;
	font-weight: bold;
	font-size: 8pt;
	border-left: outset;
	width: 80px;
	border-bottom: outset;
	font-family: Arial;
}

.TinyButton
{
	border-right: outset;
	border-top: outset;
	font-weight: bold;
	font-size: 8pt;
	border-left: outset;
	width: 40px;
	cursor: hand;
	border-bottom: outset;
	font-family: Arial;
}

.SmallButton
{
	border-right: outset;
	border-top: outset;
	font-weight: bold;
	font-size: 8pt;
	border-left: outset;
	width: 150px;
	border-bottom: outset;
	font-family: Arial;
	cursor: hand;
}

.MediumButton
{
	border-right: outset;
	border-top: outset;
	font-weight: bold;
	font-size: 8pt;
	border-left: outset;
	width: 160px;
	border-bottom: outset;
	font-family: Arial;
	cursor: hand;
}

.LargeButton
{
	border-right: outset;
	border-top: outset;
	font-weight: bold;
	font-size: 8pt;
	border-left: outset;
	width: 175px;
	border-bottom: outset;
	font-family: Arial;
	cursor: hand;
}

.GridHeader
{
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	POSITION: relative; 
	TOP: expression(document.getElementById("divGrid").scrollTop-2);
	background-color: #29529C;
	color: White;
	font-size: 10pt;
	font-weight:bold;
	font-family: Arial;
}

.GridFooter
{
	background-color: #D6E7FB;
	color: Black;
	text-align: right;
	font-size: 10pt;
	font-family: Arial;
}

.GridItem
{
	font-size: 10pt;
	color: black;
	font-family: 'MS Reference Sans Serif';
}

.DataLabel
{
	font-weight: bold;
	vertical-align: top;
	color: Black;
	font-size: 10pt;
	font-family: Arial;
}

.LabelRight, .FieldRightTD
{
	padding-right: 10px;
	font-size: 10pt;
	font-weight:bold;
	color: black;
	font-family: Arial;
	text-align: right;
}

.LabelLeft, .FieldLeftTD
{
	color: Black;
	text-align: left;
	font-size: 10pt;
	font-weight:bold;
	font-family: Arial;
}

.LabelCenter
{
	color: Black;
	text-align: Center;
	font-size: 10pt;
	font-weight:bold;
	font-family: Arial;
}

.TextboxNumber
{
	border-right: #7f9db9 thin solid;
	border-top: #7f9db9 thin solid;
	border-left: #7f9db9 thin solid;
	color: black;
	border-bottom: #7f9db9 thin solid;
	font-family: Arial;
	background-color: white;
	text-align: right;
}

.TextboxNumberCenter
{
	border-right: #7f9db9 thin solid;
	border-top: #7f9db9 thin solid;
	border-left: #7f9db9 thin solid;
	color: black;
	border-bottom: #7f9db9 thin solid;
	font-family: Arial;
	background-color: white;
	text-align: center;
}

.TextboxEditable
{
	border-right: #7f9db9 thin solid;
	border-top: #7f9db9 thin solid;
	border-left: #7f9db9 thin solid;
	color: black;
	border-bottom: #7f9db9 thin solid;
	font-family: Arial;
	background-color: white;
}


.TextboxHighlighted
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	color: black;
	border-bottom: black thin solid;
	font-family: Arial;
	background-color: white;
}

.TextboxNonEditable
{
	border: none;
	font-weight: bold;
	color: black;
	background-color: #C1D7F6;
	font-size: 10pt;
	font-family: Arial;
}

.Help
{
	cursor:hand;	
}