body {
     top: 0px;
     left: 0px;
}

A:link
{
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    text-decoration: none;
}

A:visited
{
    font-size: 22px;
    color: #000000;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
}

A.trad:visited
{
    font-size: 18px;
    color: white;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
}

A.PDF {
     color: black;
     font-size: 18px;
}



A.tdReportMobile {
    color: black;
    font-size: 18px;
}


A.tdLiveMobile {
    color: black;
    font-size: 18px;
}

.divSeparator {
    width: 1042px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.divSeparatorBG {
    width: 1042px;
    height: 3px; 
    margin-left: auto;
    margin-right: auto;
}

.tdDivPdf {
    width: 1042px;
    height: 100%;
    vertical-align: top;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    background-color: #f6fdff;
}

.divMain {
    width: 1041px;
    vertical-align: top;
    height: 100%;
}

.tdDivMenuSx {
    width: 255px; 
    vertical-align: top;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    background-color: #f6fdff;
    border-radius: 0px 0px 0px 8px;
}

.divLive {
 }

.tdDivLive {
    width: 255px; 
    height: 125px;
    vertical-align: top;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    background-color: #f6fdff;
}

.divMenuSx {
    width: 256px;
    height: 100%;
}

.divContenitoreMainUp {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background-color: white;
}

.tblMenu {
    width: 1042px;
    overflow: hidden;
    white-space: nowrap;
    table-layout: fixed;
    border-collapse: collapse;
    display: block;
}

.divTab {
    width: 150px;
    height: 25px;
    line-height: 26px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid black;
    border-bottom: 1px solid #466c8d;    
    font-size: 20px;
}

.divTabSel {
    width: 150px;
    height: 25px;
    line-height: 26px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid black;
    border-bottom: 1px solid #6d90b0;
    background-color: #6d90b0;
    font-size: 20px;
}

.divTabSelMenuSx {
    width: 238px;
    height: 22px;
    background-color: #414141;
    border: 1px solid black;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.divParte {
    width: 238px;
    height: 15px;
    background-color: #414141;
    border: 1px solid black;
    line-height: 16px;
    font-size: 9px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}

.divTabMenuSxHalf {
    width: 115px;
    height: 25px;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid black;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    background: rgb(125,126,125);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1)));
    background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}

.divTabSelMenuSxHalf {
    width: 115px;
    height: 25px;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid black;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    background: rgb(181,189,200);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YmRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzgyOGM5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODM0M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));
    background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
    background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
    background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
    background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
}
 
.tdHeaderTabHeat {
    font-size: 8px;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    text-align: left;
    width: 80px;
    height: 15px;
}
 
.divTabContHeat {
    width: 100%;
    height: 18px;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid black;
    border-bottom: 1px solid black;
    line-height: 20px;
    font-size: 11px;
    cursor: pointer;
    background: rgb(125,126,125);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1)));
    background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}

.divTabSelContHeat {
    width: 100%;
    height: 18px;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid black;
    border-bottom: 1px solid black;
    line-height: 20px;
    font-size: 11px;
    background: rgb(181,189,200);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YmRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzgyOGM5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODM0M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));
    background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
    background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
    background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
    background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
}

.tdTab {
    width: 150px;
    line-height: 28px;
    cursor: pointer;
    font-weight: bolder;
    font-style: italic;
    font-size: 20px;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
}

.liv2 {
    font-size: 14px;  
}

.sel {
    background-color: grey;
}

.tblContenuti {
    width: 1042px;
    overflow: hidden;
    white-space: nowrap;
    table-layout: fixed;
    border-collapse: collapse;
}

.tdHeaderContenuti {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    white-space: nowrap;
    text-wrap: none;
}

.divContenitoreMain {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 50px;
    height: 100%;
}
 
#divSponsor {
    width: 1042px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
 
.tblSponsor {
    width: 100%;
}

