/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #FFF;
	margin:0px 0px 0px 0px;
	font-size: 14pt;
	width: 950px;
	text-align: left;
	border-collapse: collapse;
	border: 0px;
	margin-bottom:0px; 
	border-spacing: 0px;
	position:relative;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
/*	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;*/
	font-size: 13pt;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	/*border-bottom: 1px solid #888;*/
	color: #039;
}
table.tablesorter thead tr .header {
	background-image: url(../../../images/bottom-2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	cursor: pointer;
}
table.tablesorter thead tr .header2 {
	background-image: url(../../../images/bottom-right-2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	cursor: pointer;
}
table.tablesorter thead tr .header3 {
	background-image: url(../../../images/bottom-right-3.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	cursor: pointer;
}
table.tablesorter tbody tr {
	/*height: 90px;	*/
	height: 100%;
	margin-bottom:5px; 
/*	background-image: url('../../../images/top.gif');*/
	position:relative;
}
table.tablesorter tbody td {
/*	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;*/
	height: 100%;
	vertical-align: middle;
	text-align: center;
	/*padding: 5px;*/
	padding: 2px 0px 30px 5px;
	color: #339;
	cursor: pointer;
	margin-bottom:5px; 
/*	background-image: url('../../../images/bottom.gif');*/
        background-color: #fff;
}

table.tablesorter tbody td.leftcorner {
	padding: 2px 0px 30px 8px;
	width:8%;
	height:100%;
	background-image: url(../../../images/bottom-left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

table.tablesorter tbody td.rightcorner {
	padding: 2px 8px 30px 0px;
	text-align:center;
	width:12%;
	background-image: url(../../../images/bottom-right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.tablesorter tbody td.middle {
text-align:center;
background-image: url(../../../images/bottom.gif);
background-repeat: repeat-x;
background-position: bottom;
}

table.tablesorter tbody td.bottom_left {
/*	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;*/
	height: 100%;
	vertical-align: top;
	/*padding: 5px;*/
	padding: 0px;
	color: #339;
	cursor: pointer;
	margin-bottom:5px; 
/*	background-image: url('../../../images/bottom-left.gif');*/
	border: 1px solid #999;
	-moz-border-radius: 10px;  
        -webkit-border-radius: 10px;  
        border-radius: 10px; 	

}

table.tablesorter tbody td.bottom_right {
/*	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;*/
	position:relative;
	height: 100%;
	vertical-align: top;
	/*padding: 5px;*/
	padding: 0px;
	color: #339;
	cursor: pointer;
	margin-bottom:5px; 
/*	background-image: url('../../../images/bottom-right.gif');*/
	border: 1px solid #999;
	-moz-border-radius-topright: 10px;  
        -webkit-border-top-tight-radius: 10px;  
        border-radius-toptight: 10px; 	
}


#innertd {
/*	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;*/
	height: 100%;
	vertical-align: middle;
	text-align: center;
	/*padding: 5px;*/
	padding: 12px 8px 12px 8px;
	margin-bottom:0px; 
	background: transparent;
/*	background-image: url('../../../images/top.gif');*/
	background-repeat: repeat-x;
	background-position: top left;
}

#innertd_topleft {
/*	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;*/
	height: 100%;
	vertical-align: middle;
	text-align: center;
	/*padding: 5px;*/
	padding: 12px 8px 12px 8px;
	margin-bottom:0px; 
	background: transparent;
/*	background-image: url('../../../images/top-left.gif');*/
	background-repeat: no-repeat;
	background-position: top left;
}

#innertd_topright {
/*	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;*/
	height: 100%;
	vertical-align: middle;
	text-align: center;
	/*padding: 5px;*/
	padding: 12px 8px 12px 8px;
	margin-bottom:0px; 
	background: transparent;
/*	background-image: url('../../../images/top-right.gif');*/
	background-repeat: no-repeat;
	background-position: top right;
}

#spacydiv {
padding: 16px 8px 16px 8px;
}

#innerdiv_topright {
/*	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;*/
 position:absolute;
 top:0;
 right:0;
	/*padding: 5px;*/
	padding: 8px;
border-style:solid;
border-width:1px;
	margin-bottom:0px; 
	background: transparent;
	background-image: url('../../../images/top-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

table.tablesorter tbody td p {
	margin: 0px;
	padding: 0 0 0 0;
	text-align: left;
}

/*table.tablesorter tbody tr.odd td {
	background-color:#FFFFFF;
}
table.tablesorter tbody tr.even td {
	background-color:#FFFFFF;
}*/

table.tablesorter tbody tr:hover td {
/*	background-color:#d0dafd;*/

}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../../../images/bottom-2-asc.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../../../images/bottom-2-desc.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
table.tablesorter thead tr .headerSortUp2 {
	background-image: url(../../../images/bottom-right-2-asc.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
table.tablesorter thead tr .headerSortDown2 {
	background-image: url(../../../images/bottom-right-2-desc.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.tablesorter tbody td.sorted
{
/*    background-color:#EDF5FF;        */
	background-image: url(../../../images/bottom3.gif);
	font-weight: bold;
	color:#003366;
}
table.tablesorter tbody td.sortedrightcorner
{
/*    background-color:#EDF5FF;       */
	background-image: url(../../../images/bottom-right3.gif);
	font-weight: bold;
	color:#003366;
}

table.tablesorter td.sorted
{
/*    background-color:#EDF5FF;           */
	background-image: url(../../../images/bottom3.gif);
	color:#003366;
}
table.tablesorter tbody tr.odd td.sortedodd
{
/*    background-color:#EDF5FF;         */
	background-image: url('../../../images/bottom3.gif');
	color:#003366;
}


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