@charset "utf-8";
a img { border: none;}
a:link { color: #999999; text-decoration: none;}
a:visited { color: #999999; text-decoration: none;}
a:hover { color: #333333; text-decoration: none;}
a:active { color: #999999; text-decoration: none;}

@font-face{
    font-family: BurstMyBubble;
    src: url('../fonts/BurstMyBubble.ttf');
}
@font-face{
    font-family: Augie;
    src: url('../fonts/augie.ttf');
}
@font-face{
    font-family: Ingrata;
    src: url('../fonts/Ingrata.otf');
}
#header {
    position: absolute;
    top: 0;
    z-index: 998;
    margin: auto;
    width: 100%;
}
body > #header {
    position: fixed;
    left: 0px;
    right: 0px;
}
.foglietto{
    width: 155px;
    height: 170px;
    margin-left: 610px;
    margin-top: 15px;
}
.graffetta{
    width: 37px;
    height: 74px;
    margin-left: 50px;
    margin-top: 0px;
    position: absolute;
    z-index: 999;
}
.accedi{
    background-position: top left;
    background-repeat: no-repeat;
    width: 155px;
    height: 33px;
    position: absolute;
    margin-top: 65px;
    z-index: 998;
}
.registrati{
    width: 135px;
    height: 33px;
    position: absolute;
    margin-top: 100px;
    z-index: 998;
}
.profilo{
    width: 155px;
    height: 33px;
    position: absolute;
    margin-top: 75px;
    padding-top: 5px;
    z-index: 999;
    text-align: left;
    font-size: 18px;
    font-family: BurstMyBubble;
    text-transform: uppercase;
    font-weight: bold;
}
.profilo a{
    color: #666666;
}
.logout{
    width: 155px;
    height: 33px;
    position: absolute;
    margin-top: 95px;
    padding-top: 5px;
    z-index: 999;
    text-align: left;
    font-size: 18px;
    font-family: BurstMyBubble;
    text-transform: uppercase;
    font-weight: bold;
}
.logout a{
    color: #666666;
}
.search{
    background-image: url(../img/sp_default/bg_search.png);
    width: 420px;
    height: 52px;
    padding-top: 5px;
    padding-right: 50px;
    display: inline-block;
    float: right;
}
.search input[type=text]{
    height: 18px;
    width: 230px;
    border: 1px solid #ccc;
    color:#3b5d14;
    font-size: 12px;
    padding: 5px;
    padding-top: 7px;
    margin-left: 170px;
}
.search input[type=submit]{
    position: absolute;
    margin-left: 2px;
    padding: 1px;
    background-image: url(../img/theme/search.png);
    background-position: centerline centerline;
    width: 32px;
    height: 32px;
    border: 1px solid #999;
}
/*
 * #menu {
    height: 100px;
}
body > #menu {
    position: fixed;
}
 */
.div_menu{ /*:link, .div_menu:visited, .div_menu:active*/
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    height: 20px;
    width: 70px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    text-align: center;
}
.div_menu:hover{
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    height: 20px;
    width: 70px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    text-align: center;
}
#logo{
    position: relative;
    margin-left: 15px;
    border: 0px solid #999;
    width: 365px;
    height: 98px;
    background-image: url(../img/sp_default/logo.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.sx_menu{
    margin-left: 10px;
    border: 0px solid #ffffff;
    font-size: 10px;
    font-family:"lucida sans, verdana, sans-serif";
    font-weight: bolder;
    text-transform: uppercase;
}
.spacer{
    display: inline-block;
    margin-left: 10px;
    width: 430px;
    }
.dx_menu{
    margin-left: 10px;
    border: 0px solid #ffffff;
    text-align: right;
}
.foto_user{
    padding: 3px;
    background-color: #ffffff;
    border: 1px solid #999999;
    margin-top: 5px;
}
.foto_profile{
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #ccc;
}
.foto_friend{
    padding: 1px;
    background-color: #ffffff;
    border-bottom: 1px solid #ccc;
}
.userData{
    padding: 3px;
    margin-top: 2px;
    text-align: right;
}
.flash_good {
    background: #e5f2be;
    border:2px solid #bedf5d;
    padding:10px;
    font-weight:bold;
    width: 918px;
}
.flash_bad {
    width: 918px;
    background: #eccecf;
    border:2px solid #9e0b0f;
    padding:10px;
    font-weight:bold;
}
.flash_good img, .flash_bad img {
    float:right;
}
.sfondo{
    border: solid 1px #cc3333;
    width: 960px;
    margin: auto;
}
.container{
    width: 960px;
    margin: auto;
    z-index: 301;
    position: relative;
    border: 0px solid #cccccc;
}
.main{
    background-color: #f6f6f6;
}
.header_main{
    height: 160px;
    margin: auto;
    background-image: url(../img/sp_default/bg_header.png);
}
.footer_main{
    height: 228px;
    background-image: url(../img/sp_default/bg_footer.png);
}
.grid_footer{
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    width: 670px;
    border: 0px solid #cccccc;
    display: inline;
    position: relative;
    float: left;
    }
.footer_menu{
    width: 150px;
    height: 120px;
    display: inline;
    position: relative;
    float: left;
    border: 1px solid #ccc;
    background-color: #FFBE45;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
.footer_copy{
    width: 250px;
    height: 120px;
    display: inline;
    position: relative;
    float: left;
    border: 1px solid #ccc;
    background-color: #FFE488;
    margin-left: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
.login_sx{
    width: 470px;
    float: left;
    position: relative;
    border: 0px solid #cccccc;
    position: relative;
    padding: 5px;
}
.login_dx{
    width: 460px;
    float: right;
    position: relative;
    margin-left: 5px;
    text-align: center;
}
.login_foto{
    background-image: url(../img/sp_default/login_foto.png);
    width: 384px;
    height: 269px;
    position: relative;
}
.login_login{
    margin-left: 30px;
    margin-top: 78px;
    position: absolute;
    font-size: 20px;
    font-family: BurstMyBubble;
    text-transform: uppercase;
    font-weight: 900;
}
.login_signup{
    margin-left: 30px;
    margin-top: 108px;
    position: absolute;
    font-size: 20px;
    font-family: BurstMyBubble;
    text-transform: uppercase;
    font-weight: 900;
}
.facebook_connect{
    display: block;
    margin-top: 10px;
    float: left;
    width: 820px;
    padding: 50px;
    margin: auto;
}
#footer {
    border: 0px solid #cccccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 27px;
    z-index: 999;
}
body > #footer {
    position: fixed;
}
#div_in_footer{
    height: 27px;
    z-index: 300;
    border: #cccccc 1px solid;
    border-bottom: 0px;
    background-color: #A52A2A;
}
#company{
    margin-top: 6px;
    margin-left: 20px;
    font-size: 12px;
    float: left;
    display: inline;
}
#languages{
    margin-top: 5px;
    margin-right: 20px;
    font-size: 12px;
    float: right;
    display: inline;
}
.text_10{
    font-size: 10px;
    }
