root { 
    display: block;
}

a {
	color: #999999;
	text-decoration: none;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}

.centertabs
{
    width:650px;
    padding-top:5px;
    padding-bottom:15px;
}


.ui-jcoverflip {
 position: relative;
}

.ui-jcoverflip--item {
position: absolute;
display: block;
}

.tooltip {     
background-color:#FF9900;     
border:1px solid #fff;     
padding:1px 1px;     
width:120px;    
display:none;     
color:#fff;     
text-align:center;     
font-size:12px;      
/* outline radius for mozilla/firefox only */     
-moz-box-shadow:0 0 10px #000;     
-webkit-box-shadow:0 0 10px #000; }

.titoloDivBlue
{
    height:25px;
	background-color:#0292C0;
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	border-bottom:2px #333333 solid;
}
.titoloDivYellow
{
    height:25px;
	background-color:#FBC700;
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	border-bottom:2px #CCCCCC solid;
}
.titoloDivGreen
{
    height:25px;
	background-color:#6AA63B;
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	border-bottom:2px #333333 solid;
}
.titoloDivRed
{
    height:25px;
	background-color:#D52100;
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	border-bottom:2px #CCCCCC solid;
}
.titoloDivRed a
{
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}
#viewer
{
	height:250px;
	border:1px #000033 solid;
}
#viewer .ui-jcoverflip--title {
bottom: -20px;
text-align: center;
color: #555;
font-weight:bold;
}

#viewer img {
display: block;
border: 0;
outline: none;
}

#viewer a {
outline: none;
}

#menuutente {
	border:1px #000033 solid;
}
#newsletter {
	background-color:#FFFFFF;
	border:1px #000033 solid;
	text-align:center;
}

/*TEST FORM*/
#newsletter label, #newsletter input{
	display: block;
	margin-bottom: 10px;
	color:#CCCCCC;
	
}


#newsletter br {
	clear: left;
}

#main_scroll {
	position:relative;
	overflow:hidden;
	height: 450px;
	border:1px #666666 solid;
}

/* root element for pages */
#pages {
	position:absolute;
	height:20000em;
}

/* single page */
.page {
	padding:10px;
	height: 450px;
	background:#222 url(http://static.flowplayer.org/img/global/gradient/h600.png) 0 0 repeat-x;
	width:530px;
}

/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 510px;
	height: 450px;
}

/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.item {
	float:left;
	cursor:pointer;
	width:550px;
	height:450px;
	text-align:center;
}

/* main navigator */
#main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}

#main_navi li {
	background-color:#333;
	border-top:1px solid #666;
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	height:75px;
	list-style-type:none;
	padding:10px;
	width:190px;
	cursor:pointer;
}

#main_navi li:hover {
	background-color:#444;
}

#main_navi li.active {
	background-color:#555;
}

#main_navi img {
	float:left;
	margin-right:10px;
}

#main_navi strong {
	display:block;
}

#main_scroll div.navi {
	margin-left:150px;
	cursor:pointer;
}

/* tab pane styling */
.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	height:100px;
	font-size:14px;
	background-color:#fff;
}



div.panes div {
	background:#fff url(/img/global/gradient/h300.png) repeat-x 0 5px;
	-background:#fff;
	height:172px;
}

div.panes label {
	margin-bottom:15px;
	display:block;
}

label.error {
	color:red;
}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../images/blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }






/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}
#lista
{
	width: 630px;
}
#titoloLista
{
	position:relative;
	width: 500px;
	top: -40px;
	z-index:10;
	color:#FFFFFF;
}
#titoloLista a
{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.modal {
		background-color:#fff;
		display:none;
		width:350px;
		padding:15px;
		text-align:left;
		border:2px solid #333;
	
		opacity:0.8;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;
	}
	
.modal h2 {
	background:url(/img/global/info.png) 0 50% no-repeat;
	margin:0px;
	padding:10px 0 10px 45px;
	border-bottom:1px solid #333;
	font-size:20px;
}
#errorlogin
{
	width:300px;
	background-color:#FFCCFF;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:white;
	border:1px solid #FF0000;
}

