/* tables */
table.tablesorter {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #EEEEEE;
    font-size: 11px;
    width: 100%;
    border-collapse:separate; /* Use in conjuction with border-spacing*/
    border-spacing: 2px;
    /*    font-weight: bold;*/
}
table.tablesorter th {
    font-size: 110%;
    font-weight: 600;
    color: #585858;
    /*color: #FFFFFF;*/
    /*background-color: #4f71a4;*/
    background-color: #cdcdcd;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 18px;
}
table.tablesorter a {
    font-size: 130%;
    color:#4e4e4e;
    text-decoration: none;
    font-weight: bold;
}

table.tablesorter .bigFont {
    font-size: 160%;
    color:#4e4e4e;
    text-decoration: none;
    font-weight: bold;
}

table.tablesorter .mediumFont {
    font-size: 130%;
    color:#4e4e4e;
    text-decoration: none;
    font-weight: bold;
}

table.tablesorter thead tr .header {
    background-image: url(../images/icons/bg.gif);
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}
table.tablesorter td {
    border-bottom: 1px solid #CCCCCC;
    padding: 3px;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(../images/icons/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(../images/icons/desc.gif);
}
/*
* For DataTables plugin
*/
table.tablesorter .sorting {
    background-image: url(../images/icons/bg.gif);
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}
.sorting_asc {
    background-image: url(../images/icons/asc.gif);
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}

.sorting_desc {
    background-image: url(../images/icons/desc.gif);
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}

.dataTables_paginate{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    height: 26px;
    border:1px solid #333333;
    color:#FFFFFF;
    font-weight:bold;
    background:url(../images/tableSorterPaginationBG.png) repeat-x scroll 50% 50% #DFEFFC;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-radius-bottomright:5px;
    -webkit-border-radius-bottomleft:5px;
}
.paginate_button{
    margin: 2px;
    cursor: pointer;
    border:1px solid #AAAAAA;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.paginate_active{
    margin: 5px;
    font-weight: bolder;
    color: #000;
}

tr.odd {
	background-color: #d8d8d8;
}

tr.even {
	background-color: #cecece;
}

/*
* Table no pagination
*/

/* tables */
.tableDefault {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #EEEEEE;
    font-size: 11px;
    width: 100%;
    border-collapse:separate; /* Use in conjuction with border-spacing*/
    border-spacing: 2px;
    /*    font-weight: bold;*/
}
.tableDefault th {
    font-size: 110%;
    font-weight: 600;
    color: #585858;
    /*color: #FFFFFF;*/
    /*background-color: #4f71a4;*/
    background-color: #cdcdcd;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 18px;
}
.tableDefault a {
    font-size: 130%;
    color:#4e4e4e;
    text-decoration: none;
    font-weight: bold;
}

.tableDefault td {
    border-bottom: 1px solid #CCCCCC;
    padding: 3px;
}

.tableDefault tr.odd {
	background-color: #d8d8d8;
}

.tableDefault tr.even {
	background-color: #cecece;
}

.tableDefault .mediumFont {
    font-size: 110%;
    text-decoration: none;
    font-weight: bold;
}