﻿/***
 	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;
	background-color:#EEE;
}

#map 
{
	position:absolute;
	left: 5px;
	top: 60px;
	width:675px;
	height:480px;
	background-color:#EEE;
}

#sidebar
{
	position:absolute;
	left: 685px;
	top: 60px;
	width:316px;
	height:391px;
	background-color:#EEE;
	font-size: 10pt;
	overflow: auto;
	padding: 2px;
}

#tracker
{
	position:absolute;
	left: 685px;
	top: 460px;
	width:316px;
	height:71px;
	background-color:#EEE;
	padding: 2px;
	font-size: 10pt;
}

#status
{
	position:absolute;
	left: 685px;
	top: 535px;
	width:316px;
	height:21px;
	background-color:#EEE;
	padding: 2px;	
	font-size: 10pt;
}

#player
{
	position:absolute;
	left: 5px;
	top: 540px;
	width:675px;
	height:20px;
	background-color:#EEE;
}

#titles
{
	position:absolute;
	left: 5px;
	top: 565px;
	width:996px;
	height:71px;
	background-color:#EEE;
	padding: 2px;
	font-size: 10pt;
}
