.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position:relative;
	height:31px;
	float:left;
	color:#494949;
	font-size:1.2em;
	line-height:31px;
	margin:0 !important;
}
.selectArea .left {
	position:absolute;
	top:0;
	left:0;
	width:3px;
	height:100%;
	background: url(../images/bg-select-left.gif) no-repeat;
}
.selectArea a.selectButton {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:url(../images/btn-select.gif) no-repeat 100% 0;
}
* html .selectArea a.selectButton{
	right:-1px;
}
.selectArea .center{
	height:31px;
	line-height:31px;
	display:block;
	padding:0 24px 0 14px;
	background:url(../images/bg-select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #2e2e2e;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	height:100px;
	overflow:auto;
	overflow-x:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	text-decoration:underline;
}

/** css tooltips */ 
a.tip {
	text-decoration: none;
	position: absolute;
	z-index: 300;
}

a.tip:hover {
	position: absolute;
	cursor: help;
}
a:hover{color: #373737;}
a.active{color: #373737;}

a.tip span {
	display: none;
}

a.tip:hover span {
	display: block;
   	position: relative; top: 10px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	border: 1px dotted #c0c0c0;
	text-decoration: none;
	padding-right: 20px;
	background: #f0f0f0 url(../images/status-info.gif) 100% 5% no-repeat;
	width: 250px;
	/* end formatting */
}
/** end css tooltips */

