
/* RESET */
* {
    margin: 0;
    padding: 0;
    text-align: left;
}

body {
    background-color: #F3F3F3;
    /*font: normal 11px Verdana, Tahoma, 'Lucida Sans Unicode',  sans-serif;*/
    font: normal 13px "Lucida Grande", Verdana, Arial, sans-serif;
    /*font: normal 13px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;*/
    line-height:1.4em;
}

ul {
    padding-left: 1.5em;
}

.sfondopagina {
    background: #FFFFFF;
}

.maincolor {
    color: #5B9601;
}

.bicolor_0 {
    background: #E2E2E2;
    padding:2px;
}
.bicolor_0 {
    padding:2px;
}

.promosse{
    font-weight: bold;
    color: #0000FF; 
}
.retrocesse{
    font-weight: bold;
    color: #FF0000; 
}
.playoff{
    font-weight: bold;
    color: #008000; 
}
.playout{
    font-weight: bold;
    color: #D00DDF; 
}
.normale{
    font-weight: bold;
    color: #026697; 
}


.testopagina {
    color: #000;
}
.colorh1 {
    color: #5B9601;
}
.colorh2 {
    color: #5B9601;
}
.colorh3 {

}
.colormenu { 
    color: #FFFFFF;
}
.colormenu_i { 
    color: #90D002;
}
.sfondomenu { 
    background: #90D002;
    text-align:center;
    font-weight: bold;
}
.sfondomenu_i { 
    background: #FFFFFF;
    text-align:center;
    font-weight: bold;
}

input,
select
{
	font: normal 14px Verdana, Tahoma,'Lucida Sans Unicode',  sans-serif;
	padding: 2px;
}

/* DEFAULT */

.cleared {
    clear: both;
}

.inline {
    display: inline;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

a {
    color: #0098D3;
    font-weight: bold;
}

h1, h2, h3 {
    margin-bottom: 0.5em;
}

#pagewrapper {
    text-align: center;
    padding: 10px;
}

#pagelayout {
    margin:auto;
    width: 960px;
    background-color: #FFF;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}

#header {
    background-color: #FFF;
    height: 150px;
    background: url('images/default/top_blu.gif') repeat-x bottom;
}

#menubar {
    background-color: #FFCCCC;
    height: 30px;
    background: url('images/default/top_green.gif') repeat-x top;
    color: #FFF;
}

#content {
    float: left;
    width: 690px;
    min-height: 350px;
    background: #FFF url('images/default/ombra_back.gif') no-repeat 20px 15px;
    padding-top: 40px;
    padding-left: 45px;
}

#menuright {
    float: left;
    width: 220px;
    min-height: 370px;
}


#footer {
    color: #FFF;
    font-weight: bold;
    height: 50px;
    background: url('images/default/bottom_blu.gif') repeat-x top;
    -moz-border-radius-bottomleft: 18px;
    -moz-border-radius-bottomright: 18px;
    -webkit-border-radius-bottom-left: 18px;
    -webkit-border-radius-bottom-right: 18px;
}

#footer a {
    color: #FFF;
}

/* ************************************************************************************************ */

#logo {
    width: 354px;
    position: relative;
    top:  20px;
    left: 10px;
    margin-left: 25px;
}

#footer .footerinfo{
    padding-top: 5px;
    padding-left: 20px;
    float: left;
    font-size: 10px;
    width: 650px;
    overflow: hidden;
}


#footer .legal {
    float: right;
    text-align: right;
    padding-top: 20px;
    padding-right: 20px;
}

/* **************************************************************** LANGUAGE TODO */

#languagewrapper {
    margin: 0 auto;
    float: left;
    margin-top:10px;
}

#language {
    width:200px;
    text-align: center;
    margin: 0 auto;
}

#language img {
    background-color: #FFFFFF;
    border: 1px solid;
    margin: 0px;
    padding: 1px;
}

/* ************************************************************************************************ MENU TOP */

#menutop ul, 
#menutop li { 
    list-style: none;
}

/* Each link in the 1st level */
#menutop a {
    font-weight: bold;
    color: #FFF;
    display: block;
    padding: 6px 6px 0 16px;
    min-height: 25px;			/* using height with IE6 is broken. This has the same behaviour with all the other browsers */
    max-height: 25px;
    background: none;
    text-decoration: none;
}

