/* General style classes */
body, td {
	font-family: sans-serif, Arial;
}

body{
	/*background-color: #FFFFFF; Obshij fon*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
}

.winheader{
    color: #0F4423;
	font-size: 16px;}

a{
	text-decoration: none;
	color: #0F4423
}

a:hover{
/*Ssylka pod mishkoy*/
	text-decoration: none;
	color: #CC0000;
}

form{
	margin-bottom: 0;
	margin-top: 0;
}

ul{
	margin-top: 8px;
	margin-bottom: 8px;
}

img{
	border-width: 0px;
}

input, textarea, select {
/*Knopki, checkbox'y*/
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #095708;
}

textarea{
	font-size: 14px	
}

/* Page layout classes */
#header-root{
	/*background-color: #FF0000;
	margin: 0 0px 0 0px; Verhnia chast*/
}
/*
#header-title{
	color: #095709;
	font-family: sans-serif;
	font-size: 225%;
	font-weight: normal;
	margin: 2px 5px 2px 5px;
}

#header-navbox{
	background-color: #FF5709;
	border: 1px solid #D7D7D7;
	display: block;
	padding: 4px 0px 4px 0px;
	height: 14px;
}
*/
a.header-navbox{
	/*background-color: #D7D7D7;*/
	/*border: medium none Black;
	display: inline;
	padding: 2px 5px 2px 5px;
	margin: 1px 2px 1px 2px;
	color: #445588;
	font-size: 100%;
	font-weight: bold;*/
}

a.header-navbox:hover{
	/*background-color: blue; */
	/*color: Red;
	text-decoration: none;
	border: medium solid blue;*/
}

#layout-root{
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

#layout-center{
	position: relative;
	padding: 1px 15px 1px 5px;
	margin-left: 20%;
	margin-right: 20%;
}

#layout-left{
	padding: 1px 1px 1px 1px;
	position: absolute;
	left: 5px;
	top: 0px;
	width: 19%;
}

#layout-right{
	padding: 1px 1px 1px 1px;
	position: absolute;
	right: 15px;
	top: 0px;
	width: 19%;
}

#copyright{
	text-align: center;
}

/* Main windows styles */
.window-title{
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
}
/*
.window-main{
	margin: 10px 0px 10px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px dotted #EEEEEE;
	background-color: #095709;
}
*/
/* ReloadCMS styles classes */
th {
	/*background-color: #095709; */
	padding: 1px 1px 1px 1px;
	
}

.row1 {
	/*background-color: #095709; */
	padding: 1px 1px 1px 1px;
	font-size: 14px;

}

.row2 {
	/*background-color: #336666; */
	padding: 1px 1px 1px 1px;
	font-size: 14px;
	
}

.row3 {
	background-color: #7f8f85; /**/
	padding: 1px 1px 1px 1px;
	font-size: 14px;
}

.grayborder
{
	font-size: 14px;
}

.special {
	color: red ! important;
}

.border{
	border: 1px solid black;
}

.codetitle {
	margin: 10px 5px 0px 5px;
	padding: 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: black;
	background-color: #A9B8C2;
	font-size: 8pt;
}

.codetext {
	margin: 0px 5px 10px 5px;
	padding: 5px 5px 5px 5px;
	border-color: #A9B8C2;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: "Courier New", Courier, mono;
/*	background-color: #FAFAFA;*/
	overflow: auto
}

