.MainMenuItemText
{
	cursor:default;	
	font-family:Tahoma;
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	color:#4169c5;
}

.MainMenuItemUrlText
{
	cursor:hand;
	font-family:Tahoma;
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	color:#4169c5;
}
.SubMenuItemText
{
	cursor:default;	
	font-family:Tahoma;
	font-size:10pt;
	font-style: normal;
	font-weight:normal;
	color:#4169c5;
}

.SubMenuItemUrlText
{
	cursor:hand;
	font-family:Tahoma;
	font-size:10pt;
	font-style: normal;
	font-weight:normal;
	color:#4169c5;
}




td
{	
	color:#4169c5;
	font-family : Tahoma;
	font-size : 10pt;	
}



.Label-Normal
{
	color:#4169c5;
	font-family : Tahoma;
	font-size : 10pt;	
	background-color:transparent
}

.Button-Normal
{
	font-family : Tahoma;
	font-size : 9pt;	
	border : 1px outset;
	color:#4169c5;
}

.LinkButton-Normal
{
	font-family : Tahoma;
	font-size : 10pt;	
}

.CheckBox-Normal
{
	font-family : Tahoma;
	font-size : 10pt;	
}

.RadioButton-Normal
{
	font-family : Tahoma;
	font-size : 10pt;	
}

.ImageButton-Normal
{

}
.HyperLink-Normal
{
	font-family : Tahoma;
	font-size : 10pt;	
	/*color:#4169c5;
	text-decoration:none;*/
}

.TextBox-Normal
{	
	font-family : Tahoma;
	font-size : 10pt;		
}

.RichTextBox-Normal
{	

}

.TextBox-ReadOnly
{	
	font-family : Tahoma;
	font-size : 10pt;		
	color : #696969;
}

.FileUpload-Normal
{	

}

.UpDown-Normal
{
	font-family : Tahoma;
	font-size : 10pt;		
}

.RequiredFieldValidator-Normal
{
	font-family : Tahoma;
	font-size : 10pt;		
}

.ValidationSummary-Normal
{
	font-family : Tahoma;
	font-size : 10pt;	
}

/*******************DataGrid************************/
.DataGridHeader-Normal
{
	background-color : darkgray;
	font-family : Tahoma;
	font-size : 10pt;	
	font-weight : bold;
	color : White;
}
.DataGridItem-Normal
{
	font-family : Tahoma;
	font-size : 10pt;	
}
.DataGridAlternatingItem-Normal
{
	background-color : whitesmoke;
	font-family : Tahoma;
	font-size : 10pt;	
}
/*******************DataGrid************************/