#menutop a:hover {
    text-shadow: #444 2px 2px 2px;
}

/* The border for the menus (eventually) */
#menutop ul {
    padding-top:    8px;
    padding-bottom: 8px;
    border: none;
    background-color: #92d102;
}

/* Each link under the 1st level */
#menutop ul a,
#menutop ul ul a,
#menutop ul ul ul a {
    font-weight: normal;
    min-width: 100px;
    display: block;
    padding: 5px 25px 5px 5px;
    min-height: 12px;			/* using height with IE6 is broken. This has the same behaviour with all the other browsers */
    max-height: 12px;
    color: #000;
}

#menutop ul a:hover,
#menutop ul ul a:hover,
#menutop ul ul ul a:hover {
    text-shadow: none;
}
/* all list items */
#menutop li { 
    float: left;
    /* min-width: 100px; /* width needed or else Opera goes nuts */
}

#menutop li:hover, 
#menutop li.active { 
}

#menutop li { 
}


/* second-level lists */
#menutop li ul { 
    min-width: 100px;
    position: absolute;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    margin-top: -1px !important;
    margin-top: 5px;
    margin-left: 6px;
    border: 1px solid #5B9601;
    border-width: 0 1px 1px 1px;
}

/* clearing the menus on both sides */
#menutop li ul li,
#menutop li ul li ul li,
#menutop li ul li ul li ul li
{ 
    clear: both;
    background: none;
    margin-top: 5px;
}

/* third-and-above-level lists */
#menutop li ul ul,  
#menutop li ul ul ul,
#menutop li ul ul ul ul { 
    margin: -2em 0 0 130px;
}

#menutop li:hover ul ul, 
#menutop li:hover ul ul ul, 
#menutop li.sfhover ul ul, 
#menutop li.sfhover ul ul ul {
    left: -999em;
}

/* lists nested under hovered list items */
#menutop li:hover ul, 
#menutop li li:hover ul, 
#menutop li li li:hover ul, 
#menutop li.sfhover ul, 
#menutop li li.sfhover ul, 
#menutop li li li.sfhover ul { 
    left: auto;
}

.notseen {
    display: none;
}

li.menu_important_info {
    color: #000000;
    display: none;
}

/* ******************************************************************* MENU SIDEBAR */

#menuright {
    text-align: left;
    padding-top: 28px;
}

#menutreetop,
#menuwidbottom {
    text-align: center;
    padding: 0px;
    margin: auto;
    width: 220px;
}

#menuwidbottom {
}

#menutreecontainer {
    background: #FFF url('images/default/sfondo_ombra_laterale.gif') no-repeat center 0px;
    padding-top: 10px;
    min-height: 450px;
}

.menutreebegin {
    margin: auto;
    width: 189px;
    height: 55px;
    background: #FFF url('images/default/top_menu_laterale.gif') no-repeat center;
}

#menutreeend {
    margin: auto;
    width: 189px;
    min-height: 200px;
    height: 200px;
    background: #FFF url('images/default/bottom_menu_laterale.gif') no-repeat center top;
}

.menutree a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    height: 37px;
}

.menutree ul,
.menutree li {
    width: 189px;
    list-style: none;
}

.menutree ul {
	margin: 0;
	padding:0;
        font-weight: normal;
}

.menutree li {
    margin-left: 16px;
    background: url('images/default/sfondo_menu_laterale.gif') no-repeat;
}

.menutree li ul {
    margin: 0;
    padding:0;
}

.menutree li ul li {
    margin-left: 0px;
    padding-left: 10px;
    background: url('images/default/sfondo_menu_laterale.gif') no-repeat;
}

.menutree ul li div {
    height: 29px;
    padding-left: 5px;
    padding-top: 8px;
}

/*
.menutree ul li{
    min-height: 37px;
    padding: 0px;
}

.menutree ul li div{
    padding-top: 2px;
    padding-left: 10px;
    margin: 0px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.menutree ul li div.active {
}

.menutree ul li ul li div {
    background: none;
}

.menutree ul li ul li div.active {
    text-decoration: underline;
}

.menutree ul li ul li div{
    padding: 0px;
    min-height: 0px;
    margin: 0px;
    margin-left: 10px;
    border: 0px solid #000000;
    font-size: 90%;
}

.menutree ul li ul li div a{
    padding: 0px;
    margin: 0px;
}

.menutree ul li ul li{
    margin-left: 10px;
    padding: 0px;
    width: 200px;
    border: 0px solid #FF0000;
}
*/

