.tooltip {
	text-decoration: none;
	border-bottom:1px dotted #b15151;
	cursor: help;
}


#tooltip {
	position:absolute;
	z-index:100;
	line-height:1.5em;
	margin-left:10px;
	font-size:0.90em;
	
}
div#tooltip_inside { 
	position:relative;
}

span#tooltip_tip { color: #333; }
span#tooltip_title {
	margin:-3px -5px;
	padding: 2px 5px;
	margin-bottom:5px; 
	font-size:1.25em;
	color: #fff;
	background: #fe8602;
	font-weight:bold;
	border-bottom:1px solid #cd7f19;
	
}
span#tooltip_title, span#tooltip_tip { display:block; }

#tooltip_underlay {
	background:#000;
	left:-10px;
	top:-10px;
	bottom:-10px;
	right:-10px;
	position:absolute;
	filter:alpha(opacity=33);
	opacity:.33;
	z-index:-1;
}

#tooltip_underlay {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

span.tooltip {
	text-decoration: none;
	cursor: help;
	padding-left:20px !important;
	background:url(/images/tooltip-help.png) no-repeat left center;
	border:0 none;
}

div#tooltip_inside {
	padding: 3px 5px 5px;
	background: #fff;
}

#modalContainer {
	text-align: center;
	background: #fff;
	border:1px solid #6a6a6a;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.95;
	margin: 0 auto;
	width:auto;
	min-height:150px;
	position:relative;
	overflow:visible;
	height:100%;
}
#modalFrame { position:relative; height:100%;}
#modalPosFix { width: 425px; }
.ie6 #modalPosFix { width:425px; }

div > div#modalContainer { height: auto; }


#modalContainer > div#modalPosFix {
	height:100%;
}

.simplemodal-overlay {
  background:#5A5A5A ;
  cursor:wait;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.4;
  overflow:visible;
  z-index:99;
  height:auto;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

#modalMsg { overflow:hidden; width:100%; }

#modalContainer h3 {
	text-align: left;
}


div#modalMsg { 
	position:relative;
	text-align:left;
	clear:both;
}

#modalContainer img {
	text-align: center;
	vertical-align: middle;
}

a#modalClose {
	display:block;
	color: #fff;
	bottom: 0;
	/* IE6 fix */
	right: 0;
	height: 30px;
	padding:0 15px;
	position: absolute;
	background: url(/images/modal/modal-close.png) center center no-repeat;
	top: 0;
	text-indent:-999em;
}

#modalContainer h1 {
	background: #80aa2d;
	padding: 0 0 2px 5px;
	line-height: 1.66em;
	font-size: 1.25em;
	color: #fff;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	border: 1px solid #607e24;
	border-color:#8fc12d transparent #607E24 #85B526;
	margin:0;
}
.modal-resizable h1 {
	cursor:move;
}
#modalContainer h2 {
	background: none;
	border: none;
	/*background:#f1f1f1;*/
	padding-left: 3px;
	line-height: 2em;
	font-weight: bold;
	color: #616035;
	text-transform: none;
	font-size: 18px;
}

.modalData { /*top:25%;*/
	position: relative;
	/*margin-top:-16px;*/
}

#modalContainer div {
	margin-top: 0;
	padding:3px 5px;
}


span#loading {
	position:relative;
	font-size:1.5em;
	font-weight:bold;
	color: #80AA2D;
	height:40px;
	line-height:40px;
	padding-left:40px;
	display:block;
	float:left;
	background:url(/images/spinner-large.gif) no-repeat left center;
	margin-top:15px;
}

#loading h2 { line-height:1.66em; }
