/****************************/
/* Styles for toolTips  ****/
/***************************/

.tTip{
	text-align: left;
	position: absolute;
	background-color: #fff;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	border: 1px solid #e96300;
	width: 180px;
	padding: 10px;
	z-index: 9900;

}

.tTip strong {
	color: #e96300;
}

.toolTips {
	cursor: help;
	padding-right: 20px;
	background: url( /img/icons/help.png ) no-repeat right 50%;
}

#collegeOutreachStats .toolTips {
	background: url(/img/icons/helpRecede.gif) no-repeat right top;
	padding-right: 15px;
}

.gcChances #whatAreMyChances toolTips {
	background: none;
}

#whatAreMyChances span.toolTips,
#searchModule span.toolTips,
#homeChancesModule span.toolTips {
	padding-right: 0;
	background: none;
}

#studentMessageOptions .toolTips {
	height: 16px;
	display: block;
	float: left;
}

.progressList h5 span.toolTips {
	float: left;
	font-size: 11px;
}

.largeFormLayout span.toolTips {
	padding-right: 20px;
	float: left;
	background-position: right top;
	
}

.linkList .toolTips {
	height: 15px;
	display: block;
	float: left;
}

.tool-tip, .tip-wrap { /* .tip-wrap used for mootools 1.2 - they changed divs/classes. grrr */
	color: #000;
	width: 230px;
	z-index: 13000;
	text-align: left;
}

.shim {
	width: 230px;
	height: 500px;
}

.tool-title, .tip-title {
	font-weight: bold;
	font-size: 11px;
	color: #e96300;
	margin: 0;
	padding: 10px 15px 4px;
	background: #fff url(/img/bg/bgToolTips.png) top left;
}

.tool-text, .tip-bottom {
	font-size: 11px;
	padding: 4px 16px 16px;
	background: #fff url(/img/bg/bgToolTips.png) bottom right;
}


.campaignMath .tip-title,
	.campaignMath .selectedCriterionTable .tip-bottom {
	background: none;

}
.campaignMath .tip-title {
	background: white;
	border-top: 1px solid #e96300;
	border-right: 2px solid #e96300;
	border-bottom: 2px solid #e96300;
	border-left: 1px solid #e96300;
	padding-bottom: 10px;
}

.campaignMath .tip-bottom {
	display: none;
	overflow: hidden;
}

.campaignMath .tool-tip,
	.campaignMath .tip-wrap {
	width: auto;
	background: white;
	border-top: 1px solid #e96300;
	border-right: 2px solid #e96300;
	border-bottom: 2px solid #e96300;
	border-left: 1px solid #e96300;
	padding: 0 0 7px 0;
	margin: 0;
}


