﻿/* ---------Publications ------------   */




#box-table-a
{
	
	font-size: 12px;
	margin: 15px;
	width: 580px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-a a
{
	
	color: #BB4422;
	text-decoration:none;
}
#box-table-a a:visited
{
	
	color: #BB4422;
	text-decoration:none;
}
#box-table-a a:hover
{
	
	color: #000000;
	text-decoration:none;
}


#box-table-a th
{
	font-size: 12px;
	font-weight: bold;
	padding: 6px 6px 6px 6px;
	background: #556677;
	border-top: 1px solid #475564;
	border-bottom: 1px solid #475564;
	color: #ffffff;
	text-align:left;
}
#box-table-a td
{
	padding: 9px;
	background: #f3f2f2; 
	border-bottom: 1px solid #fff;
	color: #5e5d5d;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #fcf9f9;
	color: #5e5d5d;
}
