/*

INDEX

	1. HELPER
	2. WIDTH
	3. HEADER
	4. NAVIGATION
	5. INPUT-BOX & SIMPLE-INPUT
	6. BUTTONS
	7. SHADOWED
	8. YELLOW-BOX
	9. NORMAL-BOX
    10. SIDE-SHADOW-BOX
	11. YELLOW-BOX-ONAIR
    12. YELLOW-BOX-AZIENDE
	
	X. FOOTER
	Y. INDEX-PAGE
*/

.wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -128px;
	
}

/*
	1. HELPER
*/
.top30{
	margin-top: 30px;
}

.top50{
	margin-top: 50px;
}

.marginauto{
	margin: 0 auto;
}

.clearboth{
	clear: both;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.margibottom-5 {
	margin-bottom:3px;
}
.align-right {
	text-align:right;
}
/*
	2. WIDTH
*/
.sheet-fullwidth{
	width: 990px;
}

.w_86{
	width: 86px;
}

.w_170{
	width: 170px;
}

.w_221{
	width: 221px;
}

.w_995{
	/*width: 51.38em;*/
	width:995px;
}

/* IE6 */
* html .w_221{
	width: 217px;
}

.w_245{
	width: 245px;
}

.w_250{
	width: 250px;
}

.w_553{
	width: 34.60em;
}

.w_680{
	width: 680px;
}

.w_728{
	width: 728px;
}

/*
	3. HEADER
*/
#header{
	position: relative;
	width: 100%;
	height: 145px;
	background: url('../images/header-bg.jpg') repeat-x;
}

#header-container{
	position: relative;
	height: 206px;
	/*background: url('../images/header-container-bg.jpg') no-repeat;
	background-position: 0 -4px;*/
	_height: 176px;
}

#logo-container{
	position: relative;
	z-index: 50;
}

#logo{
	position: absolute;
	background: url('../images/logoRR.png') no-repeat;
	width: 242px;
	height: 121px;
	bottom: 20px;
	left: 0px;
	z-index: 50;
}

#logo-type{
	position: absolute;
	top: 36px;
	left: 254px;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fca20d;
	
	/*text-indent: -999px;*/
}

.login-box{
	position: absolute;
	top: 20px;
	right: 0;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	
	/* IE */
	_left: 520px;
}

/*
	4. NAVIGATION
*/
#navbar{
	position: relative;
	width: 100%;
	/*background: url('../images/navbar-bg.gif') repeat-x;*/
	/*height: 39px;*/
	margin-top: -70px; /**/
	margin-bottom: 20px;
	z-index: 49;
}

* html #navbar{
	position: absolute;
	top: 146px;
	left: 0;
}

.navbar-container{
	position: relative;
	/*background: url('../images/navbuttons-bg.jpg') repeat-x;
	background-position: -34px top;*/
	height: 80px;
	/*padding-left:390px;*/
}

.navbar-container .navbar-left, .navbar-container .navbar-right{
	position: absolute;
	background: url('../images/navbuttons-sides-bg.jpg') no-repeat;
	width: 33px;
	height: 39px;
	top: 0;
}

.navbar-container .navbar-left{
	background-position: left top;
	left: 0;
}

.navbar-container .navbar-right{
	background-position: right top;
	right: 0;
}

.navbar-content{
	/*padding: 0 35px 0 35px;*/
}

.navbar-content ul{
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #FFF;*/
	line-height: 36px;
	/*padding-left:138px;*/
	text-align:right;
	margin:0 0 0 240px;
	
}

.navbar-content li{
	float: left;
	width: 94px;
	/*background: url('../images/navbar-separator.gif') no-repeat;
	background-position: 78px 7px;*/
}

.navbar-content li.last{
	background: none;
}

.navbar-content li a:link, .navbar-content li a:active, .navbar-content li a:visited{
	text-decoration: none;
	color: #FFF;
	font-weight: 700;
}

.navbar-content li a:hover{
	color: #FFF;
	text-decoration: underline;
}

.downbar{
	position: absolute;
	top: 39px;
	left: 260px;
	
	background: url('../images/downbar-bg.jpg') no-repeat;
	width: 878px;
	height: 108px;
}

/*
	5. INPUT-BOX & SIMPLE-INPUT
*/
.input-box{
	position: relative;
	background: url('../images/input-box-bg.jpg') repeat-x;
	height: 25px;
	text-align: center;
	line-height: 20px;
	margin-top: 3px;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: 700;
}

