.ToolTip{
	font-family : Tahoma,Verdana,Arial;
	font-size:9pt;
	font-weight:normal;
	border: 1px solid #CCCCCC;
	background-color: #EDF5F7;
	padding:4px;
	width:auto;
	height:auto;
}

.WebForm{
	font-family :  Tahoma;
	width:100%;
}



.WebForm .Key{
	font-family :  Tahoma;
	font-size:12px;
	font-weight:bold;
	vertical-align:top ;
}



.WebForm .Value{
	font-family :  Tahoma;
	font-size:11px;
	vertical-align:top;
}

.WebForm .TextBox{

	font-family :  Tahoma;
	font-size:12px;
	font-weight:normal;
	vertical-align:top;
}
.WebForm .DropDown{
	font-family :  Tahoma;
	font-size:11px;
	font-weight:normal;
	vertical-align:top;
	}

.WebForm .DropDown2{
	font-family :  Tahoma;
	font-size:11px;
	font-weight:normal;
	vertical-align:top;
}


.WebForm .DropDown3{
	font-family :  Tahoma;
	font-size:11px;
	font-weight:normal;
	vertical-align:top;
}



.WebForm .Button{
	font-family :  Tahoma;
	font-size:12px;
	font-weight:bold;
}



.WebForm .ToolTip{
	font-family : Tahoma,Verdana,Arial;
	font-size:9pt;
	font-weight:normal;
	border: 1px solid #CCCCCC;
	background-color: #EDF5F7;
	padding:4px;
	width:auto;
	height:auto;
}



.WebForm Table {
	font-family : Tahoma,Verdana,Arial;	
	font-size:9pt;
	font-weight:normal;
}

.WebForm td{
	border-bottom:1px dashed #CFCFCF;
}


/* Classes for Validator */

.tfvHighlight{
	color: black;
	font-family :  Tahoma;
	font-size:12px;
	background-color:#FEE1C2;
}

.tfvNormal{
	color: black;
	font-family :  Tahoma;
	font-size:12px;
	background-color:#FFFFFF;
}