.tblMain {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.tblMainUp {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    background-color: white;
}

.tblMainSotto {
    border-collapse: collapse; 
    table-layout: fixed; 
    width: 100%;
}

.tdHeaderMenuSx {
    font-size: 10px;
    color: white;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    width: 190px;
    height: 15px;
}
 
.tdHeaderMenuSxParte {
    font-size: 10px;
    color: white;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    width: 190px;
    height: 15px;
    line-height: 40px;
}

.tdHeaderMenuSxHalf {
    font-size: 13px;
    color: white;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    width: 100px;
    height: 13px;
    cursor: pointer;
}

.tdHeaderCont {
    font-size: 16px;
    color: black;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    height: 15px;
    vertical-align: middle;
}
 
.tdHeaderTabCont {
    font-size: 19px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: white;
    text-align: left;
    width: 200px;
    height: 35px;
}

.tdHeaderTabContMenu {
    font-size: 26px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: white;
    text-align: left;
    width: 210px;
    height: 18px;
}

.tdHeaderTabContBasso {
    font-size: 10px;
    color: white;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    width: 140px;
    height: 15px;
    background-color: #414141;
}

.trContenuti {
    font-size: 19px;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    vertical-align: top;
    background-color: #e0e8eb;
}

.trContenutiToggle {
    font-size: 19px;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #d6d9db;
    vertical-align: top;
}

.trContenutiTR {
    font-size: 30px;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    vertical-align: top;
    background-color: #e0e8eb;
}

.trContenutiToggleTR {
    font-size: 30px;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #d6d9db;
    vertical-align: top;
}

.trContenutiSTAT2 {
    font-size: 30px;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    vertical-align: top;
    background-color: #e0e8eb;
    line-height: 25px;
}

.trContenutiToggleSTAT2 {
    font-size: 30px;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #d6d9db;
    vertical-align: top;
    line-height: 25px;
}

.trContenutiSTA {
    font-size: 30px;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    vertical-align: top;
    background-color: #e0e8eb;
}

.trContenutiToggleSTA {
    font-size: 30px;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #d6d9db;
    vertical-align: top;
}

.trContenutiNoHover {
    font-size: 19px;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    vertical-align: top;
}

.caricamento {
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
}

.trContenutiToggleNoHover {
    font-size: 19px;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #dfe1e3;
    vertical-align: top;
}
 

 
.statoGaraNoBorderBottom {
    width: 20px;
    vertical-align: central;
}

.liGara {
    font-size: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    color: black;
    cursor: pointer;
    width: 220px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #dfe1e3;
    border-right: 1px solid #d3d3d3;
    line-height: 13px;
    vertical-align: top;
}



.liGaraNoBorderBottom {
    font-size: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    color: black;
    cursor: pointer;
    width: 190px;
    line-height: 13px;
}

.footer {
    margin-left: auto;
    margin-right: auto;
    width: 1042px;
    background-color: White;
    text-align: center;
    display: block;
    border: 1px solid black;
}

.tblMainDx {
    table-layout: fixed;
}

.tblMainSx {
    table-layout: fixed;
    display: block;
}

.trMenuSx {
    height: 25px;
    width: 256px;
}

.trMenuSxSeparator {
    height: 10px;
    width: 256px;
}

.trMenuSxParte {
    height: 15px;
    width: 256px;
}
 
.separatorMenuSx {
     width: 7px;
}

.separatorMenuSxRight {
     width: 10px;
}

.lang {
    width: 100px; 
    text-align: right;
    vertical-align: middle;
    color: ;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
}

.statusDati {
    width: 570px; 
    text-align: right; 
    color: white;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.tdContenutiHeader {
    text-align: left;
    font-size: 18px; 
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #6d90b0;
}

.tblContenutiRESSTL {
    display: block;
    table-layout: fixed; 
    margin-left: 10px; 
    width: 1020px;
}

.tblContenutiRESSTL_Sotto {
    display: block;
    table-layout: fixed; 
    margin-left: 10px; 
    width: 1020px; 
    border-collapse: collapse;
}

.tblContenutiRESSTL_Sotto_Heats {
    display: block;
    table-layout: fixed; 
    width: 1020px; 
    border-collapse: collapse;
}

.headerContenuti {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #414141;
    color: white;
    width: 1020px;
}

#pdfGenerale {
    width: 150px;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
}

.tblContainer {
    height: 100%; 
    margin-left: auto; 
    margin-right: auto;
}

.GiuriaH {
    color: black; 
    width: 340px;
    text-align: center;
}

.HeaderSport {
     color: white;
     text-align: center;
     font-family: Verdana, Geneva, sans-serif;
     font-weight: bolder;
     width: 150px;
     cursor: pointer;
     font-size: 18px;
}
 
.HeaderSportSel {
     color: #e1007a;
     text-align: center;
     font-family: Verdana, Geneva, sans-serif;
     font-weight: bolder;
     font-size: 18px;
     width: 150px;
     cursor: default;
}
 
 .wHeader {
     width: 1020px;
}

.BorderBottomBlack {
}

.wHeaderSottoTabs {
    width: 1020px;
    border-left: 1px solid black; 
    border-right: 1px solid black; 
    color: white; 
    font: 100% Alfa, Arial, Geneva, Helvetica, sans-serif;
    background-color: #414141;
}

.tdNoData1 {
     width: 100%; 
     vertical-align: top; 
     background-color: #f6fdff;
}
 .Risultato {
     font-size: 20px;
     font-weight: bold;
     text-align: right;
}

.tblCurSport {
     width: 100%;
     margin-left: 5px;
     margin-right: 5px;
     background: rgb(125,126,125);
     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1)));
     background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
     background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
     background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
     background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );

}

