/*Styles for editing article in admin: START*/

.contentStyle div.contsepar {
	background-color: #D6DCE2;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
	height: 1px;
	margin: 21px 0px 21px 0px;
}

.contentStyle .smtitle {
	margin-bottom: 16px;
	font-weight: bold;
}

/*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;
	margin-top: 0px;
}

.contentStyle p {
    vertical-align: top;
}

.contentStyle table, .contentStyle select, .contentStyle textarea, .contentStyle input, .contentStyle, .contentStyle button {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00224C;
}

.contentStyle table tr td {
    vertical-align: top;
}

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

.contentStyle img {

}

.contentStyle select, .contentStyle textarea, .contentStyle input, .contentStyle button {
    width: 175px;
  	background-color: #FFFFFF;
  	border: 1px solid #CACCCF;
}

.contentStyle input {
	cursor: text;
}

.contentStyle textarea {
    height: 127px;
    width: 239px;
    overflow: auto;
	overflow-x: hidden;
	scrollbar-base-color: #F5F5F6;
  	scrollbar-darkshadow-color: #F5F5F6;
	scrollbar-shadow-color: #CACCCF;
	scrollbar-track-color: #F5F5F6;
	scrollbar-highlight-color: #CACCCF;
	scrollbar-arrow-color: #CACCCF;
	scrollbar-face-color: #F5F5F6;
	scrollbar-3dlight-color: #F5F5F6;
}

.contentStyle .form_checkbox {
    cursor: hand;
    background-color: #FFFFFF;
	width: 18px;
	height: 12px;
	line-height: 12px;
	margin-right: 6px;
	border: none;
}

.contentStyle .form_submit, .contentStyle button {
	cursor: hand;
    width: 85px;
}

.contentStyle .form_radio {
    cursor: hand;
    background-color: #F1F1F2;
	width: 18px;
	height: 12px;
	line-height: 12px;
	margin-right: 6px;
	border: none;
}
/*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;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00224C;
	margin-top: 0px;
}


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