/* Default CSS Stylesheet for a new Web Application project */

.udsMaxChar
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:	baseline;
	font-size: xx-small;
	font-weight: normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: black;
}

.udsPageConstruction
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:	baseline;
	font-size: small;
	font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: blue;
}

.udsCAUTIONMSG
{   font-family: Courier New, Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:	baseline;
	font-size: x-small;
	font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: red;
}
.udsMSG
{   font-family: Courier New, Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:	baseline;
	font-size: x-small;
	font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: black;
}
.udsCopyrightsInfo
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:	baseline;
	font-size: xx-small;
	font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: white; //  maroon;
	background-color: aliceblue;
	background-image: url("Images/\BT.Jpg");
	
}
.udsBrowserInfo
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:	baseline;
	font-size: xx-small;
	font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: black;   //maroon;
	background-color: aliceblue;
	background-image: url("Images/\BB.Jpg");
}
.udsSectionCaption	
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:	baseline;
	font-size: x-small;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: black;
}	

.udsLabelCaption	
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:	baseline;
	font-size: xx-small;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: Maroon;
}	

.udsData	
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:	baseline;
	font-size: xx-small;
	//font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: black;
}

.udsDropDownData
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:middle;
	font-size: xx-small;
	font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: black;
}

.udsGridHeader
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:middle;
	font-size:x-small;
	font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: purple;
	text-align:center;
	
}

.udsGridItem
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:middle;
	font-size: xx-small;
	font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: black;	
}

.udsGridAlternateItem
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align: middle;
	font-size: xx-small;
	font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: Maroon;	
    background-color: aliceblue;
}

.udsButton
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	font-size: xx-small;
	font-weight: bold;
	color: brown;	
    background-color: aliceblue;
    display: block;
}
.udsGoTop
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	font-size: xx-small;
	font-weight: bold;
	color: black;	
    background-color: Orange;
    display: block;
}
.udsHead	
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:	baseline;
	font-size: 15px;
	//font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: 0664d8 ; 
	text-align: center;
}

.udsParaHead	
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:	baseline;
	font-size: small;
	//font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: blue; //purple ;
	text-align: justify;
}

.udsPara	
{   font-family: Verdana, Tahoma, Arial, Times New Roman;
	vertical-align:	baseline;
	font-size: xx-small;
	//font-weight: normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: black; //maroon;
	text-align: justify;
}
