/********** style for tablesorter and search results bg color ****************/

body {
	background-color: #fff;
}

#leftbox,#entirebox {
    background: url(/images/bgclear.gif);/*Creates a white bg for the itunes list page*/
} 

#searchrefine  dt {
    	width: 100px;
}

#searchrefine input {
	width: 150px;
}

#searchrefine select {
	width: 100px;
}

#searchrefine .subbutton {
    margin-left: 210px;
}

table.tablesorter {
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
	background-color: #cdcdcd;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6eeee;
	border: 1px solid #fff;
	padding: 4px;
    font-size: 13px;
}
table.tablesorter thead tr .header {
	background-image: url(http://dustytunes.com/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3d3d3d;
	padding: 4px;
    font-size: 13px;
   	background-color: #fff;

}

table.tablesorter tbody tr.odd td {
	background-color:#F5F5F5;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(http://dustytunes.com/images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(http://dustytunes.com/images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.pagedisplay {
            width: 45px;
}

.pagesize {
             width: 60px;
}



/********** end of style for tablesort and search results bg color ****************/