.text_12{
    font-size: 12px;
    }
.text_14{
    font-size: 14px;
    }
.text_right{
    text-align: right;
}
.text_left{
    text-align: left;
    }
.bordo_arancione{
    border: 1px solid #FFA500;
}
.bordo_grigio{
    border: 1px solid #ccc;
}

div.auto_complete    {
    position         :absolute;
    width            :400px;
    background-color :white;
    border           :1px solid #888;
    margin           :0px;
    padding          :0px;
}
li .selected{
    background-color: #ffb;
}
.label_field_400{
    border: 1px solid #999999;
    width: 400px;
    margin: auto;
    height: 20px;
    text-align: left;
    font-family: "Verdana";
    font-size: 14px;
    padding: 5px;
    text-transform: capitalize;
    }
.field_400{
    margin-top: 0px;
    border: 1px solid #999999;
    height: 20px;
    text-align: left;
    font-family: "Verdana";
    font-size: 14px;
    width: 400px;
    padding: 5px;
    margin: auto;
    display: block;
    }
.field_dateTime{
    margin-top: 0px;
    border: 1px solid #999999;
    font-family:"verdana";
    font-size: 18px;
    padding: 3px;
    margin: auto;
    }
.container_match{
    display: block;
    border: 1px solid #999999;
    margin: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
}
.table_header{
    font-family:"lucida sans,verdana,sans-serif";
    font-size: 14px;
    padding: 5px;
    text-transform: lowercase;
}
.table_content{
    font-family:"lucida sans,verdana,sans-serif";
    font-size: 12px;
    padding: 5px;
    color: #A52A2A;
    text-transform: lowercase;
}
.submit_search{
    position: absolute;
    margin-left: 2px;
    padding: 1px;
    background-image: url(../img/theme/search.png);
    background-position: centerline centerline;
    width: 32px;
    height: 32px;
    float: right;
    border: 1px solid #999;
    }
