@charset "UTF-8";
/*
-----------------------------------------------
Finadium News Styles
Author:   JG
Version:  19 August 2008
----------------------------------------------- */


/* LINK STYLES
----------------------------------------------- */
.newslinks {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #832336;
	padding: 5px;
	margin: 0px;
	border: 1px solid #832336;
}
.newslinks a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
.newslinks a:hover {
    color: #33387C;
	text-decoration: underline;
}

/* HEADER STYLES
----------------------------------------------- */
#newscontainer {
	width: 100%;
}
#newstable {
    width: 459px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	display: block;
	clear: both;
}
#reportstable {
    width: 459px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	display: block;
	clear: both;
}
#presstable {
    width: 459px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	display: block;
	clear: both;
}
#newscontainer p.tabletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #33387C;
	margin: 15px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	display: block;
	background-color: #E8E8E8;
}
#newscontainer .newsitem {
	width: 459px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
}
#newscontainer ul {
	margin: 0px 0px 0 0px;
	padding: 0;
	list-style: none;
}
#newscontainer li {
	display: inline;
}
#newscontainer .itembutton {
	margin: 0px;
	padding: 5px 0px 4px 2px;
	width: 25px;
	display: block;
	float: left;
}
#newscontainer .itemdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	color: #666666;
	width: 115px;
	display: block;
	float: left;
}
#newscontainer .itemblurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	color: #000000;
	width: 300px;
	display: block;
	float: left;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
#newscontainer a.reportbutton {
    width: 20px;
	height: 20px;
	display: block;
	padding: 0px;
	background: url("../images/icon_report-roll.gif") 0px 0px no-repeat #000;
	text-decoration: none;
	}
#newscontainer a:hover.reportbutton {
	background-position: 0 -20px;
	}
#newscontainer a.reportbuttonoff {
    width: 20px;
	height: 20px;
	display: block;
	padding: 0px;
	background: url("../images/icon_report-grey.gif") 0px 0px no-repeat #000;
	text-decoration: none;
	}
#newscontainer a.prbutton {
    width: 20px;
	height: 20px;
	display: block;
	padding: 0px;
	background: url("../images/icon_pressrelease-roll.gif") 0px 0px no-repeat #000;
	text-decoration: none;
	}
#newscontainer a:hover.prbutton {
	background-position: 0 -20px;
	}
#newscontainer a.prbuttonoff {
    width: 20px;
	height: 20px;
	display: block;
	padding: 0px;
	background: url("../images/icon_pressrelease-grey.gif") 0px 0px no-repeat #000;
	text-decoration: none;
	}
#newscontainer a.newsbutton {
    width: 20px;
	height: 20px;
	display: block;
	padding: 0px;
	background: url("../images/icon_newshighlights-roll.gif") 0px 0px no-repeat #000;
	text-decoration: none;
	}
#newscontainer a:hover.newsbutton {
	background-position: 0 -20px;
	}
#newscontainer a.newsbuttonoff {
    width: 20px;
	height: 20px;
	display: block;
	padding: 0px;
	background: url("../images/icon_newshighlights-grey.gif") 0px 0px no-repeat #000;
	text-decoration: none;
	}
#newscontainer a.videobutton {
    width: 20px;
	height: 20px;
	display: block;
	padding: 0px;
	background: url("../images/icon_video-roll.gif") 0px 0px no-repeat #000;
	text-decoration: none;
	}
#newscontainer a:hover.videobutton {
	background-position: 0 -20px;
	}
#newscontainer a.videobuttonoff {
    width: 20px;
	height: 20px;
	display: block;
	padding: 0px;
	background: url("../images/icon_video-grey.gif") 0px 0px no-repeat #000;
	text-decoration: none;
	}

.keytable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #33387C;
	text-align: left;
	background-color: #E8E8E8;
	padding:5px 2px 5px 5px;
}
