/* Visuals */
.httpool-ad-widget, .httpool-ad-widget * { margin: 0; padding: 0; }

.httpool-ad-widget {
	width: 198px;
	height: 88px;
	border: 1px solid #00A6C7;
	color: #333;
	overflow: hidden;
	background-color: #fff;
}

.httpool-ad-widget, .popout-field {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}

.httpool-ad-widget .image {
	float: left;
	width: 52px;
	height: 52px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 1px;
	text-align: center;
}

.httpool-ad-widget .loading, .loading {
	background: url(../../images/ajax-loader.gif) center no-repeat;
}

.httpool-ad-widget .title {
	margin: 2px;
	padding: 0 3px;
	font-weight: bold;
	height: 13px;
	overflow: hidden;
}

.httpool-ad-widget .description {
	margin-top: 5px;
	margin-left: 58px;
	margin-right: 1px;
	padding: 0 3px;
	height: 56px;
}
	
.httpool-ad-widget .tagline {
	clear: both;
	padding-right: 2px;
	height: 11px;
	font-size: 10px;
	line-height: 11px;
	text-align: right;
	color: white;
	background-color: #00A6C7;
}

.httpool-ad-widget .hover {
	background-color: #ff6;
}

/* Interactive elements */

.popout-field {
	position: absolute;
	border: 1px solid #c90;
	background-color: #ffc;
	color: #000;
	padding: 0px 2px;
	overflow: hidden;
}

/* AdWidget image upload */

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../../images/overlay.png);
	display: none;
	z-index: 90;
}

* html #overlay {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/overlay.png', sizingMethod='scale');
}

.httpool-ad-widget-popup {
	border: 1px solid silver;
	position: absolute;
	background-color: #FFF;
	width: 350px;
	height: 44px;
	display: none;
	text-align: center;
	z-index: 100;
}

.httpool-ad-widget-popup-close {
	width: 16px;
	height: 16px;
	float: right;
	margin: 3px 3px 0;
}

.httpool-ad-widget-error-container {
	display: none;
	border: 1px solid #ff0000;
	width: 300px;
	height: 60px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -150px;
}

.httpool-ad-widget-error-display {
	height: 30px;
	padding: 5px;
}

.httpool-ad-widget-error-field {
	background-color: #feeced;
	width: 296px;
	height: 16px;
	padding: 2px;
	text-align: left;
}
