﻿.BtnStyle
{
	background-image:url('images/ButtonBackground.gif');
	background-repeat:repeat-x;
	width:80px;
	color:#565656;
	font-size:8pt; 
	font-family:tahoma;
	font-weight: bold;
	height:20px; 
	border: #3F4045 1px ridge; 
	border-right-style:solid;
	padding: 0px 5px 5px 4px;
	margin:0px;
	cursor:hand;
	text-align:center;
}
.CheckBoxList
{
	font-family:Tahoma;
	font-size:10pt;
	color:#000000;
	text-align:left;
	background-color:#EBEBEB;
    scrollbar-face-color: #D1D0D6;
    scrollbar-shadow-color: #E6E5EB;
    scrollbar-heighlight-color: #E6E5EB;
    scrollbar-3dlight-color: #E0E0E0;
    scrollbar-darkshadow-color: #727272;
    scrollbar-track-color: #E6E5EB;
    scrollbar-arrow-color: #FFFFFF;
}
.TextBoxStyle
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color:#f2f2f2;
	width:120px;
	text-align:left;
	direction: ltr;
}
.TextBoxStyleLeft
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color:#f2f2f2;
	width:120px;
	text-align:left;
	direction: ltr;
}
.DropDownListStyle
{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	background-color:#f2f2f2;
	direction: ltr;
    width:120px;
	text-align:left;
}
.RadioBtnStyle
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.ErrorStyle
{
    font-family:Tahoma;
    font-size:11px;
    color:Red;
}
.LinkText
{
    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#000000;
    text-decoration:none;
}
.LinkText:Hover
{
    font-weight:normal;
    color:#F87D06;
    text-decoration:underline;
}
.NormalText
{
}
