.body_wrapper {
    background: transparent url("images/home/01_Home_Background.jpg") repeat-x top left;
    width: 100%;
    height: 100%;
}

.footer {
    margin: auto;
    width:100%;
    font-family:arial;
    font-size:8px;
    font-weight:normal;
    color:#da155f;
    float:left;
    text-align:center;
}

.footer a:hover{
    color:#1a5e0c;
}


.tab_header {
    height:35px;
}

.mf_tab_header {
    padding: 0px 4px 0px 4px;
}


/*Games*/
.games_table {
    background: transparent url("images/games/games_bg.png") no-repeat top left;
    height: 370px;
    width:925px;
    float:left;
}

.games_no_result_set {
    margin-top:40px;
    margin-left:40px;
    color:#FFF;
    font-size: 18px;
    float:left;
}

/*Games table*/
.games_table_container {
    background: transparent url("images/games/games_bg_table_container.png") repeat-x top left;
    width:662px;
    height: 370px;
    float:left;
}

.game_table {
    float:left;
    width:210px;
    margin-top:24px;
    margin-left:20px;
    margin-right:0px;
    text-align:center;
    position: relative;
}

.game_table:first-child {
    margin-left:50px;
}

.game_table:last-child {
    margin-right:0px;
}

.game_table_top {
    background: transparent url("images/games/games_table_top.jpg") no-repeat top left;
    height: 18px;
    width: 210px;
}

.game_table_middle {
    background: transparent url("images/games/games_table_middle.jpg") repeat-y top left;
    padding-top: 7px;
    height: 238px;
}

.game_table_bottom {
    background: transparent url("images/games/games_table_bottom.jpg") no-repeat top left;
    height: 18px;
    width: 210px;
}

.game_table_title {
    text-align:left;
    font-size: 15px;
    color:#00579C;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 8px;
    margin-top:15px;
    border-bottom: 3px solid #669BC5;
}

.game_table_text {
    color:#848484;
    text-align:left;
    margin-left: 20px;
    margin-right: 20px;
    padding-right:15px;
}


.game_table_playnow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 233px;
    left: 170px;
}



/*Games paginator */
.games_pagination_container {
}

.game_paginator {
    height: 36px;
    margin-left:50px;
    margin-top:5px;
    float:left;
}

.game_paginator_left {
    background: transparent url("images/games/games_pagination_bg_left.jpg") no-repeat top left;
    clear:left; float:left;
    width: 10px;
    height: 36px;
}

.game_paginator_center {
    background: transparent url("images/games/games_pagination_bg.jpg") repeat-x top left;
    clear:none; float:left;
    height: 36px;
    width: 650px;
    vertical-align: top;
}

.game_paginator_center a {
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    float:left;
    font-size:13px;
    color:#FFF;
    text-decoration: none;
    font-weight: bold;
}

.game_paginator_center a span {
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    color: #FFF;
}

.game_paginator_center span {
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    float:left;
    font-size:13px;
    font-weight: bold;
}

.game_paginator div.first {
    background: transparent url("images/games/games_pagination_first_off.jpg") no-repeat top left;
    width:18px;
    height:36px;
    float:left;
    cursor:pointer;
    margin-right: 10px;
}

.game_paginator_first {
    background: transparent url("images/games/games_pagination_first_off.jpg") no-repeat top left;
    width:18px;
    height:36px;
    float:left;
    cursor:pointer;
    margin-right: 10px;
}

.game_paginator_first:hover{
    background: transparent url("images/games/games_pagination_first_on.jpg") no-repeat top left;
    width:18px;
    height:36px;
    float:left;
    cursor:pointer;
    margin-right: 10px;
}
.game_paginator div.last {
    background: transparent url("images/games/games_pagination_last_off.jpg") no-repeat top left;
    width:18px;
    height:36px;
    float:left;
    cursor:pointer;
}
.game_paginator_last{
    background: transparent url("images/games/games_pagination_last_off.jpg") no-repeat top left;
    width:18px;
    height:36px;
    float:left;
}

.game_paginator_last:hover{
    background: transparent url("images/games/games_pagination_last_on.jpg") no-repeat top left;
    width:18px;
    height:36px;
    float:left;
}
.game_paginator_center a.prev {
    margin-right: 15px;
}

.game_paginator_center a.next {
    margin-right: 5px;
    margin-left: 15px;
}

.game_paginator_center span.selected {
    margin-right: 5px;
}

.game_paginator_center a.not_selected {
    margin-right: 5px;
}

.game_paginator_selected{
    margin-right: 5px;
}

.game_paginator_not_selected{
    margin-right: 5px;
}

.game_paginator_not_selected:hover{
    margin-right: 5px;
    color:#00397e;
}
.game_paginator_right {
    background: transparent url("images/games/games_pagination_bg_right.jpg") no-repeat top left;
    clear:right; float:left;
    width: 10px;
    height: 36px;
}
