font{
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

body{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: black; 
   background-color: #c2d8de
}

td.body{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: black; 
}

.body{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: black; 
   background-color: #c2d8de
}

/* Head */

td.head-left{
   color: #1b929d;
   font-size: 12pt;
   font-style: italic;
   text-align: left;
}

td.head-right{
   text-align: right;
}

/* Toolbar Message */

span.toolbarmsg{
   color: #1b929d;
   font-size: 10pt;
   font-style: italic;
   text-align: center;
}

/* Nav */

a.nav{ 
   font-size: 8pt; 
   font-weight: bold
}

a.nav:link{ 
   color: blue; 
   text-decoration: none
}

a.nav:visited{ 
   color: blue; 
   text-decoration: none
}

a.nav:active{ 
   color: blue; 
   text-decoration: underline
}

a.nav:hover{ 
   color: blue;
   text-decoration: underline
}



/* Stations */

table.station{ 
   border-collapse: collapse
}

th.station{ 
   background: #CFBA52; 
   height: 15px; 
   border: 1px solid; 
   border-color: #CFBA52
}

th.station{ 
   color: black; 
   font-size: 9pt 
}

tr.station-list-odd{
   background-image: url(../img/bluefade.jpg);
   background-repeat: repeat-x;
}

tr.station-list-even{
   background-image: url(../img/bluefade.jpg);
   background-repeat: repeat-x;
}

td.station{ 
   color: black; 
   background: #FFFFFF; 
   border: 1px solid; 
   border-color: #5ec2cb;
}

td.station-logo{
   vertical-align: top;
}

td.station-data{
   vertical-align: top;
   text-align: justify;
}

span.station-name{
   color: #1b929d; 
   font-size: 11pt;
   font-weight: normal
}

span.station-country{
   color: black; 
   font-size: 9pt;
   font-weight: bold
}

span.station-comment{
   color: black; 
   font-size: 7pt;
   font-weight: normal;
   text-align: justify;
}

span.station-urls{
}

/* Podcasts */

table.podcast{ 
   border-collapse: collapse;
}

th.podcast{ 
   background: #CFBA52; 
   height: 15px; 
   border: 1px solid; 
   border-color: #CFBA52
}

th.podcast{ 
   color: black; 
   font-size: 8pt 
}

tr.podcast-list-odd{
   background-image: url(../img/bluefade.jpg);
   background-repeat: repeat-x;
}

tr.podcast-list-even{
   background-image: url(../img/bluefade.jpg);
   background-repeat: repeat-x;
}

td.podcast{ 
   color: black; 
   background: white;
   background-image: url(../img/bluefade.jpg);
   background-repeat: repeat-x;
   border: 1px solid; 
   border-color: #5ec2cb;
}

td.podcast-data{
   vertical-align: top;
   text-align: justify;
}

span.podcast-title{
   color: #1b929d; 
   font-size: 11pt;
   font-weight: normal
}

span.podcast-country{
   color: black; 
   font-size: 9pt;
   font-weight: bold
}

span.podcast-description{
   color: black; 
   font-size: 7pt;
   font-weight: normal;
   text-align: justify;
}

span.podcast-urls{
}

/* Podcast Feed */

table.podfeed{
   width: 100%;
   padding: 5px;
}

th.podfeed-title{
   background: #d3eff2;
   color: #1b929d; 
   font-size: 11pt;
   font-weight: normal;
   border: 1px solid;
   border-color: #D0D0D0;
   padding: 5px;
}

td.podfeed-item{
   font-size: 8pt;
   background: #d3eff2;
   border: 1px solid;
   border-color: #D0D0D0;
   padding: 5px;
}

span.podfeed-desc{
   font-size: 7pt;
}

/* LeftRSSBlock */

table.leftblock{ 
   border-collapse: collapse
}

th.leftblock{ 
   background: #5ec2cb; 
   height: 10px; 
   border: 1px solid; 
   border-color: #5ec2cb
}

th.leftblock{ 
   color: black; 
   font-size: 7pt 
}

td.leftblock{ 
   color: black; 
   background: #FFFFFF; 
   background-image: url(../img/bluefade.jpg);
   background-repeat: repeat-x;
   border: 1px solid; 
   border-color: #5ec2cb;
   height: 500px;
   text-align: center;
   vertical-align: top;
}

/* RightAddBlock */

table.rightblock{ 
   border-collapse: collapse
}

th.rightblock{ 
   background: #5ec2cb; 
   height: 10px; 
   border: 1px solid; 
   border-color: #5ec2cb
}

th.rightblock{ 
   color: black; 
   font-size: 7pt 
}

td.rightblock{ 
   color: black; 
   background: #FFFFFF; 
   background-image: url(../img/bluefade.jpg);
   background-repeat: repeat-x;
   border: 1px solid; 
   border-color: #5ec2cb;
   text-align: center;
   vertical-align: top;
}

/* LeftRSSBlock */

table.rssblock{ 
   border-collapse: collapse
}

th.rssblock{ 
   background: #5ec2cb; 
   height: 10px; 
   border: 1px solid; 
   border-color: #5ec2cb
}

th.rssblock{ 
   color: black; 
   font-size: 7pt 
}

td.rssblock{ 
   color: black; 
   background: #FFFFFF; 
   background-image: url(../img/bluefade.jpg);
   background-repeat: repeat-x;
   border: 1px solid; 
   border-color: #5ec2cb;
   height: 500px;
   text-align: center;
   vertical-align: top;
}

/* RSS Feed */

table.rssfeed{
   width: 100%;
   padding: 5px;
}

th.rssfeed-title{
   background: #d3eff2;
   font-size: 8pt;
   border: 1px solid;
   border-color: #D0D0D0;
   padding: 5px;
}

td.rssfeed-item{
   font-size: 8pt;
   background: #d3eff2;
   border: 1px solid;
   border-color: #D0D0D0;
   padding: 5px;
}

span.rssfeed-desc{
   font-size: 7pt;
}



/* Foot */

td.foot{
   height: 10px; 
   background: #d3eff2;
   border: 1px solid;
   border-color: #5ec2cb;
   text-align: center;
   color: black; 
   font-size: 7pt 
}