/* ------------------
 styling for the Press Releases table 
   ------------------   */

#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 620px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 8px;
	background: #b9c9fe url('coloredTable_images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #336;
}
#gradient-style th.getReader
{
	text-align: right;
	padding: 3px;
}

#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
}
#gradient-style tr td
{
	background: #e8edff url('coloredTable_images/gradback.png') repeat-x;
	font-size: 12px;
	color: #339;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('coloredTable_images/gradhover.png') repeat-x;
	color: #339;
}
#gradient-style tfoot
{
	color: #fff;
	background: #fff;
}

.prdate
{
	text-align: left;
	width: 10%;
	vertical-align: top;
}	
.prsubject
{
	text-align: left;
	width: *;
}	
.prarchive
{
	text-align: center;
	width: *;
}	
gradient-style tr.readerbottom td.readerbottom
{
	background: #fff none;
	color: #fff;
}
