@charset "UTF-8";
body  {
	background:url(images/header.jpg) no-repeat top center #0a0e18;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	line-height:100%;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color: #06F;
}
a:hover {
	text-decoration:none;
	color:#393;
}
a.hrefwhite:link, a.hrefwhite:visited, a.hrefwhite:active {
	text-decoration:none;
	color: #FFF;
	font-weight:bold;
}
a.hrefwhite:hover {
	text-decoration:underline;
	font-weight:bold;
}
#container { 
	width: 953px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0 10px 0 20px;
	height: 35px;
} 
#bar {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 33px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration:none;
}
.barleft {
	width: 119px;
	height: 27px;
	float:left;
	text-decoration: none;
	border-right: 1px solid #0a0e18;
	background-image:url(images/left-bar-blue-green.jpg);
	text-align: center;
	padding-top: 6px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.barleft:hover {
	background-position: -125px 0;
	text-decoration:none;
	font-weight: bold;
}
.barleftactive {
	width: 119px;
	height: 27px;
	float:left;
	text-decoration: none;
	border-right: 1px solid #0a0e18;
	background-image:url(images/left-bar-blue-green.jpg);
	text-align: center;
	padding-top: 6px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background-position: -125px 0;
}
.barleftactive:hover {
	background-position: -125px 0;
	text-decoration:none;
	font-weight: bold;
}
.barmenu {
	width: 117px;
	height: 27px;
	float:left;
	border-right: 1px solid #0a0e18;
	text-decoration: none;
	background-image:url(images/bar-blue-green.jpg);
	text-align: center;
	padding-top: 6px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.barmenu:hover {
	background-position: -125px 0;
	text-decoration:none;
	font-weight: bold;
}
.barmenuactive {
	width: 117px;
	height: 27px;
	float:left;
	border-right: 1px solid #0a0e18;
	text-decoration: none;
	background-image:url(images/bar-blue-green.jpg);
	text-align: center;
	padding-top: 6px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background-position: -125px 0;
}
.barmenuactive:hover {
	background-position: -125px 0;
	text-decoration:none;
	font-weight: bold;
}
.barright {
	width: 125px;
	height: 27px;
	float:right;
	margin: 0 auto;
	text-decoration:none;
	background-image:url(images/right-bar.jpg);
	text-align: center;
	padding-top: 6px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.barright:hover {
	background-position: -125px 0;
	text-decoration:none;
	font-weight: bold;
}
.barrightactive {
	width: 125px;
	height: 27px;
	float:right;
	margin: 0 auto;
	text-decoration:none;
	background-image:url(images/right-bar.jpg);
	text-align: center;
	padding-top: 6px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background-position: -125px 0;
}
.barrightactive:hover {
	background-position: -125px 0;
	text-decoration:none;
	font-weight: bold;
}
#player {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 334px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#playertopspace {
	height: 29px;
	width: 100%;
	margin: 0px;
}
#contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	height: 270px;
	width: 255px;
	float: right;
	clear: none;
	text-align: center;
	font-weight: normal;
}
#playerholder {
	height: 280px;
	width: 445px;
	border: 2px solid #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 249px;
}
#ad {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 10px; /* this overrides the text-align: center on the body element. */
	background-image:url(images/ad-header.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#adtext {
	float: left;
	width: 550px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 8px;
}
#adpic1 {
	float: left;
	height: 105px;
	width: 130px;	
	margin-left:10px;
}
#content {
	float:left;
	width: 100%;
	background: url(images/content.gif) top left repeat-y;
}
#content2 {
	float:left;
	width: 100%;
	background: url(images/content2.gif) top left repeat-y;
}
#leftcontent {
	float:left;
	width: 704px;
}
#adbox {
	float:left;
	width: 704px;
	height: 105px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-image: url(images/newsflash.jpg);
}
#hordiv {
	float:left;
	width: 704px;
	height: 12px;
	background-image:url(images/hordiv.jpg);
}
#leftcol {
	float:left;
	width: 346px;
	background:#FFF
}
.greenhdleft {
	float:left;
	width: 346px;
	height: 48px;
	background-image:url(images/green-header-left.jpg)
}
.greenhdright {
	float:left;
	width: 346px;
	height: 48px;
	background-image:url(images/green-header-right.jpg)
}
.greenhdlefttop {
	float:left;
	width: 346px;
	height: 48px;
	background-image:url(images/green-header-left-top.jpg)
}
.greenhdrighttop {
	float:left;
	width: 346px;
	height: 48px;
	background-image:url(images/green-header-right-top.jpg)
}
.coltext {
	float:left;
	width: 306px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.coltext p {
	margin-top: 0px;
	margin-bottom: 14px;
}
#divcol {
	float:left;
	width: 12px;
	height: 526px;
	background-image:url(images/coldiv.jpg);
	background-color: #0a0e18;
	background-repeat: no-repeat;
}
#divcoltop {
	float:left;
	width: 12px;
	height: 526px;
	background-image:url(images/coldivtop.jpg);
	background-color: #0a0e18;
	background-repeat: no-repeat;
}
#rightcol {
	float:left;
	width: 346px;
	background:#FFF
}
#colbody {
	float:left;
	width: 704px;
}
#dividercontent {
	float:left;
	width: 12px;
	background-image:url(images/divider.jpg);
	height: 561px;
}
#rightcontent {
	float:left;
	width: 237px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #021f53;
	height: 100%;
	text-align: center;
}
.article {
	width: 304px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}
