body
{
    background-image:url('bg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-color: #062a19;
    font-family: arial;
    font-size:  15px;
}

div.ext
{
    height: 100%;
    width:  100%;
    /*
    background-image:url('bg.png');
    background-repeat: no-repeat;
    background-position: top;
    */
    border:dashed 0px #000000;
}

div.casCont
{
    display: table;
    height: 60px;
    width:  120px;
    position: absolute;
    
}

span.normal a
{
    text-shadow:2px 3px 3px #7a7a2a;
    color: #253C1F;
    font-size: 20px;
    display: block;
    margin-top: 0px;
    display:table-cell; vertical-align:middle;
}

span.champion a
{
    color: #FFFFFF;
    text-shadow:2px 3px 3px #858185;
    font-size: 20px;
    display: block;
    margin-top: 20px;
    font-weight: bold;
}

div.center
{
    margin: auto;
    text-align: center;
    width:  990px;
    display: block;
    
}

div.wrap
{
    box-shadow: 5px 5px 12px #84852c;
    -moz-box-shadow: 5px 5px 12px #84852c;
    -webkit-box-shadow: 5px 5px 12px #84852c;
    
    float: left;
    width:  990px;
    
    display: block;
    margin: auto;
    border:dashed 0px #000000;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    
    /*opacity: 0.6;*/   
    text-align: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.wrap2
{
    
    box-shadow: 5px 5px 12px #84852c;
    -moz-box-shadow: 5px 5px 12px #84852c;
    -webkit-box-shadow: 5px 5px 12px #84852c;
    
    width:  990px;
    
    display: block;
    margin: auto;
    border:dashed 0px #000000;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    
    /*opacity: 0.6;*/   
    text-align: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

div.tree
{
    background-image:url('img/albero.png');
    position: relative;
    display: block;
    height: 480px;
    width:  990px;
    float: left;
}

div.divide
{
    display: block;
    float: left;
    width:  493px;
}

div.tabCol
{
    display: block;
    float: left;
    border:dashed 0px #ffffff;
     height: 238px;
    width:  493px;
    text-align: center;
    color: white;
    /*text-shadow:4px 3px 2px #b8b8b8;*/
    font-family: Sans-serif;
    min-width: 439px;
}

div.list_center
{
    text-align: left;
    display: block;
    margin: auto;
    width: 200px;
    float: left;
    padding-left: 20%;
}

table
{
    border:1px solid #ffffff;
    border-collapse: collapse;
    min-width: 439px;
}

img
{
    vertical-align:middle;
}

td.first
{
    text-align: left;
}

td.last
{
    font-weight: bold;
     color: #FFD700;
}

td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
    /*text-shadow:4px 3px 2px #b8b8b8;*/
}

td.rCall
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    text-align: center;
    color: white;
}

li
{
    color:#ffffff;
}

a img
{
    border: 0px;
}

a
{
    text-decoration: none;
    color: #ffffff;
    border: 0px solid #ffffff;
}

a:hover
{
    color: #FFD700;
}