/* 
 * CSS für die Komponente SoccerGames
 *
 * @package    SoccerGames
 * @subpackage Frontend
 * @author     RaWu
 * @license    GNU/GPL
 */    

.sg-tableentry {
    border-bottom: 1px solid #000000 !important;
    border-right: 1px solid #ffffff !important;
    padding-left: 5px !important;
    height: 35px !important;
    text-align: left !important;
    vertical-align: middle !important;
}

.sg-tableentry-nowrap {
    border-bottom: 1px solid #000000 !important;
    border-right: 1px solid #ffffff !important;
    padding-left: 5px !important;
    height: 35px !important;
    text-align: left !important;
    white-space: nowrap !important;
}

.sg-tableentry-bold {
    border-bottom: 1px solid #000000 !important;
    border-right: 1px solid #ffffff !important;
    font-weight: bold !important;
    height: 35px !important;
    vertical-align: middle !important;
}

.sg-tableentry-zentriert {
    border-bottom: 1px solid #000000 !important;
    border-right: 1px solid #ffffff !important;
    text-align: center !important;
    vertical-align: middle !important;
    height: 35px !important;
}

.sg-tableentry-zentriert-bold {
    border-bottom: 1px solid #000000 !important;
    border-right: 1px solid #ffffff !important;
    font-weight: bold !important;
    text-align: center !important;
    height: 35px !important;
    vertical-align: middle !important;
}

.sg-tableentry-zentriert-bold-black {
    border-bottom: 1px solid #000000 !important;
    border-right: 1px solid #ffffff !important;
    font-weight: bold !important;
    text-align: center !important;
    height: 35px !important;
    color: #000000 !important;
    vertical-align: middle !important;
}

.sg-tableentry-zentriert-gruen {
    border-bottom: 1px solid #000000 !important;
    border-right: 1px solid #ffffff !important;
    font-weight: bold !important;
    text-align: center !important;
    height: 35px !important;
    color: #339933 !important;
    vertical-align: middle !important;
}

.sg-th {
    padding: 5px !important;
    font-weight: bold !important;
    text-align: left !important;
    background: #73A0CF !important;
    color: #ffffff !important;
    border-right: 1px solid #ffffff !important;
}

.sg-th-zentriert {
    padding: 5px !important;
    font-weight: bold !important;
    text-align: center !important;
    background: #73A0CF !important;
    color: #ffffff !important;
    border-right: 1px solid #ffffff !important;
}

.sg-tableentry-short {
    border-bottom: 1px solid #ffffff !important;
    height: 10px !important;
    vertical-align: top !important;
    color: #ffffff !important;
    font-size: 90% !important;
}

.sg-tableentry-bold-short {
    border-bottom: 1px solid #ffffff !important;
    font-weight: bold !important;
    height: 10px !important;
    color: #ffffff !important;
    font-size: 90% !important;
}

.sg-tableentry-zentriert-short {
    border-bottom: 1px solid #ffffff !important;
    text-align: center !important;
    height: 10px !important;
    color: #ffffff !important;
    font-size: 90% !important;
    vertical-align: top !important;
}

.sg-tableentry-zentriert-bold-short {
    border-bottom: 1px solid #ffffff !important;
    font-weight: bold !important;
    text-align: center !important;
    height: 10px !important;
    color: #ffffff !important;
    font-size: 85% !important;
}

.sg-termine-ergebnisse {
    border-right: 1px solid rgb(0, 0, 0) !important;
}

.sg-control-label {
    float: left;
    padding-top: 5px;
    text-align: inherit;
    width: 1px !important;
}

.sg-controls {
    margin-left: 0px !important;   
}

h1_sg {
    font-size:1.5em !important;
    font-weight:bold !important;
    color: #73a0cf !important;
    margin-bottom: 10px !important;
}

h2_sg {
    font-size:0.9em !important;
    color: #000000 !important;
    margin-bottom: 10px !important;
}

h1_sg_text {
    font-size:1.5em !important;
    font-weight:bold !important;
    color: #000000 !important;
    margin-bottom: 10px !important;
}