/*as in client - so user will be able to normally edit article*/

.contentStyle, .contentStyle TABLE TD
{
    font:normal 11px Verdana;
    color:#666;
    background-color:#fff;
}

.contentStyle P
{
    margin:0;
    padding:0;
}

a {	
	text-decoration: none;
	color: #999999;
}


.footer
{
    background-color:#b9b9b9 !important;
    color:#fff !important;
    font:normal 10px Verdana !important;
}

.top-menu-RTE
{
    background-color:#ec6500 !important;
    color:#fff !important;
    font:normal 14px Verdana !important;
}

.top-menu-RTE A, .top-menu-RTE A:hover
{
    color:#fff !important;
    font:bold 14px Verdana !important;
    text-decoration:none;
}


.footer A
{
    color:#fff;
    text-decoration:none;
}

.footer A:hover
{
    text-decoration:underline;
}

h1{
	margin: 0px 0px 10px 0px; 
	padding: 0px;
	color: #ec6500;
	font:bold 14px Verdana;
}

h2{
	margin: 10px 0px 5px 0px; 
	padding: 0px;
	color: #ec6500;
	font:normal 14px Verdana;
}

h3{
	margin: 5px 0px 0px 0px; 
	padding: 0px;
	color: #ec6500;
	font:bold 12px Verdana;
}

h4, h5, h6{
	margin: 5px 0px 0px 0px; 
	padding: 0px;
	color: #ec6500;
	font:normal 12px Verdana;
}


.contentStyle ul.arrow-list
{
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    

}

.contentStyle ul.arrow-list LI
{   
    background-image:url(/site/images/arrow-list.gif);
    background-repeat:no-repeat;
    background-position:left center;
    margin:10px 0;    
    padding-left:15px;
    color:#333;
    font:normal 11px Verdana;
}

.contentStyle ul.arrow-list LI A
{
    color:#333;
    text-decoration:none;
}

.contentStyle ul.button-list
{

    list-style-type:none;
    margin:0;
}

.contentStyle ul.button-list LI
{   
    background-image:url(/site/images/btn-list-bg.gif);
    background-repeat:no-repeat;
    background-position:left top;
    padding-top:2px;
    padding-bottom:6px;
    padding-left:11px;
    margin:3px 0;    
    color:#333;
    font:normal 11px Verdana;
}

.contentStyle ul.button-list LI A
{
    color:#333;
    text-decoration:none;
}

.contentStyle .bullet-img
{
    
}

input {
		height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #404040;
}

input.pollSubmit
{
    height:auto;
}

textarea {
	color: #404040;
	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;
}

input.form_radio {
    cursor: pointer;
    border: 0px solid white;
    	width: auto;
	height: auto;	
}

input.form_checkbox {
	border: none;
	cursor: pointer;
	background-color: #ffffff;
		width: auto;
	height: auto;
}

input.text{
	width: auto;
	border: 1px solid #b4b4b4; 
}

.submit, input.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;
		width: 100px;
	height: 20px;
}

.submit_disable, input.submit_disable {
	background-color: #dfdfdf;
	background-image: url(/site/core/images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	color: #999999;
	font-weight: bold;
}

select 
{
    	color: #404040;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
}
/*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*/

.contentStyle_popupBanner {
    font: 14px Verdana;
    color: black;
    margin: 265px 219px 0px 305px;
    background-image: url("/site/images/sita_popup.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: gray;
}
				
.contentStyle_popupBanner A {
    font-weight: normal;
    text-decoration: none;
    color: #FF6600;
}

.contentStyle_popupBanner A IMG {
    border: none;
}
											
.contentStyle_popupBanner P {
    margin: 0px;
}
											
/*Styles for editing short news text in admin: END*/


/*Css class for opening sita-popup: BEGIN */
.open-popup
{
    cursor:pointer;
}
/*Css class for opening sita-popup: END */
