.FormTABLE {
	border: 1px solid lightgray;
	line-height:20px;
}

.FormHeaderTD {
	background-image:url("images/tableTD.gif");
	border:1px solid #cccccc;
	text-align:center;
}

.FormHeaderFONT {
	font-size: 15px; 
	color: #0067BB;
	font-weight: bold; 
	font-family: Helvetica, Arial, Tahoma, Verdana;
}

.FieldCaptionTD 
{
  background-color: #EEEEEE;
  padding: 0px 5px 0px 5px;
  text-align:right;
}

.FieldCaptionFONT {
	font-size: 12px; 
	color: black; 
	font-family: Tahoma, Helvetica, Verdana, Arial;
}

.DataTD 
{
	background-color: white;
	padding: 0px 5px 0px 5px;
}

.RecordSeparatorTD {
	background-color: white;
}

.DataFONT {
	font-size: 10pt; 
	color: #666666; 
	font-family: Tahoma, Arial, Verdana, Helvetica;
}

.WeclomeFONT {
	font-size: 10pt; 
	color: #487AC3; 
	font-family: Arial, Tahoma, Verdana, Helvetica;
}

.DataFONTError {font-size: 10pt; color: #ff0000; font-family: Arial, Tahoma, Verdana, Helvetica}

.ColumnFONT {
	font-size: 10pt; 
	color: #0067BB; 
	font-weight: bold; 
	font-family: Tahoma, Arial, Verdana, Helvetica;
	text-decoration:none;
}

.ColumnTD 
{
	border-right: 1px solid gray; 
	border-bottom: 1px solid gray; 
	background-color: #F3F8FB;
	padding: 0px 5px 0px 5px;
}

.ErrorFONT {
	font-size: 10pt; 
	color: #ff0000; 
	font-family: Tahoma, Arial, Verdana, Helvetica; 
	font-weight: bold;
}

.SuccessFONT {font-size: 10pt; color: #00aa00; font-family: Arial, Tahoma, Verdana, Helvetica; font-weight: bold;}

body 
{
	font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size: 10pt;
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

.footer
{
	font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size: 8pt;
    font-weight: bold;
	color: #BACFFF;
	margin: 0;
	padding: 0;
}

#header {
	background-color:white;
	background-image:url("images/header_bg.gif");
	background-position:bottom;
	background-repeat:repeat-x;
	width:100%;
	height:45px;
	border:1px solid #D7D7D7;
	text-align:center;
}

.header_text {
	font-family:Helvetica;
	font-weight:bold;
	font-size:16px;
	color:#487AC3;
}

#header_start {
	background-color:#487AC3;
	width:100%;
	height:20px;
	color:white;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
}

#header_start a {
	color: white;
}

#left {
	width:250px;
	padding-top:50px;
}

#right {
	padding-top:50px;
}

#headerTable {
	width:100%;
}

#headerMain {
	height:46px;
}

#menu {
	width:150px;
}

.categoryNameOrage {
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
	background-color:#FFC993;
	color:#D45600;
	text-align:center;
	height:20px;
	border-bottom:1px solid #CCCCCC;
}

.categoryNameBlue {
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
	background-color:#B3D7EF;
	color:#0067BB;
	text-align:center;
	height:20px;
	border-bottom:1px solid #CCCCCC;
}


.categoryNameYellow {
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
	background-color:#FAF99B;
	color:#8C8A07;
	text-align:center;
	height:20px;
	border-bottom:1px solid #CCCCCC;
}

.categoryNameGreen {
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
	background-color:#C7EDA4;
	color:#006103;
	text-align:center;
	height:20px;
	border-bottom:1px solid #CCCCCC;
}

.categoryNameRozoviy {
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
	background-color:#FE5CF1;
	color:#66045E;
	text-align:center;
	height:20px;
	border-bottom:1px solid #CCCCCC;
}

.categoryItem {
	background-color:#F3F7F6;
	background-image:url("images/catItem.gif");
	height:17px;
	border:1px solid #CCCCCC;
	border-top-color:white;
	cursor:pointer;
	text-align:right;
	padding-right:10px;
	font-family:Verdana;
	font-size:13px;
	color:black;
}

.inputSubmit {
	border:1px solid #bbbbbb;
	background-color:#E6F3FC;
	width:50px;
}

.inputSmall {
	width:150px;
	border:1px solid #cccccc;
}

.inputLong {
	width:500px;
	border:1px solid #cccccc;
}

.viewfile {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#0067BB;
	text-decoration:none;
}