	TH, TD, UL, DIV {font-family: MS Sans Serif, Arial Cyr, sans-serif; font-size: 12px; color:#173C74;vertical-align : top;}
	SPAN {font-family: MS Sans Serif, Arial Cyr, sans-serif; font-size: 12px; color:#173C74;}
	P {margin-top: 0px; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; text-align: justify; }
	UL {margin-top: 4px; margin-bottom: 2px; list-style-type: square; list-style-position: outside;}
	IMG {border: 0px;}
	
	.fin {border:1px solid black; background-color:#eeeeee; border-width:1;}

A  {
	font-family: MS Sans Serif;
	color:#5A88DD;
	cursor: hand;
	cursor:  pointer;
	}

.black  {
	font-family: MS Sans Serif;
	color:#000000;	
	}

A:hover {
	color: red;
	}

A:active  {
	color: gray;
	}
	
A.active  {
	color: gold;
	}
	
A.w:hover {
	color: FFF9BC;
	}

A.w:active {
	color: FFF9BC;
	}	

A.active:active {
	color: FFF9BC;
	}
	
A.active:hover {
	color: FFF9BC;
	}	

td.active {  color:dd0000;}
	
A.bookmark {font-family: MS Sans Serif; color:#424142; text-decoration:none;}
A.bookmark:hover {font-family: MS Sans Serif; color:#282C77;}

A.menuL2 {font-family: MS Sans Serif; color:#EF0003;}
A.menuL2:hover {font-family: MS Sans Serif; color:#6A90C8;}
A.menu {text-decoration:none; font-family: MS Sans Serif; font-size:11px; color:white;}
A.menu:hover {color:#FFD8AF}
A.menu:active {color:FFD8AF;}
A.head {color:E01603; text-decoration: none;}
A.head:hover {text-decoration: underline; color:#B30000}

	.header  {font-family: MS Sans Serif; font-size: 12px; font-weight: bold; color:dd0000; padding-top:5px; }
	.special {font-size: 8pt; font-style: italic;}
	.w{font-size: 8pt; color:#FFFFFF;}
	.w2{font-size: 8pt; color:#183984;}
	.w3{font-size: 8pt; color:#E01603;}
	.navigation {font-size: 7pt; font-weight: bold;}
	BODY {background-color: #ffffff;}
	HR {height: 1px; size: 1px; color: #FF000A;}

UL, LI {
	list-style-type : point; ;
}
.silver{
	background-color : FFFFE5;
	cursor : pointer;
}
.gridRow{
	background-color : f6f6f6;
	cursor : pointer;
}
input {
	height: 20px;
	font-size: 13px;
	font-family: MS Sans Serif;
	width: 180px;
	padding-top : 0px;
	vertical-align: top;
}
input.checkbox {
	height: 14px; 
	width: 15px;
}
input.radio {height: 18px; font-size: 10px; width: 15px;}
input.data {height: 20px; font-size: 13px; width: 20px;}
select { font-size: 11px; width: 180px;}
input2 {height: 21px; font-size: 10px; font-family: MS Sans Serif}
A.group {
	cursor:pointer;
	text-decoration : underline;
}
.toolbar {

	border: 0px;
	height: 25px;
	background: url(images/bg_console2004.gif);
}

.toolbar2004 {

	border: 0px;
	height: 25px;
	background: url(images/bg_console2004.gif) repeat-x;
}

.icon {
	width : 16;
	height : 16;
	border : 0px;
}

#find {
	width: 100%;
	border: 0px;
}
TD.separator {
	padding-left: 0px;
}
IMG.separator {
	width: 8px;
	height: 25px;
}
form   {
	margin-top: 0px;
	margin-bottom: 0px;
	padding : 0px;
}
div   {
	margin-top: 0px;
	margin-bottom: 0px;
}
.folder {
	text-align : left;
}
IFRAME.treerender {
	position:absolute;
	width:0px;
	height:0px;
}
A.selected {
	color: White;
	background-color : 4961FF;
}

A.selected:active {
	color: White;
	background-color : 4961FF;
}

A.selected:hover {
	color: dddddd;
}
TR.obj {
	background-color : #F3F3F3;
}
TR.obj_disabled {
	background-color : #FAFAFA;
}
TD.obj {
	vertical-align : middle;
	height : 25px;
}
INPUT.disabled {
	background-color : #F3F3F3;
}
.thumbnails{
	display: block;
	background-repeat : no-repeat;
	text-decoration: none;
	background-position : center;
	border : 1px solid Black;
}

/* íàøà HTML òàáëèöà */
table.sort{
border: 1px solid #999999;
}

/* ÿ÷åéêè òàáëèöû */
table.sort td{
border:1px solid #CCCCCC;
padding:0.3em 1em
}

/* çàãîëîâêè òàáëèöû */
table.sort thead th{
cursor:pointer;
cursor:hand;
}

/* çàãîëîâîê îòñîðòèðîâàííîãî ñòîëáöà */
table.sort thead th.curcol{
background-color:#999999;
color:#FFFFFF
}

/* editable attr*/
.eattr {
	padding: 0px;
	margin: 0px;
}

/* edit string attr*/
.editStringAttr {
	border: 1px solid black;
	background-color: white;
	color: black;
	width: 100%;
	padding-top: 1px;
	padding-left: 3px;
}

/* edit attr frame */
.eattrFrame {
	position:absolute;
	width:0px;
	height:0px;
	display:none;
}

/* error */
TABLE.error{
	margin-top: 20px;
	width: 100%;
	margin-left: 15px;
}
.errorTH{
	color:cc0000;
	font-size:16px;
	font-weight: bold;
	padding-top: 10px;
}
TD.error{
	padding-top: 5px;
}
TD.stackTrace{
	color:000066;
	padding-top: 5px;
}
PRE.error{
	display: none;
}
DIV.error{
	display: none;
	color: cc0000;
}
A.error {
	color: cc0000;
}
A:HOVER.error {
	color: cc0000;
}
A:ACTIVE.error {
	color: cc0000;
}


