blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

body {
    width: 100%;
    font-size: medium;
    padding: 0;
    margin: 0;
    color: #333;
    font-family: Helvetica, Arial, Verdana;
}

body a:link, body a:visited {
    text-decoration: underline;
    color: #333;
    font-weight: bold;
}

body a:hover {
    text-decoration: none;
}

#logo {
    
}

.clearall {
    clear: both;
}

#logo img {
    max-width: 95%;
    display: block;
}

#nav {
    background-color: #0066cc;
    color: white;
    font-weight: bold;
    font-family: Verdana;
    font-size: 0.7em;
    text-align: center;
    padding: 4px;
    list-style: none;
    margin: 0;
    overflow:hidden;
    border-bottom: 3px solid #003d7c;
}

#nav li {
    display: block;
    width: 22%;
    padding: 4px;
    text-align: center;
    float: left;
    margin: 0 auto;

}

#nav li img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}

#nav a {
/*    border-left: 2px solid #333;
    border-right: 2px solid #333;*/
}

#nav a:link {
    color: white;
    text-decoration: none;
}

#nav a:visited {
    color: white;
    text-decoration: none;
}

#sections {
    background: #0066cc;
    width: 100%;
    border-top: 3px solid #003d7c;
    border-bottom: 3px solid #003d7c;
    color: #fff;
    display: none;
}

#sections ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sections li {
    padding: 4px;
    margin: 6px;
    font-size: 1em;
}

#sections a {
    padding: 6px;
    border-left: 10px solid #fff;
    font-weight: bold;
    display: block;
    color: #fff;
    font-size: 1.1em;
}

#sections a:link {
    text-decoration: none;
}

#sections ul h3 {
    width: 90%;
    text-align: center;
    margin: 4px auto;
    font-size: 1.1em;
    color: #fff;
    padding: 4px;
}

#sections form {
    text-align: center;
    margin: 5px auto;
}

#sections input[type='text'] {
    margin: 0 auto;
    width: 90%;
    font-size: 1.1em;
    color: #333;
}

#sections input[type='submit'] {
    width: 50%;
    margin-top: 5px;
    font-size: 1em;
}



#content {
    width: 98%;
    margin: 10px auto;

    /* overflow-y: scroll; */
    /* -webkit-overflow-scrolling: touch; */

}

.searchsite {
    overflow: hidden;
}

#extrabar::before, #extrabar::after {
    content: " ";
    display: table;
}

#extrabar::after {
    clear: both;
}

#extrabar #logged_as {
    float: right;
    width: 65%;
    padding: 3px 5px 0 0;
    font-size: 0.9em;
    text-align: right;
}

#extrabar #social {
    float: left;

}

#extrabar #social img {
    margin-top: 3px;
    margin-left: 5px;
}

h2.title, #headlines h3 {
    text-align: center;
    width: 95%%;
    color: #fff;
    background: #0066cc;
    border: 3px solid transparent;
    border-radius: 14px;
}


#article {
    padding: 8px;
}

#article div .line-player {
    padding: 0.4em;
}

#article blockquote {
    padding: 0.4em;
}

#article blockquote br{
    display: block;
    margin: 0.4em auto;
    content: " ";
    /* line-height: 0.4em; */
}


#article iframe {
    max-width: 95%;
}

#article p img {
    max-width: 95%;
}

#article h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 5px 2px;
}

#article #image {
    position: relative;
    font-size: 0.8em;
}

#article #image img {
    width: 100%;
}

#article #image #numComments {
    position: absolute;
    bottom: 0;
    left: 0;
    background: red;
    color: white;
    padding: 4px;
}

#article #image #date {
    position: absolute;
    bottom: 0;
    right: 0;
    background: green;
    color: white;
    padding: 4px;
}

#article #didascalia {
    background: url(bg85opac_txt.png);
    color: white;
    font-size: 0.8em;
    padding: 2px;
}

#article p {
    font-size: 1.2em;
    line-height: 1.4em;
}


#article .info_post {
    font-size: 0.8em;
    margin: 4px 0 4px 0;
}

