.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	//background:	Window;
	color:		WindowText;
	width:		100%;
}

.sort-table th {
	background:	#330066;
	color:		white;
	font-style: bold;
	text-align: left;
}

.sort-table td {
	padding:	2px 5px;
	background: #E2E6E7;
}

.sort-table thead td {
	border:			0px solid;
	border-color:	#996699;
/*	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;*/
	cursor:			default;

}

.sort-table-cal {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	color:		WindowText;
	width:		25%;
}

.sort-table-cal th {
	background:	#330066;
	color:		white;
	font-style: bold;
	text-align: left;
	border-color: #E2E6E7 #E2E6E7 #E2E6E7 #E2E6E7;
}

.sort-table-cal td {
	padding:	2px 5px;
	background: #E2E6E7;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight 
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("images/downsimple.png");
	
}

.sort-arrow.ascending {
	background-image:		url("images/upsimple.png");
}

.sort-table-bar {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	//background:	Window;
	color:		WindowText;
	width:		100%;
}

.sort-table-bar td {
	padding:	2px 5px;	
}

.sort-table-bar {
	font:		Icon;
	border:		0px Solid ThreeDShadow;
	//background:	Window;
	color:		WindowText;
	width:		100%;	
}

.sort-table-bar td {
	height: 7px;
}

/*New Table*/

.sort-table-blank td {
	padding:	2px 5px;	
}

.sort-table-blank {
	border:		1px Solid ThreeDShadow;
	//background:	Window;
	color:		WindowText;
	width:		100%;
}


.sort-table-blank th {
	background:	#330066;
	text-align: left; 
	FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial

}

.sort-table-blank td {
	padding:	2px 5px;	
	FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial
}


.sort-table-lcal {
	border:		1px Solid ThreeDShadow;
	color:		WindowText;
}

.sort-table-lcal th {
	background:	#330066;
	color:		white;
	text-align: left;
	FONT-WEIGHT: normal;
    FONT-SIZE: 16pt;
    COLOR: white;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial

}



.sort-table-lcal td {
	
	vertical-align: top;
	background: #E2E6E7;
	FONT-WEIGHT: normal;
    FONT-SIZE: 16pt;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial
}


.sort-table-cell {

	color:		WindowText;
}

.sort-table-cell th {
	background:	#8197A3;
	color:		white;
	text-align: left;
	FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial

}

.sort-table-cell td {

	vertical-align: top;
	padding:	2px 5px;
	background: #E2E6E7;
	FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial
}

.sort-table-pcell {
	color:		WindowText;
	width:	100%;
	height: 100%;
}

.sort-table-pcell td{
	vertical-align: top;
	padding:	2px 5px;
	background: #AAB7AF;
	FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial
}