table.lists{
	border-collapse: collapse;
	background: #ffffff;
	padding: 0px 0 0 0;
	font: 11px Tahoma, Arial, sans-serif;
	line-height: 1.7em;
	color: #454545;
}

table.lists td, th {
	border: 1px solid #ccc;
	padding: 2px;
}

table.lists th {
	background: #fff url(../images/bgtable2.gif) repeat-x;
}
table.lists tr {
	background: #fff url(../images/bgtable.gif) repeat-x;
}
table.lists tr:hover {
	background: #fff url(../images/bgtable2.gif) repeat-x;
}
table.lists td.center{
	text-align: center;
}
table.lists td.right{
	text-align: right;
}
table.lists td.pct{
	text-align: center;
	color: #00f;
}
table.lists td.num{
	text-align: center;
	color: #000;
}
table.lists td.txt_blue {
	color: #00f;
}
table.lists td.txt_red {
	color: #f00;
}
table.lists td.pri1 {
	color: #00f;
	background: #ff0;
}
table.lists td.select {
	color: #00f;
	background: #fff url(../images/bgtable2.gif) repeat-x;
}
table.lists a{
	font: 11px Tahoma, Arial, sans-serif;
	text-decoration: underline;	
}
table.lists a:hover{
	text-decoration: underline;
}

span.highlight{
	background:#ffa;
}
/*//////////RECOMMENDED LISTS*/

table.listsR{
	border-collapse: collapse;
	background: #ffffff;
	padding: 0px 0 0 0;
	font: 11px Tahoma, Arial, sans-serif;
	line-height: 1.7em;
	color: #454545;
}

table.listsR td, th {
	border: 1px solid #ccc;
	padding: 2px;
}

table.listsR tr {
	background: #fff url(../images/bgtableR.gif) repeat-x;
}
table.listsR tr:hover {
	background: #fff url(../images/bgtableR2.gif) repeat-x;
}
table.listsR tr.HR {
	background: #fff url(../images/bgtableHR.gif) repeat-x;
}
table.listsR tr.HR:hover {
	background: #fff url(../images/bgtableHR2.gif) repeat-x;
}
table.listsR td.center{
	text-align: center;
}
table.listsR td.right{
	text-align: right;
}
table.listsR td.HR.select {
	color: #00f;
	background: #fff url(../images/bgtableHR2.gif) repeat-x;
}
table.listsR a{

	font: 11px Tahoma, Arial, sans-serif;
	text-decoration: underline;
}
table.listsR a:hover{
	text-decoration: underline;
}
