/*
 * $HeadURL:Release/xdeploy-cust-08110400/xdeploy-cust/xdeploy-cust/css/gridcast_tvbutton.css $
 *
 * \file        gridcast_tvbutton.css
 * \brief       css related to tv button and tooltips
 *
 */


.bubble {
    position: relative;
}

.popup {
	color: #fff !important;
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
	width: 236px;
	height: 85px;
	padding-top: 10px;
	background-image: url(/images/gridcast_wl/balloon_popup.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align:center;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

.popup p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height:11px !important;
	text-align:left;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.popup a {
	color: #fff !important;
}

.popup a:hover {
	color: #b9cce8 !important;
	text-decoration: none;
}
.popup a:visited {color: #fff; !important }
.popup a:active {color: #fff; !important }


.popupHidden  {
	height: 0px;
	margin: 0px;
	padding: 0px;
	width: 0px;
	color: #fff !important;
	font-size 1px;
	display: none;
	position: absolute;
	left: -1500px;
}
