/* Common
--------------------------------------------------------- */
* {
    margin: 0;
	padding: 0;
}

html, body, table, form, input, textarea, h1, h2, h3, h4, h5, h6 {
font-size:100%;
}

h6 {
font-weight:normal;
margin-top:10px;

}

body {
	color: #006295;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size:68%;
	

	background-color:#FE6D00;
	background-image:url(../images/frame/sfondo_body.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

body.homepage {
	/*background-image:url(../images/frame/sfondo_body_home.png);*/
}

body#bd {
}

div#contenitore.homepage  {	
	/*background-image:url(../images/frame/sfondo_contenuto_home.png);
	background-position:center top;
	background-repeat:no-repeat;*/
}

div#contenitore  {	
	width:985px;
	/*background-image:url(../images/frame/sfondo_contenuto.png);
	background-position:center top;
	background-repeat:no-repeat;*/
	margin-left:auto;
	margin-right:auto;
}




body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	line-height: 140%;
}

body.fs1{

}

a {
	color: #000;
	text-decoration: none;

}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

#picture {
margin-bottom:5px;

}
#picture:hover {

}

/*
=========================================================== End ================================================================*/


/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {

}


/* Heading */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 100%;

}



ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul.listaction {
margin-bottom:30px;
}
ul.listaction li  {
padding-top:3px;
padding-bottom:3px;
border-bottom:1px solid #fff;

}
ul.listaction li span.groupelement  {
width:100px;
font-size:100%;
display:block;
font-color:#000;
margin-top:2px;
font-weight:bold;
float:left;
}
ul.listaction li span.tastodelete {
width:120px;
display:block;
float:left;
margin-top:3px;
}
ul.listaction li p.clear_left {
clear:left;
display:block;
width:100%;
height:0%;
}
ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #2F2F2F;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

/*
=========================================================== End ================================================================*/


/* Typos
=====================================================================*/
pre {

	margin: 5px 0 15px;


}

/* Tips, Error, Message, Hightlight*/
.error,
.tips {
	display: block;
	padding: 10px 10px 10px 50px;

}

.error{
	background: #ffcccc url(../images/frame/status-alert.png) 10px 50% no-repeat;
background-color:#f9f7f4;
color:#000;
}

#ja-content .tips {
padding: 10px 0px 10px 5px;
margin:0 0 10px 0;
/* 
background-image:url(../images/frame/bordo_grigio_box.png);
background-position:top right;
background-repeat:no-repeat;
*/
background-color:#DBE2EC;
font-weight:bold;
}

.tips {
margin-left:225px;
margin-right:50px;
padding: 10px 0px 10px 5px;
/* 
border-bottom:1px solid #c3c3c3;
background-image:url(../images/frame/bordo_grigio_box.png);
background-position:top right;
background-repeat:no-repeat;
*/
background-color:#DBE2EC;
font-weight:bold;
}

.highlight {
background: #F29A3E;
color: #121212;
padding: 0 5px;
font-weight: bold;
}

p.stickynote {
	padding: 20px 80px 10px 20px;
	background: url(../images/frame/sticky-bg.gif) no-repeat top right #2F2F2F;
}

p.pinnote {
	padding: 20px 60px 10px 20px;
	/*background:#fff url(../images/frame/pin-bg.gif) no-repeat top right; */
	color:#fff;
	font-weight:bold;
}

p.clipnote {
	padding: 20px 60px 10px 20px;
	background: url(../images/frame/clip-bg.gif) no-repeat top right #2F2F2F;
}


/*
=========================================================== End ================================================================*/


/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

select, .inputbox {
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


select#conquestaposta {
width:170px;
font-size:100%;

}
textarea {
border: 1px solid #ccc !important;
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



.button, .submit, .button:hover {
	border: 1px solid #d9dfe2;
	padding: 1px 10px!important;
	padding: 1px 5px;
	background-color:#ED0088;
	color: #FFFFFF;
	font-weight:bold;

}

.button:active, .button:focus {
	border: 2px solid #222222;
}

#registrati .inputbox {
	border: 1px solid #c1c7ca;
	background: #fff;
	color: #000;
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

input.inputbox:hover, input inputbox:focus {
	border: 1px solid #606060;
	padding:2px;
}


textarea.inputbox:hover, textarea.inputbox:focus {
border: 1px solid #606060 !important;
padding:2px;
}

/*
=========================================================== End ================================================================*/


/* Boxes for  templates
------------------------------------------------------------ */
div.moduletable h3 {
	margin: 0 5px;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: normal;
}

div.moduletable {
	padding: 0;
	margin: 3px 0 22px;
	clear: both;
}

div.moduletable-hilite h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #CD0067;
	font-size: 1.4em;
}

