.Button
{
	border-right: #66ccff thin groove;
	border-top: #66ccff thin groove;
	background-image: url(../Images/CSS/button.gif);
	border-left: #66ccff thin groove;
	cursor: hand;
	color: white;
	border-bottom: #66ccff thin groove;
}


.Combo
{
	border-right: green thin groove;
	border-top: green thin groove;
	border-left: green thin groove;
	border-bottom: green thin groove	
	font-family: Arial;
	font-size:12
}

.Textbox
{
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove;
	font-family: Arial;
	font-size:12
}
.Datagrid
{
	border-right: activeborder thin groove;
	border-top: activeborder thin groove;
	color:Black;	
	border-left: activeborder thin groove;
	border-bottom: activeborder thin groove;
	border-color:#FFFDFD;	
}

.Header_DataGrid
{
	border-right: activeborder thin groove;
	border-top: activeborder thin groove;
	background-image: url(../Images/CSS/bgControl_White2.gif);
	color:Black;	
	border-left: activeborder thin groove;
	border-bottom: activeborder thin groove;
	border-color:#FFFDFD;	
	text-align:center
}
.Alter_DataGrid
{
	background-color:#FFFCFC
}
.Title
{
	font-weight: bold;
	font-size: 20pt;
	color: darkred;
}
.LabelText
{
	color: #000000;
	font-family: Arial;
	font-size:12
}

.TextBox_Label
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	border-bottom-style: none;
}

.Underline_Title
{	
	text-align:right;
	BACKGROUND:url(../Images/arrow_orange.gif);
}


