.contentStyle
{
	background-color: #375492;
	color: #FFF;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 19px;
}

.contentStyle FONT
{
    background-color:transparent;
}


.contentStyle table TD {
	color: #FFF;
	 background-color:transparent;
	font: 11px Verdana, Arial, sans-serif;
}



.contentStyle a {
	color: #FF0000;
	background-color:transparent;
	text-decoration: none;
}

.contentStyle a:hover {

	text-decoration: underline;
}


.contentStyle p
{
	margin-top: 0px;
	background-color:transparent;
	margin-bottom: 19px;
}

.contentStyle H1
{
    color: #e0362f;
	background-color:transparent;
	font-size: 17px;
}

.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: 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: 100px;
	height: 20px;
}

.contentStyle .form_submit
{
	background-color: #2f3e7c;
	height: 21px;
	color:#fff;
	border: solid 1px #FFF;
	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*/
