/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom checkbox styles */
.chk-area {
	margin: 0 3px 0 0;
	float: left;
	overflow: hidden;
	height: 18px;
	width: 17px;
}
.chk-area span {
	background: url(../images/bg-checkbox.gif) no-repeat;
	display: block;
	width: 51px;
	height: 36px;
}
.chk-focus span {
	margin-left: -34px;
}
.chk-checked span {
	margin-top: -18px;
}
.chk-disabled span {
	margin-left: -17px;
}
.customForm-label-active,
.chk-label-active {
	font-weight: bold;
}
/* radio button styles */
.rad-area {
	margin: 0 3px 0 0;
	float: left;
	overflow: hidden;
	height: 18px;
	width: 17px;
}
.rad-area span {
	background: url(../images/bg-radio.gif) no-repeat;
	display: block;
	width: 51px;
	height: 36px;
}
.rad-focus span {
	margin-left: -34px;
}
.rad-checked span {
	margin-top: -18px;
}
.rad-disabled span {
	margin-left: -17px;
}
/* custom select styles */
.select-area {
	background: url(../images/bg-select.gif) repeat-x 0 -34px;
	float:right;
	position: relative;
	overflow: hidden;
	height: 34px;
	margin:5px 0 0;
	color:#585a5c;
	font:12px/16px 'helveticaneueregular', sans-serif;
	letter-spacing:1px;
	word-spacing:-2px;
}
.select-area .select-opener {
	background: url(../images/bg-select.gif) no-repeat 100% -68px;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width: 25px;
	height: 34px;
}
.select-area .left {
	background: url(../images/bg-select.gif) no-repeat;
	position: absolute;
	width: 25px;
	height: 34px;
	z-index: 1;
	top: 0;
	left: 0;
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	line-height: 21px;
	cursor: default;
	display: block;
	padding: 6px 14px;
	z-index: 2;
}
.select-area .center img {
	margin: 5px 5px 0 0;
	position: relative;
	float: left;
}
.options-overflow div.drop-list {
	overflow: auto;
}
.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.select-options {
	z-index: 3000;
	background: #fafafa;
	position: absolute;
}
.select-options .drop-holder {
	height: 1%;
}
.select-options-flipped .drop-holder {
	border-width: 2px 2px 0;
}
.select-options div.drop-list {
	width: 100%;
}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	letter-spacing:1px;
	font:12px/16px 'helveticaneueregular', sans-serif;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color:#000;
	background:#fff;
	display: block;
	overflow: hidden;
	height: 1%;
	padding: 6px 14px;
}
.select-options ul a span {
	cursor: default;
	float: left;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #666;
	color: #fff;
}
.select-options ul a:hover {
	text-decoration: none;
}
.select-options ul a:focus {
	outline: none;
}
.select-options .optgroup strong{
	cursor: default;
	display: block;
	width: 100%;
}
.select-options .optgroup strong em {
	display: block;
	padding: 5px;
	height: 1%;
}
.select-options .optgroup ul a {
	padding-left: 20px;
}
.select-options img {
	margin: 2px 3px 0 0;
	float: left;
	border: 0;
}
.select-area:hover{cursor:pointer;}
.select-area:hover .select-opener{background-position: 0 -102px;}
.select-area:hover {background-position: 0 -136px;}
.select-area:hover .left {background-position: 0 -170px;}
.select-focus {background-position: 0 -136px;}
.select-focus .left {background-position: 0 -170px;}
.select-focus .select-opener {background-position: 0 -102px;}

