﻿.styled-table, table 
{
    margin-left:auto; 
    margin-right:auto;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border: 0px;
    margin-bottom: 20px;
}
.styled-table tbody, table tbody
{
    background: #FFF;
    /*background: transparent;*/
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.styled-table thead, table thead {
    padding: 5px
}
.styled-table tr th, table tr th {
    padding: 10px 10px;
    text-align: center;
}
.styled-table tr, table tr {
    
}
.styled-table tr td, table tr td {
    padding: 6px;
    border: 1px solid #e9e9e9;
    color: #666;
}
.styled-table a {
    color: #00AEFF !important;
}
/************************* PAGINATION **************************************/
.paginationTG{
text-align: center;
font:11px Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
 color:#3d3d3d;
margin-top: 20px;
margin-left:auto;
margin-right:auto;
width:100%;
}

.paginationTG ul{
margin: 0;
padding: 0;
}

.paginationTG span{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.paginationTG a, .paginationTG a:visited{
padding: 5px 8px;
text-decoration: none; 
background-color: inherit;
color: #0191D0;
font-weight: bold;
}

.paginationTG a:hover, .paginationTG a:active{
color: #ffffff;
background-image: url(../img/pagination_bg.png);
background-position: top center;
background-repeat: no-repeat;
text-decoration: none; 
}

.paginationTG span.currentpage{
font-weight: bold;
padding: 5px 9px;
background-color: inherit;
color: #ffffff;
background-image: url(../img/pagination_bg.png);
background-position: top center;
background-repeat: no-repeat;
}

.paginationTG span.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.paginationTG span.nextpage{
font-weight: bold;
}

* html .paginationTG li.currentpage, * html .paginationTG li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
padding-right: 9px;
padding-left: 9px;
}
/************************* PAGINATION **************************************/
