/*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: #757575;
	font:11px Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}


.contentStyle table {
	color: #757575;
	font:11px Helvetica, Arial, sans-serif;
}



.contentStyle a {
	color: #0398e8;
	text-decoration:underline;
}

.contentStyle a:hover {
	text-decoration: underline;
}


.contentStyle p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.contentStyle input
{
	height: 14px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #757575;
}

.contentStyle textarea
{
	color: #757575;
	border: solid 1px #bebebe;
	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: #757575;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: pointer;
	background-color: #ffffff;
}

.contentStyle .form_radio{
    cursor: pointer;
    border: 0px solid white;
}

.form_checkbox {
	width: auto;
	height: auto;
}

.form_radio {
	width: auto;
	height: auto;	
}

.form_submit {
	width: 100px;
	height: 20px;
}

.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;
}
/*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*/
a.shortNews {
	xbackground-color:#CCCCCC;
	width:199px;
	xheight:37px;
	overflow:hidden;
	font:10px Helvetica, sans-serif, Arial;
	text-align:left;
	line-height:14px;
	margin:4px 11px 0 11px;
	padding-bottom:8px;
	display:block;
	border-bottom:1px solid #d2d2d2;

}
a.shortNews_last{
	border:none;
}
.more{
	vertical-align:middle;
	margin-left:5px;
}
.shortNews p
{
	margin:0px;
	padding:0px;
	display:inline;
}
.news_title_c p
{
	margin:0px;
	padding:0px;
	display:inline;
}
.news_list_page_tes p{
	margin:0px;
	padding:0px;
	display:inline;
}
.shortNews_last p
{
	margin:0px;
	padding:0px;
	display:inline;
}
/*Styles for editing short news text in admin: END*/