 @import url('/style/global.css');
/* this overrides the global page background so you can use your own instead of the brown yoke. global one should (probably) be removed */

.wrapper {
	background-image: none;
	background-repeat: repeat-y;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
div#mainContainer {
	width: 99%;
	color: #FFFFFF;
	border-left: 1px solid #ffffff;
}
div#leftContainer{
	float: left;
	border-top: solid 1px white;
	width: 647px;
	border-right: 1px white solid;	
}
div#rightContainer {
	border-top: solid 1px white;
	width: 211px;
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #7D2B07;
}



div#insideWelcomeContainer {
	width: 100%;
	background-color: #C95B18;
	clear: both;
	display: table;
	color: #FFFFFF;
	padding: 0.2em 0em;
	height:1.4em;
	border-bottom: 1px solid #FFFFFF;
}


div#insideLeftContainer {
	float: left;
	width: 169px;
}
div#insideRightContainer {
	float: left;
	width: 477px;
	color: #000000;
	border-left: 1px white solid;		
}
div#leftNav {
	width: 169px;
	float: left;
	border-bottom: 1px white solid;
	background-color: #7D2B07;	
}
div#leftNav2 {
	width: 169px;
	float: left;
}
div#globalLogoPlaceholder {
	background-color: #cf2b27;
	background-image: url(../images/rtedigital.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#globalMenuPlaceholder {
	background-color: #e38b6e;
}
#globalMenu {
	background-color: #e38b6e;
	clear: both;
}
#globalMenu li {
	background-color: #e38b6e;
	border-left: solid 1px #fff;
}
#globalSecondaryMenu {
	background-color: #FFFFFF;
	border-top: solid 1px #E4DAD4;
	color: white;
	clear: both;
}
#globalDateTime {
	padding: 0px;
	padding-top: 3px;
	padding-left: 2px;	
	margin: 0px;
	float: left;
	color: #4a1a03;
	width: 300px;	
}
#footer {
	border-top: solid 1px #3c3103;
}

div.titleHeader {
	text-align: left;
	vertical-align: bottom;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 6px;
	width: 100%;
	background-color: #028c51;
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 11px;
	clear: both;
	display: table;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*
h2 {
	color: #028c51;
	font-weight: normal;
	font-size: large;	
	padding: 6px;
	margin: 0px;
}
h2.titleDate {
	margin: 0px;
	padding: 0px;
	font-size: small;
	width: 98%;
	text-align: right;
	font-weight: normal;
	color: #FFFFFF;
}
*/
ul.linkList {
	list-style-type: none;
	clear: both;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-top: 10px;
	padding-left: 8px;
}
ul.linkList li 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url('/radio1/images/bullet_transparent_white.gif');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 10px;
	padding-top: 3px;
	line-height: 1.3em;
}

ul.linkList li a
{
	color:#00000;
}

/* main content */

div.welcomeText {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
.welcomeText h2{
	font-size: 110%;
	color: #FFFFFF;
	margin: 0px;
	padding: 1px 0px 0px 10px;
}
div.welcomeDropdown {
	width: 180px;
	float: right;
	text-align: center;
}
.welcomeDropdown form {
	margin: 0px;
	padding: 0px;
}
.welcomeDropdown select {
	width: 175px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 8pt;
	padding:0px;
	margin: 0px;
}
.welcomeFormLabel  {
	margin: 0px;
	padding: 2px 0px;
	float: left;
	width: 244px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 8pt;
	text-align: right;
}

div.homeMainFeature {
	width: 100%;
	float: left;
	border-bottom: #C95B18 solid 4px;
}
div.homeMainFeatureImageBox {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
div.homeMainFeatureTextBox {
	width: 260px;
	float: right;
	margin: 0px;
	padding: 0px;	
}
.homeMainFeatureTextBox h3 {
	font-size: small;
	margin: 0px;
	padding-top: 7px;	
	padding-left: 7px;	
	padding-right: 7px;
	padding-bottom: 3px;							
}
.homeMainFeatureTextBox p {
	font-size: 85%;
	margin: 0px;
	padding-top: 0px;	
	padding-left: 7px;	
	padding-right: 7px;
	padding-bottom: 7px;	
	line-height: 140%;
}
.homeMainFeatureTextBox h3 a {
	color:#194C67;
}
.homeSmallFeaturesLeft {
	float: left;
	width: 236px;
	background-color: #FFFFFF;
	border-top: solid 5px #C95B18;
	border-bottom: solid 5px #C95B18;						
}
.homeSmallFeaturesRight {
	float: left;
	width: 236px;
	background-color: #FFFFFF;
	border-left: solid 5px #C95B18;
	border-top: solid 5px #C95B18;			
	border-bottom: solid 5px #C95B18;			
}

ul.smallFeaturesList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
.smallFeaturesList li {
	border-top: solid 5px #C95B18;
	clear: both;				
}
.smallFeaturesList li#top {
	border-top: none;
}
.smallFeatureContainer {
	width: 237px;
	background-color: #FFFFFF;
	min-height: 78px;
	height: 78px;
	padding: 0px;
}
.smallFeatureContainer#right {
	width: 236px;
	border-left: #C95B18 solid 4px;	
}
.smallFeatureContainer#right {
	width: 236px;
	border-left: #C95B18 solid 4px;	
}
.smallFeatureContainer#right img {
	padding: 1px;
	padding-right: 5px;
	float: left;
}
.smallFeatureContainer img {
	padding: 1px;
	padding-left: 0px;
	padding-right: 5px;
	float: left;
}
.smallFeatureContainer p {
	color: #194c67;	
	font-size: 85%;
	padding: 5px;
	margin: 0px;
}
.smallFeatureContainer a {
	color: #194c67;	
}