#divSport {
     width: 246px;
     margin-top: 3px;
}

#tdCurSport {
     text-align: center;
     font-size: 15px;
     font-weight: bold;
     font: 100% Alfa, Arial, Geneva, Helvetica, sans-serif;
     color: white;
}

.bLeft {
     border-left: 1px solid #d3d3d3;
}

.bRight {
     border-right: 1px solid #d3d3d3;
}

.bLeftRight {
     border-left: 1px solid #d3d3d3;
     border-right: 1px solid #d3d3d3;
}

.bLeftRightBottom {
     border-left: 1px solid #d3d3d3;
     border-right: 1px solid #d3d3d3;
     border-bottom: 1px solid #d3d3d3;
}

.bLeftRightTop {
     border-left: 1px solid #d3d3d3;
     border-right: 1px solid #d3d3d3;
     border-top: 1px solid #d3d3d3;
}

.bLeftTop {
     border-left: 1px solid #d3d3d3;
     border-top: 1px solid #d3d3d3;
}

.bRightTop {
     border-right: 1px solid #d3d3d3;
     border-top: 1px solid #d3d3d3;
}

 .bTopBottomRight {
     border-right: 1px solid #d3d3d3;
     border-top: 1px solid #d3d3d3;
     border-bottom: 1px solid #d3d3d3;
 }
 .bTopBottom {
     border-top: 1px solid #d3d3d3;
     border-bottom: 1px solid #d3d3d3;
 }
 .bTop {
     border-top: 1px solid #d3d3d3;
 }
 .bLeftTopBottom {
     border-top: 1px solid #d3d3d3;
     border-bottom: 1px solid #d3d3d3;
     border-left: 1px solid #d3d3d3;
 }
 .bAll {
     border: 1px solid #d3d3d3;
 }
 .aRight {
     text-align: right;
 }
 .aCenter {
     text-align: center;
 }
.vMiddle {
    vertical-align: middle;
}
 .tdContSmall {
     font-size: 9px;
     font-style: italic;
     vertical-align: top;
 }
.NoBold {
    font-weight: normal;
}
 .tdContSmallBottom {
     font-size: 9px;
     font-style: italic;
     vertical-align: bottom;
 }
 .playerLittle {
     font-size: 9px;
     text-wrap: none;
     white-space: nowrap;
 }
 .tblNoData {
     width: 1020px;
     height: 20px;
     margin-left: 7px;
 }
.tblNoDataSchedule {
    width: 250px;
}
 .tdHeaderPanel {
     background-color: #e3e3e3;
 }
 .hPanelHeader {
     height: 20px;
 }
 .hPanelBody {
     height: 18px;
 }
 .headerReportPdf {
    width: 1020px;
    height: 25px;
    border-bottom: 1px solid black;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    background-color: #414141;
    color: white; 
 }
 .hLittle {
    height: 35px;
    line-height: 35px;
 }
 .hReportHeader {
    height: 25px;
 }
 .hReport {
     height: 25px;
 }
 .wHeaderTabContReport {
     width: 90px;
 }
 .separatoreSxDx {
     width: 2px;
     border-right: 1px solid black;
 }
