/*  --------------------------------------------------------------
	Version 2.0
	Copyright 2008-2009 Herasimov Konstiantyn Volodymyrovych
    --------------------------------------------------------------
*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #3F4054;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
p {
	text-indent: 2em;
	line-height: 1.5;
	margin: 0.3em;
}
a:link {
	text-decoration: none;
	color: #685EA6;
}
a:visited {
	text-decoration: none;
	color: #685EA6;
}
a:hover {
	text-decoration: none;
	color: #343C61;
	font-size: 1em;
}
a:active {
	text-decoration: none;
	color: #685EA6;
}
a.nochange  {
	color: #3F4054;
	font-size: 1em;
}
img.nochange {
	border: 0px;
}
.headerrow {
	background-color:#404071;
/*	background-color: #342549;*/
/*	background-color: #6B637A;*/
}
.panel  {
	text-align: center;
	border-top: 1px solid #D9E3FF;	
	border-left: 1px solid #D9E3FF;
	
/*	border: 1px solid #E0E3F3;	*/
	font-size: 0.8em;
	margin: 3px;
	padding: 2px;
}
.menupanel, .rsspanel {
	margin: 0;
}
.panel, .fill1, .menupanel, .rsspanel {
	background-color: #F4F5FB;	
}
.panel_title {
/*	border-top: 1px solid #D9E3FF;	
	border-left: 1px solid #D9E3FF;*/
	font-size: 1.2em;
	color: #A8A8FF; /* #685EA6;*/
}
.form_rules {
	color: #86B08E;
	font-size: 0.8em;
	text-align: center;
}
form {
	margin: 0;
}
.form_field_name {
	margin: 2px;
	font-size: 0.8em;
}
.form_errors {
	margin: 2px;
	color: #FF0000;
}
.form_buttons {
	margin: 2px;
}
.preview {
	font-size: 1.2em;
	text-align: left;
	color: #3F4054;
}
.footer{
	text-align: center;
	font-size: 0.6em;
	padding: 20px;
}
.node_footer_label{
	color: #A8A8FF; /*#685EA6;*/
	font-size: 0.6em;
}
.node_footer_value {
	color: #685EA6; /* #A8A8FF;*/
	font-size: 0.6em;
}
.bbbutton {
	text-align: center;
	display: inline;
} 
.usermessage {
	font-size: 1.2em;
	text-align: center;
	clear: both;
	margin: 5px;
}
.lang{
	display: inline;
}
.panel_item {
	text-align: left;
	font-size: 0.8em;
}
.node, .nodes {
	text-align: justify;
	padding-left: 2px;
	margin: 3px 3px 20px 3px;
}
.node_title {
	font-size: 1.1em;
	text-align: center;
	border-top: 1px solid #D9E3FF;	
	border-left: 1px solid #D9E3FF;
/*	border-top: 1px solid #F2F1F5;	
	border-left: 1px solid #F2F1F5;*/
	padding: 8px;
}
.nodes .node_title {
	text-align: left;
	background-color:#FBFCFA;	
}
.nodes {

}
.nodes .node_body {
	margin-top: 1em;
}
.node_body {
	font-size: 0.8em;
	text-align: justify;
	background-color: #FFFFFF;
	margin: 3px;	
}
.node_footer {
	margin-top: 1em;
	color: #6B637A;
/*	border-right: 1px solid #D9E3FF;	
	border-bottom: 1px solid #D9E3FF;*/
	border-right: 1px solid #F2F1F5;	
	border-bottom: 1px solid #F2F1F5;	
}
.node_footer_tags {
	padding: 0 10px 3px 5px;
/*	float: left;
	width: 100%;*/
}
.node_footer_author {
	white-space: nowrap;
	text-align: right;
	padding: 0 5px 3px 0;
}
.footer_system {
	clear: both;
}
.comment{	
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	border-bottom: 1px solid #D9E3FF;	
	background-color: #FFF2E6;
}
.comment_tilte {
	margin: 0;
	border-left: 1px solid #D9E3FF;	
	border-top: 1px solid #D9E3FF;	
	padding: 0 3px 5px 3px;
}
.comment_body {
	font-size: 0.8em;
	padding: 20px 5px 5px 5px;
	border-right: 1px solid #D9E3FF;		
}
.comment_buttons {
	float: left;
	padding: 8px 2px 2px 2px;
}
.commetn_author {
	float: left;
	padding: 2px 2px 2px 2px;
	width: 50%;	
}
.comment_date {
	text-align: right;
	padding: 2px 2px 2px 2px;
}
.code {
	text-indent: 0em;
	color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	background-color:#F9F9FF; /* #F0F0FF;*/
	border-width:1px;
	border-color:#999999;
	border-style:dashed;
	margin:5px;
	padding:5px;
}
.code_title {
	color: #8393E0;
}
.quote_title {
	text-indent: 0em;
	color: #8393E0;
}
.quote {
	text-indent: 2em;
	color: #3F4054;
	font-family: "Courier New", Courier, mono; 
	font-size: 12px;
	background-color: #FFF8F0;
	border:  1px dashed #999999;
	margin: 15px 5px 15px 5px;
	padding: 5px;
}
.node_block {
	text-indent: 2em;
	width: 100% !important;
	clear: both !important;
}
.node_block p {
	/*margin: 0.7em 0 0 0;*/
}
.pager {
	text-align: center;
	padding-bottom: 10px;
}
.currpage {
	padding: 0;
	text-align: center;
	margin: 1px;
	border: 1px solid #E0E3F3;			
}
.page {
	padding: 0;
	margin: 1px;
	text-align: center;	
	background-color: #F4F5FB;
	border: 1px solid #E0E3F3;		
}
.super_panelplace table {
	font-size: 0.7em;
	clear: both;
	width: 100%;
}
.main_menu_item {
	font-size: 1.3em;
	display: inline;
}
.navigator {
	font-size: 0.7em;
	background-color: #F4F5FB;
	border-top: 1px solid #D9E3FF;	
	border-left: 1px solid #D9E3FF;
/*	border: 1px solid #E0E3F3;		*/
	margin: 3px;
}
.super_menu_item {
	display: inline;
}
.system {
	margin-top: 10px;
	color: #A8A8FF;
	text-align: center;
}
.node_title a:hover {
	text-decoration: underline;
}
.node_body a:hover {
	text-decoration: underline;
}
.comment a:hover {
	text-decoration: underline;
}
.node_footer a:hover  {
	text-decoration: underline;
}
.panel a:hover {
	text-decoration: underline;
}
.system a:hover {
	text-decoration: underline;
}
.categories {
	font-size: 1em;
	font-weight: bold;
}
.list {
	text-indent: 0em;
}
.list_item {
	margin: 0.7em;
}
.newnodes {
	text-align: left;
	font-size: 1em;
}
.newnodes {
	padding: 0px;
	color: #685EA6;
}
.newnodes li {
 	margin-top: 3px;
}
/**
 * Controls
 */
