a {
white-space: nowrap;
}
th
	{
		filter:alpha(opacity=80);
		opacity: 0.8;
		-moz-opacity: 0.8;
		text-decoration:none;
        color: #505050;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;

		border-top: 0px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
        text-align: left;
        height:25px;
        background: #e9e9e9 url('../images/infobox/sort_all.jpg') no-repeat;
        vertical-align:middle;
		padding-left:2px;
	}

th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortDutchLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortDutchCurrencyValues

	{
        cursor:pointer;
		background: #e9e9e9 url('../images/infobox/sort_all.jpg') no-repeat;
        height:25px;
        white-space: nowrap;
		background-position:right;
		padding-left:2px;
		font-weight: lighter;
	}

th.forwardSort

	{
		background: #e9e9e9 url('../images/infobox/sort_down.jpg') no-repeat 0 0;
		background-position:right;
		color:darkblue;
		font-weight: 800;
	}

th.reverseSort

	{
		background: #e9e9e9 url('../images/infobox/sort_up.jpg') no-repeat 0 0;
		background-position:right;
		color:darkblue;
		font-weight: 800;
	}

th.forwardSort a,
th.reverseSort a

	{
        color: darkblue;
		outline:0 none;
	}

th.sort-active

	{
        cursor:wait;
	}

th.sort-active a

	{
        cursor:wait;
	}

th a

	{
        text-decoration:none;
        color: #505050;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		width:100px;
		nowrap:nowrap;
	}

th :hover,
th a:hover,
th.forwardSort a :hover,
th.reverseSort a :hover,
th.sort-active a :hover,
th.sort-active :hover
	{
        text-decoration:none;
        color: darkblue;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
	}
