@charset "utf-8";
/* CSS Document */


#pqi-table {
	border-collapse: collapse;	
	border: 1px solid #222222;	
	padding: 2px;
	}
	
	#pqi-table th, #pqi-table td {
	padding: 4px;
	border: 1px solid #222222;
	}
	
	#pqi-table thead {
	background: #efefef url(tile.gif) repeat;
	border-top: 4px solid #555555;
	border-bottom: 1px solid #333333;	
	padding: 2px;
	}
	
	#pqi-table th {
	font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color: #14337f;	
	text-align: center;	
	}
	
	#pqi-table .section {
	background-color: #7d859f;
	color: #ffffff;	
	}
	
	#pqi-table .even {
	background-color: #efefef;
	}
	
	#pqi-table .odd {
	background-color: #ffffff;
	}		
	
	#pqi-table tr:hover {
	background-color: #7d859f;
	color: #ffffff;
	}
	
	#pqi-table thead tr:hover {
	background-color: transparent;
	color: inherit;
	}
	
A.pqitable  {
	line-height: 1.25em;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #14337f;
	font-weight: normal;
	text-decoration: underline;		
}

A.pqitable:Visited    {
    line-height: 1.25em;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #14337f;
	font-weight: normal;
	text-decoration: underline;	
}

A.pqitable:Active    {
    line-height: 1.25em;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #14337f;
	font-weight: normal;
	text-decoration: underline;
}

A.pqitable:Hover   {
    line-height: 1.25em;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;	
}
	

	