/*This style is needed only for Demo site - you may delete it START*/
.contentTdLeft .contentStyle {
	background-color: #ebebeb;
}
/*This style is needed only for Demo site - you may delete it END*/

/*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: #525252;
	font: 12px  Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 19px;
}

.contentStyle table {
	color: #595959;
	font: 11px Verdana, Arial, sans-serif;
}

.contentStyle a {
	font: 12px  Arial, Verdana, sans-serif;
	color: #1C4C9C;
	text-decoration: none;
}

.contentStyle a:hover {
	text-decoration: underline;
}


.contentStyle p
{
	margin-top: 0px;
	margin-bottom: 4px;
}

.contentStyle button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	border: 2px;
	border-color: #25539F; border-top: #C8CDC9; border-left: #C8CDC9;
	background-color: #9EA0A2;
}
.contentStyle input
{
	height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #595959;
	margin: 0px;
}

.contentStyle textarea
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	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: #ffffff;
}

.contentStyle .form_radio{
    cursor: pointer;
    border: 0px solid white;
}

.form_checkbox {
	width: auto;
	height: auto;
}

.form_radio {
	width: auto;
	height: auto;	
}

.form_submit {
	width: 100px;
	height: 20px;
}

.contentStyle .form_submit
{	
	height: 25px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	border: 2px;
	border-color: #25539F; border-top: #C8CDC9; border-left: #C8CDC9;
	background-color: #9EA0A2;
}
/*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*/