#imgLiveResults {
     display: block; 
     margin-top: 9%; 
     margin-bottom: 3%; 
     margin-left: auto; 
     margin-right: auto;
     cursor: pointer;
 }
 #imgMedals {
     display: block; 
     margin-top: 9%; 
     margin-bottom: 3%; 
     margin-left: auto; 
     margin-right: auto;
     cursor: pointer;
}
 .tblLiveMedals {
     width: 100%;
     height: 100%;
}
.dnd {
    color: black;
    font-size: 12px;
    font-weight: bold;
    font: 100% Alfa, Arial, Geneva, Helvetica, sans-serif;
}
.tdCmbDataCl {
    width: 200px;     
}
.cmbDataCl {
    font-family: Verdana, Geneva, sans-serif; 
    font-size: 20px; 
    font-weight: bold;
    color: black;
}
.tdCmbGaraCl {
    width: 850px;
}
.cmbGaraCl {
    font-family: Verdana, Geneva, sans-serif; 
    font-size: 20px; 
    font-weight: bold;
    color: black;
}
#loaderMenu {
    width: 1050px;
    background-color: white;
    vertical-align: middle;
}
.tdLiveMobile {
    text-align: left;
    color: black;
    font-size: 18px;
}
.tdReportMobile {
    text-align: right;
    vertical-align: top;
    color: black;
    font-size: 18px;
}
.hReportMobile {
    height: 50px;
}
.bBottom {
    border-bottom: 1px solid #d3d3d3;
}
.aLeft {
    text-align: left;
}
.tblNoDataRankings {
    width: 1020px;
    height: 20px;
}

