/*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: transparent;
	xcolor: #595959;
	color:#2e87c7;
	font: /*10pt*/ 12px Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 19px;
}


.contentStyle table TD {
	xcolor: #595959;
	color:#2e87c7;
	font: 13px Arial, sans-serif;
}



.contentStyle a {
	xcolor: #FF0000;
	color:#d62a6d;
	text-decoration: underline;
	font:/*10pt*/ 13px Arial, sans-serif;
}

.contentStyle span.fontSize1 a, .contentStyle FONT.fontSize1 a 
{
    font-size:10px;
}

.contentStyle span.fontSize2 a, .contentStyle FONT.fontSize2 a 
{
    font-size:13px;
}

.contentStyle span.fontSize3 a, .contentStyle FONT.fontSize3 a
{
    font-size:16px;
}

.contentStyle span.fontSize4 a, .contentStyle font.fontSize4 a 
{
    font-size:18px;
}

.contentStyle span.fontSize5 a, .contentStyle FONT.fontSize5 a 
{
    font-size:24px;
}

.contentStyle span.fontSize6 a, .contentStyle FONT.fontSize6 a 
{
    font-size:32px;
}

.contentStyle span.fontSize7 a,.contentStyle FONT.fontSize7 a 
{
    font-size:48px;
}



.contentStyle img
{
	border:none;}

.contentStyle a:hover {
	text-decoration: underline;
}


.contentStyle p
{
	margin-top: 0px;
	margin-bottom: 16px;
	color:#2e87c7;
	font: /*10pt*/ 13px Arial, sans-serif;
}

.contentStyle input
{
	height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	xcolor: #595959;
	color:#2e87c7;
	font:normal /*10pt*/ 12px Arial;
}

.contentStyle textarea
{
	xcolor: #595959;
	color:#2e87c7;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	font:normal /*10pt*/ 13px Arial;
	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
{
	xcolor: #595959;
	color:#2e87c7;
	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;
}

.invs_button {
	align :center;
	border: 0px;
	background-color: transparent;
	color: #ffffff;
	font: 13px Arial, Verdana, sans-serif;
	font-weight: bold;
}

td.btn_left {
	background: transparent url(/images/button_l.gif) right center no-repeat;
	width: 7px;
}

td.btn_middle {
	background: transparent url(/images/button_m.gif) center repeat-x;
}

td.btn_right {
	background: transparent url(/images/button_r.gif) left center no-repeat;
	width: 7px;
}

.contentStyle .form_submit
{
	xbackground-color: #dfdfdf;
	background-image: url(/site/images/button.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 22px;
	border: none;
	cursor: pointer;
	color:#fff;
	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;
	xcolor: #595959;
	color:#2e87c7;
	font: 13px Arial, sans-serif;
	margin-top: 0px;
}


.shortNews p
{
	margin-top: 0px;
}
/*Styles for editing short news text in admin: END*/

/* Germes's style */

.h1, H1{
	text-align: left;
	vertical-align: middle;
	color: #2e87c7;
	font: 18px Verdana, Arial, sans-serif;
	font-weight: bold;
}

.h2, H2{
	text-align: left;
	vertical-align: middle;
	color: #2E87C7;
	font: 16px Verdana, Arial, sans-serif;
	font-weight: bold;
}

.h3, H3{
	text-align: left;
	vertical-align: middle;
	color: #2E87C7;
	font: 15px Verdana, Arial, sans-serif;
	font-weight: bold;
}

.h4, H4 {
	text-align: left;
	vertical-align: middle;
	color: #2E87C7;
	font: 14px Verdana, Arial, sans-serif;
	font-weight: bold;
}

TABLE td.self_addr {
	color: #9AB9E2;
	font: 9px Arial, sans-serif;
}

ul li{
	list-style-image: url(/images/dot_red_ul.gif);
	list-style-position:outside;
}
