/*This style is needed only for Demo site - you may delete it START*/
.contentTdLeft .contentStyle {
	background-color: #ebebeb;
	color:#000000;
}
/*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;
	background:none;
	font: 11px Verdana, Arial, Helvetica, Sans-serif;
	margin-top: 0px;
	color:#000000;
}

.contentStyle table {
	font: 11px Verdana, Arial, Helvetica, Sans-serif;
}

.contentStyle a {
	color: #005FA8;
	text-decoration: underline;
}

.contentStyle a:hover {
	text-decoration: underline;
}

.contentStyle H1 {
	font-size: 12px;
	font-weight: bold;
	color: #005FA9;
}

.contentStyle H1 IMG {
	display: inline;
	margin-right: 7px;
}

.contentStyle p
{
	margin-top: 0px;
	color:#000000;
}

.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;
}

.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;
}

.contentStyle cat_param{
	width:470px;
	height:100px;
	overflow-x:hidden; 
	overflow-y:auto; 
	border:1px solid #CCCCCC;
}
/*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-size: 11px;
	margin-top: 0px;
}


.shortNews p
{
	margin-top: 0px;
}
/*Styles for editing short news text in admin: END*/
