@font-face {
    font-family: 'GibsonRegular';
    src: url("fonts/Gibson-Regular-webfont.eot"),
    url("fonts/Gibson-Regular-webfont.woff") format("woff"),
    url("fonts/Gibson-Regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'GibsonBold';
    src: url("fonts/Gibson-Bold-webfont.eot"),
    url("fonts/Gibson-Bold-webfont.woff") format("woff"),
    url("fonts/Gibson-Bold-webfont.ttf") format("truetype");
    /*font-weight: bold;*/
    font-style: normal
}

@font-face {
    font-family: 'GibsonSemiBold';
    src: url("fonts/Gibson-SemiBold-webfont.eot"),
    url("fonts/Gibson-SemiBold-webfont.woff") format("woff"),
    url("fonts/Gibson-SemiBold-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}



/* tables */
table.tablesorter {
	font-family: 'GibsonRegular';
	font-weight: normal;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 14px;
	width: 100%;
	text-align: left;
	color:#000;
	border: 1px solid #FFF;
	border-spacing:1px;
}

table.tablesorter a {
    color: #000;
    text-decoration: none;
}


table.tablesorter .name {
    width: 20%;
}

table.tablesorter .team {
    width: 15%;
}

table.tablesorter .position {
    width: 10%;
}

table.tablesorter .average {
    width: 15%;
}

table.tablesorter .presences {
    width: 10%;
}

table.tablesorter .trend {
    width: 15%;
    background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-size:16px;
}

table.tablesorter .trend-up {
	background-image: url(images/trend-up.png);
}

table.tablesorter .trend-down {
	background-image: url(images/trend-down.png);
}



table.tablesorter .previous {
    width: 10%;
}



table.tablesorter a:hover {
    color:#0560a0; 
    text-decoration:none; 
    cursor:pointer;  
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #FFF;
	font-size: 13px;
	padding: 4px;
	text-transform: uppercase;
	font-family: 'GibsonSemiBold';
	font-weight: bold;
	color: #0560a0;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	border-collapse: collapse;
    position: relative;
    z-index: 2;
    height: 36px;
    text-align: center;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 6px 10px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	/*background-color: #8dbdd8;*/
	background: #0560a0;
	color: #fff;
}

#promo_btn {
	background: #0560a0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'GibsonSemiBold';
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	width: 200px;
	text-align: center;
}

#promo_btn:hover{
	cursor: hand;
}

.pagedisplay{
	font-family: 'GibsonRegular';
	font-weight: normal;
	font-size: 14px;
	width: 100%;
	text-align: center;
	color:#000;
	top:-2px;
	position:relative;
}

#keys{
	font-family: 'GibsonRegular';
    font-weight: normal;
    font-size: 10px;
    color: #AAA;
    float: right;
    text-align: right;
    margin-right:2px;
    margin-bottom:2px;
    top:-6px;
    position:relative;
}

.pager{
	position:relative;
	top:5px;
}
