.Table /* Style of Table  for  Form */
{
	background-color:#F7FCFF;
}

a:link 
{
	font-family: Verdana;
	color:Grey;
	text-decoration: none;	
	font-size:10px;

}
a:visited 
{
	font-family: Verdana;
	color:Grey;
	text-decoration: none;	
	font-size:10px;
}
a:active 
{
	font-family: Verdana;
	color: Grey;
	text-decoration: none;	
	font-size:10px;
}

a:hover 
{
	font-family: Verdana;
	color:Maroon;
	text-decoration: none;
	font-size:10px;
	
}
.TextBoxMultiline /* Style for Text Box */
{
	 
 border:1px solid #BEBFC1;
 background:#F2F4F3;
	
	font-family:"Verdana, Arial, Helvetica, sans-serif";	
	font-size:11px;
	height:100px;

}

.HRColor
{
 color:#5EBEFB;	
 height:1px;
 width:100%; 
}


.FormHeading /* Heading or Name of the Form */
{
 color:#0C79CE;
	font-size:14;
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-weight:bold;
	TEXT-ALIGN: left;	
}

.FormSubHeading /* Sub-Heading  of the Form, for Indicating heading of Perticular Group or for Instruction inside the form or for indicating Perticular Category */
{
  color:#0C79CE;
  FONT-FAMILY: verdana,Arial, Helvetica, sans-serif;
  FONT-SIZE: 11;  
  font-weight:bold;	
}

.TDCaptionBold /* Caption of the controls in "BOLD" or "High Impression", instruct user Enter the right kind of data  */
{
	COLOR: #5E6265;
	FONT-FAMILY: verdana,Arial, Helvetica, sans-serif;
	FONT-SIZE	: 11;
	TEXT-ALIGN: left;
	
}


.FormLabel  {
font-family : verdana, Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
font-weight : bold;
text-decoration : none;
vertical-align: top;
width: 20%;
}

.TextBox /* Style for Text Box */
{
	 
 border:1px solid #BEBFC1;
 background:#F2F4F3;
	
	font-family:"Verdana, Arial, Helvetica, sans-serif";	
	font-size:11px;
	height:18px;

}

.TextArea /* Style for Text Area  */
{
border:1px solid #BEBFC1;
 background:#F2F4F3;
	
	font-family:"Verdana, Arial, Helvetica, sans-serif";	
	font-size:11px;
	height:216px;
	width:300px;
}

.CodeField /* Show your code field of form that may also be autogenerated */
{
	border:1px solid #BEBFC1;
	background:Grey;
	font-family:"Verdana, Arial, Helvetica, sans-serif";	
	font-size:11px;
	height:18px;
  	}

/* DataGrid Style Classes added by Neelesh on 24 Dec 04 */ 
.DataGridBody
{
	border-width: 1px;
	
		
}

.DataGridHeaderStyle  /*Header of Data Grid */
{
	background-color:#2676B5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:White;
	text-indent:6px;
	  text-transform:uppercase;
	
}

.FormHeading /* Heading or Name of the Form */
{
	font-size:10;
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-weight:bold;
	TEXT-ALIGN: left;	
}
.DataGridFooterStyle /* Footer of Data Grid */
{
	background-color:#DADADA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#DADADA;	
}
.DropdownList /* Style for DropdownList, ComboBox or List Box */
{	

	border:1px solid #BEBFC1;
	background:#F2F4F3;
 	font-family:"Verdana, Arial, Helvetica, sans-serif";	
	font-size:11px;
	height:16px;

}
.DataGridItemStyle /* Items or Data of Data Grid */
{
	background-color:#E9E9E7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#454545;
	text-indent:6px;
	
	
	
}

.DataGridSelectedItemStyle /* Style of Data Grid Selected Item in case when u update perticular record */
{
	background-color:"LightSteelBlue";
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-width:1px;
	font-size:11px;
	text-indent:6px;	
	
}

.DataGridPaging /* Page Number Styles of Data Grid */
{
	background-color:#D4D0C8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;	
	color:#FE9808;
}


