﻿.ButtonBlack80Up, .ButtonBlack80Over, .ButtonBlack80Down, ButtonBlack80Disabled
{
	border:none;
	background:transparent url("../Images/Controls/Button/ButtonBlack80.gif") no-repeat 0px 0px;
	color:White;
	cursor:pointer;
	font-family:'Tahoma', 'Arial', 'Times New Roman';
	font-size:3mm;
	font-weight:bold;
	height: 21px;
	line-height:21px;
	padding-bottom:2px;
	text-align:center;
}
.ButtonBlack80Over {background-position:0px -20px;}
.ButtonBlack80Down {background-position:0px -40px;}
.ButtonBlack80Disabled {background-position:0px -60px;}

.ButtonBlack90Up, .ButtonBlack90Over, .ButtonBlack90Down, ButtonBlack90Disabled
{
	border:none;
	background:transparent url("../Images/Controls/Button/ButtonBlack90.gif") no-repeat 0px 0px;
	color:White;
	cursor:pointer;
	font-family:'Tahoma', 'Arial', 'Times New Roman';
	font-size:3mm;
	font-weight:bold;
	height: 21px;
	line-height:21px;
	padding-bottom:2px;
	text-align:center;
}
.ButtonBlack90Over {background-position:0px -20px;}
.ButtonBlack90Down {background-position:0px -40px;}
.ButtonBlack90Disabled {background-position:0px -60px;}

.ButtonOrange80Up, .ButtonOrange80Over, .ButtonOrange80Down, ButtonOrange80Disabled
{
	border:none;
	background:transparent url("../Images/Controls/Button/ButtonOrange80.gif") no-repeat 0px 0px;
	color:White;
	cursor:pointer;
	font-family:'Tahoma', 'Arial', 'Times New Roman';
	font-size:3mm;
	font-weight:bold;
	height: 21px;
	line-height:21px;
	padding-bottom:2px;
	text-align:center;
}
.ButtonOrange80Over {background-position:0px -20px;}
.ButtonOrange80Down {background-position:0px -40px;}
.ButtonOrange80Disabled {background-position:0px -60px;}

.ButtonOrange90Up, .ButtonOrange90Over, .ButtonOrange90Down, ButtonOrange90Disabled
{
	border:none;
	background:transparent url("../Images/Controls/Button/ButtonOrange90.gif") no-repeat 0px 0px;
	color:White;
	cursor:pointer;
	font-family:'Tahoma', 'Arial', 'Times New Roman';
	font-size:3mm;
	font-weight:bold;
	height: 21px;
	line-height:21px;
	padding-bottom:2px;
	text-align:center;
}
.ButtonOrange90Over {background-position:0px -20px;}
.ButtonOrange90Down {background-position:0px -40px;}
.ButtonOrange90Disabled {background-position:0px -60px;}

.CheckBox
{
	cursor:pointer;
	font-size:3mm;
	font-family:'Tahoma', 'Arial', 'Times New Roman';
}

.DropDownList
{
	border:solid 1px #abadb3;
	padding:0px 0px 0px 0px; 
	height:20px;
	font-size:12px; 
	font-family:'Tahoma', 'Arial', 'Times New Roman';
}
.MaskedEditFocus
{
    background-color: RGB(222,237,203);
}
.MaskedEditError
{
    background-color: RGB(250,218,219);
}
.Message
{
	border-color:#008000;
	border-style:solid;
	border-width:1px;
	color:#004000;
	background-color:#BCEEBC;
	font-weight:normal;
	font-size:3.5mm; 
	font-family:'Tahoma', 'Arial', 'Times New Roman';
	padding:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	margin-top:0px;
	text-align:left;
}
.MessageError
{
	border-color:#800000;
	border-style:solid;
	border-width:1px;
	color:#800000;
	background-color:#EEBCBC; /* #FFC0CB; */
	font-weight:normal;
	font-size:3.5mm; 
	font-family:'Tahoma', 'Arial', 'Times New Roman';
	padding:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	margin-top:0px;
	text-align:left;
}
.TextBox
{
	border:solid 1px #abadb3;
	padding:2px 1px 2px 1px; 
	font-size:12px; 
	font-family:'Tahoma', 'Arial', 'Times New Roman';
}
.TextForm
{
	color:#505050;
	font-size:12px; 
	font-family:'Tahoma', 'Arial', 'Times New Roman';
	font-weight:normal;
}
.ValidationItem
{
	border-color:Maroon;
	border-style:solid;
	border-width:1px;
	background-color:White;
	color:Black;
	font-weight:normal;
	font-size:3mm; 
	font-family:'Tahoma', 'Arial', 'Times New Roman';
	padding:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
	margin-top:10px;
	text-align:left;
	/* width:90%; */
}
.Validators
{
	cursor:pointer;
	vertical-align:top; /*baseline*/
}
