/*Styles for editing article in admin: START*/
/*because of it article content will look in admin the same way*/
/*as in client - so user will be able to normally edit article*/
.contentStyle {
	background-color: #FFFFFF;
	color: #000000;
	font: 12px Arial, sans-serif;
	margin-top: 0px;
}

.contentStyle table {
	color: #000000;
	font: 12px Arial, sans-serif;
	border-collapse: collapse;
}

.contentStyle table td {
	padding: 0px;
}

.contentStyle a {
	color: #004E11;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid blue;*/
}
.contentStyle a.linkarray,a.linkarray{
	display:block;
	background:url(../images/arrow.gif)  0 0 no-repeat;
	padding:0 0 0 10px;
	color:#004E11;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.contentStyle a img {
	border: 0px;
}

.contentStyle h1{
	margin:0 0 10px 0;
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#004E11;
}
.contentStyle h2,.formSearch  h2{
	margin:0 0 0 0;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#004E11;
}

.contentStyle_navbar {
	color: #004E11;
	font: 14px Arial, sans-serif;
	margin:0;
	text-align:left;

}
.contentStyle_navbar p{
	color: #004E11;
	font: 14px Arial, sans-serif;
	margin:0 0 10px 0;
	text-align:left;

}

.contentStyle_navbar ul{
	list-style:none;
	margin:0;
	line-height:14px;
}
.contentStyle_navbar ul li{
	background:url(../images/arrow.gif) 0 0 no-repeat;
	margin:7px 0 10px 10px;
	padding:0 0 0 15px;
}


.contentStyle_navbar a{
	color: #004E11;
	text-decoration:none;
}
.contentStyle_navbar a:hover, .contentStyle_navbar a:hover.RTE_URL_Link{
	color: #50A020;
}
	
.contentStyle_navbar2 {
	background-color: #ffffff;
	color: #595959;
	font: 12px Arial, sans-serif;
	margin: 0px 190px 0px 190px;
}

.contentStyle input{
	height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #595959;
}

.contentStyle textarea
{
	color: #595959;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-base-color: #ffffff;
  	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #bebebe;
	scrollbar-track-color: #ffffff;
	scrollbar-highlight-color: #bebebe;
	scrollbar-arrow-color: #bebebe;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
}

.contentStyle select
{
	color: #595959;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: hand;
	background-color: #ffffff;
}

.contentStyle .form_radio{
    cursor: hand;
    border: 0px solid white;
}

.contentStyle .form_submit
{
	background-color: #dfdfdf;
	background-image: url(../images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}
/*Styles for editing article in admin: END*/


/*Styles for editing short news text in admin: START*/
/*because of it short news text will look in admin the same way*/
/*as in client - so user will be able to normally edit it*/
.shortNews {
	background-color: #ffffff;
	color: #595959;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 0px;
}


.shortNews p
{
	margin-top: 0px;
}
/* Styles for editing short news text in admin: END */

.front_header1 {
	font-size: 120%;
	font-weight: bold;
	color: black;
   margin: 5px 0px 0px 0px;
}

.front_header2 {
	font-size: 100%;
	font-weight: bold;
   margin: 0px 0px 15px 0px;
   color: #004E11;
}

.front_header3 {
	font-size: 100%;
	font-weight: bold;
   color: #004E11;
   margin: 0px 0px 5px 0px;
}

.front_header4 {
	font-size: 13px;
	font-weight: bold;
   text-indent: 0em;
   text-align: left;
   color:#BFD3C3;
   margin: 0px 0px 0px 0px;
}

.front_text1 {
	font: 11px Arial;
   text-indent: 0em;
   text-align: justify;
   color: #666666;
   margin:0px;
}

.content_header1 {
	font-size: 125%;
   font-weight: bold;
   color: #004E11;
	margin: 0;
}

/* Bottom content styles */
.bottom-green{
    /*background-color:#004e11;*/
    padding:5px;
}

.bottom-green p{
    margin:0;
}

.bottom-green a:hover{
    text-decoration:none;
}
.bottom-green a:hover{
    text-decoration:underline;
}

.bottom-green, .bottom-green p,
.bottom-green td, .bottom-green a{    
    color:#000;    
    font:bold 12px Arial,sans-serif;
}


