/* Content styles */
.contentStyle {
	background-color: transparent;
	color:#555555;
	font:11px Arial;
}
.contentStyle a {
	color: #e79a24;
	text-decoration: none;
}

.contentStyle a:hover {
	color: #e79a24;
	text-decoration:underline;
}
.contentStyle h1{
	font:12px Arial;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #e79a24;
}
.contentStyle h2{
	font:11px Arial;
	margin-top: 15px;
	color: #000;
}
	
.contentStyle p{
	margin: 0px 0px 10px 0px;
	color:#555555;
	font:11px Arial;
}
.contentStyle ul{
	padding:0 0 10px 15px;
}
.contentStyle ul li{
	list-style-image:url(../images/listStyle.gif);
}
/* Links */
.hand {
	cursor: pointer;
}

/* Forms */
input {
	height: 17px;
	line-height: 17px;
	border: 1px solid #000; 
	vertical-align: middle;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
}

textarea {
	border: 1px solid #000; 
	vertical-align: top;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
}

input.form_radio {
    cursor: pointer;
    border: none;
}

input.form_checkbox {
    cursor: pointer;
    border: none;
}

input.text{
	width: 250px;
	border: 1px solid #000; 
}

.submit, 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 {
	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;
}

/*Styles*/
a.link{
	padding-right:7px;
	background:url(../images/orangeRow.gif) no-repeat 100% 55%;
}
