#simple_selection div.frameset { margin: 0 auto; }
#simple_selection form { margin: 0; }
#simple_selection h1,
#simple_selection h2 {
    margin: 0;
}

#simple_selection .left {
    float: left;
}

#simple_selection .right {
   float: right;
}

#simple_selection .block {
   display: block;
}
#simple_selection .inline {
   display: inline;
}

#simple_selection .hide {
   display: none;
}

#simple_selection .center {
   margin: 0 auto;
}

#simple_selection .text-left {
   text-align: left;
}


#simple_selection .text-right {
   text-align: right;
}

#simple_selection .text-center {
   text-align: center;
}

#simple_selection #selection_left {
   width: 211px;
   padding-left: 10px;
   padding-right: 10px;
}

#simple_selection #selection_left div.label_color_one {
    display: table-cell;
    vertical-align: middle;
    color: white;
    height: 30px;
    width: 212px;
}

#simple_selection div.label_box div.content_text {
    font-size: 11px;
    background: #ffffff url("/common/images/gray_gradient_1x120.gif") top left repeat-x;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 3px;
    margin: 0;
}

#simple_selection #selection_left h1 {
    font-size: 11px;
    vertical-align: bottom;
    line-height: 30px;
    padding: 0 3px;
}

#simple_selection #right_column {
   width: 730px;
   margin: 0px 0px;
   padding: 0px 10px 100px 15px;
   border-left: 1px solid gray;
}

#simple_selection div#logo {
    padding-top: 5px;
    padding-bottom: 12px;
}

#simple_selection ul.filter_line {
    list-style: none;
    padding: 0 10px 10px 6px;
    margin: 0 auto;
    height: 35px;
}

#simple_selection ul.filter_line div.menu ul {
    margin-left: 0px;
    padding-left: 40px;
}

#simple_selection ul.filter_line .cell {
    width: 222px;
    height: 30px;
    display: inline-block;
    display: inline;
}
#simple_selection ul.filter_line .cell div.img {
    margin-top: 2px;
    padding: 0px;
    position: relative;
    top: 7px;
}

#simple_selection .filter_buttons {
    width: 605px;
    padding: 2em 0.5em 0.76em 0.5em;
}

#simple_selection a#clear,
#simple_selection a.ticket_detail,
#simple_selection a#reset {
    padding-top:15px;
}

#simple_selection a#clear {
    padding-right: 30px;
}

#simple_selection #selection_main {
    width: 690px;
    background-color: white;
}

#simple_selection .selection_wrapper {
    width: 730px;
}

#simple_selection #selectionstbl {
    margin: 0 2px;
    display: inline;
}

#simple_selection #selectionstbl td {
    background-color: #DDDDDD;
    font-size: 11px;
    table-layout: fixed;
    overflow: hidden;
    padding: 0px;
}

#simple_selection #selectionstbl th {
    font-size: 11px;
    white-space: nowrap;
    table-layout: fixed;
    overflow: hidden;
    text-align: left;
}

#simple_selection #selectionstbl th div{
    text-align: left;
    white-space: nowrap;
}

#simple_selection #selectionstbl tr td {
    border-bottom: 6px solid white;
}

#simple_selection #selectionstbl .endingtime {
    width: 70px;
    max-width: 70px; /* for FF */
    min-width: 70px; /* for FF */
    padding-left: 2px;
}

#simple_selection #selectionstbl .team {
    width: 100px;
}

#simple_selection #selectionstbl .home {
    max-width: 100px; /* for FF */
    min-width: 100px; /* for FF */
    width: 100px;
}

#simple_selection #selectionstbl .away {
    max-width: 100px; /* for FF */
    min-width: 100px; /* for FF */
    width: 100px;
    margin-right: 10px
}

#simple_selection #selectionstbl .vs {
    width: 35px;
    min-width: 35px; /* for FF */
    max-width: 35px; /* for FF */
    text-align: center;
}

#simple_selection #selectionstbl .bet {
    width: 97px;
    min-width: 97px;
    max-width: 97px;
}

#simple_selection #selectionstbl .sport_icon {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
}

#simple_selection #selectionstbl .sport_icon img {
    width: 17px;
    height: 17px;
    margin: 0 0 0 13px;
}