.float_friend{
    float: left;
    width: 84px;
    margin-left: 5px;
    }
.starting_board_comment{
    width: 400px;
    height: 18px;
    border: 0px solid #a15940;
    background:url(../img/theme/inizio_commento.png);
    }
.structure{
    margin: 6px;
    border: 1px solid #666666;
    padding: 2px;
    float: left;
    width: 295px;
    display: inline;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #666666;
    }
#main_footer{
    position: relative;
    float: left;
    top: 10px;
    width: 960px;
    margin: auto;
    border-top: 1px dotted #999999;
    padding: 5px;
    margin-bottom: 60px;
    padding: 5px;
    }

/* FORM

form{
    clear: both;
    padding: 0;
}
fieldset {
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 16px 20px;
}
fieldset legend {
    display: inline-block;
}
label {
    text-align: left;
    margin: auto;
    padding: 5px;
}
input[type=checkbox] {
    display: inline;
}
select[multiple=multiple] {
    width: 400px;
    height: 20px;
}
input{
    display: inline;
    padding: 5px;
    background-color: none;
    border: 0px solid #ccc;
}
input[type=hidden] {
    display: inline;
    border: 0px solid #ccc;
    padding: 0px;
}
input[type=radio] {
    margin-top: 0px;
    margin-left: 3px;
}*/
#MatchAddForm label{
    margin: auto;
    margin-top: 2px;
    width: 400px;
    padding-left: 5px;
    border: 0px solid #ccc;
    display: block;
}
#MatchAddForm .submit{
    margin: auto;
    margin-top: 2px;
    width: 412px;
    padding: 5px;
}
.submit input[type=submit]{
    display: inline;
    width: 150px;
    height: 28px;
}
#BoardAddForm form{
    border: 0px solid #ccc;
    padding: 5px;
}
#BoardAddForm input, textarea{
    display: inline;
    width: 405px;
    padding: 5px;
}
#BoardAddForm input[type=hidden]{
    margin: auto;
    width: 0px;
    border: 0px solid #ccc;
    padding: 0px;
}
#BoardAddForm .submit{
    margin-top: 2px;
    width: 412px;
    padding: 5px;
}
#BoardAddForm .submit input[type=submit]{
    display: inline;
    width: 150px;
    height: 28px;
    float: right;
}
#Board_commentAddForm form{
    border: 0px solid #ccc;
    padding: 5px;
}
#Board_commentAddForm input, textarea{
    border: 1px solid #ccc;
    display: inline;
    width: 388px;
    padding: 5px;
}
#Board_commentAddForm input[type=hidden]{
    margin: auto;
    width: 0px;
    border: 0px solid #ccc;
    padding: 0px;
}
#Board_commentAddForm .submit{
    width: 395px;
    margin-top: 0px;
    padding: 5px;
}
#Board_commentAddForm .submit input[type=submit]{
    display: inline;
    width: 150px;
    height: 28px;
    float: right;
}
#find{
    border: 0px solid #ccc;
}

