/*
	@author: lucien.immink
	@version: 0.1 (work in progress)
	@theme: fancy; based on from http://www.emblematiq.com/niceforms/v10/niceforms.html
*/
.fancy {
	background: url(/include/images/fancy/theme.gif);
}
.fancy .checkbox {
	background: url(/include/images/fancy/checkbox.gif) no-repeat 0 0;
	width: 15px;
	height: 13px;
	margin: 2px 3px 2px 0;
	cursor: pointer;
	overflow: hidden;
	float:left;
	clear: left;
}
.fancy .checkboxactive {
	background: url(/include/images/fancy/checkbox.gif) no-repeat 0 -13px;
	width: 15px;
	height: 13px;
	margin: 2px 3px 2px 0;
	cursor: pointer;
	overflow: hidden;
	float:left;
	clear: left;
}
.fancy .radio {
	background: url(/include/images/fancy/radio.gif) no-repeat 0 0;
	width: 15px;
	height: 14px;
	margin: 4px 3px 3px 0;
	cursor: pointer;
	overflow: hidden;
	float:left;
	
}
.fancy .radioactive {
	background: url(/include/images/fancy/radio.gif) no-repeat 0 -14px;
}
.fancy label {
	cursor: pointer;
	float:left;
	padding-top: 5px;
}
.fancy label.active {

}
.fancy .select.width_160 {
	width: 219px;
	float:left;
	margin: 0 10px 0 0;
}
.fancy .select.width_320 {
	background: url(/include/images/fancy/select_bg2.gif) repeat-x 0 0;
	width: 349px;
	float:left;
}
.fancy .select .selectleft {
	background: url(/include/images/fancy/select_left.png) no-repeat 0 0;
	float:left;
	height: 25px;
	width: 10px;
}
.fancy .select .selectright {
	background: url(/include/images/fancy/select_right.png) no-repeat 0 0;
	float:right;
	height: 25px;
	width: 23px;
	cursor: pointer;
}
.fancy .select.width_160 .selectright a{
	background: url(/include/images/fancy/select_bg.gif) repeat-x;
	width: 186px;
	height: 25px;
	margin-left: -186px;
	display: block;
	
}
.fancy .select.width_320 .selectright a{
	width: 349px;
	height: 21px;
	margin-left: -328px;
	display: block;
	position: absolute;
	
}
.fancy .select .center {
	color: #1B4383;
	padding-top: 3px;
	white-space: nowrap;	
	font-size: 11px;
	cursor: pointer;
}
.fancy .optionsDiv {
	font-size: 11px;
	margin-left: -10px;
	margin-top: -1px;
	padding: 2px 2px 10px 2px;
	z-index: 20;	
}
.fancy .optionsDiv.width_160{
	width: 216px;	
	background-image: url('/include/images/fancy/bg_dropdown.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 2px;
}
.fancy .optionsDiv.width_320{
	width: 340px;	
}
.fancy .optionsDiv a {
	color:#1B4383;
	text-decoration:none;
	padding:1px 4px;
	display: block;
	cursor: pointer;
	line-height: 15px;
	margin: 0 4px;
}

.fancy .optionsDiv a:hover {
	background-color: #e6edf9;
}
.fancy .optionsDiv .hover {
	zcolor:#FFFFFF;
	
}

.fancy .multiple {
	width: 320px;
}
.fancy .multiple multiple {
	background: transparent;
	border: 0px;
	margin: 5px;
	padding: 0px;
	height: 100px;
	width: 300px;
}
.fancy .multiple .top {
	background: url(/include/images/fancy/txtarea_tr.gif) no-repeat right 0;
	height: 5px;
	overflow: hidden;
}
.fancy .multiple .top .tl{
	background: url(/include/images/fancy/txtarea_tl.gif) no-repeat 0 0;
	width: 5px;
	height: 5px;
	overflow: hidden;
}
.fancy .multiple .center {
	background: url(/include/images/fancy/txtarea_cntr.gif) repeat-y right 0;
}
.fancy .multiple .center .center_c {
	overflow: auto;	
	width: 97%;
}
.fancy .multiple .center .center_c .option {
	cursor: pointer;
	padding: 2px;
	margin: 1px 0;
	font-size: 11px;
}
.fancy .multiple .center .center_c .option.activated {
	background-color: #3297ca;
	color: #ffffff;
}
.fancy .multiple .center .center_l {
	float:left;
	width: 5px;
	background: url(/include/images/fancy/txtarea_l.gif) repeat-y 0 0;
}
.fancy .multiple .bottom {
	background: url(/include/images/fancy/txtarea_br.gif) no-repeat right 0;
	height: 5px;
	width: 320px;
}
.fancy .multiple .bottom .bl {
	background: url(/include/images/fancy/txtarea_bl.gif) no-repeat 0 0;
	width: 5px;
	height: 5px;
}
.fancy .multiple.active .top {
	background: url(/include/images/fancy/txtarea_tr_xon.gif) no-repeat right 0;
}
.fancy .multiple.active .top .tl{
	background: url(/include/images/fancy/txtarea_tl_xon.gif) no-repeat 0 0;
}
.fancy .multiple.active .center {
	background: url(/include/images/fancy/txtarea_cntr_xon.gif) repeat-y right 0;
}
.fancy .multiple.active .center .center_l {
	background: url(/include/images/fancy/txtarea_l_xon.gif) repeat-y 0 0;
}
.fancy .multiple.active .bottom {
	background: url(/include/images/fancy/txtarea_br_xon.gif) no-repeat right 0;
}
.fancy .multiple.active .bottom .bl {
	background: url(/include/images/fancy/txtarea_bl_xon.gif) no-repeat 0 0;
}

.fancy .textfield .cornerLeft {
	background: url(/include/images/fancy/input_left.png) no-repeat 0 0;
	width: 5px;
	height: 25px;
	float:left;
	overflow:hidden;
}
.fancy .textfield .cornerRight {
	background: url(/include/images/fancy/input_right.png) no-repeat 0 0;
	width: 5px;
	height: 25px;
	float:left;
	overflow:hidden;
}
.fancy .textfield .textCenter {
	background: url(/include/images/fancy/input_bg.gif) repeat-x 0 0;
	display: block;
	float:left;
	border: 0px;
	height: 25px;
}
.fancy .error .textfield .cornerLeft {
	background: url(/include/images/fancy/input_left_error.png) no-repeat 0 0;
}
.fancy .error .textfield .cornerRight {
	background: url(/include/images/fancy/input_right_error.png) no-repeat 0 0;
}
.fancy .error .textfield .textCenter {
	background: url(/include/images/fancy/input_bg_error.png) repeat-x 0 0;
}
.fancy .error .textfield .cornerLeftactive {
	background: url(/include/images/fancy/input_left_error.png) no-repeat 0 0;
}
.fancy .error .textfield .cornerRightactive {
	background: url(/include/images/fancy/input_right_error.png) no-repeat 0 0;
}
.fancy .error .textfield .textCenteractive {
	background: url(/include/images/fancy/input_bg_error.png) repeat-x 0 0;
}
.fancy .textfield input {
	background: none;
	border: 0px;
	height: 15px;
	padding: 3px 0 2px 4px;
	vertical-align: middle;
	font-size: 12px;
}
.fancy .textfield .cornerLeftactive {
	background: url(/include/images/fancy/input_left_active.png) no-repeat 0 0;
	width: 5px;
	height: 25px;
	float:left;
}
.fancy .textfield .cornerRightactive {
	background: url(/include/images/fancy/input_right_active.png) no-repeat 0 0;
	width: 5px;
	height: 25px;
	float:left;
}
.fancy .textfield .textCenteractive {
	background: url(/include/images/fancy/input_bg_active.png) repeat-x 0 0;
	display: block;
	float:left;
	height: 25px;
}
.fancy .textarea {
	float:left;	
}
.fancy .textarea textarea {
	background: transparent;
	border: 0px;
	padding: 5px;
	resize: none;
}
.fancy .textarea .top {
	background: url(/include/images/fancy/txtarea_tr.gif) no-repeat right 0;
	height: 5px;
	overflow: hidden;
}
.fancy .textarea .top .tl{
	background: url(/include/images/fancy/txtarea_tl.gif) no-repeat 0 0;
	width: 5px;
	height: 5px;
	overflow: hidden;
}
.fancy .textarea .center {
	background: url(/include/images/fancy/txtarea_cntr.gif) repeat-y right 0;
}
.fancy .textarea .center .center_l {
	float:left;
	width: 5px;
	background: url(/include/images/fancy/txtarea_l.gif) repeat-y 0 0;
}
.fancy .textarea .bottom {
	background: url(/include/images/fancy/txtarea_br.gif) no-repeat right 0;
	height: 5px;
}
.fancy .textarea .bottom .bl {
	background: url(/include/images/fancy/txtarea_bl.gif) no-repeat 0 0;
	width: 5px;
	height: 5px;
}
.fancy .textarea.active .top {
	background: url(/include/images/fancy/txtarea_tr_xon.gif) no-repeat right 0;
}
.fancy .textarea.active .top .tl{
	background: url(/include/images/fancy/txtarea_tl_xon.gif) no-repeat 0 0;
}
.fancy .textarea.active .center {
	background: url(/include/images/fancy/txtarea_cntr_xon.gif) repeat-y right 0;
}
.fancy .textarea.active .center .center_l {
	background: url(/include/images/fancy/txtarea_l_xon.gif) repeat-y 0 0;
}
.fancy .textarea.active .bottom {
	background: url(/include/images/fancy/txtarea_br_xon.gif) no-repeat right 0;
}
.fancy .textarea.active .bottom .bl {
	background: url(/include/images/fancy/txtarea_bl_xon.gif) no-repeat 0 0;
}
.fancy .buttonLeft {
	float:left;
	height: 26px;
	width: 6px;
	background: url(/include/images/fancy/button_left.gif);	
}
.fancy .buttonLeftActive {
	float:left;
	height: 26px;
	width: 6px;
	background: url(/include/images/fancy/button_left_xon.gif);	
}
.fancy .button input {
	background: none;
	border: 0px;
	color: #ffffff;	
	height: 26px;
	font-weight: bold;
	padding: 0px 4px 4px 0;
	width: auto;
}
/*
.fancy .button {
	float:left;
	border: none;
	cursor: pointer;
	height: 26px;
	background: url(/include/images/fancy/button_bg.gif) repeat-x 0 0 ;	
}
*/
.fancy .buttonActive {
	float:left;
	border: none;
	cursor: pointer;
	height: 26px;
	background: url(/include/images/fancy/button_bg.gif) repeat-x left bottom ;	
}
.fancy .buttonActive input {
	background: none;
	border: 0px;
	color: #ffffff;	
	height: 26px;
	font-weight: bold;
	padding: 0px 4px 4px 0;
	width: auto;
}
.fancy .buttonRight {
	float:left;
	height: 26px;
	width: 6px;
	background: url(/include/images/fancy/button_right.gif);	
}
.fancy .buttonRightActive {
	float:left;
	height: 26px;
	width: 6px;
	background: url(/include/images/fancy/button_right_xon.gif);	
}
.fancy .file {
	position: absolute;
	z-index: 1;
}
.fancy .fileLeft {
	float:left;
	width: 7px;
	height: 22px;
	background: url(/include/images/fancy/input_left.gif) no-repeat 0 0;
}
.fancy .fileCenter {
	background: url(/include/images/fancy/input_bg.gif) repeat-x 0 0;
	float:left;
	height: 16px;
	line-height: 15px;
	margin: 0;
	padding: 3px 0;
	overflow:hidden;	
}
.fancy .fileCenter .fileInput {
	background: none;
	border: none;
	vertical-align: middle;
	width: 163px;
}
.fancy .fileRight {
	float:left;
	width: 60px;
	height: 22px;
	background: url(/include/images/fancy/file.png) no-repeat left 1px;
}