/* Content styles */
.contentStyle {
	background-color: transparent;
	color: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
}
.contentStyle a {
	color: #981a1a;
	text-decoration: none;
}

.contentStyle TABLE, .contentStyle TD
{
    color: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

A IMG
{
    border:none;
}

.contentStyle P
{
    margin:0;
    padding:0;
}

.contentStyle a:hover {
	text-decoration:underline;
}
.contentStyle h1
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #933232;
}

.contentStyle h2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #933232;
}
.contentStyle h3,.contentStyle h4, .contentStyle h5, .contentStyle h6,.contentStyle h3 A{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #933232;
}
	

.contentStyle UL, .contentStyle OL
{
    list-style-position:inside;
    margin:10px;

}

/* 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; 
}

INPUT[type=checkbox] 
{
	border:none !imporant;
	margin:2px 2px 2px 0 !imporant;
}

INPUT[type=file]
{
	height:auto;
} 

.contentStyle .typeCheckbox

{
	border:none !imporant;
	margin:2px 2px 2px 0 !imporant;
}

INPUT[type=text] 
{
	margin:2px 2px 2px 0;
}

.contentStyle .typeText
{
	margin:2px 2px 2px 0;
}

.submit, input.submit,.form_submit {
	background-color: #dfdfdf;
	padding:2px 5px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	color: #6C6C6C;
	font-weight: bold;
	height:auto;
	width:auto;
	margin:1px;
}

.submit_disable, input.submit_disable {
	background-color: #dfdfdf;
	padding:3px 5px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	color: #6C6C6C;
	font-weight: bold;
	height:auto;
	width:auto;
}


UL.catList
{
    margin:0;
    list-style-position:outside;
}

UL.catList LI
{
    padding:7px 0 7px 6px;
    background-image:url(/site/core/images/cat-list-bg.gif);
    background-position:left bottom;
    background-repeat:repeat-x;
}

UL.catList LI A
{
    font:bold 12px Verdana;
    color:#666;
    padding-right:10px;
    background-image:url(/site/core/images/news-arrow.gif);
    background-position:right center;
    background-repeat:no-repeat;
}
UL.catList LI A:hover
{
    text-decoration:underline;
 }