div.moduletable-hilite {
	padding: 10px 15px;
	margin: 3px 0 22px;
	border: 1px solid #F29A3E;
	background: #2F2F2F;
	clear: both;
}

div.moduletable-pin,
div.moduletable-clip,
div.moduletable-task, div#ja-content div.code {
	padding: 4px;	
	margin: 0;
	margin-bottom:10px;
}



div.moduletable-task#pagina {
/*background-color:#DBE2EC;*/
padding-top:10px;
padding-left:10px;
padding-right:0px;

}


div.moduletable-task#pagina h2 ,
div.moduletable-task#pagina h3,
div.moduletable-task#pagina h4, 
div.moduletable-task#pagina h5, 
div.moduletable-task#pagina h6  {
font-size:120%;
font-family:Georgia, "Times New Roman", Times, serif;
color:#FF9800;
font-weight:bold;
margin: 10px 0px 10px 0px;
}


div.moduletable-task#pagina h3,
div.moduletable-task#pagina h4, 
div.moduletable-task#pagina h5, 
div.moduletable-task#pagina h6  {
font-size:100%;
font-family:Georgia, "Times New Roman", Times, serif;
color:#FF9800;
margin: 10px 0px 10px 0px;
}



#contenitore_box_doppi {
	min-height: 119px;
	height: auto !important;
	height: 119px;
	margin:0;
	padding:0;
}



div.moduletable-task#cerca_sito {
width:253px;
float:left;
	min-height: 105px;
	height: auto !important;
	height: 105px;
	
	
}
div.moduletable-task#invita {
float:right;
width:253px;
/* border-left:1px solid #c3c3c3; */
	min-height: 105px;
	height: auto !important;
	height: 105px;
}

#ja-content div.moduletable-task#invita h3, #ja-content div.moduletable-task#cerca_sito h3 {
/*
background-image:url(../images/frame/tratteggio_rosso.png);
background-position:bottom left;
background-repeat:repeat-x;
*/
border-bottom:1px solid #fff;
margin-bottom:0;
}


p.data {
float:left;
display:block;
width:80px;
color:#a3a3a3;
border-bottom:1px solid #DBE2EC;
}

div.news_block {
margin-top:5px;
margin-bottom:10px;
} 


div.news_item {
display:block;
margin-left:80px;
border-bottom:1px solid #dfdfdf;
padding-bottom:12px;
color:#000;
}

div.news_block.ultimo div.news_item {
border:none;
padding-bottom:0px;
color:#000;
}
div.moduletable-task ul#news_elenco li {
margin-bottom:10px;
}

#ja-leftcol div.moduletable-task {
	padding: 0px;	margin: 0 0 4px 0;
	background-color:#DBE2EC;

}

#ja-rightcol div.moduletable-task {
/*
border-left:1px solid #FF9800;
border-bottom:1px solid #FF9800;
background-image:url(../images/frame/bordo_rosso_box.png);
background-position:top right;
background-repeat:no-repeat;
*/
background-color:#cd0067;
color:#fff;
}

#ja-rightcol div.moduletable-task a{ color:#FFE3D7;}

#ja-content div.moduletable-task {

border-bottom:1px solid #c3c3c3;
background-image:url(../images/frame/bordo_grigio_box.png);
background-position:top right;
background-repeat:no-repeat;

/*background-color:#506599;*/
padding-top:0px;
}


#ja-content div.code {
/*
border-bottom:1px dotted #FF9800;
border-top:1px dotted #FF9800;
border-right:1px dotted #FF9800;
border-left:1px dotted #FF9800;
*/


border-bottom:1px solid #c3c3c3;
background-image:url(../images/frame/bordo_grigio_box.png);
background-position:top right;
background-repeat:no-repeat;
}