.vTop {
    vertical-align: top;
}
.dayselected {
	background-color: #182983!important;
    color: white!important;
}
/* Classi per customizzare il layout grafico*/
html {
    background-color: #96afbb;
    -webkit-background-size: cover;
    -webkit-background-position: fixed;
    -o-background-size: cover;
    background-size: cover;
    background-position: fixed;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: 101%;
}
html::before {
  content: "";
  background: url(../../img/Stars.gif) no-repeat;
  opacity: 0.5;
  top: 350px;
  left: 130px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.headerTop {
    width: 1053px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;    
    background-image: url(../../img/header/headerwp2022.png);
    background-repeat: no-repeat;
    background-position: center;
}
.divMenuTab {
    width: 1052px;
    height: 50px;
    position: absolute;
    top: 138px;
    right: 0;
    left: 0px;
    margin: auto;
    background-color: #182983;
}
.pdfGeneraleAll {
    color: #666;
    font-size: 18px;
}
.tdDivMain {
    height: 90%;
    vertical-align: top;
    background: #eceded; /* Old browsers */
    background: -moz-linear-gradient(top,  #eceded 0%, #eceded 30%, #eceded 30%, #eceded 33%, #eceded 33%, #c5c7c9 100%, #c5c7c9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceded), color-stop(30%,#eceded), color-stop(30%,#eceded), color-stop(33%,#eceded), color-stop(33%,#eceded), color-stop(100%,#c5c7c9), color-stop(100%,#c5c7c9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eceded 0%,#eceded 30%,#eceded 30%,#eceded 33%,#eceded 33%,#c5c7c9 100%,#c5c7c9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eceded 0%,#eceded 30%,#eceded 30%,#eceded 33%,#eceded 33%,#c5c7c9 100%,#c5c7c9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eceded 0%,#eceded 30%,#eceded 30%,#eceded 33%,#eceded 33%,#c5c7c9 100%,#c5c7c9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eceded 0%,#eceded 30%,#eceded 30%,#eceded 33%,#eceded 33%,#c5c7c9 100%,#c5c7c9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#c5c7c9',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 6px 10px 0px rgba(50, 50, 50, 0.75);
     width: 1042px;
    height: 100%;
    vertical-align: top;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    background-color: #fff;
}
.divTabCont {
    width: 100%;
    height: 50px;
    xborder-radius: 8px 8px 0px 0px;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #999;
    font-family: Open Sans,sans-serif;
}
.divTabSelCont {
    width: 100%;
    height: 50px;
    xborder-radius: 8px 8px 0px 0px;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    line-height: 35px;
    font-size: 30px;
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e8f1ff; 
    background-color: #182983;
    xbackground: #0072e3; /* Old browsers */
    xbackground: -moz-linear-gradient(top,  #0072e3 0%, #60abf8 44%, #00b9f4 100%); /* FF3.6+ */
    xbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072e3), color-stop(44%,#60abf8), color-stop(100%,#00b9f4)); /* Chrome,Safari4+ */
    xbackground: -webkit-linear-gradient(top,  #0072e3 0%,#60abf8 44%,#00b9f4 100%); /* Chrome10+,Safari5.1+ */
    xbackground: -o-linear-gradient(top,  #0072e3 0%,#60abf8 44%,#00b9f4 100%); /* Opera 11.10+ */
    xbackground: -ms-linear-gradient(top,  #0072e3 0%,#60abf8 44%,#00b9f4 100%); /* IE10+ */
    xbackground: linear-gradient(to bottom,  #0072e3 0%,#60abf8 44%,#00b9f4 100%); /* W3C */
    xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072e3', endColorstr='#00b9f4',GradientType=0 ); /* IE6-9 */
}
.divTabSelMen {
    width: 100%;
    height: 35px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #d3d3d3;
    line-height: 35px;
    font-size: 13px;
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #666;
}

.divTabSelWomen {
    width: 100%;
    height: 35px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #d3d3d3;
    line-height: 35px;
    font-size: 13px;
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #666;
}
.bgMen {
    background-color: #e8f1ff;
}
.bgWomen {
    background-color: #ffeafd;
}
.GaraRound {
    width: 470px;
    height: 40px;
    color: #ffffff;
    font-style: italic;
    font-family: Open Sans,sans-serif;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
}
.addH {
    height: 35px;
    color: #ffffff;
    background-color: #182983;
}
.bAllDark {
    border: 1px solid #cbcbcb;
}
.headerContenutiBigPN {
    font-size: 35px;
    font-family: Verdana, Geneva, sans-serif;
    xborder: 1px solid rgb(211, 211, 211);
    color: #616161;
    width: 1020px;
    height: 35px;
}
.headerContenutiBigPNHalf {
    font-size: 35px;
    font-family: Verdana, Geneva, sans-serif;
    xborder: 1px solid rgb(211, 211, 211);
    color: #616161;
    width: 510px;
    height: 35px;
}
.hResHeader {
    height: 56px;
}
.headerContenutiPN {
    font-family: Open Sans,sans-serif;
    font-size: 25px;
    font-weight: bold;
    background-color: #ffffff;
    color: #4d4d4e;
    width: 1020px;    
}
.headerContenutiPN_PBP {
    font-family: Open Sans,sans-serif;
    font-size: 25px;
    font-weight: bold;
    background-color: #a3bdcc;
    color: #4d4d4e;
    xwidth: 1020px;    
}
.headerContenutiPN_Head {
    font-family: Open Sans,sans-serif;
    font-size: 30px;
    background-color: #a3bdcc;
    color: #666;
    width: 1020px;
}

.headerContenutiPN_Head_Live {
    font-family: Open Sans,sans-serif;
    font-size: 30px;
    background-color: #a3bdcc;
    color: #666;
    width: 1020px;
}

.sLittle {
    font-size: 13px;
    letter-spacing: 1px;
}

.sLittle2 {
    font-size: 9px;
    letter-spacing: 1px;
    vertical-align: middle;
}

.sLittle3 {
    font-size: 12px;
    letter-spacing: 1px;
    vertical-align: middle;
}

/*Dimensioni colonne Play by Play*/
.wPBPEmpty {
    width: 10px;
}
.wPBPNum {
    width: 45px;
}
.wPBPTeam {
    width: 100px;
}
.wPBPGiocatore {
    width: 180px;
}
.wPBPEV {
    width: 127px;
}
.wPBPTempo {
    width: 70px;
}
.wPBPRisultato {
    width: 100px;
}
/*End dimensioni colonne Play by Play*/

/*Dimensioni colonne Startlist*/
.wStartlistNum {
    width: 55px;
}
.wStartlistNominativo{
    width: 380px;
}
.wStartlistRuolo {
    width: 200px;
}
.wStartlistNascita {
    width: 290px;
}
/*End dimensioni colonne Startlist*/
.headerContenutiPN_Stat_FullMode {
    font-family: Open Sans,sans-serif;
    color: #616161;
    width: 1020px;
}
.tblContenutiPN_PBP_Short {
    display: block;
    table-layout: fixed; 
    width: 1020px;
    xborder-collapse: collapse;
    margin-left: 13px;
}
.txtUpdate {
    vertical-align: middle;
    text-align: right;
    font-size: 18px; 
    color: white;
    font-family: Verdana, Geneva, sans-serif;
    width: 700px;
}

.tblContenutiPN_CalendarNoML {
    width: 1020px;
    display: block;
    table-layout: fixed;
}

.wCalStatoGara {
    width: 20px;
}
.wCalOrario {
    width: 100px;
}
.wCalCategory {
    width: 900px;
}
.wCalTurnoGruppo {
    width: 1px;
}
.wCalSquadra1 {
    width: 500px;
}
.wCalSquadra2 {
    width: 500px;
}
.wCalTrattino {
    width: 33px;
}
.wCalRes {
    width: 33px;
}
.wCalLastTd {
    width: 380px; 
}
.wHCalendarThird {
    width: 340px;    
}
.wHCalendarByCategory {
    width: 350px;
}

.wHCalendarByDay {
    width: 628px;
}
.trContenutiToggleCalendar {
    font-size: 35px;
    color: #333;
    font-family: Open Sans,sans-serif;
    vertical-align: middle;
    height: 30px;
    background-color: #e8f1ff;
    cursor: pointer;
    height: 60px;
}

.trContenutiToggleCalendarHead {
    font-size: 35px;
    color: #000000;
    font-family: Open Sans,sans-serif;
    vertical-align: middle;
    height: 30px;
    background-color: #ffffff;
    cursor: pointer;
    height: 60px;
}

.trContenutiCalendar {
    font-size: 35px;
    color: #333;
    font-family: Open Sans,sans-serif;
    vertical-align: middle;
    height: 30px;
    cursor: pointer;
    height: 60px;
}

.tblContenutiPN {
    display: block;
    table-layout: fixed; 
    width: 1020px; 
    border-collapse: collapse;
    margin-left: 13px;
}

.tblContenutiPN_Calendar {
    display: block;
    table-layout: fixed; 
    width: 1020px;
    border-collapse: collapse;
    margin-left: 7px;  
}
.divTabSelContClassificheCIS {
    width: 130px;
    height: 80px;
    background-color: #7f91f1;
    line-height: 80px;
    font-size: 35px;
    font-family: Open Sans,sans-serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    vertical-align: middle;
}
.headerContenutiDamenuAlto {
    height: 40px;
    font-family: Open Sans,sans-serif;
    font-style: italic;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
}
.wClsGGroup {
    width: 1020px;
}
.wClsGMatches {
    width: 250px;
}
.wClsGGoals {
    width: 250px;
}
.wClsGPoints {
    width: 300px;
}
wClsGEmpty {
    width: 10px;
}
.headerContenutiPNLong {
    font-family: Open Sans,sans-serif;
    color: #616161;
    width: 1500px;
}

.tblContenutiPN_Stat_CompactMode {
    display: block;
    table-layout: fixed; 
    width: 1020px;
    border-collapse: collapse;
    margin-left: 13px;
}
.tblContenutiPN_GK_CompactMode {
    display: block;
    table-layout: fixed; 
    width: 1020px;
    border-collapse: collapse;
    margin-left: 13px;
}
.tblContenutiReferee_Head {
    display: block;
    table-layout: fixed; 
    width: 1020px; 
    border-collapse: collapse;
    margin-left: 13px;  
}

.HPBPWeb {
    height: 25px;
}
.headerContenutiBigLivePN {
    font-size: 35px;
    font-family: Verdana, Geneva, sans-serif;
    border-color: rgb(211, 211, 211);
    color: #616161;
    width: 1020px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.headerContenutiBigLivePN_3Match {
    font-size: 35px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    border-color: rgb(211, 211, 211);
    color: #616161;
    width: 1020px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.headerContenutiBigLivePN_3Match_NoBold {
    font-size: 35px;
    font-family: Verdana, Geneva, sans-serif;    
    border-color: rgb(211, 211, 211);
    color: #616161;
    width: 1020px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.trContenutiToggleNoHover {
    font-size: 18px;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #e8f1ff;
    vertical-align: top;
}
.tdNoData {
    vertical-align: top;
    font-family: Open Sans,sans-serif;
    font-size: 30px;
    background-color: #e8f1ff;
    color: #666;
    width: 1020px;
    border: 1px solid #d3d3d3;
}
.bgHeaderBlue {
    background-color: #044a89;
    height: 29px;
}
.bLeftMenu {
    border-left: 1px solid #286aa6;
    width: 5px;
}
.headerTeamRosters {
    background-color: #d6d9db;
	font-weight: bold;
}
.RisultatoPN {
    font-weight: bold;
    color: #666;
    font-size: 35px;
}
.tblContenutiPN_NoMarginLeft {
    display: block;
    table-layout: fixed; 
    width: 1020px; 
    border-collapse: collapse;
}

.wRosterNum {
    width: 25px;
}
.wRosterEmpty {
    width: 25px;
}
.wRosterNominativo {
    width: 285px;
}
.wRosterRuolo {
    width: 150px;
}
.wRosterLR {
    width: 50px;
}
.wRosterHeight {
    width: 80px;
}
.wRosterWeight {
    width: 80px;
}
.wRosterNascita {
    width: 100px;
}
.bgMatchNotPossible {
    background-color: #7d7d7e;
}
.tblContenutiPN_Stat_FullMode {
    display: block;
    table-layout: fixed; 
    width: 1020px; 
    border-collapse: collapse;
    margin-left: 13px;  
}
.tblContenutiPN_GK_FullMode {
    display: block;
    table-layout: fixed; 
    width: 1020px;
    border-collapse: collapse;
    margin-left: 13px;
}
.divDetailMatchRankings {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 300px;
    background-color: rgb(211, 211, 211);
    -webkit-box-shadow: 0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    z-index: 10000;
}
.headerDetailsMatch {
    width: 790px;
    margin-left: 5px;
}
.btnClose {
    background-color: #aaa;
    border: 1px solid rgb(139, 139, 139);
    position: absolute;
    top: 270px;
    left: 730px;
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
}
.tblTabelloneCIS_Head {
    width: 200px;
    height: 50px;
    font-size: 28px;
    font-family: Open Sans,sans-serif;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 23px;
    background-color: #a3bdcc;
    color: #4d4d4e;
    letter-spacing: 1px;
}

.tblTabelloneCIS_Match
{
    width: 200px;
    height: 20px;
    border: 1px solid #787a7b;
    background-color: #babec1;
    font-size: 14px;
    font-family: Open Sans,sans-serif;
    color: #4d4d4e;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
}

.tblTabelloneCIS_MatchHalfBorder
{
    width: 200px;
    height: 80px;
    border-top: 1px solid #787a7b;
    border-left: 1px solid #787a7b;
    background-color: #babec1;
    font-size: 24px;
    font-family: Open Sans,sans-serif;
    color: #4d4d4e;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    letter-spacing: -3px;
}

.tblTabelloneCIS_MatchHalfBorder2
{
    width: 200px;
    height: 80px;
    border-top: 1px solid #787a7b;
    border-left: 1px solid #787a7b;
    border-bottom: 1px solid #787a7b;
    background-color: #babec1;
    font-size: 24px;
    font-family: Open Sans,sans-serif;
    color: #4d4d4e;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    letter-spacing: -3px;
}

.tblTabelloneCIS_ResMatch
{
    width: 30px;
    height: 20px;
    border: 1px solid #787a7b;
    background-color: #babec1;
    font-size: 30px;
    font-family: Open Sans,sans-serif;
    color: #4d4d4e;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.tblTabelloneCIS_ResMatchHalfBorder
{
    width: 30px;
    height: 20px;
    border-right: 1px solid #787a7b;
    border-top: 1px solid #787a7b;
    border-left: 1px solid #787a7b;
    background-color: #babec1;
    font-size: 30px;
    font-family: Open Sans,sans-serif;
    color: #4d4d4e;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.tblTabelloneCIS_Orario {    
    height: 20px;
    font-size: 25px;
    font-family: Open Sans,sans-serif;
    color: black;
    text-align: center;
    line-height: 20px;
}

.tblSquadreTabellone {
    width: 170px;
    height: 20px;
    display: block;
    table-layout: fixed;
}
.tblTDSquadreTabelloneFlag {
    width: 70px;
}
.tblTDSquadreTabelloneTeam {
    width: 100px;
}
.bRightWhite {
    border-right: 1px solid white;
}
.cmbMobile {
    font-size: 28px;
}

.AppleIos {
    width: 140px;
    height: 100px;
    position: absolute;
    top: 4px;
    right: 0;
    left: 179px;
    margin: auto;
    background-image: url(../../img/fav/IOS_tr.png);
    background-repeat: no-repeat;
    background-position: center;
}

.Android {
    width: 140px;
    height: 100px;
    position: absolute;
    top: 15px;
    right: 0;
    left: 363px;
    margin: auto;
    background-image: url(../../img/fav/Android.png);
    background-repeat: no-repeat;
    background-position: center;
}
.wPBPMobileCella1 {
    width: 75px;
}
.wPBPMobileCella2 {
    width: 110px;
}
.wPBPMobileCella3 {
    width: 725px;
}
.wPBPMobileCella4 {
    width: 110px;
}
.pallinoGialloWeb {
    width: 32px;
    height: 32px;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid black;
    background-color: #e4ec2d;
    margin-left: auto;
    margin-right: auto;
}
.pallinoRossoWeb {
    width: 32px;
    height: 32px;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid black;
    background-color: #d82b39;
    margin-left: auto;
    margin-right: auto;
}
.lhClsGironi {
    width: 100px;
}
.divBtnDaysMobile {
    width: 200px;
    height: 80px;
    background-color: #7f91f1;
    line-height: 80px;
    font-size: 35px;
    font-family: Open Sans,sans-serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    vertical-align: middle;
}
.newsBigHeader {
    background-color: #bfc1c3;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

.newsBigSubHeader {
    background-color: #cfd2d5;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    font-style: italic;
}

.newsSmallHeader {
    background-color: #bfc1c3;
    height: 30px;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

.newsSmallSubHeader {
    background-color: #cfd2d5;
    height: 30px;
    line-height: 35px;
    font-size: 35px;
    font-style: italic;
}

.newsBigContent {
    font-size: 30px;
    line-height: 30px;
    vertical-align: top;
}

.newsSmallContent {
    font-size: 30px;
    line-height: 30px;
    vertical-align: top;
}

a.morelink {
    font-size: 30px;
    text-decoration:none;
    outline: none;
    color: blue;
}
.newsBigCollapsed {
    height: 300px;
    max-width: 775px;
    overflow: hidden;
}

.newsSmallCollapsed {
    height: 120px;
    overflow: hidden;
}

.newsBigExpanded {
    height: 100%;
    overflow: hidden;
}

.newsExpanded {
    height: 100%;
    max-width: 775px;
    overflow: hidden;
}

.moreless {
    font-size: 35px;
    line-height: 35px;
    color: blue;
    cursor: pointer;
}
.microplusLink {
    position: relative;
    top: 11px;
    left: 890px;
    height: 47px;
    width: 130px;
    cursor: pointer;
}
.RisultatoPNBig {
    font-size: 38px;
}

.RisultatoPNBigResults {
    font-size: 38px;
}
.tblHeadOrario {
    font-size: 30px;
}
/*End custom layout grafico*/