﻿html
{
	overflow: scroll;
}
body
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
}
/*.messagePanel_Information
{
	background-color: White;
	border-color: Blue;
	border-style: solid;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
}*/
.messagePanel_Warning
{
	background-color: White;
	border-color: Red;
	border-style: solid;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
}
.messagePanel_Error
{
	background-color: Red;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	color: White;
	padding: 5px 5px 5px 5px;
}
.linkNotUnderlined a:link, .linkNotUnderlined a:visited, .linkNotUnderlined a:active
{
	text-decoration: none;
}
.linkNotUnderlined a:hover
{
	text-decoration: underline;
}
.dxgvPreviewRow td.dxgv
{
	background-color: #ededed;
	font-size: 8pt;
	padding-left: 20px !important;
	padding-right: 3px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}