/*This style is needed only for Demo site - you may delete it START*/

/*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: transparent;
	color: #595959;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 16px; 
}

.contentStyle_sec
{
	background-color: #010000;
	background-image:url(../images/backgr_2.jpg);
	background-repeat:repeat-x;
	background-position:left -10px;
	color: #595959;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 16px; 
}

.contentStyle table, .contentStyle_sec table {
	color: #595959;
	font: 11px Verdana, Arial, sans-serif;
}



.contentStyle a,  .contentStyle_sec a{
	color: #D5652B;
	text-decoration: none;
}

.contentStyle a:hover, .contentStyle_sec a:hover{
	text-decoration: underline;
}


.contentStyle p
{

	margin-top: 0px;
	margin-bottom: 6px;
}

.contentStyle input
{
	height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #595959;
}

.contentStyle textarea
{
	color: #595959;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #D4652B;
	scrollbar-shadow-color: #534F4D;
	scrollbar-track-color: #ffffff;	
}

.contentStyle select
{
	color: #595959;
	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: none;
    background-color: transparent;
}

.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*/
.shortNews {
	background-color: #ffffff;
	color: #595959;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 0px;
}


.shortNews p
{
	margin-top: 0px;
}
/*Styles for editing short news text in admin: END*/

.content_table tr {
	height: 24px;
}

.content_table tr td {
	vertical-align: top;
}

.top {
	vertical-align: top;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.content_table_2 tr {
	height: 24px;
}

.content_table_2 tr td {
	vertical-align: middle;
	padding: 2px 0px 2px 6px;
}

.content_table_2 tr td.title {
	font-weight: bold;
	text-align: center;
	background-color: #e8e8e8;
}

.content_table_2 tr td.title_big {
	font-weight: bold;
	text-align: left;
	border: 1px solid #bebebe;
	background-color: #f6f6f6;
	font-family: Arial; 
	font-size: 14px;
}