/*--------------------------------------------------------------= long feature container */
.longFeatureContainer {
	width: 470px;
	background-color: #FFFFFF;
	padding: 0px;
}
.longFeatureContainer img {
	padding: 1px;
	padding-left: 0px;
	padding-right: 5px;
	float: left;
}
.longFeatureContainer p {
	color: #194c67;	
	font-size: 85%;
	padding: 5px;
	margin: 0px;
}
.longFeatureContainer a {
	color: #194c67;	
}

/* -------------------------------------------------------------= */
div.homeRadioBottomLinksPanel {
	float: left;
	background-color: #7D2B07;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
	color: #FFFFFF;
	text-align: center;
}
.homeRadioBottomLinksPanel p {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	font-size: 85%;			
}
.homeRadioBottomLinksPanel a {
	color: #FFFFFF;
}

/* right content */

.homeRightSectionHeader {
	width: 100%;
	background-image: url('/back_digitalradio/images/right_new_roundtop.jpg');
	background-repeat: repeat-x;
	display: table;
	padding-top: 0px;
}
.homeRightSectionHeaderLeftFloat {
	float: left;
	text-align: left;
}
.homeRightSectionHeaderLeftFloat p {
	padding-top: 9px;
	margin: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #4d5627;
	width: 167px;
}
.homeRightSectionHeaderLeftFloat img {
	float: left;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 3px;			
}
.homeRightSectionHeaderRightFloat {
	float: right;
	text-align: right;
}
.homeRightSectionHeaderRightFloat p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 12px;	
	font-size: 75%;
}

.homeRightMasterContainer {
	width: 100%;
	background-color: #7D2B07;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #000000;		
}
.homeRightMasterContainer a {
	color: #7D2B07;
}
.homeRightRoundedContainer {
	width: 100%;
	background-image: url('/back_digitalradio/images/right_new_roundbg.jpg');
	background-repeat: repeat;
	display: table;
}	
.homeRightListenLive {
	width: 100%;
	background-image: url('/back_digitalradio/images/right_new_roundbg.jpg');
	background-repeat: repeat;
	display: table;
	padding-top: 10px;
}
.homeRightListenLive strong {
	color: #C95B18;
}
.homeRightListenLive ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.homeRightListenLive li {
	padding-top: 3px;
	padding-bottom: 3px;	
	padding-left: 15px;
	font-size: 85%;
}
.homeRightListenLive img {
	padding-right: 6px;
}
.homeRightSectionFooter {
	width: 100%;
	background-color: #4d5627;
	display: table;
}
.homeRightPresenter {
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;	
}
.homeRightPresenter p {
	text-align: center;
	padding: 6px;
	margin: 0px;
	font-size: 85%;
	line-height: 18px;
}
.homeRightPresenter {
	border-top: solid 1px #FFFFFF;
}
.homeRightPresenter img {
	border-bottom: solid 1px #FFFFFF;		
}
.homeRightPastWeek {
	margin: 0px;
	padding: 0px;
	clear: both;	
}
.homeRightPastWeek p {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	padding-left: 15px;
	background-image: url('/radio1/images/bullet_list_pastweek.gif');
	background-repeat: no-repeat;
	background-position: 0px 9px;
	font-size: 85%;
	font-weight: bold;
}
.homeRightPastWeek img {
	padding-left: 5px;
}
.homeRightCalender {
	margin: 0px;
	padding: 0px;
	clear: both;	
}
.homeRightRadioScheduleButton {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}
.homeRightSmallText {
	font-size: 85%;
	font-weight: normal;
}