/* multiple select styles */
.select-multiple-wrapper {
	background: #dfdfdf;
}
.select-multiple-wrapper .wtop, .select-multiple-wrapper .wbot {
	background: url(../images/bg-multiple.gif) no-repeat;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	height: 5px;
}
.select-multiple-wrapper .wtop .tr, .select-multiple-wrapper .wbot .br {
	background: url(../images/bg-multiple.gif) no-repeat 100% 0;
	width: 50%;
	float: right;
	height: 5px;
}
.select-multiple-wrapper .cwrap, .select-multiple-wrapper .chold {
	background: url(../images/bg-multiple.gif) no-repeat 0 50%;
	padding: 0 0 0 5px;
}
.select-multiple-wrapper .chold {
	background-position: 100% 50%;
	padding: 0 5px 0 0;
}
.select-multiple-wrapper .wbot {
	background-position: 0 100%;
}
.select-multiple-wrapper .wbot .br {
	background-position: 100% 100%;
}
.select-multiple-focus .wtop,
.select-multiple-focus .wbot,
.select-multiple-focus .wtop .tr,
.select-multiple-focus .wbot .br,
.select-multiple-focus .cwrap,
.select-multiple-focus .chold {
	background-image: url(../images/bg-multiple-focus.gif) !important;
}
.select-multiple-wrapper ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.select-multiple-wrapper ul li {
	padding: 0 0 1px;
	float: left;
	width: 100%;
}
.select-multiple-wrapper ul a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin: 0 4px 0 0;
	padding: 0 0 0 5px;
	line-height: 19px;
	color: #000;
	height: 20px;
}
div.noscroll-vertical ul a {
	margin: 0;
}
.select-multiple-wrapper ul a span {
	display: block;
	height: 20px;
	padding: 0 5px 0 0;
}
.select-multiple-wrapper .item-selected a {
	background: #8e9294 url(../images/bg-select-item.gif) no-repeat;
	color: #fff;
}
.select-multiple-wrapper .item-selected a span {
	background: url(../images/bg-select-item.gif) no-repeat 100% 0;
}
.select-multiple-wrapper ul a:hover {
	text-decoration: none;
}
.select-multiple-wrapper a, .select-multiple-wrapper span {
	cursor: default;
}
/* custom input type file */
.file-area {
	position: relative;
	line-height: 31px;
	overflow: hidden;
	padding: 0 10px 0 0;
	float: left;
	clear: both;
	height: 31px;
}
.file-area .customForm-wrap {
	position: relative;
	overflow: hidden;
	height: 31px;
	width: 0;
	margin: 0 0 -31px;
	z-index: 100;
	font-size: 0;
	line-height: 0;
}
.file-area .customForm-input-wrapper {
	position: relative;
	overflow: hidden;
	height: 31px;
	float: left;
}
.file-area .customForm-fake-input {
	background: url(../images/bg-upload.gif) no-repeat;
	padding: 0 0 0 10px;
	white-space: nowrap;
	float: left;
}
.file-area .customForm-fake-input span {
	background: url(../images/bg-upload.gif) no-repeat 100% -62px;
	cursor: default;
	overflow: hidden;
	padding: 0 10px 0 0;
	float: left;
}
.file-area .customForm-fake-input em {
	float: left;
	height: 31px;
	width: 180px;
	font-style: normal;
	padding: 0 0 0 20px;
	overflow: hidden;
	background: url(../images/ext-none.gif) no-repeat 0 50%;
}
.file-area .customForm-upload-button {
	background: url(../images/bg-upload.gif) no-repeat 0 -93px;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	color: #fff;
	float: left;
}
.file-area .customForm-upload-button span {
	background: url(../images/bg-upload.gif) no-repeat 100% -93px;
	padding: 0 10px 0 0;
	cursor: default;
	float: left;
	height: 31px;
}
.file-input-opacity {
	z-index: 100;
	position: absolute;
	height: 31px;
	line-height: 31px;
}
.file-disabled {color: #bbb;}
.file-disabled .customForm-fake-input {background-position: 0 -124px;}
.file-disabled .customForm-fake-input span{background-position: 100% -186px;}
.file-disabled .customForm-upload-button {background-position: 0 -217px;}
.file-disabled .customForm-upload-button span{background-position: 100% -217px;}

.file-focus .customForm-fake-input {background-position: 0 -248px;}
.file-focus .customForm-fake-input span{background-position: 100% -310px;}
.file-focus .customForm-upload-button {background-position: 0 -341px;}
.file-focus .customForm-upload-button span{background-position: 100% -341px;}

/* file extension styles */
.no-file .customForm-fake-input em{
	background: none;
}
.extension-jpg .customForm-fake-input em,
.extension-bmp .customForm-fake-input em,
.extension-gif .customForm-fake-input em,
.extension-png .customForm-fake-input em{
	background-image: url(../images/ext-image.gif);
}
.extension-odt .customForm-fake-input em,
.extension-doc .customForm-fake-input em,
.extension-docx .customForm-fake-input em{
	background-image: url(../images/ext-doc.gif);
}
.extension-ods .customForm-fake-input em,
.extension-xls .customForm-fake-input em,
.extension-xlsx .customForm-fake-input em{
	background-image: url(../images/ext-xls.gif);
}
.extension-swf .customForm-fake-input em,
.extension-fla .customForm-fake-input em{
	background-image: url(../images/ext-flash.gif);
}
.extension-db .customForm-fake-input em,
.extension-sql .customForm-fake-input em{
	background-image: url(../images/ext-db.gif);
}
.extension-htm .customForm-fake-input em,
.extension-html .customForm-fake-input em{
	background-image: url(../images/ext-html.gif);
}
.extension-txt .customForm-fake-input em,
.extension-rtf .customForm-fake-input em{
	background-image: url(../images/ext-txt.gif);
}
.extension-zip .customForm-fake-input em,
.extension-rar .customForm-fake-input em{
	background-image: url(../images/ext-zip.gif);
}
.extension-pdf .customForm-fake-input em{
	background-image: url(../images/ext-pdf.gif);
}
/* custom scroll styles */
.scrollable-focus1,
.scrollable-focus1 .scrollable-area{
	background: #ffd !important;
}
.scrollable-focus1 .scrollable-area .scrollable-area {
	background: #fff !important;
}
.scrollable-area-wrapper {
	position: relative;
	overflow: hidden;
}
.scrollable-area-wrapper .vscrollbar {
	background: url(../images/bg-vscrollable.gif) no-repeat 0 -20px;
	position: absolute;
	cursor: default;
	height: 100%;
	width: 20px;
	top: 0;
	right: 0;
	z-index: 100;
}
.scrollable-area-wrapper .scrollable-fake {
	overflow: hidden;
	position: relative;
}
.scrollable-area-wrapper .vscroll-up,
.scrollable-area-wrapper .vscroll-down {
	background: url(../images/bg-vscrollable.gif) no-repeat;
	overflow: hidden;
	width: 20px;
	height: 20px;
	right: 0;
	top: 0;
}
.scrollable-area-wrapper .vscroll-line {
	position: relative;
	width: 100%;
}
.scrollable-area-wrapper .vscroll-down {
	background-position: -20px 0;
	top: auto;
	bottom: 0;
}
.scrollable-area-wrapper .vscroll-slider {
	background: url(../images/bg-vscrollable.gif) no-repeat -20px 50%;
	position: absolute;
	overflow: hidden;
	width: 20px;
}
.scrollable-area-wrapper .scroll-bar-top,
.scrollable-area-wrapper .scroll-bar-bottom {
	background: url(../images/bg-vscrollable.gif) no-repeat -20px -20px;
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
}
.scrollable-area-wrapper .scroll-bar-bottom {
	background-position: -20px 100%;
	top: auto;
	bottom: 0;
}
/* horizontal scroll styles */
.scrollable-area-wrapper .hscrollbar {
	background: url(../images/bg-hscrollable.gif) no-repeat -20px 0;
	position: absolute;
	cursor: default;
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.scrollable-area-wrapper .hscroll-line {
	position: relative;
	height: 20px;
	float: left;
}
.scrollable-area-wrapper .hscroll-left,
.scrollable-area-wrapper .hscroll-right {
	background: url(../images/bg-hscrollable.gif) no-repeat;
	float: left;
	overflow: hidden;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
}
.scrollable-area-wrapper .hscroll-right {
	background-position: 0 -20px;
	left: auto;
	right: 0;
}
.scrollable-area-wrapper .hscroll-slider {
	background: url(../images/bg-hscrollable.gif) no-repeat 50% -20px;
	position: absolute;
	overflow: hidden;
	height: 20px;
}
.scrollable-area-wrapper .scroll-bar-left,
.scrollable-area-wrapper .scroll-bar-right {
	background: url(../images/bg-hscrollable.gif) no-repeat -20px -20px;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
}
.scrollable-area-wrapper .scroll-bar-right {
	background-position: 100% -20px;
	left: auto;
	right: 0;
}
/* scrollable textarea styles */
.textarea-wrapper {
	overflow: hidden;
	float: left;
}
.textarea-wrapper textarea,
.textarea-wrapper textarea:focus {
	border: 0;
	margin: 0;
	padding: 0 8px;
	outline: none;
	background: none;
	vertical-align: top;
}
.textarea-wrapper .ctop,
.textarea-wrapper .cbot,
.textarea-wrapper .cright, 
.textarea-wrapper .cmid, 
.textarea-wrapper .chold {
	background: url(../images/bg-textarea.gif) no-repeat;
}
.textarea-wrapper-focus .ctop,
.textarea-wrapper-focus .cbot,
.textarea-wrapper-focus .cright, 
.textarea-wrapper-focus .cmid, 
.textarea-wrapper-focus .chold {
	background-image: url(../images/bg-textarea-focus.gif) !important;
}
.textarea-wrapper .ctop,
.textarea-wrapper .cbot {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	height: 5px;
}
.textarea-wrapper .ctop .cright,
.textarea-wrapper .cbot .cright {
	background-position: 100% 0;
	width: 50%;
	height: 5px;
	float: right;
}
.textarea-wrapper .cbot .cright {
	background-position: 100% 100%;
}
.textarea-wrapper .cbot {
	background-position: 0 100%;
}
.textarea-wrapper .cmid {
	background-position: 0 50%;
	padding: 0 0 0 5px;
}
.textarea-wrapper .chold {
	background-position: 100% 50%;
	padding: 0 5px 0 0;
}