#simple_selection #selectionstbl th.bet div {
   margin-left:0;
   padding-left: 0;
   text-align: left;
}

#simple_selection #selectionstbl th.draw div {
   margin-left:15px;
}


#simple_selection #selectionstbl td.bet {
    font-size: 10px;
}

#simple_selection #selectionstbl #outcome_info {
    margin-left: 25px;
}

#simple_selection #selectionstbl td.bet span.noOption {
    margin-left: 6px;
}

#simple_selection div#possible_win {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
    padding: 2px;
    table-layout: fixed;
}

#simple_selection div.input_container {
    width: 400px;
}

#simple_selection a.command_button {
    float: left;
    display: inline;
    background: transparent url(/common/images/simple_selection_button_right.png) no-repeat scroll top right;
    height: 26px;
    padding: 0px 6px 0 0;
    margin-top: 6px;
    color: white;
    font-weight: bold;
}

#simple_selection .no_text_select {
    -moz-user-select: none;
}

#simple_selection a.command_button,
#simple_selection a.command_button:clicked,
#simple_selection a.command_button:visited, {
   text-decoration: none !important;
}

/**
 * Because child selector a > span is not supported in IE 6
 * we have to add a class for span
 */
#simple_selection a.command_button span.command_button_text_container {
    text-align: center;
    display: block;
    background: transparent url(/common/images/simple_selection_button_left_1.png) top left scroll no-repeat;
    height: 26px;
    padding-top: 4px;
    padding-left: 5px;
    text-decoration: none !important;
}

#simple_selection a.command_button.button_disabled {
    background: transparent url(/common/images/simple_selection_button_right_disabled.png) no-repeat scroll top right !important;
}

#simple_selection a.command_button.button_disabled:hover {
    cursor: default;
}

#simple_selection a.command_button.button_disabled span.command_button_text_container {
    background: transparent url(/common/images/simple_selection_button_left_1_disabled.png) top left scroll no-repeat !important;
}

#simple_selection a span.loading_wrapper {
    vertical-align: bottom;
    margin-left: 6px;
}

#simple_selection a.disabled,
#simple_selection #total_odds.ticket_disabled,
#simple_selection #potential_win.ticket_disabled {
   color: #999;
}

#simple_selection a.disabled {
    cursor: default;
}

#simple_selection a.paginator {
    margin-right: 10px;
}

#simple_selection h2#title {
  text-align: left;
  font-size: 12px;
  padding-left: 1.75em;
  padding-bottom: 0.5em;
}

#simple_selection h2#odds_title {
  text-align: left;
  font-size: 12px;
  padding-left: 0.5em;
  padding-bottom: 0;
}

#simple_selection #simp_selec_filters {
    width: 680px;
    border-bottom: solid 1px gray;
    padding-bottom: 1px;
}

#simple_selection #simp_selec_odds {
    width: 660px;
    font-size: 13px;
    margin-top: 1em;
    margin-left: 10px;
}

#simple_selection #simp_selec_odds div {
    padding-bottom: 3px;
}

#simple_selections tr {
  height: 30px;
}


#simple_selection #simple_selections table {
    border-collapse: separate;
    border-spacing: 0px;
    font-size: 1em;
    table-layout:fixed;
}

#simple_selection ul#error,
#simple_selection ul#message {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#simple_selection li.error {
    color: red;
}

#simple_selection li.message {
    color: #016301;
}

#simple_selection .odds_span {
    margin-left: 1px;
    cursor: pointer;
}

#simple_selection #show_all_odds {
    height: 20px;
    margin-top: -18px;
    text-align: right;
}

/* simple selection end */

#simple_selection #simple_page {
    background: white;
    width: 1000px;
    height: 100%;
}

/* Some styles copied from blueprint */
/* Use these classes to set the width of a column. */
.span-1  { width: 30px; }
.span-2  { width: 70px; }
.span-3  { width: 110px; }
.span-4  { width: 150px; }
.span-5  { width: 190px; }
.span-6  { width: 230px; }
.span-7  { width: 270px; }
.span-8  { width: 310px; }
.span-9  { width: 350px; }
.span-10 { width: 390px; }
.span-11 { width: 430px; }
.span-12 { width: 470px; }
.span-13 { width: 510px; }
.span-14 { width: 550px; }
.span-15 { width: 590px; }
.span-16 { width: 630px; }
.span-17 { width: 670px; }
.span-18 { width: 710px; }
.span-19 { width: 750px; }
.span-20 { width: 790px; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}
.clearfix {display: block;}

