/* tables */
table.tablesorter {
	font-family: 'Ubuntu', sans-serif;
	/*background-color: #ff5a00;*/
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 100%;
	text-align: center;
	table-layout: fixed;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 1px solid #f29768;
	font-size: 12px;
    line-height: 14px;
	padding: 4px 10px;
  /*min-width: 20px;*/
	color: #fff;
    text-transform: uppercase;
}
.tablesorter thead{
    background-color: #ff5a00;
    text-align: left;
}
table.tablesorter thead tr .header {
	cursor: pointer;
}
table.tablesorter tbody tr {
	color: #000;
	/*background-color: #FFF;*/
	/*vertical-align: top;*/
}
table.tablesorter tbody td {
	padding: 4px;
	-webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
	/*text-transform: lowercase;*/
}
table.tablesorter tbody td:first-letter{
	text-transform: uppercase;;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead th{
	position: relative;
}

table.tablesorter thead tr .no-sort {
	cursor: default;
}
table.tablesorter thead th{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAPCAMAAADqIa48AAAAAXNSR0IB2cksfwAAADZQTFRFAAAA25Nb3ZJc2o9azIxZ1YBV2pBa1YpV98au1ZJbv4BA2ZFa////3ZJf3JJc3ZJc98ar98WsjKOA6gAAABJ0Uk5TAFxpMBQMPhjAKgRK/1lnd9vd2R9mggAAAFFJREFUeJyNjUkSwCAIBFFUUHH7/2cDktzTB6qLGgYAJUR4wZSLGyFzJbPWWYSH6VRTXxrccjnwg+PZjQDLG6ath/X2dr9VZiRPl5zwu4zB5gPafwKl12UmmAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center right;
}
table.tablesorter thead tr .no-sort{
    background-image: none;
}
table.tablesorter thead tr .headerSortUp{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAMAAAAmGUT3AAAAAXNSR0IB2cksfwAAADZQTFRFAAAA98Ws////98ar2o9a3ZJc98au3JJc3ZJf2ZFav4BA1YpV1ZJb2pBa1YBVzIxZ3ZJc25NbMfWKkwAAABJ0Uk5TAN3/2zB3wGdZSgQYKj4MFGlcwCzm9QAAADBJREFUeJwlxscRACAMA0EBRuTUf7PYsI+bg/NPEETaMAHIuixVr3VSGsyYS/DtY70YhQDhPjUznAAAAABJRU5ErkJggg==);
}
table.tablesorter thead tr .headerSortDown{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAMAAAAmGUT3AAAAAXNSR0IB2cksfwAAADZQTFRFAAAA25Nb3ZJc2o9azIxZ1YBV2pBa1YpV98au1ZJbv4BA2ZFa////3ZJf3JJc3ZJc98ar98WsjKOA6gAAABJ0Uk5TAFxpMBQMPhjAKgRK/1lnd9vd2R9mggAAAC9JREFUeJwlxkkSABAMBMAQZBDb/z9rij61CIUon6ZcXkyBakzrcMfgJsMu0e3PuRf/AVMZHFWEAAAAAElFTkSuQmCC);
}