#ja-rightcol div.moduletable-task h3  {
font-size:125%;
}

#ja-content div.moduletable-task h3,
#ja-content div.code h3
 {
font-size:125% !important;
padding:5px 0 8px 0;
margin-bottom:10px;
/*
background-image:url(../images/frame/tratteggio_grigio.png);
background-position:bottom left;
background-repeat:repeat-x;
*/
border-bottom:1px solid #fff;

}

div.moduletable-task h3,
div#ja-content div.code h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FF9800;
	font-size:190%;
	text-transform: lowercase;
}

div.moduletable-pin h3 {
}

div.moduletable-clip h3 {
}


#ja-rightcol div.moduletable-task h3 {
margin-bottom:5px;
}


div.moduletable-blank h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.4em;
	
	line-height: normal;
    clear: both;
}

div.moduletable-blank {
	padding: 0;
	margin: 3px 0 22px;
	clear: both;
}

/*
=========================================================== End ================================================================*/


/* MAIN LAYOUT DIVS

--------------------------------------------------------- */
#ROYAL-headerwrap,
#ja-mainnavwrap,
#ROYAL-topslwrap,
#ROYAL-containerwrap,
#ROYAL-footerwrap {
	text-align: center;
	margin: 0 auto;
}


/* larghezze del portale */
#ROYAL-header,
#ROYAL-topsl,
#ja-container,
#ja-container-fl,
#ROYAL-container-fr,
#ja-container-f,
#dhtmlgoodies_leftPanel {
	margin: 0 auto;
	width:985px;
	text-align: left;

}

#ROYAL-containerwrap{
padding-top:10px;
}

#ja-container, #ROYAL-container-fr {

}
#ja-container-f {
	background: none;
}

#ja-container-fl {
	background: url(../images/frame/v-seperator.gif) repeat-y 77.5% 0;
}

#ja-container-fl #ja-content {
	background: none;
	padding-left: 0;
}

#ja-container-f #ja-content {
	background: none;
	padding: 0;
}

#ja-contentwrap {
}

#ja-content {

	display: block;
}


/* HEADER
--------------------------------------------------------- */
#ROYAL-headerwrap {
width:985px;



}

#ROYAL-headerstart {
	
	width:985px;
	height:116px;

}

#ROYAL-header {
	clear: both;
}

#ROYAL-headerstart h1 {
	width:985px;
}

span#logo{
	display:block;
	text-align:left;
	}
span#provincia{display:none;}	
span#logo a {background: url(../images/logo.gif) no-repeat;
	position:absolute;
	top:77px;
	left:50%;
	z-index:0;
	display: block;
	width: 316px;
	height: 102px;
	margin-left:-468px;
	text-indent: -5000em;

}


div#contenitore_lane_header {
float:left;
width:236px;
height: 114px;
font-size:10px;
font-style:normal;
font-weight:normal;
margin-left:420px;
text-align:left;


}

div#boxlane {

margin-left:60px;
margin-right:0px;

}



span#provincia a {
float:right;
	display: block;
	width: 85px;
	height: 114px;
}

span#provincia a span.etichetta {
	text-indent: -5000px;
	font-size:0px;
}




#ROYAL-usertoolswrap {
}

#ROYAL-usertools {
	display: block;
	color:#000;
}

#ROYAL-usertools ul.riassunto {
padding-top:25px;
background-image:url(../images/frame/sfondo_linee_45.png);
background-position:top left;
background-repeat:no-repeat;

}

#ROYAL-usertools ul.riassunto li {
border-bottom:1px solid #ccc;
padding:2px 0;

}

#ROYAL-usertools p {

}

#ROYAL-usertools span {
	float: left;
	margin: 0 10px 0 5px;
	display: block;
}



#ROYAL-usertools img {

	padding: 10px 2px;

}

#ROYAL-usertools a {
}

#ROYAL-usertools a:hover, #ROYAL-usertools a:active, #ROYAL-usertools a:focus {
}


#ROYAL-usertools .inputbox:hover,
#ROYAL-usertools .inputbox:focus {
}

/*
=========================================================== End ================================================================*/


