/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(../images/greygradiant.png);
	background-repeat: repeat-x;
	font-size:12px
}


a:link,a:visited,a:active{
	color: #06C;	
}

#programinfo {
	margin-top: 10px;
	height: 260px;
	width: 981px;
	font-size: 120%;
}

.slides_container {
    width:980px;
    height:260px;
    display:block;
  }

#programdesc {
	float: left;
	margin-left: 15px;
	background-color: #FFF;
	color: #666;
	width: 400px;
}
.seriesname {
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Open Sans !important;
}

.link {
	margin-top: 0px;
	margin-bottom: 10px;
}



#programimage {
	height: 250px;
	width: 512px;
	float: left;
}


a:hover{
	color: #F00;
	text-decoration: underline;	
}



#container{
width: 980px;
margin-right: auto;
margin-left: auto;
padding-left: 10px;
background: white;
margin-top: -20px;

}

#rtrule
{
	float: right;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.azhead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 180%;
	padding-top: 3px;
	margin: 0px;
	font-family: Open Sans !important;
	
	
}

#letnav {
	clear: both;
	margin-top: 10px;
	z-index: 70;
}

#letnav ul {
	list-style-type: none;
	width: 981px;
	margin: auto;
	padding: 0px;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#letnav li {
float: left;
}

#letnav li a {
	padding-right: 11px;
	padding-left: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	display: block;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 145%;
	color: #06C;
}

#letnav ul a:hover {
	color: #333;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #F7F7F7;
}

#letnav ul a.selected {
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #F7F7F7;
}



#schframe{
	width: 980px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;	
}

#clear {
	margin-bottom: 0px;
	clear: both;
}






.letter {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CB4E14;
	font-size: 180%;
	margin-right: 4px;
}
h3 {
	margin-top: 55px;
	margin-bottom: 5px;
}
h4 {
	font-size: 200%;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.title {
	font-size: 100%;
	padding: 0px;
	margin-bottom: 2px;
}
#serseach {
	background-color: #F7F7F7;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	height: 24px;
	clear: both;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#serseach #KW {
	font-size: 100%;
	width: 150px;
	background-image: url(http://wptschedule.org/CSS/images/magglass.png);
	background-repeat: no-repeat;
	background-position: 125px;
}
#serseach #Genre {
	margin-right: 25px;
	font-size: 100%;
}
#seriesscroll {
	height: 600px;
	overflow-y: scroll; 
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;	
}

a.myprogram {
	text-decoration: none !important;
}

a.myprogram:hover {
	text-decoration: none !important;
	color: white !important;
	background-color:grey;
}

a.programselected {
	background-color: #CCC;
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}


#resultsleft{
	float: left;
	width: 450px;
	margin-right: 15px;
}

#resultsright{
	float: left;
	width: 450px;	
}

.letterheader{
	font-size: 180%;
	font-weight: bold;
}