﻿html, body, form
{
	height: 100%;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	color: #000000;
}

img
{
	border: 0px;
}

a
{
	color: #0093DD;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.floatleft
{
	float: left;
	margin: 5px;
}

.floatright
{
	float: right;
	margin: 5px;
}

.centered
{
	text-align: center;
}

.dataora
{
	height: 30px; 
	text-align: right; 
	color: #FFFFFF; 
	font-size: 12px; 
	font-weight: bold;
}

.equalizer
{
	border: 0px;
	position: relative;
	left: 75px;
	top: 130px;
}

.logo
{
	width: 280px;
	height: 220px;
	background-image: url(images/logo.jpg);
	vertical-align: top;
}

.footer
{
	text-align: center;
	font-size: 10px;
}

.footer a
{
	color: #000000;	
	font-weight: normal;
}

.footer a:hover
{
	text-decoration: underline;
}

/********** BOX **********/

.boxHeaderLeft, .boxHeaderRight
{
	width: 10px;
}

.boxHeaderCenter
{
	width: 100%;
	height: 10px;
	background-color: #FFFFFF
}

.boxTitleLeft, .boxTitleRight
{
	width: 10px;
	vertical-align: top;
	background-color: #EEEEEE;	
}

.boxTitleCenter
{
	width: 100%;
	height: 20px; 
	background-image: url(images/box_sfondo.gif); 
	background-repeat:repeat-x;
	font-weight: bold;
}

.boxContentsLeft, .boxContentsRight
{
	background-color: #EEEEEE;	
}

.boxContentsCenter
{
	padding-top: 5px;
	background-color: #EEEEEE;
	vertical-align: top;
}

.boxFooter
{
	width: 100%;
	height: 20px;	
	background-color: #EEEEEE;
}
/********** MENU **********/
.menu
{
	color:#FFFFFF; 
	font-size: 10px; 
	font-weight:bold; 
	height:30px
}

.menu a
{
	color:#FFFFFF;	
}

a.menuHome
{
	display: block;
	width: 70px;
	height: 80px;
	background-image: url(images/menu_home.jpg);
}

a.menuHome:hover
{
	background-position: 0px 80px;	
}

a.menuRadio
{
	display: block;
	width: 70px;
	height: 80px;
	background-image: url(images/menu_radio.jpg);
}

a.menuRadio:hover
{
	background-position: 0px 80px;	
}

a.menuMusic
{
	display: block;
	width: 70px;
	height: 80px;
	background-image: url(images/menu_music.jpg);
}

a.menuMusic:hover
{
	background-position: 0px 80px;	
}

a.menuGallery
{
	display: block;
	width: 70px;
	height: 80px;
	background-image: url(images/menu_gallery.jpg);
}

a.menuGallery:hover
{
	background-position: 0px 80px;	
}

a.menuDownload
{
	display: block;
	width: 70px;
	height: 80px;
	background-image: url(images/menu_download.jpg);
}

a.menuDownload:hover
{
	background-position: 0px 80px;	
}

a.menuOroscopo
{
	display: block;
	width: 70px;
	height: 80px;
	background-image: url(images/menu_oroscopo.jpg);
}

a.menuOroscopo:hover
{
	background-position: 0px 80px;	
}

a.menuCommunity
{
	display: block;
	width: 70px;
	height: 80px;
	background-image: url(images/menu_community.jpg);
}

a.menuCommunity:hover
{
	background-position: 0px 80px;	
}

a.menuContatti
{
	display: block;
	width: 70px;
	height: 80px;
	background-image: url(images/menu_contatti.jpg);
}

a.menuContatti:hover
{
	background-position: 0px 80px;	
}

/********** STAFF **********/
.staff
{
	margin-left: 20px;
}

.staff td
{
	vertical-align: top;
	padding: 10px;
}

.categoriaStaff
{
	text-align: center;
	padding: 5px;
	background-color: #DDDDDD;
	width: 100%;
	display: block;
}

/********** OROSCOPO **********/
.oroscopo a
{
	display: block;
	border: solid 4px #EEEEEE;
}

.oroscopo a:hover
{
	border: solid 4px #FFFFFF;
}