/*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: #979797;
	color: #000000;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 0px;
}


.contentStyle table {
	color: #000000;
	font: 11px Verdana, Arial, sans-serif;
}


.contentStyle a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.contentStyle a:hover {
	text-decoration: underline;
}

.contentStyle img {
	border: 1px solid #ffffff;
}

.contentStyle p
{
	margin-top: 0px;
}

.contentStyle input
{
	height: 18px;
	width: 250px;
	border: solid 1px #333333;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #000000;
}

.contentStyle textarea
{
	height: 50px;
	width: 250px;
	border: solid 1px #333333;
	color: #000000;
}

.contentStyle select
{
	color: #595959;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: hand;
	background-color: #ffffff;
}

.contentStyle .form_radio{
    cursor: hand;
	 width: 25px;
	 background-color: #979797;	 
    border: 0px solid white;
}

.contentStyle .form_submit
{
	width: 100px;
	background-color: #dfdfdf;
	height: 21px;
	border: solid 1px #ffffff;
	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;
}


.content_content_header {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 20px 0px 10px 0px;
}

.front_content_header {
	font-size: 21px;
	font-weight: normal;
	color: #ffffff;
	margin: 20px 0px 10px 0px;
}


/*Styles for editing short news text in admin: END*/