/* ROYAL Navigation
--------------------------------------------------------- */
#ROYAL-mainnav {
	/*background-image:url(../images/frame/bottom_logo_io.png);
	background-position:let top;
	background-repeat:no-repeat;*/
	min-height: 42px;
	height: auto !important;
	height: 42px;
	
	
}
.narrow #ROYAL-mainnav {

}
#ROYAL-mainnav a {
}

#rietro_menu {
margin-left:225px;
}

#ROYAL-splitmenu {
margin: 25px 0px 0px 0px;
float:left;


}

#ROYAL-splitmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ROYAL-splitmenu li {
	margin: 0;
	padding: 0;
	display: inline;
}

#ROYAL-splitmenu a {
	display:block;
	float:left;
	border:1px solid #000;
	padding-top:1px;
	padding-bottom:2px;
	background-color:#ffffff;
	color:#000;
	text-decoration:none;
	width:103px;
	background-image:url(../images/frame/sfondo_canale.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#ROYAL-splitmenu a.active {
	background-color:#FF9800;
	color:#FFFFFF;
	background-image:url(../images/frame/sfondo_canale_attivo.png);
}


#ROYAL-splitmenu li.margin-right a {
margin-right:25px;

}

#ROYAL-splitmenu a span {
padding-left:4px;

}

#ROYAL-splitmenu a:hover,
#ROYAL-splitmenu a:active,
#ROYAL-splitmenu a:focus {
	background-image:url(../images/frame/sfondo_canale_attivo.png);
	background-color:#FF9800;
	color:#FFFFFF;

}

#ROYAL-splitmenu a:hover span,
#ROYAL-splitmenu a:active span,
#ROYAL-splitmenu a:focus span {

	
}
#ROYAL-splitmenu a span { 
    float: none;
}


/*Close*/

a.mainlevel {
	padding: 3px 3px 5px 3px;
	width: 98%;
	display: block;
	background: url(../images/frame/a-mainlevel-bg.gif) no-repeat bottom right;
	color: #333333;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #333333;
	background: url(../images/frame/a-mainlevel-bg2.gif) no-repeat bottom right #FFFFFF;
	text-decoration: none;
}

/*
=========================================================== End ================================================================*/

/* Below Menu Latest Lady, gentelman and video
------------------------------------------------------------ */

.ja-box-full, .ROYAL-box-left, .ROYAL-box-center, .ROYAL-box-right {
	float: left;
	overflow: hidden;
}

.ROYAL-box-left div.moduletable {
	padding-right: 10px;
	line-height:150%;
}

.ROYAL-box-right div.moduletable {
	padding-left: 10px;
    line-height:150%;
}

.ROYAL-box-center div.moduletable {
	padding: 0 10px;
    line-height:150%;
}

#ROYAL-topslwrap {
	clear: both;
	background: url(../images/frame/topsl-bg.gif) repeat-x bottom #FFFFFF;
	color: #222222;
	border-top: 1px solid #181818;
	border-bottom: 3px solid #F29A3E;
}

#ROYAL-topsl {
	padding: 20px 0 15px;
}

#ROYAL-topsl a {
color:#222222;
}

#ROYAL-topsl h3 {
	padding: 0;
	margin: 0 0 5px;
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #222222;
}

#ROYAL-topsl div.moduletable {
	margin: 0;
}

#ROYAL-botslwrap {
color: #000;
}

#ROYAL-botsl {
}


#ROYAL-botsl a {
}

#ROYAL-botsl h3 {
font-size: 1em;
color: #000;
}

#ROYAL-botsl div.moduletable {
	margin: 0;
}

#ROYAL-botsl ul {
	padding: 0;
	margin: 0!important;
}

#ROYAL-botsl li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}

#ROYAL-botsl li a {
	padding-left: 15px;
	background: url(../images/frame/bullet-list2.gif) no-repeat top left;
	text-decoration: none;
}

#ROYAL-botsl li a:hover,
#ROYAL-botsl li a:active,
#ROYAL-botsl li a:focus {
	background: url(../images/frame/bullet-list2.gif) no-repeat top left;
	text-decoration: none;
}

#ROYAL-topsl td,
#ROYAL-botsl td {
	padding: 0;
}

