/*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*/

/*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: none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	margin: 0px;
	padding: 0px;
}



.contentStyle table {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.contentStyle table tr td {
	vertical-align: top;
	text-align: left;	
}



.contentStyle a {
	color: #E8641B;
	text-decoration: none;
	font-size: 12pt;
}

/*.contentStyle a:hover {
	text-decoration: underline;
}
*/

.contentStyle p
{
	margin: 0px;
	padding: 0px;
}

.contentStyle input
{
	height: 20px;
	line-height:20px;
	border: solid 1px #292759;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12pt;
}

.contentStyle textarea
{
	color: #000000;
	font-size:12pt;
	border: solid 1px #292759;
	vertical-align: middle;
	background-color: #FFFFFF;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-3dlight-color: #292759;   
    scrollbar-arrow-color: #292759;
    scrollbar-base-color: #ffffff; 
    scrollbar-darkshadow-color: #292759;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff; 
    scrollbar-shadow-color: #ffffff; 
	scrollbar-track-color: #FFFFFF;
}

.contentStyle select
{
	color: #000000;
	border: solid 1px #292759;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-size: 12pt;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: hand;
	background-color: #ffffff;
}

.contentStyle .form_radio{
    cursor: hand;
    border: 0px solid white;
}

.contentStyle .form_submit
{
	background-color: #292759;
	height: 24px;
	border: solid 1px #292759;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	color: #ffffff;
}
/*Styles for editing article in admin: END*/

/*Styles for editing article number 2 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_1
{
	background-color: none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}



.contentStyle_1 table {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}



.contentStyle_1 a {
	color: #E8641B;
	text-decoration: underline;
}

/*.contentStyle a:hover {
	text-decoration: underline;
}
*/

.contentStyle_1 p
{
	margin: 0px;
	padding: 0px;
}

.contentStyle_1 input
{
	height: 20px;
	line-height: 20px;
	border: solid 1px #292759;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12pt;
}

.contentStyle_1 textarea
{
	color: #000000;
	border: solid 1px #292759;
	vertical-align: middle;
	background-color: #FFFFFF;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-3dlight-color: #292759;   
    scrollbar-arrow-color: #292759;
    scrollbar-base-color: #ffffff; 
    scrollbar-darkshadow-color: #292759;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff; 
    scrollbar-shadow-color: #ffffff; 
	scrollbar-track-color: #FFFFFF;
}

.contentStyle_1 select
{
	color: #000000;
	border: solid 1px #292759;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.contentStyle_1 .form_checkbox
{
	border: none;
	cursor: hand;
	background-color: #ffffff;
}

.contentStyle_1 .form_radio{
    cursor: hand;
    border: 0px solid white;
}

.contentStyle_1 .form_submit
{
	background-color: #292759;
	height: 24px;
	border: solid 1px #292759;
	cursor: pointer;
	cursor: hand;
	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: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}


.shortNews p
{
	margin: 0px;
	padding: 0px;
}

.whiteBackground{
	background-color: #ffffff;
}
/*Styles for editing short news text in admin: END*/