/* CSS for RateCity Sponsored Links */

.rc_ad_list {
	border: 0px solid #CCCCCC;
	border-spacing: 0px;
}

.rc_ad_header {
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: right;
	color: #000000;
	background: #FFFFFF;
}

.rc_ad_roweven {
	height: 42px;
	/*background: #FFFFFF;*/
	background: #e7edfd;
}

.rc_ad_rowodd {
	height: 42px;
	/*background: #F3F2F2;*/
	background: #e7edfd;
}

.rc_ad_logo {
	width: 100px;
	text-align: center;
}

.rc_ad_logo img {
	border: 0px solid #CCCCCC;
}

.rc_ad_content {
	font: 11px verdana, arial, helvetica, sans-serif;
	text-align: left;
}

#rc_ad_title {
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	color: #000000;
	font-weight: bold;
}

#rc_ad_title a {
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	color: #000000;
	font-weight: bold;
}

#rc_ad_desc {
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	color: #000000;
}

.rc_ad_click {
	width: 55px;
	text-align: center;
}
/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;
	text-decoration:none;
}
a.tt span{ 
	font-size: 12px;
	display: none; 
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #000; background:;}
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #000;
	text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	font: lighter 11px/1.3 Arial,sans-serif;
}
a.tt:hover span.top{
	display: block;
	padding: 25px 8px 0;
    background: url('/i/ninemsn/bubble.gif') no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url('/i/ninemsn/bubble_filler.gif') repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url('/i/ninemsn/bubble.gif') no-repeat bottom;
}


