/* Content styles */
.contentStyle {
	background-color: #8b8278;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	letter-spacing: 1px;
	line-height:17px;
}

.contentStyle IMG
{
	position:relative;
}

.darkBG
{
   background-color: #39271a;
} 
.contentStyle a {
	color: #fff;
	text-decoration: underline;
}

.contentStyle a:hover {
	color: #f78d24;
	text-decoration:underline;
}
.contentStyle h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color:#FF8E1E;
	padding: 0px;
	margin: 0px
	}


.contentStyle TD
{
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	letter-spacing: 1px;
	line-height:17px;
}



.contentStyle h2{
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color:#FF8E1E;
	padding: 0px;
	margin: 0px
}
	
.contentStyle p{
	margin: 0px 0px 3px 0px;
	letter-spacing: 1px;
	line-height:17px;
}

.contentStyle TABLE TD.address-td
{
    line-height:normal;
}

.contentStyle TABLE TD.address-td P
{
    margin:0;
    padding:0;
    line-height:normal;
    letter-spacing:1px;

}

.hand {
	cursor: pointer;
}

/* Scrolls */
.whiteScrolBlock {
	scrollbar-3dlight-color: #EBEBEB;   
    scrollbar-arrow-color: #7F7F7F; 
    scrollbar-base-color: #EBEBEB; 
    scrollbar-darkshadow-color: #EBEBEB;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #BEBEBE; 
    scrollbar-shadow-color: #BEBEBE;   
    scrollbar-track-color: #FFFFFF;
}

/* Aligns */
.bl-left { float: left; }
.bl-right {	float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

/* Text */
.bold { font-weight: bold; }
.arial { font-family: Arial, Helvetica, sans-serif; }
.red { color: red; }
.dark_blue { color: #04679E; }

/* Spacing */
.nowrap { white-space: nowrap; }

/* Background */
.bg_white {	background-color: white; }

/* Dimensions */
.height_460{ height: 460px;	}
.height_430{ height: 430px; }
.height_272{ height: 272px; }
.height_20{ height: 20px; }

.width_100p{ width: 100%; }
.width_912{ width: 912px; }
.width_910{ width: 910px; }
.width_870{ width: 870px; }
.width_400{ width: 400px; }
.width_315{ width: 315px; }
.width_200{ width: 200px; }
.width_150{ width: 150px; }
.width_120{ width: 120px; }
.width_100{ width: 100px; }
.width_90{ width: 90px; }
.width_80{ width: 80px; }
.width_60{ width: 60px; }
.width_30{ width: 30px; }
.width_20{ width: 20px; }

.marginBottom_10 { margin-bottom: 10px; }
.marginTop_60 { margin-top: 60px; }
.margin_15 { margin: 15px; }
.margin_10 { margin: 10px; }

.padding_15 { padding: 15px; }
.padding_10 { padding: 10px; }

.test { border: 2px solid red; }

/* Forms */
input {
	height: 17px;
	line-height: 17px;
	border: 1px solid #B4B4B4; 
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

textarea {
	border: 1px solid #B4B4B4; 
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

input.form_radio {
    cursor: pointer;
    border: none;
}

input.form_checkbox {
    cursor: pointer;
    border: none;
}

input.text{
	width: 250px;
	border: 1px solid #b4b4b4; 
}

.form_submit, input.form_submit {
	background-color: #dfdfdf;
	background-image: url(/site/core/images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	color: #6C6C6C;
	font-weight: bold;
}

.submit_disable, input.submit_disable {
	background-color: #dfdfdf;
	background-image: url(/site/core/images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	color: #999999;
	font-weight: bold;
}

/*This style is needed only for Demo site - you may delete it START*/
.contentTdLeft .contentStyle {
	background-color: #ebebeb;
}
/* This is old styles from content_styles.css. Probably - deprecated */
/*
.contentStyle table {
	color: #595959;
	font: 11px Verdana, Arial, sans-serif;
}

.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-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: #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: 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;
	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;
}

.shortNews {
	background-color: #ffffff;
	color: #595959;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 0px;
}


.shortNews p
{
	margin-top: 0px;
}
*/