.Btn
{ 
	
	background-color:#4869DA;
	HEIGHT:14px;
	cursor:hand;
	 font-weight:bold;
	BORDER:0px solid #4869DA;
	 color:White;
	TEXT-DECORATION:none;
	BACKGROUND-IMAGE:url(http://localhost/EMSwebs/images/bgcolor.gif);
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 7pt;
 width:62px;
}


.lnkBtn
{ 
cursor:hand;
TEXT-DECORATION:underline;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 9pt;
color:#0000f0;
}



.GridHeader
{
font-family: Verdana, Arial, Helvetica;
font-size: 8pt;
color: #ffffff;
background: #000000;
font-weight: bold;
}

.GridItem
{
font-family: Verdana, Arial, Helvetica;
font-size: 8pt;
color: #000000;
font-weight: normal;
}


body{
margin-left:0;
margin-top: 0;
margin-right:0;
margin-bottom:0;
}
/*To maintain gap between two buttons*/
.TDBetweenBtn
{ 
	width:3px;
}
/*To maintain gap between two rows e.g above buttons */
.TRUpBtn
{
	height:10px;
}
/*To Control The Gap Between " : "  and Controls at Right*/
.TdColon
{
	COLOR:Black;
	FONT-FAMILY: verdana,Arial, Helvetica, sans-serif;
	FONT-SIZE	: 11;
	TEXT-ALIGN: left; 
	width:3%;
}




.TDCaptionforColon
{
	COLOR: #5E6265;
	FONT-FAMILY: verdana,Arial, Helvetica, sans-serif;
	FONT-SIZE: 11;
	TEXT-ALIGN: left;	
	height:25px;
	width:10px;
	
}

.TDCaption /* Caption of the controls with "Low Impression", instruct user Enter the right kind of data  */
{
	COLOR: #5E6265;
	FONT-FAMILY: verdana,Arial, Helvetica, sans-serif;
	FONT-SIZE: 11;
	TEXT-ALIGN: left;	
	height:25px;
	}
	
	
	.TRGap
{
	height:6px;
}



.Radio
{
	FONT-FAMILY: verdana,Arial, Helvetica, sans-serif;
	 font-size:small;
	}
	
	
	.Checkbox
	{
		FONT-FAMILY: verdana,Arial, Helvetica, sans-serif;
	 font-size:small;
		
	}
.show
	{
   border-color:Gray;
    border-width:thin;
	background-color:#f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	 text-align:justify;

}
.DBConfirmMessage
{
	font-family:Verdana;
	color:Green;
	font-size:11;
}

.ErrorMessage
{
	font-family:Verdana;
	color:Red;
	font-size:11;
}

.UserMessage
{
	font-family:Verdana;
	color:Navy;
	font-size:11;
}
/*for gap between td & label*/
.TDBetweenlbl
{
width:12px;
}
.TDVd
{
	COLOR:Red;
	FONT-FAMILY: verdana,Arial, Helvetica, sans-serif;
	FONT-SIZE: 10;
	TEXT-ALIGN: left;		
}
	.TDCaptionGrid /* Caption of the controls with "Low Impression", instruct user Enter the right kind of data  */
{
	COLOR: #5E6265;
	FONT-FAMILY: verdana,Arial, Helvetica, sans-serif;
	FONT-SIZE: 11;
	TEXT-ALIGN: left;	
	height:12px;
	text-indent:6px;
}
.relogin
{
	font-family:Verdana;
	font-size:11px;
	color:Gray;	
}
 .CalButt
{
	border:1px;	
	border-style:solid;
	background-color:#BFC9DC;	
	border-color:#596E95;
	height:18px;
	width:14px;
	font-family:Verdana;
	font-size:10px;		
}

.divchkstyle
{
	font-size: 11px;
	overflow: auto;
	font-family: "Verdana, Arial, Helvetica, sans-serif";	
	border:1px solid #BEBFC1;
	background:#F2F4F3;
}
/*Add By Dharmendra verma*/

.OnLineReg
{
	font-weight: normal;
	font-size: 18px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.BtnCustom
{ 
	
	background-color:#4869DA;
	HEIGHT:14px;
	cursor:hand;
	 font-weight:bold;
	BORDER:0px solid #4869DA;
	 color:White;
	TEXT-DECORATION:none;
	/*BACKGROUND-IMAGE:url(http://localhost/EMSwebs/images/bgcolor.gif);*/
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 7pt;
 /*width:62px;*/
}
/*Created by Dharmendra verma*/
.MsgOnform
{
	font-weight: bold;
	font-size: 12pt;
	color: maroon;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica,Sans-Serif;
}