.homeRightTop5 {
	margin-top: 7px;
}
.homeRightTop5 p {
	font-size: 85%;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;		
	margin: 0px;	
}
/* ---  programme content -- */

.mainTitle {
	font-size: 100%;
	clear: both;
}

.mainTitle h1 {
	font-size: x-large;
	color: #7D2B07;
	margin: 0px;
	padding: 0.2em 2px;
	background-color: #E4DAD4;
	padding-left: 5px;
}
.mainTitle h2 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding:4px 8px;
}

.storyHeader {
	font-size: 100%;
	clear: both;
}

.storyHeader h1 {
	font-size: x-large;
	color: #7D2B07;
	margin: 0px;
	padding: 0.2em 2px;
	background-color: #ffffff;
	padding-left: 5px;
}
.storyHeader h2 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding:4px 8px;
}
.storyBody {
	width:474px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
	clear: both;
}
.storyBody p{
	margin: 0px;
	padding:0.5em 8px;
}
.storyBody h2
{
	font-weight: normal;
	font-size: large;	
	color: #C95B18;
	padding: 6px 8px 0px 8px;
	margin: 0px;
}

.storyBodyAVlinks {
	width: 100%;
}
.storyBody a{
	color:#C95B18;
}
div.userOptions a {
	color: #2376c4;
}

/* ---- Start Archive Listings ---- */

div.archivePager {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	margin: 10px auto;
	width:450px;
}
ul.archiveList  {
	margin: 0px;
	padding: 0px;
}
.archiveList li {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
	line-height: 16px;
}
ul.archiveList  img {
	position: relative;
	top: 4px;	
}
ul.archiveList li a.archiveAnchor {
	display: block;
	margin-bottom: -5px;
	margin-top: 15px;
	font-size: xx-large;
	color:#7D2B07;
	text-decoration: none;
}

/* ---- End Archive Listings ---- */

.tableProgs {
	clear: both;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 477px;
}
.tableProgs td {
	vertical-align: top;
	margin: 5px;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: #C95B18 solid 4px;
}
.tableProgs tr {

}

/*Story body image*/

.storyBody .inStoryImage
{
	float:right;
	margin:0px 8px;
	width:170px;
}

.storyBody .inStoryImage img
{

}

.storyBody .inStoryImage .imageCaption
{
	width:170px;
	margin: 4px auto;
	text-align: center;
	clear: both;
}

/*-------------------------------------------------  =AVMS */


.storyDate {
	margin: 0px 0px;
	padding: 0px 8px;
}
ul.newsClipList {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
	width:98%;
}


ul.newsClipList li {
	margin: 0px 8px 10px 8px;
	padding: 0px;
	color: #000000;
}

ul.newsClipList li img.thumbnail {
	vertical-align:top;
	padding-right:10px;
	float:left;
}

ul.newsClipList li p {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.newsClipList a {
	color: #000000;	
}

body {
	background-image: url(../images/hoops.gif);
}

#flashWindow {
	float:left;
	height: 250px;
	width: 600px;
	margin: 5px;
	border: 2px solid #cf2c27;
	position: absolute;
	left: 10px;
	top: 190px;
}
.listenWindow {
	float:left;
	height: 359px;
	width: 225px;
	margin: 5px;
	background-image: url(../images/listen_01.jpg);
	overflow: hidden;
	position: absolute;
	left: 620px;
	top: 190px;
}
.topBar {
	float:left;
	height: 20px;
	width: 850px;
	background-color: #CF2C27;
	margin: 5px;
}
.schedulesWindow {
	height: 95px;
	width: 295px;
	top: 460px;
	left: 10px;
	position: absolute;
	background-image: url(../images/schedule.gif);
	overflow: hidden;
}
.faqWindow {
	position: absolute;
	height: 95px;
	width: 295px;
	left: 315px;
	top: 460px;
	background-image: url(../images/schedule.gif);
	overflow: hidden;
}
.juniorWindow {
	position: absolute;
	height: 130px;
	width: 270px;
	left: 10px;
	top: 565px;
	background-image: url(../images/2xm_back.gif);
	overflow: hidden;
}
.choiceWindow {
	position: absolute;
	height: 130px;
	width: 270px;
	left: 292px;
	top: 565px;
	overflow: hidden;
}