.input-box-left, .input-box-right{
	position: absolute;
	top: 0;
	background: url('../images/input-box-sides.jpg') no-repeat;
	width: 11px;
	height: 27px;
}

.input-box-left{
	background-position: left -2px;
	left: 0;
}

.input-box-right{
	background-position: right -2px;
	right: 0;
}

.input-box-container{
	position: relative;
	padding: 0 5px 0 5px;
}

/* SIMPLE-INPUT */
.simple-input{
	position: relative;
	background-color: #373737;
	border: 1px solid #996600;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: 100;
	padding: 0 2px 0 2px;
}

/*
	6. BUTTONS
*/
.lil-black-button, .wide-black-button{
	position: relative;
	border: none;
	float: left;
	margin: 0 3px 0 3px;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 700;
	color: #eebc42;
	padding: 0px 3px 3px 0px;
}

.lil-black-button span, .wide-black-button span{
	position: absolute;
}

.lil-black-button{
	background: url('../images/little-black-button-bg.jpg') no-repeat;
	width: 46px;
	height: 33px;
}

.lil-black-button span{
	left: 1px;
	top: -12px;
	
	/* IE */
	.left: 9px;
	.top: 8px;
}

.wide-black-button{
	background: url('../images/wide-black-button-bg.jpg') no-repeat;
	width: 66px;
	height: 30px;
}

.wide-black-button span{
	left: -1px;
	top: -10px;
	
	/* IE */
	.left: 7px;
	.top: 8px;
}

/*
	7. SHADOWED
.shadowed{
	position:relative;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: justify;
	min-height: 100px;
	background-color: #7c756d;
}

.shadowed-content{
	padding: 10px 20px 20px 20px;
	font-size: 0.7em;
	position: relative;
}

.shadowed-content h2, .shadowed-content-flower h2{
	font-size: 15px;
}

.shadowed-content .tright{
	top: 20px;
}

.shadowed-tl, .shadowed-tr, .shadowed-bl, .shadowed-br{
	position: absolute;
	z-index: 91 !important;
	background: #FFF url('../images/shadowed-angle.jpg') no-repeat;
}

.shadowed-tl{
	top:0;
	left: 0;
	width: 17px;
	height: 15px;
	background-position: -2px -56px;
}

.shadowed-tr{
	top:0;
	right: 0;
	width: 17px;
	height: 15px;
	background-position: 0px -38px;
}

.shadowed-ht, .shadowed-hb{
	position: absolute;
	z-index: 91 !important;
	background: #FFF url('../images/shadowed-horiz.jpg') repeat-x;
	
	left:0;
	width: 100%;
	z-index: -92 !important;
}

.shadowed-ht{
	top: 0;
	height: 15px !important;
	background-position: left -15px;
}

.shadowed-hb{
	bottom: 0;
	height: 15px !important;
	background-position: left top;
}

.shadowed-bl{
	bottom: 0;
	left: 0;
	width: 17px;
	height: 15px;
	background-position: -2px -1px;
}

.shadowed-br{
	bottom: 0;
	right: 0;
	width: 17px;
	height: 15px;
	background-position: left -19px;
}

.shadowed-vl, .shadowed-vr{
	position: absolute;
	background: url('../images/shadowed-vert.jpg') repeat-y;
	height: 100%;
	top: 0;
	width: 18px;
	z-index: -92 !important;
}

.shadowed-vl{
	background-position: -1px top;
	left: 0;
}

.shadowed-vr{
	background-position: -17px top;
	right: 0;
}
*/

.shadowed{
	position: relative;
	background: url('../images/big-home-box.png') no-repeat;
	height: 237px;
	width: 740px;
	top:4px;
}

/*
	8. YELLOW-BOX
*/
.yellow-box{
	position: relative;
	background: url('../images/yellow-box-bg.png') no-repeat;
	height: 238px;
	background-position: left 37px;
}

.yellow-box h2{
	position: relative;
	text-indent: -9999px;
	background: url('../images/pal-title.png') no-repeat;
	width: 116px;
	height: 51px;
/*	top: -4px; */
}

