/* Content styles */
.contentStyle {
	background-color: transparent;
	color: #020202;
	font: 12px Verdana;
}
.contentStyle a {
	color: #555566;
	text-decoration: none;
}

.contentStyle a:hover {
	color: #555566;
	text-decoration:underline;
}
.contentStyle h1{
	font: bold 20px Verdana;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #020202;
}
.contentStyle h2{
	font: bold 12px Verdana;
	margin-top: 15px;
	color: #FF0000;
}
	
.contentStyle p{
	margin: 0px 0px 5px 0px;
}
.contentStyle ul{
	padding:0 0 10px 15px;
}
.contentStyle ul li{
	list-style-image:url(../images/listStyle.gif);
}
/* Links */
.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; }

/* Spacing */
.nowrap { white-space: nowrap; }

.test { border: 2px solid red; }

/* Forms */
input {
	height: 17px;
	line-height: 17px;
	border: 1px solid #B4B4B4; 
	vertical-align: middle;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

textarea {
	border: 1px solid #B4B4B4; 
	vertical-align: top;
	font-family: Verdana;
	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; 
}

.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;
}

/*This style is needed only for Demo site - you may delete it START*/
.contentTdLeft .contentStyle {
	background-color: #ebebeb;
}