#article .info_post::before, #article .info_post::after {
    display: table;
    content: " ";
}

#article .info_post::after {
    clear: both;
}

#article .info_post .date {
    float: left;
}

#article .info_post .comments {
    float: right;
}

#article .info_post img {
    margin-right: 4px;
}

#article .social {
    margin: 8px 4px 0 4px;
    overflow: hidden;
}

#article .social::before, #article .social::after {
    content: " ";
    display: table;
}

#article .social::after {
    clear: both;
}

#article .social .fb-like {
    float: left;
}

#article .social iframe {
    float: right;
}

#comments {
    margin: 0 auto;
    padding: 0;
    width: 95%;
    list-style: none;
    overflow: hidden;

}

#comments .buiame {
    display: none;
}

#comments h3 {
    font-size: 1.5em;
    margin: 15px auto;
    padding: 0;
}

#comments li {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;

}

#comments .top{
    clear: both;
    overflow: hidden;
    background: #ccc;
    padding: 2px;
}

#comments .author {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    color:  #333;

}

#comments .num {
    float: right;
    font-size: 1.3em;
    color: #666;
    font-weight: bold;
}

#comments .txt {
    background: #e6e6e6;
    padding: 4px;
}

#comments .txt blockquote {
    font-size: 0.8em;
    margin: 2px 20px;
    border-left: 2px solid #333;
    padding-left: 4px;
}


#comments hr {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

#comments .bottom {
    overflow: hidden;
}

#comments .bottom::before, #comments .bottom::after {
    display:table;
    content: " ";
}

#comments .bottom::after {
    clear: both;
}


#comments .reply {
    float: left;
    text-align: left;
    font-size: 0.8em;
}

#comments .date {
    padding: 2px;
    text-align: right;
    font-size: 0.9em;
    float: right;
}

#comments .reply a {
    padding: 4px;
    background: #999;
    color: #fff;
    display: inline-block;
    margin-left: 4px;
}

#comments .reply a:link, #comments .reply a:visited {
    text-decoration: none;
}

#comments form {

}

#comments form input[type="text"] {
    width: 90%;
    font-size: 1.2em;
}

#comments textarea {
    width: 90%;
    height: 150px;
    font-size: 1.2em;
}

#comments input[type="submit"] {
    width: 75%;
    font-size: 1.3em;
}

#othernews-button {
    display: block;
    margin: 15px auto;
    width: 50%;
    background: #666;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 1.2em;
}

#othernews-button:link {
    text-decoration: none;
}

#list-news {
    padding: 0;

    width: 100%;
    list-style: none;
    margin: 0 auto;

}

#list-news a:link {
    text-decoration: none;
}

#list-news a:visited {
    text-decoration: none;
}

/*#list-news .item {
    width: 100%;
    background: #0066cc;
    text-align: center;
    position: relative;
}*/



#list-news .item {
    width: 95%;
    margin: 12px auto;
    position: relative;
    text-align: center;
}

/*@media screen and (min-width: 480px) {
    #list-news .item {
        width: 45%;
        margin: 10px 10px;
        float: left;
    }
}*/

#list-news img {
    width: 100%;
}

#list-news .title {
    position: absolute;
    bottom: 5%;
    left: 2%;
    z-index: 10;
    color: white;
    font-size: 1.1em;
    background: url(bg85opac_txt.png);
    width: 95%;
    border: 1px solid transparent;
    border-radius: 20px;

    
}

#list-news .title span {
    display: block;
    padding: 4px;

}

#list-news .topnews {
    clear: both;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #666;
}

#list-news .time {
    float: right;

}

#list-news .comments {
    float: left;
}

#headlines {
    list-style: none;
    padding: 0;
    margin: 0;
}

#headlines li {
    margin: 15px 5px;
}

#headlines li:before, #headlines li:after {
    display: table;
    content: " ";
}

#headlines li:after {
    clear: both;
}


