

<style>

.newsListdkgrey {
	background-color:#dedede;
	padding-left:15px;
	padding-right:15px;
}

table.newsList{
}

.newsListgrad {
	background-image:url('/modules/news/images/gradient_list.jpg');
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:5px;
	width:87px;
}

.newsListltgrey {
	background-color:#efefef;
	padding-left:15px;
	padding-right:15px;
}

.newsListltgrey:hover{
background-color:#ccc;
}

tr.listAnormal {
	display:none;
}

tr.listAselected {
	*html display:inline-table;
}

td.newsListspacer {
	line-height:1px;
}

a.newsListTitle, a.newsListTitle:visited{
	font-weight:bold;
	font-size:fontSize;
	color: #3F4446;
}

a.newsListTitle:hover{
	font-weight:bold;
	font-size:fontSize;
	color:maroon;
	text-decoration: none;		
}

a.newsListText,a.newsListText:visited,a.newsListText:hover{
text-decoration: none;
text-align:justify;
color: #3F4446;
display:block;
}

a.newsList, a.newsList:visited, a.newsList:hover {
	text-decoration:none;
}

/* Market segment dropdown styles */
div.mkt_select{
float:left;
padding:0px 0px 0px 0px;
margin:4px 10px 0px 0px;
border:0px solid #9999FF;
}

* html div.mkt_select{
margin-right: 7px;
}

div.mkt_button{
padding-top:2px;
height:25px;
vertical-align:bottom;
white-space:nowrap;
}

/* Market segment dropdown styles */

/*
//Style to change button td height, commented out since it crops the button image but may be useful later
#mkt_form td{
height:18px;
line-height:1px;
vertical-align:bottom;
background-position:top center;
padding:3px;
}


// Style to change height of option tag, but doesn't work in IE
option.mkt_option{
height:18px;
line-height:18px;
vertical-align:middle;
}
*/
</style>