#sidebarhd {
	float:left;
	width: 237px;
	height: 48px;
	background-image:url(images/sidebarhd.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sidebarbody {
	float:left;
	width: 237px;
	background-color:#021f53;
}
.playlist {
	width: 200px;
	background-color:#021f53;
	margin: 18px;
	font-size: 13px;
	color: #FFF;
}
.sidebartab {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-image:url(images/sidebar-tab.jpg);
	height: 26px;
	width: 124px;
	text-align: center;
	line-height: 25px;
}
.playlist_dark,
.playlist_color0 {
	width: 200px;
	background-color:#011740;
}
.playlist_light,
.playlist_color1 {
	width: 200px;
	background-color:#014389;
}
.showtitle {
	width: 190px;
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.showdate {
	width: 190px;
	text-align: left;
	color: #6FF;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.description {
	width: 190px;
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.play {
	float:left;
	color: #FFF;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a:link .play,
a:visited .play,
a:active .play {
	font-weight: normal;
}
a:hover .play {
	/*color: #00aeeb;*/
	font-weight: normal; /*bold;*/
	text-decoration: underline;
}
.download {
	color: #FFF;
	text-align: center;
	float:right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a:link .download,
a:visited .download,
a:active .download {
	font-weight: normal;
}
a:hover .download {
	/*color: #00aeeb;*/
	font-weight: normal; /*bold;*/
	text-decoration: underline;
}
.toutes {
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: right;
	color: #FFF;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bottom {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 13px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bottom.jpg);
}
#bottom-white {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 13px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bottom-white.jpg);
}
#footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0a0e18;
	font-size:11px;
	color:#FFF;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.greenhdtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 18px;
	width: 316px;
	margin: 15px;
}
.sidebartitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 15px;
}
.articletitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #06F;
}
.description {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 115%;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.morewhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-image:url(images/more-white.jpg);
	height: 20px;
	width: 72px;
	margin-top: 5px;
	text-align: center;
	line-height: 20px;
	margin-left: 5px;
	float: right;
}
a.whitelink:link    {
	/* Applies to unvisited links of class mainNav */
    font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	text-decoration:  none;
  } 
a.whitelink:visited {
	/* Applies to visited links of class mainNav */
    font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	text-decoration:  none;
  } 
a.whitelink:hover   {
	/* Applies to links under the pointer of class mainNav */
    text-decoration:  none;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
  } 
a.whitelink:active  {
	/* Applies to activated links of class mainNav */
    text-decoration:  none;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
 }
#articlesbody {
	float:left;
	background-color:#FFF;
	width: 704px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titleblue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #06F;
}
.paragraph {
	font-size: 13px;
	color: #000;
	margin-top: 0px;
}
.paragraph img {
	margin-right:10px;
	margin-left: 10px;
}
.articles {
	margin: 18px;
	width: 200px;
}
.articles_dark {
	font-size: 11px;
	background-color: #011740;
	padding: 5px;
}
.articles_light {
	font-size: 11px;
	background-color: #014389;
	padding: 5px;
}
#articlesbody p a:hover {
	color: #000;
}


.mp3table {
	font-size: 11px;
	color: #000;
}
.mp3column {
	width: 306px;
}
.mp3play {
	text-align: center;
}
.mp3play:hover {
	text-align: center;
}
.mp3date {
	color:#00C;
	font-size:10px;
}
input.contact {
	font-size: 13px;
	color: #FFFFFF;
	background: transparent url(images/more-white.jpg) no-repeat scroll 0 0;
	border-style: none;
	height: 20px;
	width: 72px;
	margin-top: 5px;
	text-align: center;
	line-height: 20px;
	margin-left: 5px;
	padding-bottom: 3px;
}
.radio-episode0 {
	background-color: /*#011740*/ #D5D5D5;
}

.radio-episode1 {
	background-color: /*#014389*/ #CCCCCC;
}
#contentdivsingle {
	background-image: url(images/ad-header.jpg);
	height: 10px;
	width: 100%;
}
#columnleft {
	float: left;
	width: 346px;
}
#columnsidebar {
	float: left;
	width: 237px;
}.greenheader {
	height: 33px;
	width: 684px;
	background-image: url(images/greenheader.jpg);
	color: #FFF;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 15px;
}
.textbody {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 13px;
}
.center {
	text-align: center;
}
