﻿.Label_Style
{
	font-family:Tahoma ;
	font-size: 10.0pt;
	
}

.GroupBox_Style
{
	font-family :Tahoma ;
	font-size: 11.0pt;
}

.Login_Style
{
    border: medium double #0000FF;
}

.Worning_Style
{
    font-family:Tahoma ;
	font-size: 11.0pt;
	color:Red;
	font-weight:bolder;
}

.Titr_Style
{
	font-family: Tahoma ;
	font-size: 11.0pt;
	font-weight: bold ;
    color:#0066ff;
}

.Button_Style
{
	font-family: Tahoma ;
    font-size : 10.0pt;
    width: 100.0pt;
    height: 20.0pt;
    background-color:#9595ff ;
 
}

 

.DropDown_Style
{
	font-family:Tahoma;
	font-size:10.0pt;
	width:90.0pt;
    background-color:#eaffff;
}


.GridDropDown_Style
{
	font-family:Tahoma;
	font-size:10.0pt;
	width:60.0pt;
    background-color:#eaffff;
}

.RadioButtonList_Style
{
	font-family: Tahoma ;
	font-size : 10.0pt;
}

.TextBox_Style
{
    width: 90.0pt;
    font-family: Tahoma;
    font-size: 10.0pt;
}

.GridTextBox_Style
{
	width: 50.0pt;
	font-family: Tahoma;
    font-size: 9.0pt;
}

A:Active
{
	color:Red;
}
A:link
{ 
	color:Blue;
}

A:visited
{
	color:Green ;
}
A:hover
{
	color:Black;
}
A
{
	text-decoration:none;
}
