body 
{
	background:   #000000;
	color:        #FFFFFF;
	padding:      0px;
	margin:       0px;
}

img 
{
	border: 0px;
	float:  left;
	padding:5px;
}

div
{
	padding:   0px;
	margin:    0px;
}

table
{
	border-width:    1px;
	border-style:    solid;
	border-color:    #666666;
	border-collapse: collapse;
	empty-cells:     show;
	position:        relative;
	left:            5%;
	width:           90%;
	background:      #666666;
}

table thead tr td 
{
	border-width: 1px; 
	border-style: solid;
	border-color: #666666;
	font-size:    1.2em;
	font-weight:  bold;
	background:   #000000;
}

table tbody tr td
{
	border-width: 1px; 
	border-style: solid;
	border-color: #666666;
	
	padding:         2px;
	margin:          1px;
	vertical-align:  middle;
	background:      #000000;
}

table tbody tr td img
{
	vertical-align:  middle;
	padding:         2px;
}
/* Text styles */
a
{
/*	color: #FFFFFF; */
	color: #F4971F;

	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	padding: 0px 1em;
}

p a
{
	color: #F4971F;
}

h1, h2, h3
{
	padding: 1em 0px 0em 0px;
	margin: 0px;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.0em;
}

/* Web page header */
#logo
{
	position: relative;
	left:0px;
	float:left;
}

#listenLink
{
	position: relative;
	float: right;
	padding-top: 25px;
	padding-right: 30px;
}

#menuBackground
{
	position:           absolute;
	left:               0px;
	top:                100px;
	height:             2px;
	width:              100%;
	border-top-width:   2px;
	border-top-style:   solid;
	border-top-color:   #FFFFFF;
	
}

/* Web page content */
#content
{
	position:     absolute;
	top:          124px;
	left:         0px;
	border-top:   2px solid #FFFFFF;
	width:        100%;
}

/* Footer */
#footer
{
	clear:              both;
	position:           relative;
	text-align:         center;
	border-top-width:   2px;
	border-top-style:   solid;
	border-top-color:   #FFFFFF;
	padding-top:        5px;
}

/***************************************************/
/* index.php */

#layouttable
{
	position:     relative;
	left:         0%;
	top:          0px;
	width:        100%;
	border:       0px;
	background:   #FFFFFF;
	border-spacing: 2px;
}

#layouttable tbody tr td
{
}

.column
{
	vertical-align:  top;
	border-width:    0px 2px;
	border-style:    solid;
	border-color:    #FFFFFF;


	padding:   0px;
	margin:    0px;
}

#leftcolumn
{
	width:200px;
}

#middlecolumn
{
	border-width: 0px;

}

#rightcolumn
{
	width:225px;
}

/* content boxes */
.contentBox 
{
	border-bottom-width:   2px;
	border-bottom-style:   solid;
	border-bottom-color:   #FFFFFF;
	font-size:             0.7em;
	font-family:           Arial, Helvetica, sans-serif;
	overflow:              hidden;
}

.contentBox h1
{
	background-color: #F4971F;
	color: #000000;
	font-variant: normal;
	padding: 0px 5px;
	font-size: 1.7em;
	font-weight: bold;
}

.contentBox h2
{
	text-align: center;
	padding: 2px 5px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1.5em;
}

.contentBox h2 a
{
	text-decoration: none;
	color: #FFFFFF;
}

.contentBox h2 a:hover
{
	text-decoration: underline;
}

.contentBox p
{
	padding: 0px 5px;
	margin: 0px;
}

.contentBox table
{
}

.contentBox img.largepicture
{
	float: none;
	padding: 0px;
	clear: right;
}

.contentBox img 
{
	float: left;
	padding: 5px;
}

.contentBox form 
{
	text-align: center;
}

/* Specific content boxes are special */
#onAir, #upNext
{
	background-color: #FFFFFF;
	color: #000000;
}

#charts h1,h1 a
{
	background-color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
}

#charts h1 a:hover 
{
	text-decoration: underline;
}

/* News and music need special formatting */
#stationNews h1
{
	color: #FFFFFF;
	background-color: #000000;
}

.newsItem
{
	padding-top: 10px;
	padding-left: 5px;
	clear: left;	/* Avoid the staircase effect */
	min-height:85px;  /* Ugly hack to fix positioning */
}

.newsItem p
{
	margin-left: 80px;
}

#stationNews img 
{
	float: left;
	clear: left;
}

.eventTitle
{
	border-bottom: 1px solid #666666;
}

#onlinePoll form 
{
	text-align: left;
}

#onlinePoll table
{
	border:0;
}

#onlinePoll table tr td
{
	border:0;
}

/***************************************************************/
/* interactive.php */

#interactiveContent {
	position:   relative;
	width:      90%;
	left:       5%;
}

#instantMessage
{
   position:         relative;
   right:            10px;     
   margin-top:       5px;
   overflow:         hidden;
   
   font-family:      Arial, Helvetica, sans-serif;
}

#playlist h2
{
	padding: none;
}

#playlistTable
{
	width: 100%;
	left:  0;
}

.tl_gray
{
	background: #202020 url(images/corners/tlc_gray.gif) no-repeat top left;
}

.tr_gray
{
   background: url(images/corners/trc_gray.gif) no-repeat top right;
}

.bl_gray
{
   background: url(images/corners/blc_gray.gif) no-repeat bottom left;
}

.br_gray
{
   background: url(images/corners/brc_gray.gif) no-repeat bottom right;
   padding:    5px;
   height:     310px; 
}

/***************************************************************/
/* listen.php */
#playerLinks
{
	width: 100%;
	text-align: center;
}

#playerLinks img
{
	float: none;
	clear: none;
}

/***************************************************************/
/* music.php */
.musicreview
{
	position: relative;
	top: 20px;
	width: 380px;
	float: left;
	height: 16em;
	overflow: hidden;

}

.musicreview img
{
	padding: 10px;
	float: left;
}

.singlemusicreview img 
{
	float: left;
	padding: 1em 10px 0px 15px;
}

/***************************************************************/
/* schedule.php */
#schedule
{
	position:relative;
	left:0px;
	width: 100%;
	max-width: 100%;
}

#schedule tbody tr td.time
{
	color: #FFFFFF;
}

#genreList tbody tr td
{
	color: #000000;
}


/***************************************************************/
/* show.php */

#showDescription img
{
	clear:right;
	float:right;
}

/***************************************************************/
/* playlist.php */

#playlistSelect
{
	text-align: center;
}	

/* Photo album */
img.singlepicture
{
	float:none;
	text-align:center;
	padding:5px;
}

/* Forms */
table.form
{
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
	border-collapse: collapse;
	empty-cells:show;
	position: relative;
	left: 5%;
	width: 90%;
	background: #000000;
}

table.form thead tr td 
{
	border-width: 0px; 
	border-style: solid;
	border-color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	background: #000000;
}

table.form tbody tr td
{
	border-width: 0px; 
	border-style: solid;
	border-color: #666666;
	
	padding: 2px;
	margin: 1px;
	vertical-align: top;
	background: #000000;
}

/***************************************************************/
/* player.php */

div.player table 
{
	width: 90%;
}

div.player table tr td.playbutton
{
	width: 40px;
}

/***************************************************************/
/* Debugging styles */
/*
div
{
	border: 1px dashed #00FF00;
}
/* */



