/* BANNER */

#banner {
	width:550px;
}

#banner td.left {
	height:42px;
	width:31px;
	background-image:url(../tiles/banner_left.jpg);
	background-repeat:no-repeat;
}

#banner td.right {
	height:42px;
	width:31px;
	background-image:url(../tiles/banner_right.jpg);
	background-repeat:no-repeat;
}

#banner td.mid {
	height:42px;
	background-image:url(../tiles/banner_mid.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	letter-spacing:8px;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:4px;
}


#banner td.nowplaying_left {
	width:8px;
}

#banner td.nowplaying_right {
	width:8px;
}

#banner td.nowplaying_mid {
	background-color:#DDECF1;
}



/* NOW PLAYING */

#nowplaying {
	width:100%;
}

#nowplaying td.image {
	width:200px;
}

#nowplaying td.title {
	text-align:center;
	text-decoration:none;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	letter-spacing:4px;
	font-size:1.8em;
	font-weight:bold;
	color:#003366;
}

#nowplaying td.info {
	max-width:300px;
	width:300px;
	text-align:left;
	text-decoration:none;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	letter-spacing:1px;
	font-size:0.6em;
	font-weight:bold;
}

#nowplaying td.info span {
	color:#000066;
	font-size:1.1em;
}



/* RATING DIVS */

div.ratinginfo {
	text-align:left;
	width:500px;
	max-width:500px;
	color:#000000;
	text-decoration:none;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	letter-spacing:1px;
	font-size:0.7em;
	font-weight:bold;
	display:none;
}

div.ratinginfo span {
	color:#000066;
	text-align:center;
	text-decoration:none;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	letter-spacing:2px;
	font-size:1.1em;
	font-weight:bold;
}


/* OTHER */

div.link {
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	letter-spacing:1px;
	font-size:0.7em;
	font-weight:bold;
}

#footer {
	background-image:url(../tiles/footer.jpg);
	background-position:center; 
	background-repeat:no-repeat;
	width:750px;
	height:52px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	letter-spacing:4px;
	font-size:0.6em;
	font-weight:bold;
}

div.thumbtitle {
	color:#000066;
	text-align:center;
	text-decoration:none;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	letter-spacing:4px;
	font-size:0.8em;
	font-weight:bold;
}