
/*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: #F8FCFE;
	color: #404040;
	font: 11px Tahoma, Arial, sans-serif;
	margin-top: 0px;
}


.contentStyle table {
	color: #404040;
	font: 11px Tahoma, Arial, sans-serif;
}

.contentStyle tr td {
	vertical-align: top;
}

.contentStyle a {
	color: #000000;
	text-decoration: underline;
}


.contentStyle a:hover {
	text-decoration: underline;
}


.contentStyle p
{
	margin-top: 0px;
}

.contentStyle input
{
	height: 17px;
	width: 220px;
	border: solid 1px #2C4462;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #404040;
}

.contentStyle textarea
{
	color: #404040;
	border: solid 1px #2C4462;
	height: 60px;
	width: 220px;
}

.contentStyle select
{
	color: #404040;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: hand;
	background-color: #ffffff;
	width: 25px;
}

.contentStyle .form_radio{
    cursor: hand;
    border: 0px solid white;
	 width: 25px;
}

.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 #2C4462;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	width: 100px;
}
/*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:transparent;
	color: #000000;
	font: 11px Tahoma, Arial, sans-serif;
	margin-top: 0px;
}


.shortNews p
{
	margin-top: 0px;
}
.news_front .shortNews .newsAnnotation p FONT{
	background:transparent;
}


/*Styles for editing short news text in admin: END*/