#headlines .time {
    color: #0066cc;
    font-size: 0.9em;
    font-weight: bold;
    /*border: 2px solid #0066cc;*/
    /*background: #0066cc; */
    padding: 2px;

}

#headlines span {
    color: #666;
    font-size: 0.8em;
}

#headlines .block {
    border-top: 3px solid #0066cc;
    padding: 8px;
    /*border: 2px solid #0066cc;*/
    overflow: hidden;
}


#headlines .title {
    font-size: 1em;
    color: #333;
}

#headlines .title img {
    float: left;
    margin-right: 4px;
}

#headlines a:link {
    text-decoration: none;
    font-weight: normal;
}

#headlines a:visited {
    text-decoration: none;
    font-weight: normal;
}

#nav_posts {
    font-size: 0.8em;
    text-align: center;
}

#nav_posts a {
    padding: 4px;
    display: inline-block;
    border: 1px solid #0066cc;
    color: #0066cc;
    text-decoration: none;
}


#footer {
    background: #0066cc;
    margin: 10px 0 0 0;
    color: white;
    font-size: 0.9em;
    text-align: center;
    padding: 8px;
    border-top: 3px solid #003d7c;
}

#footer div {
    margin: 0 0 2px 0;
}   

#footer img {
    display: none;
}

#footer a:link, #footer a:visited {
    color: #fff;
}

/*ENTRYLIST*/

#entrylist_box {
    width: 95%;
    border: 1px solid #ccc;
    padding: 4px;
    margin: 0 auto;
}


#entrylist_box h2 {
    color: #000;
    margin: 0;
    padding: 4px;
    font-size: 1em;
    text-align: center;
}

#entrylist_box h2 span {
    color: #666;
    font-size: 0.8em;
    display: block;
}



#entrylist_box .close {
    display: block;
    background: #00407f;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 4px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

#entrylist_box .close:hover {
            }

#entrylist_box .close span {
    font-size: 0.7em;
    text-align: center;
    color: #ccc;
    font-weight: normal;
    display: block;
}

#entrylist_box ul {
    list-style: none;
    padding: 4px;
    margin: 0;
}

#entrylist_box li {
    color: #333;
    font-size: 0.9em;
    margin-bottom: 4px;

}

#entrylist_box li span {
    display: inline-block; 
    width: 30px;
    margin-right: 4px;
}

#entrylist_box li img {
    margin-right: 4px;
}

#entrylist_box .red {
    text-decoration: line-through;
    color: red;
}

#entrylist_box .ita {
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

#entrylist_box .green {
    color: green;
}

#entrylist_box hr {
    border: 0;
    border-bottom: 1px dashed #000;
    width: 190px;
    text-align: left;/*this will align it for IE*/
    margin: 0 auto 0 0; /*this will align it left for Mozilla*/
    display: none;
}

#entrylist_box .column1 {
}

#entrylist_box .column2 {
}

#entrylist_box .column3 {
}

#entrylist_box .toHide {
    display: none;
}

/*LSCORE*/

.livescore_match {
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
}

.livescore_match .head {
    background: #00407f;
    color: #fff;
    text-align: center;
    font-size: 1em;
    padding: 4px;
    font-weight: bold;
    margin-bottom: 2px;
}

.livescore_match .result {
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    width: 100%;
}

.livescore_match .player {
    display: inline-block;
    width: 50%;
    font-size: 0.8em;
    margin-right: 10%;
    padding: 4px;
}

.livescore_match .player img {
}

.livescore_match .set {
    display: inline-block;
    width: 6%;
    border-right: 1px solid #ccc;
    padding: 2px;
    text-align: center;
    font-size: 0.9em;
}

.livescore_match .sx {
    display: inline-block;
    width: 28%;
    vertical-align:top;
    font-size: 0.7em;
    font-weight: bold;
    padding: 1%;
}
.livescore_match .cc {
    display: inline-block;
    width: 43%;
    vertical-align:top;
    font-size: 0.7em;
    padding: 1%;
}

.livescore_match .dx {
    display: inline-block;
    width: 23%;
    vertical-align:top;
    font-size: 0.9em;
    text-align: center;
    padding: 1%;
}

