/* Content styles */
.contentStyle, .contentStyle table tr td{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color:#898272;
	letter-spacing: normal;
	line-height: 20px;
	text-align: left;	
	margin:0px;
	padding:0px;	
}

.contentStyle h1 {	
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;	
}

.contentStyle h2 {	
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #A398C0;	
}

.contentStyle h3 {	
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #A398C0;	
}

.contentStyle h4 {	
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #A398C0;	
}

.contentStyle a {	
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;	
	text-decoration: underline;    
}

.contentStyle a:hover {
	text-decoration: none;
}

.contentStyle p {
	margin: 0px 0px 0px 0px;    
	letter-spacing: normal;
	line-height: 20px;
}

.contentStyle li{
	margin: 0px;    	
	list-style-position:inside;
	list-style-image:url(../images/li.jpg);
	letter-spacing: normal;
	line-height: 20px;
}

.contentStyle ol, .contentStyle ol li div{
	margin: 0px; 
	letter-spacing: normal;
	line-height: 20px;
}
/* ===================== ContentStyle1 - Begin ============================================ */
.contentStyle1, .contentStyle1 table tr td{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #b3c0c8;
	background-color:transparent;
	letter-spacing: normal;
	line-height: 20px;
	text-align: left;	
}

.contentStyle1 h1 {	
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;	
}

.contentStyle1 h2 {	
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
}

.contentStyle1 a {	
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;	
}

.contentStyle1 a:hover {
	text-decoration: none;
}

.contentStyle1 p {
	margin: 0px;    
	letter-spacing: normal;
	line-height: 20px;
}


/* ===================== ContentStyle1 - end ============================================ */

/* Links */
.hand {
	cursor: pointer;
}

/* Forms */
input, .contentStyle 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;
}

input.editBTN{
	height: 20px;
	line-height: 16px;
	background-color:#607c8b;
	border: 1px solid #fff; 
	color:#fff;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	cursor:hand;
	cursor:pointer;
}


textarea, .contentStyle 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, .contentStyle input.form_radio {
    cursor: pointer;
    border: none;
}

input.form_checkbox, .contentStyle input.form_checkbox {
    cursor: pointer;
    border: none;
}

input.text, .contentStyle input.text{
	width: 250px;
	border: 1px solid #b4b4b4; 
}

.submit, .contentStyle input.submit, .contentStyle .submit, .contentStyle input.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, .contentStyle .submit_disable, .contentStyle 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;
}


.shortNews {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#898272;
	color: #ffffff;
	letter-spacing: normal;
	line-height: 15px;
	text-align: left;
}


.shortNews p{
	margin: 0px;
	background-color:#898272;
}