/*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;*/
	background-color: transparent;
	color: #404040;
	font: 12px Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 1px;
}


.contentStyle table {
	color: #404040;
	font: 12px Verdana, Arial, sans-serif;
}

.contentStyle a {
	color: #0000FF;
	text-decoration: none;
}

.contentStyle a:hover {
	text-decoration: underline;
}


.contentStyle p
{
	margin: 0px;
	padding: 0px;
}

.contentStyle input
{
	height: 17px;
	line-height: 17px;
	width: 230px;
	border: solid 1px #BCBCBC;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #404040;
	font: 10px Verdana, Arial, sans-serif;
}

.contentStyle textarea
{
	color: #404040;
	width: 200px;
	font: 10px Verdana, Arial, sans-serif;
	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: #404040;
	font: 10px Verdana, Arial, sans-serif;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	height: 17px;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: hand;
	background-color: #ffffff;
	background: transparent;
}

.contentStyle .form_radio{
    cursor: hand;
    border: 0px solid white;
	background: transparent;
	width: 20px;
}

.contentStyle .form_submit, .contentStyle button
{
	/*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;*/
	height: 25px;
	width: 130px;
	line-height: 23px;
	vertical-align: middle;
	margin: 5px 5px 5px 5px;
	background-color: transparent;
	background-image: url(/site/images/bg_special_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	border: none;
	font-weight: bold;
	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*/
.shortNews {
	background-color: #ffffff;
	color: #595959;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 0px;
}


.shortNews p
{
	margin: 0px;
	padding: 0px;
}
/*template.js*/
.blueTitle, .blueTitle a{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #8AA6D6;
}

.orangeTitle, .orangeTitle a{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #F5A229;
}

.darkOrangeTitle, .darkOrangeTitle a{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #D86F2C;
}


.greenTitle, .greenTitle a{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #11911C;
}

.blackTitle, .blackTitle a{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
}

.link_attention{
	background-image: url(../images/attention.gif); 
	width: 220px; 
	height:96px;
}

.link_invert_attention{
	background-image: url(../images/invert_!.gif); 
	width: 220px; 
	height:96px;
}

.link_question{
	background-image: url(../images/question.gif); 
	width: 220px; 
	height:96px;
}


/* Aligns*/
.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}
/*Styles for editing short news text in admin: END*/