/*	
*************************************************************************************************
   MEGALIVE 2007
*************************************************************************************************
   Copyright 2007 Arcon Informatica di Andrea Paolini - www.arconinformatica.com
   Ogni violazione sarà perseguita con il massimo della pena secondo le leggi vigenti
*************************************************************************************************

'SITO:              www.lupocattivo.net
'VERSIONE SORGENTI: 2.0.4
'*************************************************************************************************
*/

 /*	-------------------------------------------------------------
	plugin:jquery.flash
	------------------------------------------------------------- */ 
  .flash-replaced .alt {
				display: block;
				height: 0;
				position: absolute;
				overflow: hidden;
				width: 0;
			}
  .flash-replaced 
            {
            float:left;
            }      
 /*	-------------------------------------------------------------
	plugin:jtip
	------------------------------------------------------------- */ 

    #JT_arrow_left{
	    background-image: url("../images/terzeparti/arrow_left.gif");
	    background-repeat: no-repeat;
	    background-position: left top;
	    position: absolute;
	    z-index:101;
	    left:-12px;
	    height:23px;
	    width:10px;
        top:-3px;
    }

    #JT_arrow_right{
	    background-image: url("../images/terzeparti/arrow_right.gif");
	    background-repeat: no-repeat;
	    background-position: left top;
	    position: absolute;
	    z-index:101;
	    height:23px;
	    width:11px;
        top:-2px;
    }

    #JT {
	    position: absolute;
	    z-index:100;
	    border: 2px solid #AFCE3F;
	    background-color: #fff;
    }

    #JT_copy{
	    padding:10px 10px 10px 10px;
	    color:#333333;
    }

    .JT_loader{
	    background-image: url("../images/terzeparti/loader.gif");
	    background-repeat: no-repeat;
	    background-position: center center;
	    width:100%;
	    height:12px;
    }

    #JT_close_left{
	    background-color: #AFCE3F;
	    text-align: left;
	    padding-left: 8px;
	    padding-bottom: 5px;
	    padding-top: 2px;
	    font-weight:bold;
    }

    #JT_close_right{
	    background-color: #AFCE3F;
	    text-align: left;
	    padding-left: 8px;
	    padding-bottom: 5px;
	    padding-top: 2px;
	    font-weight:bold;
    }

    #JT_copy p{
    margin:3px 0;
    }

    #JT_copy img{
	    padding: 1px;
	    border: 1px solid #AFCE3F;
    }

    .jTip{
    cursor:help;
    }

	#tooltip_corpo {
		background-color:#fff;
		padding: 5px;
		padding-left:5px;
		float: left;
		}

 /*	-------------------------------------------------------------
	plugin:media
	------------------------------------------------------------- */ 

    div.media {
        border: 5px solid #c1d630; 
        margin: auto; 
        background: white; 
        text-align: center; 
        font-weight: bold; 
        padding: 0 
        }

    div.media div, div.iframe_caption {
        font-style: italic; 
        color: #888; 
        }

    div.mediabox {  
        border: 3px solid #C1D630;  
        margin: auto;  
        background: white;  
        text-align: center;  
        font-weight: bold;  
        padding: 10px  
    }

 /* -------------------------------------------------------------
	plugin:thickbox
	------------------------------------------------------------- */
  
    *{padding: 0; margin: 0;}

    #TB_window {
	    font: 12px Arial, Helvetica, sans-serif;
	    color: #333333;
    }

    #TB_secondLine {
	    font: 10px Arial, Helvetica, sans-serif;
	    color:#666666;
    }

    #TB_window a:link {color: #666666;}
    #TB_window a:visited {color: #666666;}
    #TB_window a:hover {color: #000;}
    #TB_window a:active {color: #666666;}
    #TB_window a:focus{color: #666666;}

    #TB_overlay {
	    position: fixed;
	    z-index:100;
	    top: 0px;
	    left: 0px;
	    height:100%;
	    width:100%;
    }

    .TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
    .TB_overlayBG {
	    background-color:#000;
	    filter:alpha(opacity=75);
	    -moz-opacity: 0.75;
	    opacity: 0.75;
    }

    * html #TB_overlay { /* ie6 hack */
         position: absolute;
         height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    }

    #TB_window {
	    position: fixed;
	    background: #ffffff;
	    z-index: 102;
	    color:#000000;
	    display:none;
	    border: 3px solid #c1d630;
	    text-align:left;
	    top:50%;
	    left:50%;
    }

    * html #TB_window { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
    }

    #TB_window img#TB_Image {
	    display:block;
	    margin: 15px 0 0 15px;
	    border: 1px solid #666;
    }

    #TB_caption{
	    height:25px;
	    padding:7px 30px 10px 25px;
	    float:left;
    }

    #TB_closeWindow{
	    height:25px;
	    padding:11px 25px 10px 0;
	    float:right;
    }

    #TB_closeAjaxWindow{
	    padding:7px 10px 5px 0;
	    margin-bottom:1px;
	    text-align:right;
	    float:right;
    }

    #TB_ajaxWindowTitle{
	    float:left;
	    padding:7px 0 5px 10px;
	    margin-bottom:1px;
    }

    #TB_title{
	    background-color:#e8e8e8;
	    height:27px;
    }

    #TB_ajaxContent{
	    clear:both;
	    padding:2px 15px 15px 15px;
	    overflow:auto;
	    text-align:left;
	    line-height:1.4em;
    }

    #TB_ajaxContent.TB_modal{
	    padding:15px;
    }

    #TB_ajaxContent p{
	    padding:5px 0px 5px 0px;
    }

    #TB_load{
	    position: fixed;
	    display:none;
	    height:13px;
	    width:208px;
	    z-index:103;
	    top: 50%;
	    left: 50%;
	    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
    }

    * html #TB_load { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
    }

    #TB_HideSelect{
	    z-index:99;
	    position:fixed;
	    top: 0;
	    left: 0;
	    background-color:#fff;
	    border:none;
	    filter:alpha(opacity=0);
	    -moz-opacity: 0;
	    opacity: 0;
	    height:100%;
	    width:100%;
    }

    * html #TB_HideSelect { /* ie6 hack */
         position: absolute;
         height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    }

    #TB_iframeContent{
	    clear:both;
	    border:none;
	    margin-bottom:-1px;
	    margin-top:1px;
	    _margin-bottom:1px;
    }

 /* -------------------------------------------------------------
	plugin:tabs
	------------------------------------------------------------- */

    @media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
        .tabs-hide {
            display: none;
        }
    }

    @media print {
        .tabs-nav {
            display: none;
        }
    }

    /* Skin */
    .tabs-nav {
        list-style: none;
        margin: 0;
        padding: 0 0 0 4px;
        margin-top:9px;
    }
    .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
        display: block;
        clear: both;
        content: " ";
    }
    .tabs-nav li {
        float: left;
        margin: 0 0 0 1px;
        min-width: 84px; /* be nice to Opera */
    }
    .tabs-nav a, .tabs-nav a span {
        display: block;
        padding: 0 10px;
        background: url("../images/terzeparti/tab.png") no-repeat;
    }
    .tabs-nav a {
        position: relative;
        top: 1px;
        z-index: 2;
        padding-left: 0;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        white-space: nowrap; /* required in IE 6 */    
    }
    .tabs-nav .tabs-selected a {
        color: #fff;
    }
    .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
        background-position: 100% -150px;
        outline: 0; /* prevent dotted border in Firefox */
    }
    .tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
        background-position: 100% -100px;
    }
    .tabs-nav a span {
        width: 64px; /* IE 6 treats width as min-width */
        min-width: 64px;
        height: 18px; /* IE 6 treats height as min-height */
        min-height: 18px;
        padding-top: 6px;
        padding-right: 0;
    }
    *>.tabs-nav a span { /* hide from IE 6 */
        width: auto;
        height: auto;
    }
    .tabs-nav .tabs-selected a span {
        padding-top: 7px;
    }
    .tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
        background-position: 0 -50px;
    }
    .tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
        background-position: 0 0;
    }
    .tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
        cursor: text;
    }
    .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
        cursor: pointer;
    }
    .tabs-nav .tabs-disabled {
        opacity: .4;
    }
    .tabs-container {
        border-top: solid 1px #3C556B;
        padding: 1em 8px;
        margin-right:4px;
    }
    .tabs-loading em {
        padding: 0 0 0 20px;
        background: url("../images/terzeparti/tab_loading.gif") no-repeat 0 50%;
    }

 /* -------------------------------------------------------------
	plugin:tablesorterpager
	------------------------------------------------------------- */

    div.tablesorterPager {
	    padding: 10px 0 10px 0;
	    background-color: #D6D2C2;
	    text-align: center;
    }
    div.tablesorterPager span {
	    padding: 0 5px 0 5px;
    }
    div.tablesorterPager input.prev {
	    width: auto;
	    margin-right: 10px;
    }
    div.tablesorterPager input.next {
	    width: auto;
	    margin-left: 10px;
    }
    div.tablesorterPager input {
	    font-size: 8px;
	    width: 50px;
	    border: 1px solid #330000;
	    text-align: center;
    }

    .pagesize
    {   width:40px;
        font-size:10px;
    }

    .pagedisplay
    {
        font-size:10px;
    }
    
    .star-rating,
    .star-rating a:hover,
    .star-rating a:active,
    .star-rating a:focus,
    .star-rating .current-rating{
        background: url("../images/basic/star.gif") left -1000px repeat-x;
    }
    .star-rating{
        position:relative;
        width:125px;
        height:25px;
        overflow:hidden;
        list-style:none;
        margin:0;
        padding:0;
        background-position: left top;
}
    .star-rating li{
        display: inline;
    }
    .star-rating a,
    .star-rating .current-rating{
        position:absolute;
        top:0;
        left:0;
        text-indent:-1000em;
        height:25px;
        line-height:25px;
        outline:none;
        overflow:hidden;
        border: none;
        }
        .star-rating a:hover,
        .star-rating a:active,
        .star-rating a:focus{
        background-position: left bottom;
        }
        .star-rating .current-rating{
        z-index:1;
        background-position: left center;
        }

        .inline-rating{
        display:-moz-inline-block;
        display:-moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        }

        .small-star{
        width:50px;
        height:10px;
        }
        .small-star,
        .small-star a:hover,
        .small-star a:active,
        .small-star a:focus,
        .small-star .current-rating{
        background-image: url("../images/basic/star_small.gif");
        line-height: 10px;
        height: 10px;
        }    
    
