/*
------------------------------------------------------
PBS.org and Producer Sites - Ad Banner CSS
------------------------------------------------------
*/


/*
======================================================
Container Styles
======================================================
*/

div.adbanner-container
{
	width: 100%;
	padding: 5px 0;
	background: #333 url(/images/common/bg.gif) repeat-x top left;
	text-align: center;
}

div.adbanner
{
	width: 728px;
	height: 106px;
	margin: 0 auto;
	font-family: arial, verdana, sans-serif;
}

div.adbanner-header
{
	width: 100%;
	height: 16px;
	background: #000;
}

div.support-message
{
	float: left;
	margin: 0 0 0 2px;
}

div.whatsthis-link
{
	float: right;
	margin: 0 2px 0 0;
}


/*
======================================================
Link and Text Styles
======================================================
*/

div.adbanner a:link,
div.adbanner a:visited,
div.adbanner a:hover,
div.adbanner a:active
{
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

div.adbanner-header p
{
	margin: 0;
	font-size: 10px;
	line-height: 15px;
	color: #fff;
}


/*
======================================================
CSS Hacks
======================================================
*/

/* clearing floated block elements -
fixes problem in Firefox where floated element does not define height of the container box */
div.adbanner-header:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* clearing floated block elements -
fixes problem in IE/Win 5.0, 5.5, and 6 */
* html div.adbanner-header
{
	height: 1%;
}
