table.tablesorter {
/* 	font-size: 12px; */
/* 	background-color: #4D4D4D; */
/* 	width: 1024px; */
/* 	border: 1px solid #000; */
width:100%;
}
table.tablesorter th {
/* 	text-align: left; */
/* 	padding: 5px; */
/* 	background-color: #6E6E6E; */
}
table.tablesorter td {
/* 	color: #FFF; */
/* 	padding: 5px; */
}
table.tablesorter .even {
/* 	background-color: #3D3D3D; */
}
table.tablesorter .odd {
/* 	background-color: #6E6E6E; */
}

table.tablesorter .header:before{
	content:"\f0dc";
	    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size:1.3em;
    float:right;
}



table.tablesorter .header {
 	background-image: url(../../../images/button_bg.jpg); 
    color: #E3DCD5;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 100;
    line-height: 15pxpx;
    margin: 5px 0;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.9), 2px 2px 1px rgba(0, 0, 0, 0.5);
    top: 0.5px;
/* 	background-repeat: no-repeat; */
/* 	border-left: 1px solid #FFF; */
/* 	border-right: 1px solid #000; */
/* 	border-top: 1px solid #FFF; */
/* 	padding-left: 30px; */
/* 	padding-top: 8px; */
/* 	height: auto; */
}
table.tablesorter .headerSortUp:before{
	content:"\f0dd";
}
table.tablesorter .headerSortDown:before{
	content:"\f0de";
}
	
table.tablesorter .headerSortUp{
 	background-image: url(../../../images/button_bg_light.jpg); 
/* 	background-image: url(asc.png); */
/* 	background-repeat: no-repeat; */
}
table.tablesorter .headerSortDown {
 	background-image: url(../../../images/button_bg_light.jpg); 
/* 	background-image: url(desc.png); */
/* 	background-repeat: no-repeat; */
}


table.dataTable {
/* 	font-size: 12px; */
/* 	background-color: #4D4D4D; */
/* 	width: 1024px; */
/* 	border: 1px solid #000; */
width:100%;
}

table.dataTable.ahTable{
	table-layout: fixed;
}

table.dataTable th {
/* 	text-align: left; */
/* 	padding: 5px; */
/* 	background-color: #6E6E6E; */
}
table.dataTable td {
/* 	color: #FFF; */
/* 	padding: 5px; */
}
table.dataTable .even {
/* 	background-color: #3D3D3D; */
}
table.dataTable .odd {
/* 	background-color: #6E6E6E; */
}

table.dataTable .header:before{
	content:"\f0dc";
	    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size:1.3em;
    float:right;
}

table.dataTable .header {
 	background-image: url(../../../images/button_bg.jpg); 
    color: #E3DCD5;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 100;
    line-height: 15pxpx;
    margin: 5px 0;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.9), 2px 2px 1px rgba(0, 0, 0, 0.5);
    top: 0.5px;
/* 	background-repeat: no-repeat; */
/* 	border-left: 1px solid #FFF; */
/* 	border-right: 1px solid #000; */
/* 	border-top: 1px solid #FFF; */
/* 	padding-left: 30px; */
/* 	padding-top: 8px; */
/* 	height: auto; */
}
table.dataTable .headerSortUp:before{
	content:"\f0dd";
}
table.dataTable .headerSortDown:before{
	content:"\f0de";
}
	
table.dataTable .headerSortUp{
 	background-image: url(../../../images/button_bg_light.jpg); 
/* 	background-image: url(asc.png); */
/* 	background-repeat: no-repeat; */
}
table.dataTable .headerSortDown {
 	background-image: url(../../../images/button_bg_light.jpg); 
/* 	background-image: url(desc.png); */
/* 	background-repeat: no-repeat; */
}