﻿body
{
	font-family: Tahoma;
	font-size: small;
}

Input.Button
{
	border: solid 1px #DBDBDB;
	background: #F7F6F3;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma;
}
Input.Text
{
	border: solid 1px #666666;
	height: 16px;
	width: 250px;
	font-size: 9pt;
	font-family: Tahoma;
}
Input.NavigateText
{
	border: solid 1px #666666;
	height: 16px;
	width: 250px;
	font-size: 9pt;
	font-family: Tahoma;
	text-align: left;
	direction: ltr;
}
TextArea
{
	border: solid 1px #666666;
	width: 250px;
	font-size: 9pt;
	font-family: Tahoma;
}
.MessagesBox
{
	font-size: 8pt;
	font-family: Tahoma;
	color: Red;
}
a
{
	color: #483399;
	text-decoration: none;
	font: 9pt Tahoma, Veranda;
}
a:hover
{
	color: red;
}
.pnlNoRecordsFound
{
	font: 13px Tahoma;
	color: Red;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	direction: rtl;
}
.FormCell
{
	background-color:#E1E9F7;
	font: 8pt Tahoma;
}