/*
------------------------------------------------------ 
PBS Station Prototype CSS
------------------------------------------------------
 
======================================================
Global Styles 
======================================================
*/

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:12px
	padding:0;
	margin: 0;
	background-color: #333;
}

img
{
	border: 0;
}

a:link
{
	color: #2400ff;
	text-decoration: underline;
}

a:visited
{
	color: #130084;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: underline;
}

p.smalltext
{
	font-size: 10px;
	color: #4a4a4a;
	padding: 0;
	margin: 0;
}

p.smalltext a:link
{
	color: #405e8b;
	text-decoration: underline;
}

p.smalltext a:visited
{
	color: #405e8b;
	text-decoration: underline;
}

p.smalltext a:hover
{
	color: #0033CC;
	text-decoration: none;
}

p.smalltext a:active
{
	color: #990000;
	text-decoration: underline;
}


/*
______________________________________________________ 
 
======================================================
Shell Container Style 
======================================================
*/

#shell
{
	text-align: left;
	padding: 0;
	margin: auto;
}

/*
______________________________________________________ 

======================================================
Banner Styles
======================================================
*/

#banner
{
	text-align: left;
	padding: 0;
	margin: auto;
	width: 100%;
	height: 115px;
	background-color: #8398BE;
	background-image: url(../images/wgby_banner.jpg);
	background-repeat: no-repeat;
}

#subbanner
{
	text-align: left;
	padding: 0;
	margin: auto;
	width: 100%;
	height: 91px;
	background-color: #8398BE;
	background-image: url(../images/wgby_banner_sub.jpg);
	background-repeat: no-repeat;
}


#stationlogo
{
	width: 450px;
	padding: 0 0 0 20px;
	text-align: left;
	vertical-align: middle;
}


/*
______________________________________________________ 

======================================================
Global Navigation Styles
======================================================
*/

#globalnav
{
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: auto;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-color: #ffffff;
	width: 100%;
	height: 26px;
	background-color: #000;
	font-weight: bold;

}

#globalnav ul
{
	padding: 0;
	margin: 0;
}

#globalnav li
{
	font-size: 10px;
	color: #ffffff;
	padding: 0 15px 0 15px;
	display: inline;
	list-style-type: none;
}

#globalnav a
{
	color: #ffffff;
}

/*
______________________________________________________

======================================================
Section Header Styles
======================================================
*/

#sectionheader
{
	text-align: left;
	padding: 0;
	margin: auto;
	width: 100%;
	height: 30px;
	background-color: #474C5F;
}

#sectionheader h1
{
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	padding: 5px 0 7px 9px;
	margin: 0;
}
/*
______________________________________________________

======================================================
Main Table Container Style 
======================================================
*/

#main
{
	text-align: left;
	padding: 0;
	margin: auto;
	border-bottom: 1px solid #000000;
	width: 100%;
	background-color: #999999;
}

/*

______________________________________________________

======================================================
Content Styles 
======================================================

	--------------------------------------------------
	Content 
	--------------------------------------------------
	*/
	
	#content {
		vertical-align: top;
		margin: 0;
		background-color: #ffffff;
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
	}


/*
______________________________________________________

======================================================
Footer Styles 
======================================================
*/

#footer
{
	text-align: left;
	padding: 0;
	margin: auto;
	width: 100%;
	height: 34px;
	background-color: #333333;
}

#footer ul
{
	padding: 0;
	margin: 10px 0 5px 0;
}

#footer li
{
	margin: 0 10px 0 0;
	display: inline;
	list-style-type: none;
}

#footer a
{
	line-height: 18px;
	color: #C5CFE1;
}

#footer p
{
	color: #ffffff;
	padding: 0;
	margin: 0 0 10px 0;
}

/*
______________________________________________________

======================================================
Form Styles 
======================================================

	--------------------------------------------------
	Search Form 
	--------------------------------------------------
	*/
	
	#search
	{
		text-align: right;
	}

	#searchform
	{
		padding: 0 11px 0 0;
		margin: 0;
	}
	#searchform input#searchsubmit
	{
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-weight: bold;
	background: #C5CFE1;
	border: 1px solid #000;
	padding: 1px;
	margin: -3px 0 0 0;
	vertical-align: middle;
	}

	#searchfield
	{
		padding: 0;
		margin: 0 0 1px 0;
		width: 95px;
	}

	h3.searchbox
	{
		font-size: 11px;
		font-weight: normal;
		color: #ffffff;
		padding: 5px 5px 5px 5px;
		margin: 5px 5px 5px 5px;
		background-color: #8398BE;
	}

/*
______________________________________________________

======================================================
Miscellaneous Styles
======================================================

	--------------------------------------------------
	Current Date 
	--------------------------------------------------
	*/

	#date
	{
		width: 100%;
	}

	#date h4
	{
		font-size: 11px;
		font-weight: normal;
		color: #ffffff;
		padding: 2px 0 2px 11px;
		margin: 0;
		height: 14px;
		background-color: #8398BE;
	}
	
/* Changes for August Pledge start here */
.center_schedule {
	width: 760;
}

body {
	background-color: #00526D;
}
.pledge_banner {
	vertical-align: top;
	height: 600px;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pledge_banner img {
	border: 1px solid #333;
}


td.pledge_banner {
	visibility:hidden;
}
	
