@charset "utf-8";
/* CSS Document */

/*	PURCHASE TABLE jumpto
********************************/

#standard table {
	border: 1px solid #000; 
	background-color: #E4E4E4; 
	color: #000;
	margin: 0 0 18px 0;
}
 
#standard td, th { padding:5px;}

#standard caption {
	text-transform: uppercase;
	text-align:center;  
	font: bold 14px;
	color: #4F4F4F;
	margin: 3px 0;
}

/* =links
----------------------------------------------- */
#standard table a { color:#80000; text-decoration: none;}
#standard table a:link {color:#80000;}
#standard table a:visited { color:#80000;}
#standard table a:hover {color:#002679;}

/* thead tbody tfoot
----------------------------------------------- */

#standard thead th, tfoot th, tfoot td ,tbody th,tbody td {
	color: #000;
	font-size:12px;
	border-right: 1px solid #aaa; 
	border-top: 1px solid #eee; 
	border-left:1px solid #eee; 
	border-bottom: 1px solid #aaa; 
}

#standard thead th, tfoot th, tfoot td { background-color: #ccc; font-weight: bold; text-align:center; }
#standard tfoot td { text-align:right }
#standard tbody th { white-space: nowrap; font-weight: bold; text-align:left; }


/* Visual and hover effects */
#standard .odd td { }

#standard tbody tr:hover td{
	background-color: silver;
	border-right: 1px solid #eee; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-bottom: 1px solid #eee; 
	background-color: #F4F4F4;
}
