/*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: transaprent;
	font-size: 11px;
	font-family:  Helvetica, sans-serif;
	color: #979797;
	margin-top: 0px;
	margin-left:0px;
}


.contentStyle2{
	color:#FFFFFF;
	background-color:#62bc47;
}


.contentStyle table, .contentStyle2 table {
	font-family:  Helvetica, sans-serif;
	color: #979797;
}

.contentStyle2 table{
	color: #FFFFFF;
}


.contentStyle a,.contentStyle2 a{
	text-decoration: underline;
	color: #004694;
}



.contentStyle p,.contentStyle2 p
{
	margin-top: 0px;
	margin-bottom: 3px;
}

.contentStyle2 p{
	color:#FFFFFF;	
}

.contentStyle input
{
	height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #000000;
	font-size:11px;
}

.contentStyle textarea
{
	color: #000000;
	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;	
}

.contentStyle2 textarea{
	color:#FFFFFF;
}

.contentStyle2 font{
	color:#FFFFFF;
}

.contentStyle select
{
	color: #595959;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: pointer;
	background-color: transparent;
}

.contentStyle .form_radio{
    cursor: pointer;
    border: 0px solid white;
	background-color: transparent;
}

.form_checkbox {
	width: auto;
	height: auto;
}

.form_radio {
	width: auto;
	height: auto;	
}

.form_submit {
	width: 90px;
	height: 20px;
}

.contentStyle .form_submit
{
	background-color: #62bc47;
	height: 21px;
	border: solid 1px #ffffff;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size: 11px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*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*/