/* Default CSS Stylesheet for a new Web Application project */

.headfnt
{
	font-size: 22pt;
	color: navy;
	font-family: Arial, Verdana;
}
.header2
{
	font-size: 16pt;
	color: crimson;
	font-family:Verdana;
	text-decoration:underline;
}
.lblfnt
{
	font-size: 10pt;
	color: Navy  ;
	font-weight:bold;
	font-family: Verdana, Serif;
}
.lblFntRed
{
	font-size: 10pt;
	color:Red;
	font-weight:bold;
	font-family:Verdana;
}
.logbx
{
	font-family:Verdana,arial;
	color:Navy;
	font-weight:bold;
	font-size:10pt;
}
BODY
{
	background-color: #cceeff;
}
.bgImage
{
	background-image:url([images/print.gif]);
}

.btn
{
	height:20px;
	border:none;
	width:83;
	background:none;
	font-family:Verdana;
	font-weight:bold;
	color:White;
	
}


.btndiv {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-size:10px;
font-weight:bold;
color:White;
background-image:url(images/btstrip.gif);
background-repeat:repeat-x;
width:93px;
height:25px;	
border:none;
}

/*{
	background-image: url(images\btstrip.gif);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-weight: bold;
	color: Navy;
	width: auto;
width :85px; 
	position: static;
	height: 25px;
}
*/

.lblmsg
{
	font-size: small;
	font-family: Comic Sans MS;
	font-weight: normal;
	color:Red;
}
.lblUserDetails
{
	font-size:x-small;
	font-weight:bold;
	font-family:Verdana;
	color:crimson;
}
.txtFormat
{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	width:125px
}
.txtLongFormat
{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	width:280px;
	height:25px;
}
.txtUidFormat
{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	width:185px;
}


.lblclick
{
	font-size: 12pt;
	font-weight:bold;
	color: maroon;
	font-family: Verdana;
	text-decoration:blink;
	
}
.lblalert
{
	font-size: small;
	font-family:Verdana;
	font-weight: bold;
	color:Navy;
}

.lblclik
{
	font-size: 11pt;
	color: maroon;
	font-family: Verdana;
	text-decoration: underline;
}
A:hover
{
	font-family: Verdana;
	text-decoration: none;
	color:Blue;
	
}
.txtAddressFormat
{
	font-family:Verdana;
	font-size:12px;
	width:500px;
	height:100px;
	font-weight:bold;
}
.txtAddressFormat2
{
	font-family:Verdana;
	font-size:12px;
	width:410px;
	height:100px;
	font-weight:bold;
}
.txtLongFormat
{
	font-family:Verdana;
	font-size:12px;
	width:500;
	font-weight:bold;
}
.links
{
	text-decoration:None;
	font-family:Verdana;
	font-size:12px  ;
	color:Maroon;
	font-weight:normal;
}
	.links:A
	{
		font-family:Verdana;
		font-size:12px;
		color:Maroon;
		font-weight:normal;
	}
	.links:hover
	{
		font-family:Verdana;
		font-size:12px;
		color:red;
		font-weight:normal;
		text-decoration:underline;
	
	}		

