/* tables */
table.tablesorter
 {
	font-family:arial;
	background-color: #888;
	margin:0px 0pt 0px;
	font-size: 12pt;
	width: 80%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#996600;
	color:white;
}
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;
}

table.tablesorter tbody tr.normal-row td {
  background: #8fff88;
  color: #fff;
}
table.tablesorter tbody tr.alt-row td {
  background: #555;
  color: #fff;
}

#pager {

position: absolute;
font-size:10%;
font-style :normal;
color: white;
top:30%;
width:80%;


}
#input_menu {

position: absolute;
font-size:100%;
font-style :normal;
color: white;
right: 5%;
top:100px;

}
#tabl{
position: absolute;
left:13%;
top:14%;
border: 3px red solid;
font-size:100%;
font-style :normal;
color: white;
background-color: grey;

}
#scan {

position: absolute;
font-size:100%;
font-style :normal;
color: white;
background-color: white;
left:85%;
top:14%;
}
#machine_analysis_select_date 
{
        position: absolute;
		top: 80px;
		left: 100px;
        font-family: Arial; 
		font-size:100%;
		font-style :normal;
		font-weight:bold;
		color:red;
    

}
