/* 
    Document   : tippjatek.css
    Created on : 2009.11.20., 14:39:04
    Author     : inti
    Description:
        Purpose of the stylesheet follows.
*/

.jatek_list {
    width: 100%;
    margin-top: 10px;
}

.jatek_list td {
    padding: 3px;
}
.jatek_list tr.head td {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #bbbbbb;
}
.jatek_list tr.odd td {
    background: #f2f2f2;
}

.jatek_head {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
}

.tipp_koszonto {
    padding: 10px 0;
}
.fo_blog .tipp_koszonto p, .fo_blogw .tipp_koszonto p {
    font-size: 12px;
}

.tm_success, .tm_warning, .tm_error {
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 2px;
    padding: 5px;
}
.tm_success {
    background: #efe;
    color: #008000;
}
.tm_warning {
    background: #fffeee;
    color: #333;
}
.tm_error {
    background: #fee;
    color: #800000;
}