.livescore_match .subhead {
    background: #0066cc;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 4px;

}

.livescore_match .odd {
    background: #e6e6e6;
}

.livescore_match .ball {
    color: #ddcc27;
    font-size: 2em;
}

.livescore_match .toggle {
    text-align: center;
    margin: 6px auto;
    font-size: 0.8em;
}

.livescore_match .msg_status {
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    width: 98%;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
}

.livescore_match small {
    font-size: 0.7em;
}

.livescore_match .big {
    font-size: 0.9em;
}

.livescore_match .center {
    font-weight: bold;
    text-align: center;
}

.livescore_match .pts {
    padding: 2px;
    width: 34px;
    text-align: center;
    border: 1px solid #666;
    margin: 2px;
    display: inline-block;
    font-size: 1em;
}

.livescore_match .red {
    background: red;
    color: white;
    border: 1px solid red;
}
.livescore_match .yellow {
    background: yellow;
    color: black;
    border: 1px solid yellow;
}

    .livescore_match .ace {
        background: green;
        color: #fff;
    }
    .livescore_match .ace::before {
    }

    .livescore_match .df {
        background: orange;
    }

    .livescore_match .df::before {
    }

    .livescore_match .ace_container {
        color: white;
        border: 0;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 10px;
        padding: 0;
        width: 22px;
        border: 2px solid green;
        border-radius: 14px;
        background: green;
    }

    .livescore_match .df_container {
        color: white;
        border: 0;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 10px;
        padding: 0;
        width: 22px;
        border: 2px solid orange;
        border-radius: 14px;
        background: orange;
    }

.livescore_match .box {
    border-bottom: 1px solid #ccc;
}


/* RLIVE */


#ranking_live {
    width: 100%;
    margin: 0 auto;
}

#ranking_live p {
    padding: 4px;
}

#ranking_live .player{
    margin-top: 18px;
    border: 2px solid #e6e6e6;
    padding: 8px;
    overflow: hidden;
}

#ranking_live del {
    text-decoration: line-through;
}

#ranking_live .header {
    background: #e6e6e6; 
    border: 1px solid #ccc; 
    margin: 0 0 -10px 0;
    display: none;
}

#ranking_live .didascalia {
    color: #999;
    font: 10px Verdana;
    margin-bottom: 2px;
}

#ranking_live .pos {
    font: 1.1em Arial;
    font-weight: bold;
    float: left;
    color: #333;
    width: 18%;
    text-align: center;
    margin: 0 4px 0 0;
}

#ranking_live .br {
    color: #ff9900;
    background: #666;
    width: 5%;
    padding: 2px;
    font-size: 100%;
    font-family: Verdana;
    display: none;

}

#ranking_live .flag {
    float: left;
    width: 15%;
}

#ranking_live .flag img {
    max-width: 100%;
}

#ranking_live .name {
    float: left;
    font: 1.1em Arial;
    color: #333;
    width: 35%;
    overflow: hidden;
}

#ranking_live .small {
    font: 0.7em Verdana;
    color: #666;

}

#ranking_live .pts_live {
    font: 1em Arial;
    margin: 0 0 0 12px;
    float: right;
    text-align: center;
    max-width: 20%;
    overflow: auto;
}

#ranking_live hr {
    clear: both;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0;
    padding: 2px;
}

#ranking_live .add {
    font: 0.8em Arial;
    text-align: center;
    color: green;
    width: 46%;
    display: inline-block;
    margin: 10px auto;
    padding: 2px;
    vertical-align: top;



}

#ranking_live .drop {
    font: 0.8em Arial;
    text-align: center;  
    color: red; 
    width: 46%;
    display: inline-block;
    margin: 10px auto;
    padding: 2px;
    vertical-align: top;

}

#ranking_live .red {
    color: red;
}

.clearall {
    clear: both;
}

#ranking_live form {
    width: 94%;
    margin: 20px 0 -5px 0;
    padding: 0;
}