#ROYAL-botsl .article_seperator,
#ROYAL-topsl .article_seperator {
	display: none;
}

#ROYAL-botsl table,
#ROYAL-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}


/*
=========================================================== End ================================================================*/


/* CONTENT COLUMN - COTROLLO COLONNE
----------------------------------------------------------- */
#ja-mainbody-fr {



}
#ja-mainbody-fr #ja-leftcol {
	width: 175px;
	float: left;
}

#contenitore.homepage #ja-leftcol {
width: 630px !important;


}

#ja-mainbody-fr #ja-contentwrap {
	margin-left:225px;
	margin-right:220px;

}

#ja-mainbody-fr #ja-contentwrap-search {
	margin-left:225px;
	margin-right:0px;

}

#ja-mainbody-fr #ja-rightcol {
	width: 200px;
	float: right;
}

#contenitore.homepage #ja-rightcol {
width: 325px !important;



}


/*
=========================================================== End ================================================================*/

/* LEFT Boxes
--------------------------------------------------------- */

#ja-leftcol {
	float: left;
	width: 30%;
	}
#rientro_sinistro {
margin-left:25px;
}

#ja-leftcol table,
#ja-rightcol table {
	border-spacing: 0;
	border-collapse: collapse;

}

/*
=========================================================== End ================================================================*/


/* FOOTER
--------------------------------------------------------- */
#ROYAL-footerwrap {
	clear: both;
}

#ROYAL-footer {
	width:100%;
	color: #a09f9f;
	margin: 0 auto;
	margin-top:20px;
	background: url(../images/frame/bg_footer.gif) repeat-x top left;
	padding-top:0px;
	padding-bottom:4px;

}

.rientro_sinistra {
background:#fe8310;
color:#fff;
padding:5px;
/*margin-left:220px;*/
}

#ROYAL-footer_interno {
background: url(../images/frame/bg_footer_content.gif) repeat-x top left;
padding:15px 0 20px;
width:985px;
margin-left:auto;
margin-right:auto;
}

#ROYAL-footer a {
	color: #fff;
	text-decoration: none;
}

#ROYAL-footer a:hover,
#ROYAL-footer a:active,
#ROYAL-footer a:focus {
	color: #000;
}

#ROYAL-bottomline {
float:left;

}

#ja-cert {
float:right;
}


/*
=========================================================== End ================================================================*/

/* ClearFixes
-------------------------------------------------------------*/
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}


/* Other Styles 
==============================================================================*/

.ratingicon {
background: url(../images/frame/rating.gif) no-repeat;
color:#fff !important !important;
width:100px;
height:100px;
}

#picturepadding {
padding:3px 4px 5px 0;

}

/* User Menu 
==============================================================================*/
#dhtmlgoodies_leftPanel{/* Styling the help panel */
	margin-top:10px;	
}

#controlpanel ul {
	margin:0;
	padding:0;
	background-color:#fff;
	border:1px solid #DBE2EC;
	display:inline-block;
	padding-top:1px;
	padding-bottom:2px;
}
#controlpanel ul li {
	margin-right:10px;
	display:inline;
	background: url(../images/frame/linea_nera.png) no-repeat center left;
}

#controlpanel ul li.primo {
background-image:none;
}

#controlpanel ul li.primo a {
	text-decoration:none;
	padding-left:12px;
	background-image: url(../images/frame/freccia_nera.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;

}
#controlpanel ul li.primo a.active, #controlpanel ul li.primo a:hover {
	text-decoration:none;
	padding-left:12px;
	background-image: url(../images/frame/freccia_rossa.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;

}
#controlpanel ul a {
	text-decoration:none;
	padding-left:20px;
	background-image: url(../images/frame/freccia_nera.png);
	background-repeat: no-repeat;
	background-position: 8px -1px;
}

#controlpanel ul a.active, #controlpanel ul a:hover  {
	text-decoration:none;
	background-image: url(../images/frame/freccia_rossa.png);
	background-repeat: no-repeat;
	background-position: 8px -1px;
	color:#FF9800;
}

#controlpanel ul a:hover {


}

#controlpanel ul li#adminpanel a {

	color:#FF9800;
	font-weight:bold;


}


.biggerfont {


}	
	

