@charset "utf-8";
/* CSS Document */



/* tooltip styling */
.tooltip {
	display:none;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
}
/* CSS Document */



/* tooltip styling */
.tooltipBack {
	display:none;
	background-color: #FFF;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCC;
}

#popUpTop{
	background-image: url(../Assets/Images/frontImages/popupTop.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 7px;
}
#popUpBottom{
	background-image: url(../Assets/Images/frontImages/popupBottom.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 9px;
}
#popupBody {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFF;
}

#popUpRight {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e1e2e3;
	background-color: #FFF;
	width: 8px;
}


#popupLeft {
	background-image: url(../Assets/Images/frontImages/popupLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 25px;
}
#tooltipBack {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
}
