/* CLASSEMENT TABLE */
.tbl-advanced1 {
    margin:15px 0;
    position:relative;
    color:#232323;
}

.tbl-advanced1 a{
    color:#232323
}

.tbl-advanced1 tfoot th {
    border-top:1px solid #a5bbce;
    background: url("img/grad-back.jpg") repeat-x scroll 0 0 transparent;
    height:37px;
    color:#232323;
}
.tbl-advanced1 tr:hover td {
    background-color:#eceded;
}
.tbl-advanced1 tr td{
    background-color:#fff;
    text-align:center;
}
.tbl-advanced1 tbody tr {
    border-top:1px solid #e1e1e1;
    background-color:#eceded;
    height:45px;
}

.tbl-advanced1 tfoot .btn-openall {
    color: #556471;
    display: block;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin: 6px;
    position: relative;
    text-decoration: none;
}
.tbl-advanced1 tfoot .btn-openall .btn-text-open {
    background:url("img/expand.png") no-repeat 0 0;
}
.tbl-advanced1 tfoot .btn-openall .btn-text-close {
    background:url("img/contract.png") no-repeat 0 0;
}
.tbl-advanced1 tfoot .btn-openall .btn-text-open ,.tbl-advanced1 tfoot .btn-openall .btn-text-close {
    display: block;
    height: 25px;
    padding-left: 35px;
}
.tbl-advanced1 tfoot .btn-openall .btn-text-open:hover ,.tbl-advanced1 tfoot .btn-openall .btn-text-close:hover {
    background-position: 0 -25px;
}

.tbl-advanced1 table {
    position:relative;
    border:1px solid #e1e1e1;
    border-spacing:0;
    border-collapse:collapse;
    width:100%
}



.tbl-advanced1 p {
    padding:5px 0;
    margin:0;
}

.tbl-advanced1 thead th {
    background:#364e75;
    text-align: center;
    text-transform:uppercase;
    padding:2px 10px 0px;
    font-size:11px;
    color:#fff;
    font-weight:lighter;
}


.tbl-advanced1 table th span {
    position:relative;
    z-index:3;
}
.tbl-advanced1 table td {
    border:none;
}


/*columns type*/
.col-type-automark_num, .col-type-automark_alpha, .col-type-mark_num, .col-type-mark_alpha{
    font-weight:bold;
}


.col-type-buttontext .button8, .col-type-buttontext .button8 small{
    background: url("img/button8.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 25px;
}
.col-type-buttontext .button8 {
    margin-right: 16px;
    padding-left: 10px;
    text-decoration: none;
}
.col-type-buttontext .button8:hover,.col-type-buttontext .button8:hover small {
    background: url("img/button8-hover.png") no-repeat scroll 0 0 transparent;
}

.col-type-buttontext .button8:hover small {
    background-position: right 0;
}
.col-type-buttontext .button8 small {
    background-position: right 0;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    margin-right: -7px;
    padding-right: 9px;
    position: relative;
    text-transform: uppercase;
}

.col-type-position{
    font-size:17px;
    color:#223b7e;
    font-weight:bold;
}
.col-type-position span{
    background: url("img/rankback.png") no-repeat scroll left 0 transparent;
    display: block;
    height: 25px;
    margin-left: 8px;
    padding-top: 3px;
    width: 25px;
}

.buttonspages {
    margin-right: 16px;
    padding-left: 10px;
    text-decoration: none;
}

.buttonspages, .buttonspages small{
    background: url("img/button-pages.png") no-repeat scroll left 0 transparent;
    display: inline-block;
    height: 28px;
}

.buttonspages:hover,.buttonspages:hover small {
    background: url("img/button-pages-hover.png") no-repeat scroll left 0;
    text-decoration: none;
}


.buttonspages:hover small {
    background-position: right 0;
}
.buttonspages small {
    background-position: right 0;
    line-height: 24px;
    margin-right: -7px;
    padding-right: 9px;
    position: relative;
}
.col-type-buttonreview strong,.col-type-buttonreviewbonus strong{
    color: transparent;
    display: inline-block;
    height: 18px;
    margin-top: 5px;
}
.col-type-buttonreview strong {
     background: url("img/review.gif") no-repeat scroll left center transparent;
     width: 18px;
}

.col-type-buttonreviewbonus strong {
     background: url("img/infos.gif") no-repeat scroll left center transparent;
     width: 9px;
}

.col-type-bonus, .col-type-bonus a{
    font-size:20px;
    font-weight:bold;
    color:#a31116;
}


/*theme specific tableau*/

* html .col-type-position span {
    background-position:-9999px -9999px;
    filter: progid:dximagetransform.microsoft.alphaimageloader(src='/wp-content/themes/turf/tableau-book/img/rankback.png', sizingmethod='crop');
}

#twocolumns #content .tbl-advanced1 a {
   text-decoration: none;
}
#twocolumns #content .tbl-advanced1 .col-type-bonus a {
   color: #A31116;
}