/* ### autocomplete #### */
#autoCompleteContainer {
  width:200px;
  max-height: 100px;
}

#autoCompleteContainer input {
  width: 200px;
  display: block;
}

.searchContainer {
  position: absolute;
  text-align: left;
  background: #fff;
  z-index:1000;
  width: 202px;
}

.searchContainer ul {
  padding: 0; 
  margin: 0;
}

.searchContainer li {
  list-style-type: none;
  margin: 0; 
  padding: 0;
  cursor: pointer;
  cursor: hand;
  margin: 3px;
}

.searchContainer li.yui-ac-highlight {
  background:#ff0;
}
.searchContainer li.yui-ac-prehighlight {
  background:#FFFFCC;
}

.searchContainer .yui-ac-content {
  overflow:auto;
  overflow-x:hidden;
  max-height: 100px;
  border: 1px solid #E5EFFC;
}   

.searchContainer .yui-ac-shadow {
  position:absolute;
  margin:.3em;
  width:100%;
  background:#a0a0a0;
  z-index:9049;
}  

/* ########## calendar ############ */
div.calendar {
	background: #F7F9FB;
	border: 1px solid #5485C5;
	width: 150px;
	height: 20px;
}

div.calendar .datumVeld {
	border: 0;
	background: #F7F9FB;
	height: 18px;
}

/*IE7 HACK*/
*+html div.calendar .datumVeld {
  	height: 16px;
 }

div.calendar .buttonImg, #content .txt div.calendar .buttonImg {
	float: right;
	vertical-align: top;
	padding: 2px;
	_padding-bottom: 4px;
	cursor: pointer;
	cursor: hand;
	height: 16px;
	border-left: 1px solid #7B9EBD;
	margin: 0;
}

.yui-cal2upwrapper {*height:1%;} /* IE */
.yui-cal2upwrapper:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */

.yui-calcontainer {
	position: absolute;
	float:left;
	padding:5px;
	background-color:#F7F9FB;
	border:1px solid #7B9EBD;
	z-index: 1000;
}

.yui-calcontainer .title {
	font:100% sans-serif;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:auto;
	width:304px;
	position:relative;
}

.yui-calcontainer .title .close-icon {
	position:absolute;
	right:0;
	top:0;
	border:none;
}

.yui-calcontainer .cal2up {
	float:left;
}

.yui-calendar .calnavleft {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;   
	left:2px;
}

.yui-calendar .calnavright {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;  
	right:2px;
}

/* Calendar element styles */

.yui-calendar {
	font:100% sans-serif;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
}

.yui-calendar td.calcell {
	width:1.5em;
	height:1em;
	border:1px solid #E0E0E0;
	background-color:#FFF;
}

.yui-calendar td.calcell a {
	color:#003DB8;
	text-decoration:none;
}

.yui-calendar td.calcell.today {
	border:1px solid #000;
}

.yui-calendar td.calcell.oom {
	cursor:default;
	color:#999;
	background-color:#EEE;
	border:1px solid #E0E0E0;
}

.yui-calendar td.calcell.selected {
	color:#003DB8;
	background-color:#FFF19F;
	border:1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	background-color:#FF9900;
	border:1px solid #FF9900;
}

/* Added to perform some correction for Opera 8.5
   hover redraw bug */
table.yui-calendar:hover {
	background-color:#FFF;
}

.yui-calendar td.calcell.calcellhover a {
	color:#FFF;
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

.yui-calendar td.calcell.previous {
	color:#CCC;
}

.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }


.yui-calendar .calhead {
	border:1px solid #E0E0E0;
	vertical-align:middle;
	background-color:#FFF;
}

.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	color:#666;
	font-weight:normal;
}

.yui-calendar .calfoot {
	background-color:#EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color:#666;
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	width:15px;
}

.yui-calendar .calrowhead {
	border-right-width:2px;
}

/*Specific changes for calendar running under fonts/reset */
.yui-calendar a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}









/* SLIDER */

.slider {
		margin-top: 10px;
		margin-bottom: 10px;
		float: left;
		position: relative;
}

.sliderBg {
	position:relative;
	padding-left: 6px;
	padding-right: 5px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	background: #F7F9FB;
	border: 1px solid #7B9EBD;
	
}

.sliderHandle {
	position: relative;
	margin-top: 1px;	
	background: #92BCE1;
	width: 6px;
	height: 6px;
	border-top: 1px solid #B0DEFF;
	border-left: 1px solid #B0DEFF;
	border-bottom: 1px solid #5E89AB;
	border-right: 1px solid #5E89AB;
	cursor: hand;
	cursor: pointer;
}

.sliderLabel {
	padding: 4px;
	padding-top: 5px;
	padding-bottom: 2px;
	position: relative;
	top: 5px;
	background: url("../img/widgets/slider/sliderpointer.gif") top center repeat-x;
	color: #000;
	cursor: hand;
	cursor: pointer;
	margin: 1px;	
	display: inline; 
	padding: 3px;
}

.clearer {
	clear: both;
}

.gzo {
	position: relative;
	top: 5px;
	_top: 3px;
}

/* TEXTAREA */

.textarea {
	background: #F7F9FB;
	border: 1px solid #7B9EBD;
}

.handles {
	background: #F7F9FB;
	border-top: 1px solid #7B9EBD;
	border-bottom: 1px solid #7B9EBD;
	padding: 5px; 
}

.handles img {
	cursor: hand;
	cursor: pointer;
}

/* LISTS */

.lists {
	display: block;
	height: 405px;
}

.lists .leftList {
	float: left;
}

.lists .rightList {
}

.lists .buttons {
	float: left;
	width: 40px;
	padding-top: 80px;
	padding-left: 10px;
}

.lists .buttons input {
	border: 1px solid #7B9EBD;
	background: #F7F9FB;
	color: green;
}
