

.outtaHere {
	position:absolute !important;
	left:-3000px;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:right;
	width:24px !important;
	height:23px;
	overflow: hidden;
	background: url(/assets/img/blue/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -23px;}
/* Selects */
.selectArea {
	position: relative;
	height:23px;
	float:left;
	color:#000;
	font-size:12px;
	line-height:20px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:5px;
	height:100%;
	background: url(/assets/img/bg-select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:20px;
	height:100%;
	background: url(/assets/img/blue/button-select.gif) no-repeat;
}
.selectArea .center{
	height: 23px;
	line-height:23px;
	display:block;
	padding:0 13px 0 5px;
	background: url(/assets/img/bg-select.gif) repeat-x;
}
.selectArea .center img {float:left;}
/*Selects drop-down*/
.drop-select-week {
	width:207px !important;
}
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background:#fff;
	border: 1px solid #ccc;
	display: block;
	z-index: 30;
	font-size: 12px;
}
.drop-dif {
	background:#0069aa;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
	text-transform: uppercase;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	line-height:20px;
	padding:0 0 0 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #0069aa !important;
	text-decoration:none;
}
/* select map */