#find input[type=text]{
    height: 18px;
    width: 160px;
    border: 1px solid #ccc;
    color:#3b5d14;
    font-size: 12px;
    padding: 5px;
    padding-top: 7px;
}
#find .submit_search{
    #position: absolute;
    margin-left: 2px;
    padding: 1px;
    background-image: url(../img/theme/search.png);
    background-position: centerline centerline;
    width: 32px;
    height: 32px;
    float: right;
    border: 1px solid #999;
    }

/* #UserSignupForm label{
    margin: auto;
    width: 400px;
    padding: 5px;
    border: 0px solid #ccc;
    font-size: 12px;
} */
#UserSignupForm input{
    margin: auto;
    width: 400px;
    border: 1px solid #ccc;
    padding: 5px;
}
#UserSignupForm select{
    margin: auto;
    border: 1px solid #ccc;
    padding: 5px;
    display: inline;
}
#UserSignupForm input[type=hidden]{
    margin: auto;
    width: 0px;
    border: 0px solid #ccc;
    padding: 0px;
}
#UserSignupForm .input{
    margin: auto;
    margin-top: 2px;
    width: 412px;
    padding: 5px;
}
#UserSignupForm .submit{
    margin: auto;
    margin-top: 2px;
    width: 412px;
    padding: 5px;
}
#UserSignupForm .submit input[type=submit]{
    display: inline;
    width: 150px;
    height: 28px;
    float: right;
    border: 1px solid #FFA500;
}
#error-message{
    background: #eccecf;
    border:1px solid #9e0b0f;
    padding:5px;
    font-weight:bold;
    margin-top: 2px;
    font-size: 10px;
}
#Match_commentCommentForm label{
    margin: auto;
    width: 600px;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 12px;
}
#Match_commentCommentForm input{
    margin: auto;
    width: 96%;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
}
#Match_commentCommentForm .input{
    margin: auto;
    margin-top: 2px;
    width: 601px;
}
#Match_commentCommentForm .submit{
    float: right;
    margin-right: 2px;
}
#Match_commentCommentForm .submit input[type=submit]{
    display: inline;
    width: 150px;
    padding: 5px;
    float: right;
    border: 1px solid #FFA500;
}
.user_text{
    text-align: center;
    margin-top: 0px;
    padding: 2px;
    font-size: 12px;

}
.comment_text{
    margin-top: 3px;
    margin-left: 45px;
    display: block;
    border: 0px solid #FFA500;
}
#UserEditForm label{
    margin: auto;
    width: 400px;
    padding: 5px;
    border: 0px solid #ccc;
    font-size: 12px;
}
#UserEditForm input{
    margin: auto;
    width: 400px;
    border: 1px solid #ccc;
    padding: 5px;
}
#UserEditForm #UserGenderM input.radio{
    float: left;
    display: inline;
    border: 1px solid #ccc;
}
#UserEditForm #UserGenderF input.radio{
    float: left;
    display: inline;
    border: 1px solid #ccc;
}
#UserGenderM label.radio{
    float: left;
    border: 1px solid #ccc;
}
#UserGenderF label.radio{
    float: left;
    border: 1px solid #ccc;
    font-size: 20px;
}
#UserEditForm .input{
    margin: auto;
    margin-top: 2px;
    width: 412px;
    padding: 5px;
}
#UserEditForm .submit{
    margin: auto;
    margin-top: 2px;
    width: 412px;
    padding: 5px;
}
#UserEditForm .submit input[type=submit]{
    display: inline;
    width: 150px;
    height: 28px;
    float: right;
    border: 1px solid #FFA500;
}
#UserEditForm input[type=radio]{

}
#UserEditImageForm label{
    margin: auto;
    width: 400px;
    padding: 5px;
    border: 0px solid #ccc;
    font-size: 12px;
}
#UserEditImageForm input{
    margin: auto;
    width: 400px;
    border: 1px solid #ccc;
    padding: 5px;
}
#UserEditImageForm input[type=file]{
    margin: auto;
    width: 400px;
    border: 1px solid #ccc;
    padding: 5px;
}
#UserEditImageForm .input{
    margin: auto;
    margin-top: 2px;
    width: 412px;
    padding: 5px;
}
#UserEditImageForm .submit{
    margin: auto;
    margin-top: 2px;
    width: 412px;
    padding: 5px;
}
#UserEditImageForm .submit input[type=submit]{
    display: inline;
    width: 150px;
    height: 28px;
    float: right;
    border: 1px solid #FFA500;
}
#Board_commentCommentForm input{
    width: 388px;
    border: 1px solid #ccc;
    padding: 5px;
}
#Board_commentCommentForm .input{
    margin-top: 2px;
    width: 400px;
}
#Board_commentCommentForm .submit{
    width: 394px;
}
#Board_commentCommentForm .submit input[type=submit]{
    display: inline;
    width: 150px;
    height: 28px;
    float: right;
    border: 1px solid #FFA500;
}
h1{
    font-family: "Ingrata";
    text-transform: uppercase;
}
.titleH1{
    display: inline;
    }