#dhtmlgoodies_leftPanel #leftPanelContent{
 margin-left:225px;
}

#dhtmlgoodies_leftPanel #leftPanelContent a{

}




#dhtmlgoodies_leftPanel .closeLink:hover{	/* Close link text  - mouseover effect*/
		border-left:1px solid white;
		border-bottom:1px solid white;
}	

/* Home Styles
-------------------------------------------------------*/

div.videoThumb {
	float: left;
	margin: 0 15px 15px 3px;
	padding-bottom: 22px;
	width: 112px;
	background: #000 url(../images/frame/video_strip.gif) repeat-x left bottom;
	text-align: center;
	}
	
div.videoThumb img {
	border: 0;
	width: 100px;
	height: 80px;
	margin-bottom: 2px;
	}

div.videoThumb a {
	text-decoration: none;
	background: url(../images/frame/video_thumb_bg.png) repeat-x;
	background-position: left bottom;
	display: block;
	border: 6px solid #000;
	padding-bottom: 3px;
	zoom: 1;
	}
div.videoThumb a:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html div.videoThumb a {
	height: 1%;
	}

div.videoThumb a:hover {
	background: #555;
	}

div.videoThumb span.title {

	font-weight: bold;
	display: block;
	margin-bottom: 3px;
	}
	
div.videoThumb span.title em {
	color: #aaa;

	font-weight: normal;
	font-style: normal;
	}

div.videoThumb span.comments {
	color: #000;
	font-weight: bold;
	letter-spacing: -1px;
	background: url(../images/frame/video_badge_comments.gif) no-repeat;
	background-position: left bottom;
	width: 19px;
	height: 18px;
	display: block;
	float: left;
	padding: 3px 0 0 0;
	margin: 0 1px;
	}
* html div.videoThumb span.comments {
	margin: 0 1px;
	}
div.videoThumb span.author {
	color: #fff;
	font-size: 9px;
	display: block;
	float: left;
	width: 64px;
	margin: 3px 0 0 4px;
	}
div.videoThumb span.rating {
	color: #fff;
	font-weight: bold;
	font-size: 10px;	
	letter-spacing: -1px;
	background: url(../images/frame/video_badge_rating.gif) no-repeat center center;
	width: 24px;
	height: 17px;
	display: block;
	float: right;
	padding: 4px 1px 0 0;
	margin: 0 3px;
	}
* html div.videoThumb span.rating {
	margin: 0 1px;
	}

#homeevents  {
    clear:none; 
	float:left; 
	padding:5px;
	margin:7px; 
	border-bottom:1px solid #222222;
	text-align:left; 
	width:450px; 
	height:95px; 
}
#homeevents h2 a {
    font-size:14px;
	margin-top:10px

}

#homeevents p, #homeevents p a {
    font-size:11px;
	margin-bottom:10px;
}

#homeblogs  {
    clear:none; 
	float:left; 
	padding:5px 5px 5px 0;
	margin:7px 7px 7px 0; 
	border-bottom:1px solid #222222;
	text-align:left; 
	width:200px; 
	height:88px;
	line-height:140%;
}
#homeblogs h2  {
    font-size:13px;
	margin-top:3px;

}

#homeblogs img,  #homeblogs img a {
    margin:5px 5px 5px 0;
}

#homeblogs p, #homeevents p a {
    font-size:11px;
	margin-bottom:10px;
}

#homepeople  {
    clear:none; 
	float:left; 
	padding:5px;
	border-right:1px solid #222222;
	text-align:center; 
	width:115px; 
	height:95px;
	line-height:140%;
}

#homepeople img,  #homepeople img a {
    margin:5px;
	float:none;
}



/* crea_evento */

p#event_action {
 margin-bottom:5px;
 
 }
div.moduletable-task#crea_evento {
	background-color:#FF9800;
	padding:5px;
	color:#fff;
}

div.moduletable-task#crea_evento a {
	color:#fff;
	background: url(../images/icons/add.png) no-repeat left center;
	padding-left:15px;
	margin-left:3px;

}  
/* cerca amici */
#cerca_amici {
	background-color:#FF9800;
	padding:10px;
	margin-bottom:10px;
}
#cerca_amici h3 {
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	line-height:85%;
	font-size:200%;
	margin-bottom:5px;
}