.def_text {
	width: 10em;
	height: 1.3em ;	
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 1em;
	background-color: white;
	border: 1px solid #E0E3F3;		
}
.long_text {
	width: 100%;
	height: 1.3em;	
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 1em;
	background-color: #FFFFFF;
	border: 1px solid #E0E3F3;	
}
.def_area {
	width: 100%;
	height: 25em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
	background-color: white;
	border: 1px solid #E0E3F3;	
}
.def_button {
	width: 10em;
	height: 1.5em ;	
	background-color: #FFFFFF;
	border: 1px solid #E0E3F3;			
	text-align: center;	
	font-weight: bold;
}
.def_select {
	color: #343C61;
	width: 10em;
	height: 1.3em ;	
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 1em;
	background-color: white;
	border: 1px solid #E0E3F3;	
}
.small_button {
	width: 10px;
	height: 10px;
}
.bb_button {
	border: 0;
	width: 33px;
	height: 33px;	
	background-color: #D4DFFF;
	text-align: center;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #2A7FFF;
	font-weight: normal;
}
.bb_select {
	color: #343C61;
	width: 10em;
	height: 1.5em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 0.7em;
	background-color: white;
	border: 1px solid #E0E3F3;			
	margin-bottom: 10px;
	margin-left: 10px;
}
.bb_image {
	border: 0;
	margin-left: 0px;
	margin-top: 0px;
	width: 32px;
	height: 32px;
}
/**
* Other
*/
.ukrbanernet {
	margin-bottom: 2px;
}