#simple_selection #simp_selec_filters .bar {
    background: white;
    width: 174px;
    height: 18px;
    margin: 12px 5px 0 8px;
    border: 1px solid #B0C4DE;
    padding: 0px;
    _margin-left: 5px;
}

#simple_selection #simp_selec_filters div.bar.hover {
    background: #EEEEEE;
}

#simple_selection #simp_selec_filters .bar img {
    width: 17px;
    height: 21px;
    float: right;
    margin-top: -2px;
}

#simple_selection #simp_selec_filters .cell div {
    float: left;
}

#simple_selection #simp_selec_filters .bar div {
    width: 156px;
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px;
}

#simple_selection #simp_selec_filters div.menu {
    padding: 0px;
    width: 174px;
    background: white;
    position: absolute;
    display: none;
    z-index: 999;
    cursor: default;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #0000ff;
    border-right: 1px solid #0000ff;
    border-bottom: 1px solid #0000ff;
    overflow-x: hidden;
    overflow-y: auto;
    *+overflow: visible;
    margin: 32px 0 0 8px;
    *+margin: 32px 0 0 -181px;
    _margin-top: 33px;
}

#simple_selection #simp_selec_filters div.menu ul li{
    background: white;
    margin: 1px 2px 2px -40px;
    padding-left: 5px;
    white-space: nowrap;
    list-style: none;
}

#simple_selection #simp_selec_filters div.menu ul.none li{
    background: white;
}

#simple_selection #simp_selec_filters div.menu ul li:hover,
#simple_selection #simp_selec_filters div.menu ul li.hover {
    background: #EEEEEE;
}

#simple_selection #simp_selec_filters div.menu ul.free li.selected,
#simple_selection #simp_selec_filters div.menu ul.all li{
    background: #AAAAAA;
}

#simple_selection #simp_selec_filters div.filter_selector {
    width: 192px;
    font-size: 12px;
    padding: 0px;
}

#simple_selection .corner_outer,
#simple_selection .corner_inner{
    height: 20px;
    display: block;
}

#simple_selection .corner_outer {
    width: 730px;
}

#simple_selection .corner_inner {
    width: 690px;
}

#simple_selection .corner_top_left,
#simple_selection .corner_top_right,
#simple_selection .corner_inner_top_left,
#simple_selection .corner_inner_top_right,
#simple_selection .corner_bottom_left,
#simple_selection .corner_bottom_right,
#simple_selection .corner_inner_bottom_left,
#simple_selection .corner_inner_bottom_right {
    height: 20px;
    vertical-align:inherit;
}

#simple_selection .corner_top_left,
#simple_selection .corner_bottom_left {
   width:20px;
}

#simple_selection .corner_top_right,
#simple_selection .corner_bottom_right {
   width:710px;
}

#simple_selection .corner_inner_top_left {
   background: url(/common/images/simple_selection_inner_top_left.gif) no-repeat;
   width:20px;
}


#simple_selection .corner_inner_top_right {
   background: url(/common/images/simple_selection_inner_top_right.gif) no-repeat top right;
   width:670px;
}

#simple_selection .corner_inner_bottom_left {
   background: url(/common/images/simple_selection_inner_bottom_left.gif) no-repeat;
   width:20px;
}

#simple_selection .corner_inner_bottom_right {
   background: url(/common/images/simple_selection_inner_bottom_right.gif) no-repeat top right;
   width:670px;
}

#simple_selection .command_button#search {
    margin-left: 240px;
    width: 100px;
}

#simple_selection .command_button#confirm {
    margin-left: 283px;
    width: 100px;
}

#simple_selection .ticket_detail {
    margin-left: 20px;
    display: none;
}

#simple_selection .under_line {
    text-decoration: underline;
}

#message_area #place_bet_ok {
    color: #016301;
}

#simple_selection div.menu ul.separator{
    border-top: #AAAAAA dashed 1px;
}

#simple_selection a {
    outline: none;
}

#message_area {
    *margin-top: 25px; /* for IE6/IE7 */
}

#ticketform div#control_area {
    height: 36px;
}