/* ******************************************************************* DEFAULT CONTENT */

.content {
    text-align: center;
    color: #222;
}

.content h1.categoria {
    font-size: 1.5em;
    font-family:Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    padding: 0.5em 1em 1em 0;
    text-align: right;
    font-weight: bold;
    color: #5B9601;
}

.content .title {
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    color: #5B9601;
}

.content h1.title,
.content h1.title a {
    font-size: 1.6em;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    color: #5B9601;
    margin-bottom: 1em;
    text-decoration: none;
}

.content h2.title,
.content h2.title a {
    font-size: 1.45em;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    color: #5B9601;
    margin-bottom: 0.5em;
    text-decoration: none;
}

.content h3.title,
.content h3.title a {
    font-size: 1.25em;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    color: #5B9601;
    margin-bottom: 0.5em;
    text-decoration: none;
}

.content p {
    text-align: justify;
    margin: 5px 0;
}

.content .left {
	float: left;
	margin: 3px 20px 10px 0;
	border: 3px solid #FFF;
}

.content .right {
	float: right;
	margin: 3px 0 10px 20px;
	border: 3px solid #FFF;
}

.content .permalink {
    clear: both;
    display: block;
    text-align: right;
    padding: 5px 0;
    margin-bottom: 15px;
    /* border-bottom: #FFF dotted 1px;*/
}

.content .permalink a {
    color: #5B9601;
    text-decoration: none;
    font-weight: bold;
}


.content .links {
	margin-top: 10px;
	margin-bottom: 15px;
	clear: both;
	padding: 4px;
	background: #EEEEEE;
	color: #222222;
	border-top: 1px solid #B4BBBE;
}

.content .links .permalink,
.content .links .permalink a {
	padding: 0px;
	margin: 0px;
}

.content .links .posted {
    margin-right: 15px;
}

.content a {
    color: #5B9601;
    font-weight: bold;
}



.widcontainer{
    width: 594px;
}


.widcontainer.pos1 {
    height: 100px;
    width: 320px;
    float: right;
    margin-right:10px;
    margin-top:10px;

}




/*  QUESTA PARTE REGOLA LO SLIDER DELLA HOME PAGE */

.titolone {
 color: #000;
 position: relative;
 top: 20px;
 left: 25px;
 font-size: 250%;
 font-family: sans-serif;
 text-transform: uppercase;
 font-weight: bold;
 text-shadow: #FFF 4px 4px 4px;
}

.slidercontent {
 position: relative;
 top: -30px;
 left: 25px;
 width: 290px;
 font-weight: bold;
 font-size: 11px;
 font-family: Tahoma, Verdana, Arial, sans-serif;
}

.slidercontent li,
.slidercontent p {
 margin: 3px 0;
 text-shadow: #fff 2px 2px 2px;
 clear: both;
}

.costoda {
 color: #099dd6;
 text-align: center;
 line-height: 150%;
 position: relative;
 left: 500px;
 top: -10px;
 width: 150px;
 height: 50px;
 float: left;
}

.provalo {
 color: #000;
 position: relative;
 left: 190px;
 top: 50px;
 float: left;
 font-weight: bold;
 color: #F00;
}

.strisciablu a {
 color: #fff;
 text-decoration: none;
 clear: both;
}

.strisciablu {
 color: #fff;
 position: relative;
 left: 10px;
 top: 220px;
 font-size: 200%;
 font-weight: bold;
 font-family: times new roman, sans-serif;
 clear: both;
}


/* ******************************************************************* HOME POPUP */

#HomePopup-Box .CoolPopup-content {
    width: 475px;
    height: 350px;
    background: url('images/popup/popup2.png') center top no-repeat !important;
    background: url('images/popup/popup2.gif') center top no-repeat;
    vertical-align: top;
}

.homepopup {
    width: 440px;
    height: 350px;
    margin: 0;
    padding: 10px 40px;
}

.homepopup h2,
.homepopup p {
    margin: 0px 5px 10px 5px;
}
