/* tables */
table.tablesorter {
	font-family:arial !important;
	background-color: #CDCDCD;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 10pt !important;
	padding: 0;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	font-size: 10pt !important;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	background-color: #FFF;
	font-size: 8pt !important;
	padding: 0 !important;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

.text-button { 
    background-color: Transparent;                 
    text-decoration: underline;                 
    color: blue;
    cursor: pointer; 
    border:0
}    
    
.button-right { 
	position:relative; 
	display:block; 
	float:right; 
}

.login_error {
    color: #D8000C;
    background-color: #FFBABA;
    width: 171px;
}

.search_error  {
    color: #D8000C;
    background-color: #FFBABA;
    width: 171px;
}

.top_div {
    clear:both;
    position:fixed;
    height:50%;
    width:100%;
}

.bottom_div {
	clear:both;
	position:fixed;
	bottom:0;
	height:50%;
	width:100%;
}