div#sepratore_amici {
width:540px;
height:0px;
font-size:0px;

}

p#cerca_adv {
margin-top:5px;
}

p#cerca_adv a {
color:#fff;
font-weight:bold;
}

input#campo_cerca {
border:1px solid #bdc7d8;
padding:2px;
font-size:13px;
width:120px !important;
margin-right:10px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
input#bottone_cerca {
border:none !important;

background-color:transparent;

}

input.campo_cerca_sito {
border:1px solid #fff;
padding:2px;
font-size:11px;
width:180px;
margin-right:10px;
margin-bottom:10px;
margin-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

input.invita {
border:1px solid #fff;
padding:2px;
font-size:11px;
width:180px;
margin-right:10px;
margin-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

input#bottone_cerca_sito {
margin-bottom:10px;
border:none;
margin:0;
padding:0;
width:38px;
height:14px;
background-color:transparent;
background-image:url(../images/frame/bottone_cerca_sito.png); 
background-repeat:no-repeat;
line-height:40px;
font-size:0px;
}

input#bottone_invita {
border:none;
margin-top:12px;
padding:0;
width:38px;
height:14px;
background-color:transparent;
background-image:url(../images/frame/bottone_invita.png); 
background-repeat:no-repeat;
line-height:40px;
font-size:0px;



}

#registrati h3 a {
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#FF9800;
width:110px;
height:220px;
float:left;
text-indent:-5000px;
color:#FFFFFF;
background-image:url(../images/frame/registrati.png);
background-position:top left;
background-repeat:no-repeat;
}

div.moduletable-task#login_mask {
float:left;
margin-left:30px;
/*background-color:#FF9800;*/
width:160px;
height:220px;
background-color:#D60071;
background-image:none;
border:none;
padding:0px;

}

div.moduletable-task#login_mask form p.rigalogin {
margin-bottom:5px;

}
div.moduletable-task#login_mask p#errorstate {

margin:0;
padding:0;

}

div.moduletable-task#login_mask p#errorstate strong {
color:#FF9800;
}



div.moduletable-task#login_mask h3 {
font-size:220%;
margin-bottom:5px;
color: #fff !important;
}

div.moduletable-task#login_mask p.dimenticato {
margin-top:10px;
}
div.moduletable-task#login_mask input.inputbox {
width:135px;


}
#ja-rightcol input.inputbox {
width:180px;

}

	div.padding_10 {
	padding:10px 10px 10px 10px;
	}

div.content_home {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding:0px;
	/*overflow:hidden;*/
}
div.content_home h3 {
	font-size:220%;

}

div.content_paragraf {
padding:0px;
margin:0 0 0 24px;
}
div.content_paragraf p {
margin-top:1em;
color:#006295;
}

div#fotovedi {
background-color:#DBE2EC;
border:1px solid #fff;
margin-top:10px;
margin-bottom:10px;
margin-right:-4px;
padding-top:0px;
text-align:center;
height:400px;

}

div#fotovedi img {
margin-top:25px;

}

div.loop_foto {

width:520px;
float:left;
border-bottom:1px solid #fff;
padding-top:5px;
padding-bottom:5px;
}

div.loop_comment, div.loop_search_online {

width:520px;
float:left;
border-bottom:1px solid #fff;
padding-top:5px;
padding-bottom:5px;

}

div.loop_event {

width:520px;
float:left;
border-bottom:1px solid #fff;
padding-top:8px;
padding-bottom:8px;


}



div.loop_search {
float:left; 
padding:5px 0px;; 
margin:7px 10px 7px 0px; 
background-color:#f9f7f4; 
text-align:center; width:120px; 
height:140px; 
width:140px;
overflow:hidden;
}


/* blog tematici */

table tr td.titoli_blog {

text-transform:uppercase;
padding-right:8px;

}

/*bypasso le regole per la gestione segli sfondi su la to sx*/
#rientro_sinistro .moduletable-task{
background:none !important;} 
#rientro_sinistro,#rientro_sinistro  a,#rientro_sinistro  strong, #rientro_sinistro h3  {color:#fff !important;}



.Article{background:#fff;}


