/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 *
 * . means class
 * # means id
 */

.dohg {
    border      : 0px !important;
    font-family : 'PT Serif',Georgia,"Times New Roman",serif;
}

.dohg tr td {
    /* font-size: 0.8em; */
    /* Override the Wordpress border style */
    border : 0px !important;
    padding: 0px !important;
}

.dohg tr td .heading {
    border-bottom: 1px solid gray !important;
    border-top   : 1px solid gray !important;
    border-left  : 1px solid black !important;
    border-right : 1px solid gray !important;
}

.dohg thead tr.columnhead {
    color           : #fff;
    background-color: #20429c;
    font-size       : 90%;
    font-weight     : bold;
    border-bottom   : 1px solid #999;
    height          : 20px;
}



/*
table #polorooster {
    margin: 0px;
}

table #polorooster tr td {
    /* font-size: 0.8em; * /
    padding: 0px;
}
*/

/*
table#polorooster1 {
    font-family : 'PT Serif',Georgia,"Times New Roman",serif;
}
*/
/*
table#polorooster1 tr td {
    /* font-size: 0.8em; * /
    padding: 0px;
}
*/

/*
table#polorooster1 thead tr.columnhead {
    color           : #fff;
    background-color: #20429c;
    font-size       : 90%;
    font-weight     : bold;
    border-bottom   : 1px solid #999;
    height          : 20px;
}
*/
.table1 {
    margin:5px 0 1px 0;
}

/* Waterpolo */
table.dohg_wp tbody tr {
    font-size       : 90%;
}

table.dohg_wp tbody tr td.tbl2 {
    /*color           : #333333; */
    background-color: rgb(222,198,0,0.25);
    padding         : 4px !important;
}

table tbody tr.own {
    font-weight     : bold;
}

table tbody tr.zebra1 {
    background-color: #fff;
}

table tbody tr.zebra2 {
    background-color: rgb(222,198,0,0.25);
}

/* Registration form */
.required {
    color: #f00;
}

.required2 {
    color: #347C17;
}