﻿/***
 	radio styles 
***/

* {
	margin: 0;
	padding: 0;
}

/* all links except otherwise defined */
a:link { color: #0000a0; text-decoration: none; }
a:visited { color: #0000a0; text-decoration: none; }
a:focus { color: #0000a0; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }
a:active { color: #0000a0; text-decoration: none; }

body {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    background-color: #000;
    text-decoration: none;
}

#header
{
    position:absolute;
    left: 5px;
    top: 5px;
    width:1000px;
    height:50px;
    border:1px;
    border-style:solid;
    background-color:#FFF;
}
#footer
{
    position:absolute;
    left: 5px;
    top: 550px;
    width:996px;
    height:50px;
    border:1px;
    border-style:solid;
    background-color:#FFF;
    padding: 2px;
}
#player
{
    position:absolute;
    left: 522px;
    top: 60px;
    width:100px;
    height:100px;
    border:1px;
    border-style:solid;
    background-color:#FFF;
    font-size: 8pt;
}
#currentSong
{
    position:absolute;
    left: 5px;
    top: 60px;
    height:96px;
    width:508px;
    border:1px;
    overflow: auto;
    border-style:solid;
    background-color:#FFF;
    padding: 2px;
}

#lastPlayed
{
    position:absolute;
    left: 627px;
    top: 60px;
    width: 374px;
    height: 372px;
    border:1px;
    border-style:solid;
    overflow: auto;
    font-size: 10pt;
    background-color:#FFF;
    padding: 2px;
}
#schedule
{
    position:absolute;
    left: 627px;
    top: 441px;
    width: 374px;
    height: 100px;
    border:1px;
    border-style:solid;
    overflow: auto;
    font-size: 10pt;
    background-color:#FFF;
    padding: 2px;
}
#map 
{
    position:absolute;
    left: 5px;
    top: 165px;
    width:617px;
    height:380px;
    border:1px;
    border-style:solid;
    background-color:#FFF;
}