.yellow-box li{
	float: left;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	font-weight: 700;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.yellow-box li a:link, .yellow-box li a:active, .yellow-box li a:visited{
	color: #FFF;
	text-decoration: none;
}

.yellow-box li a:hover{
	color: #73181A;
	text-decoration: none;
}

.yellow-box li a.current{
	color: #73181A !important;
}

.yellow-box li.current a{
	color: #73181A !important;
}

/*
	9. NORMAL-BOX
*/
.normal-box, .side-shadow-box{
	position: relative;
/*	margin: 0 15px 0 0; */
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
}

.normal-box h2{
	position: relative;
	text-indent: -9999px;
}

.normal-box h2.news{
	background: url('../images/news-title.png') no-repeat;
	width: 72px;
	height: 51px;
}

.normal-box h2.sms{
	background: url('../images/sms-title.png') no-repeat;
	width: 249px;
	height: 54px;
}

.normal-box ul{
	position: relative;
}

.normal-box li{
	position: relative;
	margin: 5px 0 5px 0;
	padding: 0 2px 5px 2px;
	
	border-bottom: 1px solid #999;
}

.normal-box li .date{
	font-weight: 700;
	color: #3B4B55;
}

.normal-box li .hour{
	font-weight: 700;
	color: #73181A;
}

.normal-box li .text{
	display: block;
}

.normal-box li .arrow{
	position: absolute;
	right: 0;
	bottom: 2px;
	background: url('../images/arrow.png') no-repeat;
	width: 8px;
	height: 9px;
}

.normal-box li .arrow a:link, .normal-box li .arrow a:active, .normal-box li .arrow a:visited{
	text-decoration: none;
}

.normal-box li .arrow a:hover{
	text-decoration: none;
}

.normal-box .icon, .side-shadow-box .icon{
	position: absolute;
	right: 0;
	top: 0;
	background: url('../images/icons.jpg') no-repeat;
}

.news-icon{
	position: absolute;
	right: 0;
	top: 0;
	background: url('../images/news-icon.png') no-repeat;
	width: 60px;
	height: 60px;
}

.news{
	background-position: left top;
	width: 58px;
	height: 56px;
}

.abox{
	position: relative;
	margin-right: 1px;
	margin-left: 2px;
}

/*
	10. SIDE-SHADOW-BOX
*/


.side-shadow-content{
	padding: 20px 15px 10px 15px;
}

.side-vr, .side-vl{
	position: absolute;
	top: 0;
	height: 100%;
	background: url('../images/side-shadow.jpg') no-repeat;
	width: 7px;
}

.side-vr{
	background-position: -9px top;
	right: 0;
}

.side-vl{
	background-position: left top;
	left: 0;
}

.side-shadow-box h2{
	position: absolute;
	text-indent: -9999px;
	background: url('../images/rr-title.jpg') no-repeat;
	width: 147px;
	height: 82px;
	top: 0;
	left: 6px;
}

.side-shadow-box .rr{
	background-position: left -57px;
	width: 90px;
	height: 84px;
	right: 7px !important;
}

/*
	11. YELLOW-BOX-ONAIR
*/
.yellow-box-onair{
	position: relative;
	background: url('../images/yellow-box-bg-mini.png') no-repeat;
	height: 117px;
	background-position: left 37px;
}

.yellow-box-onair h2{
	position: relative;
	text-indent: -9999px;
	background: url('../images/rr_onair.png') no-repeat;
	height: 40px;
/*	top: -4px; */
}

/*
	12. YELLOW-BOX-AZIENDE
*/
.yellow-box-aziende{
	position: relative;
	background: url('../images/yellow-box-bg-mini.png') no-repeat;
	height: 117px;
	background-position: left 37px;
}

.yellow-box-aziende h2{
	position: relative;
	text-indent: -9999px;
	background: url('../images/rr_aziende.png') no-repeat;
	height: 40px;
/*	top: -4px; */
}

/*
	12. YELLOW-BOX-OPINIONE
*/
.yellow-box-opinione{
	position: relative;
	background: url('../images/yellow-box-bg-mini.png') no-repeat;
	height: 117px;
	background-position: left 37px;
}

.yellow-box-opinione h2{
	position: relative;
	text-indent: -9999px;
	background: url('../images/rr_opinione.png') no-repeat;
	height: 40px;
/*	top: -4px; */
}

/*
	X. FOOTER
*/
#footer{
	position: relative;
	height: 128px;
	width: 100%;
	background-color: #424242;
	margin-top: 30px;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
}

#footer .footer-shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url('../images/footer-shadow.jpg') repeat-x;
	height: 12px;
}

.footer-container{
	padding: 20px 0 20px 0;
	position: relative;
}

.footer-container .left-text li{
	float: left;
}

.footer-container .right-text{
	position: absolute;
	right: 0;
	top: 20px;
}

