/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: black;
}


IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.IMGNoMargin
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  
}

.Label{
 color: silver;
}




.NavBar:link   {
                color: silver;
                text-decoration: none;
                font-weight: bold;
                }
.NavBar:active {
                color: silver;
                text-decoration: none;
                font-weight: bold;
                }
.NavBar:visited {
                color: silver;
                text-decoration: none;
                font-weight: bold;
                }
.NavBar:hover  {
                color: white;
                text-decoration: underline;
                font-weight: bold;
                }
	
.txt
{
	border-right: 1px solid;
	padding-right: 0px;
	border-top: 1px solid;
	padding-left: 0px;
	font-size: 9pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 1px solid;
	padding-top: 0px;
	border-bottom: 1px solid;
}

.lbl
{
	font-size:9pt;
	color:Yellow;
}
.cbo
{
	border-right: 1px solid;
	padding-right: 0px;
	border-top: 1px solid;
	padding-left: 0px;
	font-size: 9pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 1px solid;
	padding-top: 0px;
	border-bottom: 1px solid;
}
.chk
{
	font-size:smaller;
	color:Yellow;
}
.but
{
	border-right: palegoldenrod 1px solid;
	border-top: palegoldenrod 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: palegoldenrod 1px solid;
	cursor: hand;
	color: #000000;
	border-bottom: palegoldenrod 1px solid;
	background-color: goldenrod;
}

.val
{
	border-right: yellow 2px solid;
	border-top: yellow 2px solid;
	font-size: 9pt;
	border-left: yellow 2px solid;
	border-bottom: yellow 2px solid;
}

.lst
{
	font-size:9pt;
}

.dgGeneral
{
	font-size: 9pt;	
	width: 100%;
}

.dgHeader
{
	font-size:9pt;
	font-weight: bold;
	color: white;
	background-color: darkgoldenrod;

}
.dgAlternatingItem
{
	font-size:9pt;
	color: black;
	background-color: #ffffcc;
}
.dgNormalItem
{
	font-size:9pt;
	color: black;
	background-color: #ffffff;
}
.dgFooter
{
	font-size:9pt;
	background-color: darkgoldenrod;
}

.dglbl
{
	font-size:9pt;
	font-size:smaller; 
}

.dgchk
{
	font-size:9pt;
}
.lnkButton
{
	font-size:9pt;
	color: silver;
}

.lblNew
{
	font-size:9px;
	color:Black;
	background-color:#b0c4de
}

.valNew
{
	border-right: #ffff00 1px solid;
	border-top: #ffff00 1px solid;
	font-size: 9px;
	border-left: #ffff00 1px solid;
	color: red;
	border-bottom: #ffff00 1px solid;
	background-color: #b0c4de;
}
.tblGroup
{
	border-right: #daa520 1px solid;
	border-top: #daa520 1px solid;
	border-left: #daa520 1px solid;
	border-bottom: #daa520 1px solid;
}
.tblGroupHeader
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	background-color: #daa520;
}