#ranking_live input {
    width: 100%;
    font: 18px Arial;
    padding: 8px;
    border: 1px solid #ccc;
    color: #999;
}

#ranking_live .add-clear-span a {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}


/* RANKING */

#rankings_ {
    width: 100%;
    margin: 0 auto;
}

#rankings_ p {
    padding: 4px;
}

#rankings_ .player{
    margin-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    padding: 4px;
    width: 100%;
    overflow: hidden;
}

#rankings_ .header {
    background: #e6e6e6; 
    border: 1px solid #ccc; 
    margin: 0 0 -10px 0;
    width: 100%;
    padding: 4px;
}

#rankings_ h2 {
    margin: 10px 0 -10px 0;
    text-align: center;
    color: #666;
    font-size: 1.2em;
}

#rankings_ .pos {
    font: 1em Arial;
    font-weight: bold;
    float: left;
    color: #333;
    width: 10%;
    text-align: center;
}

#rankings_ .pos_moved {
    font: 0.9em Arial;
    float: left;
    color: #333;
    width: 10%;
    text-align: center;
    margin: 0 0 0 2px;
} 

#rankings_ .flag {
    float: left;
    margin: 0 0 0 8px;
    width: 10%;
    text-align: left;
}

#rankings_ .flag img {
}

#rankings_ .name {
    float: left;
    font: 0.9em Arial;
    margin: 0 0 0 12px;
    color: #333;
    width: 25%;
}

#rankings_ .small {
    font: 0.7em Verdana;
    color: #666;

}

#rankings_ .other {
    font: 0.9em Arial;
    margin: 0 0 0 8px;
    float: left;
    text-align: center;
    width: 12%;
}

#rankings_ .green {
    color: green;
}

#rankings_ .red {
    color: red;
}

.clearall {
    clear: both;
}

#rankings_ form {
    width: 95%;
    margin: 20px 0 -5px 0;
    padding: 0;
}

#rankings_ input {
    width: 100%;
    font: 18px Arial;
    padding: 8px;
    border: 1px solid #ccc;
    color: #999;
}

#rankings_ .add-clear-span a {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}


/* BREAKDOWNS */

#players_breakdowns {
    width: 100%;
}

#players_breakdowns span {
    font-weight: normal;
    font-size: 0.7em;
    color: #999
}

#players_breakdowns .player {
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 4px;
    padding-bottom: 10px;
    font-family: Arial;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}

#players_breakdowns .player .nat {
    float: left;
    width: 15%;
}

#players_breakdowns .player .player_name {
    float: left;
    font-size: 0.9em;
    margin: 0 0 0 10px;
    width: 25%;
    color: #333;
}

#players_breakdowns .player .tournaments {
    font-size: 0.9em;
    float: left;
    margin: 0 0 0 14px;
    width: 45%;
}

#players_breakdowns .tournaments .tournament {
    
}

#players_breakdowns .tournaments .space {
    margin-top: 10px;
    /*border-top: 1px dashed #ccc;
    padding-top: 4px;*/
}

#players_breakdowns .tournaments .tournament_name {
    font-size: 1em;
    font-weight: normal;
    float: left;
    width: 60%;
}


#players_breakdowns .tournaments .pts {
    font-size: 1em;
    font-weight: bold;
    float: left;
    margin: 0 0 0 25px;
    color: red;
    width: 10%;

}

#players_breakdowns .clearall {
    clear: both;
}

/* ENTRYLIST ITALIANI */

#et_ita {
    width: 95%;
    font-size: 1em;
    color: #000;
    padding: 4px;
    border: 1px solid #ccc;
    line-height: 26px;
    margin-top: 25px;

}

#et_ita h3 {
    font-size: 1.2em;
    font-family: Arial;
    color: #0066cc;
    margin: 4px 0 4px 16px;
    padding: 0;
}

#et_ita span {
    margin-right: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    background: #999;
    padding: 4px;
}

#et_ita .block {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 8px;
    margin-bottom: 8px;
}

#et_ita del {
color: red;
}


/* LIVETENNIS CUP */


