/*This style is needed only for Demo site - you may delete it START*/
.contentTdLeft .contentStyle {
	
}
/*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, .contentStyle td, .contentStyle th {
	color: #000000;
	font: 12px Verdana, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 19px;

}


.contentStyle table {
	color: #000000;
	font: 12px Verdana, Arial, sans-serif;
	background-image: none;
	border: 1px;
}


.contentStyle table tr td{
	background: none;
}

.contentStyle a {
	color: #F44500;
	text-decoration: underline;
}


.contentStyle p
{
	margin-top: 0px;
	margin-bottom: 2px;
}

.contentStyle input
{
	height: 14px;
	border: solid 1px #F44500;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #EBD0A5;
	margin-top: 1px;
	margin-bottom: 1px;	
}

.contentStyle textarea
{
	color: #000000;
	border: solid 1px #F44500;
	vertical-align: middle;
	background-color: #FFFFFF;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-arrow-color: #EBD0A5; 
    scrollbar-base-color: #F2DBB6; 
    scrollbar-darkshadow-color: #EBD0A5;
    scrollbar-face-color: #8D0608;
    scrollbar-highlight-color: #F2DBB6; 
    scrollbar-shadow-color: #000000;   
    scrollbar-track-color: #F2DBB6;
	scrollbar-3dlight-color: #8D0608;
}

.contentStyle select
{
	color: #000000;
	border: solid 1px #F44500;
	vertical-align: middle;
	width:200px;
	margin-top: 2px;
	margin-bottom: 2px;	
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: pointer;
	background-color: transparent;
}

.contentStyle .form_radio{
    cursor: pointer;
    border: 0px solid white;
	background-color: transparent;
}

.form_checkbox {
	width: auto;
	height: auto;
}

.form_radio {
	width: auto;
	height: auto;	
}

.form_submit {
	padding-left:10px;
	padding-right:10px;	
	height: 19px;
}

.contentStyle .form_submit
{
	height: 21px;
	border: solid 1px #F44500;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	color:#fff;
	background:#F44500 url(../images/submitBg.gif) no-repeat right top;
}
/*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: #fff;
	color: #000000;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 0px;
}


.shortNews p
{
	margin-top: 0px;
}
/*Styles for editing short news text in admin: END*/