.footer-container a:link, .footer-container a:active, .footer-container a:visited{
	text-decoration: none;
	color: #FFF;
}

.footer-container a:hover{
	text-decoration: underline;
	color: #FFF;
}

#footer, .push{
	height: 128px;
}

*+html .push{
	height: 128px !important;
}

/*
	Y. INDEX-PAGE
*/
#body{
	position: relative;
	/*height: 520px;*/
	z-index: 9999999;
}

#rrsociale{
	background: url('../images/rr-sociale.png') no-repeat;
	height: 230px;
	width: 266px;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

#rrsociale p{
	padding: 110px 15px 0 15px;
	text-align: justify;
}

#sms li{
	margin: 5px 0 5px 0;
	border-bottom: 1px dashed #666;
	padding: 0 2px 5px 2px;
	min-height: 30px;
}

#sms a:link,
#sms a:active,
#sms a:visited{
	text-decoration: none;
	color: #333 !important;
	font-weight: bold;
}

#sms a:hover{
	text-decoration: underline;
	color: #333 !important;
	font-weight: bold;
}

#sms_interno {
	font-size: 11px;
}

#sms_interno li{
	margin: 5px 0 5px 0;
	border-bottom: 1px dashed #666;
	padding: 8px 2px 8px 2px;
	min-height: 40px;
}

#sms_interno a:link,
#sms_interno a:active,
#sms_interno a:visited{
	text-decoration: none;
	color: #333 !important;
	font-weight: bold;
}

#sms_interno a:hover{
	text-decoration: underline;
	color: #333 !important;
	font-weight: bold;
}

#adv{
	background: url('../images/side-shadow-home.png') no-repeat;
	height: 180px;
	width: 258px;
	text-align: center;
	margin-top:16px;
}

.adv-wide{
	position: relative;
	height: 90px;
	width: 727px;
	margin-top: 10px;
	margin-left: 5px;
}

#palinsesto ul{
	position: relative;
	margin-left: 11px;
}

.palinsesto-content{
	position: relative;
	padding-right: 10px;
	overflow: hidden;
	height: 155px;
}

.palinsesto-content li{
	height: 48px;
	border-bottom: 2px solid #fbb756;
	line-height: 16px !important;
	width: 100%;
	display: block;
}

.palinsesto-content li .hour{
	margin-right: 10px;
	line-height: 25px;
}


.palinsesto-content li span{
	display: block;
	margin: 0 !important;
	
	color:#333 !important;
	font-weight: 100 !important;
}


.palinsesto-content li span a:link,
.palinsesto-content li span a:active,
.palinsesto-content li span a:visited{
	text-decoration: none;
	color: #333 !important;
}

.palinsesto-content li span a:hover{
	text-decoration: underline;
	color: #333 !important;
}

.big-home-info{
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
}

.big-home-info a:link, .big-home-info a:active, .big-home-info a:visited{
	text-decoration: none;
	color: #333;
}

.big-home-info a:hover{
	text-decoration: underline;
	color: #333;
}

.big-home-info .home-info-bl{
	position: absolute;
	left: 10px;
	bottom: 17px;
	width: 120px;
	
	font-size: 11px !important;
	color: #FFF !important;
}

.big-home-info .home-info-sky{
	position: absolute;
	left: 180px;
	bottom: 5px;
	width: 170px;
}

.big-home-info .home-info-site{
	position: absolute;
	bottom: 18px;
	left: 420px;
}

.big-home-info .home-info-br{
	position: absolute;
	left: 580px;
	bottom: 12px;
	width: 155px;
}

.flash-tuner{
	position: absolute;
	top: 100px;
	left: -7px;
}

a.scroll{
	display: none;
}

.onair-content{
	position: relative;
	padding: 8px 12px 8px 12px;
	overflow: hidden;
	height: 60px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
a:link, a:visited {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}

a.OnAir:link, a.OnAir:visited {
	color:#81231c;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	line-height: 22px;
}
a.OnAir:hover {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
	line-height: 22px;
}
a.OnAirConduttori:link, a.OnAirConduttori:visited {
	color:#81231c;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	font-style: italic;
	text-decoration: none;
}
a.OnAirConduttori:hover {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	font-style: italic;
	text-decoration: underline;
}
.onair-conduttori{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
.onair-orario{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.AutoreOpinione{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.dettagliOpinione {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333333;
	margin-bottom:6px;
	font-weight:normal;
	font-style: italic;
}