.gamesTicket {
    width: 100%;
    border: 1px solid #0066cc;
    text-align: center;
    margin: 6px auto;
    margin-bottom: 0;
    position: relative;
    font-family: Arial;
    padding: 0 0 6px 0;
    }

.gamesTop {
    width: 100%;
}

.gamesTop img {
    width: 100%;
}

.gamesTicket hr {
    clear: both;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 12px auto;
}

.gamesTicket select {
    margin: 4px auto;
    font-size: 1em;
    display: block;
    background-color: #0066cc;
    font-weight: bold;
    color: #fff;
}

.gamesTicket span {
    display: block;
    font-size: 1em;
    font-weight: bold;
}


.gamesTicket input {
    width: 90%;
    font-size: 1.2em;
}

.gamesTicket h4 {
    
    background-color: #0066cc;
    display: block;
    color: white;
    margin: 0;
    font-size: 1.1em;
    padding: 2px;
}

.gamesTicket form {
    padding: 2px;
}

.box_cup2011 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 6px;
    overflow: hidden;
    border-top: 2px solid #0066cc;
}

.box_cup2011 a{
    display: block;
    width: 90%;
    font-size: 0.8em;
    color: #fff;
    margin: 4px auto;
    background-color: #0066cc;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 4px;
}

.box_cup2011 a:link {
    color: #fff;
    text-decoration: none;
}

.box_cup2011 a:visited {
    color: #fff;
    text-decoration: none;
}

.box_cup2011 a:hover{
    background-color: #00407f;
}

/* LIVETENNIS CUP RANKING */

.gamesRanking {
    width: 98%;
    margin: 20px auto;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 1%;
    font-size: 1em;

}

.gamesRanking ul {
    list-style-type: none;
    padding: 0; margin: 0;
    overflow: hidden;

}

.gamesRanking h3 {
    text-align: center;
    color: #fff;
    background-color: #0066cc;
    padding: 2px;
    margin: 0 0 4px 0;
    font-size: 1.1em;
}

.gamesRanking h3 a {
    color: #fff;
}


.gamesRanking  .points {
    float: right;
    font-weight: bold;
    font-size: 1em;
}

.gamesRanking .name {
    float: left;
    font-size: 1em;

}

.gamesRanking li {
    overflow: hidden;
    margin-bottom: 6px;
    border-bottom: 1px solid #e6e6e6;
}

.gamesRanking .noview {
    display: none;  
}

.gamesRanking small {
    font-size: 0.9em;
}

.gamesRanking .winner {
    color: green;

}

.gamesRanking .hide {
    display: none;
}

.gamesRanking form {
    width: 90%;
    margin: 5px auto;
}

.gamesRanking input {
    width: 100%;
    border: 1px solid #999;
    font: 0.9em Arial;
    color: #666;
    padding: 4px;
}

.searchnameresult {
    margin: 10px auto;
    background: #e6e6e6;
    border: 1px solid #ccc;
    padding: 4px;
    font-weight: bold;
    display: none;

}

#livetenniscup_result_box {width: 95%; margin: 0 auto; padding: 4px; border: 2px solid #0066cc}
#livetenniscup_result_box div {padding: 4px; font-size: 0.9em;}
#livetenniscup_result_box .played {font-weight: bold; margin: 0 6px 0 6px;}
#livetenniscup_result_box .result {font-weight: bold; margin: 0 6px 0 6px;}
#livetenniscup_result_box .good {color: green;}
#livetenniscup_result_box .bad {color: red;}
#livetenniscup_result_box h3 {}
#livetenniscup_result_box h4 {}

/* LOGIN PAGE & REGISTRATION */


#login_mainpage h2, #registration_page h2{
    text-align: center;
    width: 95%%;
    color: #fff;
    background: #0066cc;
    border: 3px solid transparent;
    border-radius: 14px;
    margin: 4px auto;
}

#login_mainpage p {
    padding: 4px;
}

#login_mainpage, #registration_page h5 {
    width: 95%;
    padding: 4px;
    margin: 5px auto;
    font-size: 1em;
}