.div_title{
    padding: 5px;
    margin-top: 5px;
    background-color: #798951;
}
.div_content{
    padding: 7px;
    margin-top: 5px;
    position: relative;
}
.div_player{
    position: relative;
    float: left;
}
.div_feedback{
    position: relative;
    float: left;
    width: 307px;
    padding-left: 5px;
    display: inline-block;
}
.header_feedback{
    background-image: url(../img/sp_default/header_pagella.png);
    width: 307px;
    height: 15px;
    float: left;
}
.main_feedback{
    background-image: url(../img/sp_default/main_pagella.png);
    width: 302px;
    float: left;
    padding-left: 10px;
}
.footer_feedback{
    background-image: url(../img/sp_default/footer_pagella.png);
    width: 307px;
    height: 20px;
    float: left;
}
.div_comment_title{
    position: relative;
    margin-left: 5px;
}
.div_map{
    height: 400px;
    padding: 2px;
    position: relative;
}
#FeedbackAddForm label{
    margin: auto;
    padding: 5px;
    border: 0px solid #ccc;
    font-size: 12px;
}
#FeedbackAddForm input{
    margin: auto;
    width: 400px;
    border: 1px solid #ccc;
    padding: 5px;
}
#FeedbackAddForm input[type=hidden]{
    margin: auto;
    width: 0px;
    border: 0px solid #ccc;
    padding: 0px;
}
#FeedbackAddForm select{
    margin: auto;
    width: 100px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
}
#FeedbackAddForm .input{
    margin: auto;
    margin-top: 2px;
    width: 412px;
}
#FeedbackAddForm .submit{
    margin: auto;
    margin-top: 2px;
    position: relative;
}
#FeedbackAddForm .submit input[type=submit]{
    display: inline;
    width: 150px;
    height: 28px;
    float: right;
    border: 1px solid #FFA500;
}
.nextMatch{
    display: inline-block;
    padding: 3px;
    padding-left: 5px;
    margin-top: 5px;
    background-color: #ccc;
    margin-left: 0px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-topleft: 5px;
}
.viewRandom{
    display: inline-block;
    padding: 3px;
    padding-left: 5px;
    background-color: #ccc;
    margin-top: 5px;
    background-color: #ccc;
    margin-left: 0px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-topleft: 5px;
}
#sport{
    width: 412px;
    margin: auto;
    margin-top: 5px;
    background: #ECCECF;
}
#txt_sport{
    margin: 5px;
    padding-left: 5px;
}

