TABLE.tablesorter {
    border-collapse: collapsed;
	FONT-SIZE: 8pt; MARGIN: 10px 0pt 15px; FONT-FAMILY: arial; BACKGROUND-COLOR: #cdcdcd; TEXT-ALIGN: left
}
TABLE.tablesorter th,TABLE.tablesorter td{
    border-collapse: collapse;
	text-align: left;
}

TABLE.tablesorter THEAD TR TH {
	text-align: left;
	color: black;
	BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 8pt; PADDING-BOTTOM: 4px; BORDER-LEFT: #fff 1px solid; PADDING-TOP: 4px; BORDER-BOTTOM: #fff 1px solid; BACKGROUND-COLOR: #e6eeee
}
TABLE.tablesorter TFOOT TR TH {
	text-align: left;
	color: black;
	BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 8pt; PADDING-BOTTOM: 4px; BORDER-LEFT: #fff 1px solid; PADDING-TOP: 4px; BORDER-BOTTOM: #fff 1px solid; BACKGROUND-COLOR: #e6eeee
}
TABLE.tablesorter THEAD TR .header {
	BACKGROUND-POSITION: right center; BACKGROUND-IMAGE: url(../images/bg.gif); CURSOR: pointer; BACKGROUND-REPEAT: no-repeat
}
TABLE.tablesorter TBODY TD {
	text-align: left;
	width: auto;
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; VERTICAL-ALIGN: top; COLOR: #3d3d3d; PADDING-TOP: 4px; BACKGROUND-COLOR: #fff
}
TABLE.tablesorter TBODY TR.odd TD {
	BACKGROUND-COLOR: #f0f0f6
}
TABLE.tablesorter THEAD TR .headerSortUp {
	BACKGROUND-IMAGE: url(../images/asc.gif)
}
TABLE.tablesorter THEAD TR .headerSortDown {
	BACKGROUND-IMAGE: url(../images/desc.gif)
}
TABLE.tablesorter THEAD TR .headerSortDown {
	BACKGROUND-COLOR: #8dbdd8
}
TABLE.tablesorter THEAD TR .headerSortUp {
	BACKGROUND-COLOR: #8dbdd8
}

.message {
	font-weight: bold;
	border: 1px solid silver;
	border-left: 3px solid #AAAAAA;
    background-color: #FFFFFF;
    margin-bottom: 7px;
    width: 60%;
    padding: 6px;
    margin-left: 10px;
    text-align: left;

}

.new_link {
	width: 100%;
	line-height: 1.5em;
	text-align: right;
}

.pop_link {
	text-decoration: none;
	border: 1px solid black;
	background-color: white;
	padding: 0px 5px 0px 5px;
}

.new_link  .pop_link:hover {	
	cursor: hand;
	border: 1px solid white;
	background-color: #EEEEEE;
	color: black;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
} 
