body, html {
    width: 100%;
    height: 100%;
    font-size: 10pt;
    font-family: tahoma;
    cursor: default;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-image: url(../images/background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #9AD06F;    
}

h1{
    font-size: 12pt;
}

h2{
    font-size: 11pt;
}

.ranking_bg{
    height: 37px; 
    width: 100px; 
    padding-left: 10px; 
    background: url(../images/ranking_bg.jpg) left no-repeat;
}

.menu_button_bg{
    background-image: url(../images/menu_bg.jpg);
}

.leaderboard_left_footer{
    background: url(../images/resultsTable-footer-left.png) no-repeat left bottom; 
    height: 12px;
}

.leaderboard_right_footer{
    padding-bottom: 4px; 
    text-align: right; 
    padding-right: 15px; 
    background: url(../images/resultsTable-footer-right.png) no-repeat right bottom;  
    height: 12px;
}


.logout{
    cursor: pointer; 
    text-align: center; 
    width: 70px; 
    height: 21px; 
    background: url(../images/logout.gif); 
    font-weight: bold; 
    color: #fff; 
    float: right; 
    font-size: 8pt;
    color: #efefef;
    margin-top: -21px;
}

table {
    font-size: 10pt;
}

.round_indicator{
    font-size: 11pt; 
    width: 70px;
    height: 60px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-image: url(../images/roundBackground.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.userpass {
    border: 1px solid #000;
}

.error_message{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    color: #c32;
    font-weight: bold;
}

.success_message{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    color: #371;
    font-weight: bold;
}


#outer_container{
    width: 100%; 
    height: 100%;
    text-align: center;
}

#inner_container{
    width: 900px; 
    height: 100%;
    text-align: center;
    font-size: 10pt;
}

.header{
    padding-top: 20px;
    width: 760px;
    height: 90px;
}

.listall{
    cursor: pointer; 
    color: #fff;
    text-decoration: underline;
    font-size: 10pt;
    padding-top: 0px;
}

.listall:hover{
    color: #A3DAEE;
}

#content_container{
    background-color: #fff;
    width: 740px;
    height: 100%;
    padding: 2px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

.menu{
    height: 40px;
	margin-bottom: 0px;
	color: #fff;
	font-weight: bold;
    width: 100%;
}

.menu td {
    text-align: center;
    border-right: 1px solid #30759F;
    cursor: pointer;
}

.heading{
    font-size: 12pt; 
    color: #777;
    font-weight: bold;
    margin-bottom: 10px;    
}

.subheading{
    font-size: 10pt; 
    color: #444;
    font-weight: bold;
    margin-bottom: 10px;    
}

.button_smallest{
    width: 30px;
    height: 16px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #246;
    text-align: center;
    padding-top: 2px;
    color: #fff;
    font-size: 8pt;
}

.button_smallest_over{
    background-color: #124;
    color: #Fa3;
}

.button_small{
    width: 120px;
    height: 20px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #246;
    text-align: center;
    padding-top: 2px;
    color: #fff;
}

.button_small_over{
    background-color: #124;
    color: #Fa3;
}

.button{
    width: 150px;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #246;
    text-align: center;
    padding-top: 5px;
    color: #fff;
}

.button_over{
    background-color: #124;
    color: #Fa3;
}

.text_input{
    border: 1px solid #ccc;
    width: 180px;
    padding-left: 3px;
    padding-right: 3px;
}

.admin_row_over{
    background-color: #fd2;
}

.admin_list_header{
    font-weight: bold;
}

.center{
    text-align: center;
}

.bold{
    font-weight: bold;
}

.main_div{
    width: 760px; 
    text-align: left;
}