#registration_page .error {
    background: red;
    color: #fff;
}

#registration_page .ok {
    background: green;
    color: #000;
}

#registration_page .block {
    margin: 6px auto;
}

#registration_page textarea {
    width: 95%;
    font-size: 1.1em;
    padding: 4px;
}

#login_mainpage form, #registration_page form {
    width: 100%;
    font-size: 1.1em;
    text-align: center;
}

#login_mainpage span, #registration_page span {
    display: block;
    font-size: 1.1em;
    text-align: center;
}

#login_mainpage input[type='submit'], #registration_page input[type='submit'] {
    width: 90%;
    font-size: 1.1em;
    margin: 10px auto;
}

#login_mainpage label {
    font-weight: bold;
}

#login_mainpage input[type='text'], #login_mainpage input[type='password'], #registration_page input[type='text'], #registration_page input[type='password'] {
    font-size: 1.1em;
    border: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
}


/* PROFILE */


#profile {
    font-size: 1.1em;
    padding: 8px;
}

#profile .block_span {
    display: block;
    margin: 4px 0 4px 0;
}

#profile h2 {
    text-align: center;
    width: 95%%;
    color: #fff;
    background: #0066cc;
    border: 3px solid transparent;
    border-radius: 14px;
    margin: 4px auto;
}

#profile .block {
    margin: 8px auto;
    overflow: hidden;
    width: 99%;
}

#profile p {
    margin: 0;
    padding: 0;
}

/* ALTRO */

.title_section {
    text-align: center;
    width: 95%%;
    color: #fff;
    background: #0066cc;
    border: 3px solid transparent;
    border-radius: 14px;
}

#betting h3 {
    font-size: 1em;
    border-bottom: 3px solid #0066cc;
    padding: 8px;
    margin: 15px 0 0 0;
}

#betting .lastday {
    display: none;
}

#betting ul {
    list-style: none;
    padding: 0;
    margin: 5px auto;
    padding: 4px;
}


#betting .bets .div {
    font-size: 0.8em;
    color: #999;
    margin-left: 6px;
    margin-right: 6px;
}

#betting .bets strong {
    font-size: 1.1em;
}

#betting .stats h4 {
    font-size: 0.9em;
    color: #999;
    margin: 0 auto;
    display: block;
    text-align: center;
}

#betting .stats li {
    font-size: 0.9em;
    padding: 2px;
}

#betting .stats .number {
    font-weight: bold;
}

#betting .stats .ok {
    color: green;
}

#betting .stats .no {
    color: red;
}

#betting .stats .nulla {
    color: #ff9900;
}

#betting .label {
    color: #999;
    font-size: 0.7em;
    display: block;
    text-align: center;
}

#betting .label::after {
    content: " tra parentesi";
}

#betting .extra::before {
    content: "(";
}

#betting .extra::after {
    content: ")";
}

#betting hr {
    display: none;
}


/* RANKING LIVE PAGE */

#select_ranking_live {
    list-style: none;
    padding: 0;
    margin: 8px;
}

#select_ranking_live li {
    margin-bottom: 4px;
}

#select_ranking_live a {
    display: block;
    padding: 4px;
    font-size: 1.1em;
}

/* SPOT ON */

#spoton {
    list-style: none;
    padding: 4px;
    margin: 0;
    font-size: 1em;
}

#spoton li {
    margin-bottom: 8px;
    border-bottom: 3px solid #ccc;
}

#spoton li::before, #spoton li::after {
    content: " ";
    display: table;
}

#spoton li::after {
    clear: both;
}

#spoton img {
    float: left;
    margin-right: 13px;
    width: 40px;
    display: block;
}

#spoton .info {
    width: 80%;
    float: left;
}

#spoton span {
    display: block;
    margin: 4px auto;
    font-size: 0.7em;
}

#spoton a {
    display: inline-block;
    padding: 5px;
    color: #333;
    background: #ccc;
    font-size: 0.8em;
    text-decoration: none;
    margin-left: 6px;
}

