/*This style is needed only for Demo site - you may delete it START*/
.contentTdLeft .contentStyle {
	background-color: #ffffff;
}
/*This style is needed only for Demo site - you may delete it END*/

/* Content Style for editable red text from the left: START */
.contentStyleRedText {
	background-color: transparent;
	color: #FB680D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.contentStyleRedText a {
	color: #FB680D;
	text-decoration: underline;
}

/* Content Style for editable red text from the left: END */

/* Content Style Photos: START */

.contentStyle_photos
{
	background-color: transparent;
	color: #012243;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


.contentStyle_photos table {
	color: #012243;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.contentStyle_photos a {
	color: #FB680D;
	text-decoration: none;
}

.contentStyle_photos a:hover {
	text-decoration: underline;
}

.contentStyle_photos img {
	border: none;
}

.contentStyle_blue {
	background-color: #A7C6E5;
}

/* Content Style Photos: 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;
	color: #012243;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 19px;
}


.contentStyle table {
	color: #012243;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}



.contentStyle a {
	color: #FB680D;
	text-decoration: none;
}

.contentStyle a:hover {
	text-decoration: underline;
}

.contentStyle img {
	border: 1ps solid #1F5184;
}

.contentStyle a:hover {
	text-decoration: underline;
}


.contentStyle p
{
	margin-top: 0px;
	margin-bottom: 19px;
}

.contentStyle input
{
	height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #012243;
}

.contentStyle textarea
{
	color: #012243;
	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: #012243;
	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: 0px solid white;
}

.form_checkbox {
	width: auto;
	height: auto;
}

.form_radio {
	width: auto;
	height: auto;	
}

.form_submit {
	width: 100px;
	height: 20px;
}

.contentStyle .form_submit
{
	background-color: #dfdfdf;
	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: #000000;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.shortNews img {
	border: 1ps solid #1F5184;
}

.shortNews p
{
	margin-top: 0px;
}
/*Styles for editing short news text in admin: END*/