/* CSS Document */

table {
    width: 710px;
    text-align: center;
    padding: 5px;
    margin-bottom: 50px;
	margin-left: 11px;
}



thead th {
    font-weight: normal;
    border-bottom: 1px solid #202020;
    padding-bottom: 10px;
    color: #0099CC;
}



tr.first td,tr.second td,tr.third td {
    font-size: 1em;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
}



td {
    border-bottom: 1px dotted #202020;
    color: #999999;
    padding: 5px 0;
}



tr.first td {
    border-bottom: 1px solid;
    border-bottom-color: #0099cc;
}



div.competition {
    clear: both;
    margin-top: 10px;
    background: url(../images/g_competition.png) no-repeat -3px 0px;
    padding-top: 50px;
    color: #ABAAAA;
}



div.home_content {
    clear: both;
    width: 350px;
    margin-left: 390px;
    margin-top: 20px;
}

table input.textbox {
    width: 100px;
}
