/* Search form */
.clsXslSearch {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight : bold;
}

.clsXslSearchHint {
	color : #666666;
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
}

/* Links */
.clsXslHref {
	color: #000000;
	text-decoration: none;
}

a:hover.clsXslHref {
	color: #000000;
	text-decoration: underline;
}

/* Pages navigator */
.clsXslNavbar {
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
}

.clsXslNavbarSelected {
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight : bold;
}

/* Common text */
.clsXslText {
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
}

.clsXslText a {
	color: #FF0000;
}

/* Buttons */
.clsXslDropdown {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: normal;
	border-left: #000000 1px solid;
	width: 180px;
	color: #222222;
	border-bottom: #000000 1px solid;
	height: 16px;
	background-color: #ffffff;
}
.clsXslTextbox {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: normal;
	border-left: #000000 1px solid;
	width: 85px;
	color: #222222;
	border-bottom: #000000 1px solid;
	height: 16px;
	background-color: #ffffff;
}
.clsXslButton {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: normal;
	border-left: #000000 1px solid;
	/*width: 180px;*/
	color: #222222;
	border-bottom: #000000 1px solid;
	height: 16px;
	background-color: #dfdfdf;
}
