﻿body 
{
	background-color:White;
}

.ClsTextBox
{
	border-style:solid;
	border-width:1px;
	border-color:#004000;
	font-size:8pt;
	font-family:Tahoma;
	
}

.ClsLinkButton
{
	text-decoration:none;
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:Blue;
}

.ClsBtn
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:Blue;
	border-style:none;
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#DCDFE5, EndColorStr=#BDC2CB);
}

.ClsLinkButton:hover
{
	text-decoration:none;
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:#FF0000;
}

.ClsButton
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:Black;
	border-style:ridge;
	border-color:#BFC4CD;
	border-width:1px;
	background-color:#EAEAEA; 
	height:20px;
	width:75px;
}

.ClsLabel
{
	border-style:none;
	border-color:#004000;
	font-size:8pt;
	font-family:Tahoma;
	height:22px;
}
.ClsLabelBold
{
	border-style:none;
	border-color:#004000;
	font-size:8pt;
	font-family:Tahoma;
	font-weight:bold;
	color:Gray;
	height:22px;
}

.ClsListBox
{
	border-style : solid;
	border-width:1;
	border-color:#004000;
	font-size:8pt;
	font-family:Tahoma;
}
.ClsCombo
{
	
	border-style:solid;
	border-width:1;
	border-color:#004000;
	font-size:8pt;
	font-family:Tahoma;
	height:22px;
}
.ClsLabelField
{
	border-style:none;
	border-color:#004000;
	font-size:8pt;
	font-family:Tahoma;
	color:Gray;
}

