/* CSS Stylesheet - customized */

BODY
{
    FONT-FAMILY: Arial;
    FONT-SIZE: x-small;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.clsLabel1
{
	font-family: Arial;	
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: White;
	background-color: Transparent;
	border-width: medium;
	text-align: center;
	border-style: outset
}

.clsLabel2
{
	border-right: thin outset;
	border-top: thin outset;
	border-color: Black;
	font-size: large;
	vertical-align: baseline;
	border-left: thin outset;
	color: Yellow ;
	border-bottom: thin outset;
	font-style: normal;
	font-weight: bold;
	font-family: Times New Roman;
	height: 35px;
	width: 250px;
	background-color: Black ;
	text-align: center;
 }

.clsLabelLeft
{
	font-family: Arial;	
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #aabbcc;
	background-color: #aabbcc;
	border-width: medium;
	text-align: left;
	border-style: outset
}

.clsLabelError
{
	font-family: Arial;	
	font-size: smaller;
	font-weight: bold;
	font-style: normal;
	color: Red;
	background-color: White;
	border-width: thin;
	text-align: left;
	border-style: none 
}

.clsText1
{
	background-color: White;
	font-family: Arial;
	font-size: medium;
	font-style: normal; 
	font-weight: normal;
	color: Blue;	
}

.clsCommand1
{
	font-family: Arial;
	font-size: small;
	font-style: normal; 
	font-weight: bold;
	color: Black;
}

.clsOption1
{
	font-family: Arial;
	font-size: medium;
	font-style: normal; 
	font-weight: bold;
	color: Black;	
}

.clsOption2
{
	font-family: Arial;
	font-size: small;
	font-style: normal; 
	font-weight: bold;
	color: Black;	
}

.clsDGSelected
{
	background-color: Purple;
	color: Black
}
.clsLabel3
{
	border-right: thin outset;
	border-top: thin outset;
	font-size: medium;
	vertical-align: baseline;
	border-left: thin outset;
	color: red;
	border-bottom: thin outset;
	font-style: normal;
	font-family: Arial;
	height: 25px;
	background-color: black;
	text-align: left;
}

.clsText2
{
	background-color: White;
	font-family: Arial;
	font-size: medium;
	font-style: normal; 
	font-weight: normal;
	color: Black;	
}