/*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: #666666;
	font:bold 11px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


.contentStyle table {
	color: #666666;
	font:bold 11px Arial, Helvetica, sans-serif;
}


.contentStyle a {
	color: #FF0000;
	text-decoration: none;
}

.contentStyle a:hover {
	text-decoration: underline;
}
.contentStyle img {
	border-color:#C5CACD;
}

.contentStyle p
{
	margin: 0px;
	padding: 0px;
}

.contentStyle input
{
	height: 14px;
	border: solid 1px #7F9DB9;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #3273CC;
}

.contentStyle textarea
{
	color: #3273CC;
	border: solid 1px #7F9DB9;
	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: #0072BC;
	border: solid 1px #7F9DB9;
	vertical-align: middle;
	background-color: #FFFFFF;
	font:bold 11px Arial;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: hand;
	background-color: #ffffff;
}

.contentStyle .form_radio{
    cursor: hand;
    border: 0px solid white;
}

.contentStyle .form_submit
{
	color: #7F9DB9;
	background-color: #ffffff;
	height: 21px;
	border: solid 1px #7F9DB9;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}
.border_grey img{
	border:3px solid #C5CACD;
	margin-right:14px;
	text-align:left; 	
}
.border_grey_ img{
	border:3px solid #C5CACD;
	margin-right:9px;
	text-align:left; 	
}

/*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: 0px;
	padding: 0px;
}


.shortNews p
{
	margin: 0px;
	padding: 0px;
}
/*Styles for editing short news text in admin: END*/