
/* field set around ads */
.ad_fieldset {
	border:solid 1px #c6c6c6; 
	padding:0px;
	margin:0px;
	width:160px;
	position: relative;
	background: white;
}

/* fixed ie bleed of background color:  http://www.communitymx.com/content/article.cfm?page=2&cid=DD9F3 */
.ad_fieldset legend {
	position:absolute;
	top: -.5em;
	left: .2em;
}

/* class for div around all ads */
.active_rain_ad {
	font-size: 10px;
	text-align: center;
	width:150px;
	height: 135px;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	/*border:solid 1px black;	*/
	overflow-x: hidden;
	overflow-y: hidden;
	}
	

/* class for HR element inbetween ads http://www.sovavsiti.cz/css/hr.html */
.ad_hr {
	height: 1px;
	border:none;
	border-top:solid 1px #c6c6c6;
	width: 140px;
}
.ad_vertical_hr {
	height: 125;
	margin-top:5px;
	margin-bottom:5px;
	border-left:solid 1px #c6c6c6;
}
/* class for link around banner ads */	
.ad_banner_image_link {}

/* class for div around banner ads */
.active_rain_banner_ad {}



/* class for div around text ads */
.active_rain_text_ad {}	

/* class for title of text ads */
.ad_text_title { 
	font-weight:bold;
	color: #508ced;
	margin-top: 2px;
	}

/* div around text ad image */
.ad_text_image {
	padding-top: 5px;
	padding-bottom: 5px;
}
.ad_text_image img { height:60px;}

/* div around bottom text of a text ad */
.ad_text_text {}

/* href for ad text link */
.ad_text_link {
	margin-top:3px;
}
.ad_text_link a {
	color: #f98523;
}