/*This style is needed only for Demo site - you may delete it START*/
.contentTdLeft .contentStyle {
	background-color: #C8D1D6;
}
/*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: transparent;
	color: #3B3B3B;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.contentStyle table {
	color: #3B3B3B;
	font-size: 12px;
	font-family: Arial, sans-serif;
}


.contentStyle a {
	color: #E60E16;
	text-decoration: underline;
}


.contentStyle img {
	border: 1px solid #A9B1B5;
}

.contentStyle p
{
	margin-top: 0px;
}

.contentStyle input
{
	height: 19px;
	width: 200px;
	border: solid 1px #3E2F28;
	vertical-align: middle;
	background-color: #ffffff;
	color: #595959;
}

.contentStyle textarea
{
	color: #595959;
	border: solid 1px #3E2F28;
	width: 200px;
	height: 50px;
}

.contentStyle select
{
	color: #595959;
}

.contentStyle .form_checkbox
{
	width: 20px;
	border: none;
	cursor: hand;
	background-color: #ffffff;
}

.contentStyle .form_radio{
    cursor: hand;
	 width: 20px;
    border: 0px solid white;
}

.contentStyle .form_submit
{
	width: 100px;
	background-color: #dfdfdf;
	height: 21px;
	border: solid 1px #3E2F28;
	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;
	margin-top: 0px;
}


.shortNews p
{
	margin-top: 0px;
}
/*Styles for editing short news text in admin: END*/