#game_container {
background: #8CBED1;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #808080;
}

.fsp_table {
font-family: arial;
font-size: 10px;
}

td.col_header {
font-size: 12px;
text-align: center;
font-weight: bold;
}

td.header_spacer {
height: 3px;
}

td.header_spacer_line_thick {
height: 2px;
background: #000000;
}

td.header_spacer_line_thin {
height: 1px;
background: #000000;
}

.entry_box {
width: 80px;
}

.entry_box_flp {
width: 140px;
}

.entry_box_left {
float: left;
width: 10px;
height: 30px;
background-image: url(/_images/games/box_left.gif);
background-repeat: no-repeat;
}

.entry_box_middle {
float: left;
width: 60px;
height: 30px;
background-image: url(/_images/games/box_strip.gif);
}

.entry_box_middle_flp {
float: left;
width: 120px;
height: 30px;
background-image: url(/_images/games/box_strip.gif);
}

.entry_box_right {
float: left;
width: 10px;
height: 30px;
background-image: url(/_images/games/box_right.gif);
background-repeat: no-repeat;
}

.entry_box_desc {
float: left;
width: 100px;
height: 30px;
}

.entry_box_desc a {
color: #ffffff;
}

input.entrybox {
width: 29px;
margin-top: 6px;
border: 0px solid #ffffff;
text-align: center;
font-weight: bold;
}

select.entrybox {
width: 60px;
margin-top: 6px;
border: 0px solid #ffffff;
font-weight: bold;
}

select.entrybox_flp {
width: 120px;
margin-top: 6px;
border: 0px solid #ffffff;
}

#summary_container {
width: 310px;
position: relative;
margin: 0 auto;
margin-top: 10px;
text-align: center;
}

.summary_line {
width: 310px;
clear: both;
margin-top: 5px;
}

.summary_title {
float: left;
width: 160px;
padding-top: 7px;
padding-right: 5px;
text-align: right;
font-weight: bold;
color: #000000;
}

input.play_but {
width: 100px;
font-weight: bold;
cursor: pointer;
}