.goldWindow {
	position: absolute;
	height: 130px;
	width: 270px;
	left: 575px;
	top: 565px;
	background-image: url(../images/2xm_back.gif);
	overflow: hidden;
}

.twoxmWindow {
	position: absolute;
	height: 130px;
	width: 270px;
	left: 10px;
	top: 705px;
	background-image: url(../images/2xm_back.gif);
	overflow: hidden;
}
.pulseWindow {
	position: absolute;
	height: 130px;
	width: 270px;
	left: 292px;
	top: 705px;
	background-image: url(../images/2xm_back.gif);
	overflow: hidden;
}

.chillWindow {
	position: absolute;
	height: 130px;
	width: 270px;
	left: 575px;
	top: 705px;
	background-image: url(../images/2xm_back.gif);
	overflow: hidden;
}




.footerindexWindow {
	position: absolute;
	height: 200px;
	width: 859px;
	left: 1px;
	top: 860px;
}
.footerWindow {
	height: 200px;
	width: 859px;
	left: 1px;
	top: 1350px;
	position: absolute;
}
.leftNav {
	background-color: #cf2c27;
	height: 4358px;
	width: 231px;
	left: 7px;
	top: 41px;
	background-repeat: repeat-y;
	border: thin solid #cf2b27;
	float:left;
	margin: 1px;
	position: absolute;
}

.leftNav {
	background-color: #cf2c27;
	height: 4358px;
	width: 231px;
	left: 7px;
	top: 195px;
	background-repeat: repeat-y;
	border: thin solid #cf2b27;
	float:left;
	margin: 1px;
	position: absolute;
}

.leftNavChoice {
	background-color: #cf2c27;
	height: 4358px;
	width: 231px;
	left: 7px;
	top: 195px;
	background-repeat: repeat-y;
	border: thin solid #cf2b27;
	float:left;
	margin: 1px;
	position: absolute;
}
.banner {
	height: 150px;
	width: 615px;
	left: 243px;
	top: 48px;
	background-repeat: repeat-y;
	border: thin solid #cf2c27;
	position: absolute;
	background-color: #cf2c27;
}

.banner {
	height: 165px;
	width: 615px;
	left: 245px;
	top: 195px;
	background-repeat: repeat-y;
	border: thin solid #cf2c27;
	position: absolute;
	background-color: #cf2c27;
}

.bannerChoice {
	height: 165px;
	width: 615px;
	left: 245px;
	top: 195px;
	background-repeat: repeat-y;
	border: thin solid #cf2c27;
	position: absolute;
	background-color: #cf2c27;
}

.bannerfaq {
	position: absolute;
	width: 589px;
	left: -4px;
	top: -6px;
	background-repeat: repeat-y;
	border: thin solid #cf2c27;
	background-image: url(../images/backgr.gif);
	overflow: hidden;
	color: #FFF;
	letter-spacing: -1px;
	font-size: 2em;
	padding: 10px;
	height: 60px;
}
.bannerhalloween {
	height: 150px;
	width: 616px;
	left: 239px;
	top: 195px;
	background-repeat: repeat-y;
	position: absolute;
	background-color: ffffff;
}


.infoWindow {
	width: 610px;
	left: 248px;
	top: 202px;
	background-repeat: repeat;
	border: thin solid #cf2c27;
	background-color: #fdede4;
	position: absolute;
}

.infoWindow {
	width: 610px;
	left: 248px;
	top: 365px;
	background-repeat: repeat;
	border: thin solid #cf2c27;
	background-color: #fdede4;
	position: absolute;
}

.infoWindowChoice {
	width: 610px;
	left: 248px;
	top: 365px;
	background-repeat: repeat;
	border: thin solid #cf2c27;
	background-color: #fdede4;
	position: absolute;
}

.infoWindowhalloween {
	height: auto;
	width: 615px;
	left: 240px;
	top: 355px;
	background-repeat: repeat;
	border: thin solid #000000;
	background-color: #000000;
	position: absolute;
}
.faqinfoWindow {
	position: absolute;
	height: auto;
	width: 615px;
	left: 240px;
	top: 245px;
	background-repeat: repeat-y;
	border: thin solid #cf2c27;
	background-color: #fdede4;
}

hr {
	color: #cf2c27;
	line-height: 1px;
}

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #e39579;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}

