#title
{	sbackground-image: url(../images/sec-titlebgtile.gif);
	background-image: url(../images/bgtitle-newscommentary.gif);
	background-repeat: repeat-x;
	text-indent: 100px;
}

#latest_news 
{	width: 79%;
	sheight: 1520px;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	position: relative;
	left: 100px;
	sborder: 1px solid red;
}

#filter
{	background-image: url('/images/topline-tile.gif');
	background-repeat: repeat-x;
	background-position: 0px 50px;
	height: 53px;
	width: 99%;
	sborder: 1px solid red;
}

.filter_title 
{	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #9E9C9C;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

.date_filter
{	font-size: 11px;
	font-family: Verdana, Arial;
	color: #404040;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	top: -14px;
	left: 20px;
	sborder: 1px solid red;
}

.imgbt
{	sborder: 1px solid red;
	position: relative;
	top: 8px;
	left: 20px;
}


.newslist
{	display: block;
	float: left;
	position: relative;
	top: -10px;
	sborder: 1px solid red;
}

table 
{	sborder: 1px solid #990000;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #404040;
	width: 777px;
	height: 100%;
	padding: 0px;
	spacing: 0px;
}

td 
{	sborder: 1px solid #990000;
	vertical-align: text-top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #99CCCC;
}

.publishdate
{	width: 10%;
	text-align: right;	
}

#newslink
{	color: #225A6E;
	text-decoration: none;
}

#newslink:hover
{	color: #225A6E;
	text-decoration: underline;
	font-weight: bold;
}

.paging
{	background-image: url('/images/bottomline-tile.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 15px;
	float: left;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
	width: 100%;
	position: relative;
	top: -3px;
	sborder: 1px solid red;
}

#buttons
{	position: relative; }

#pagenumber
{	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	padding: 4px;
	position: relative;
	top: -8px;
}

#pagenumber:hover
{	background-color: #CCCCCC;
	color: #000000;
	text-decoration: underline;
	padding: 4px;
	position: relative;
	top: -8px;
}

#activepagenumber
{	background-color: #3A5F46;
	color: #ffffff;
	padding: 4px;
	position: relative;
	top: -8px;
}

/*---- date picker ----*/
/*
input.dp-applied {
	width: 140px;
	float: left;
}

a.dp-choose-date {
	float: left;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0px 0px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/icon-calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}
pre.sourcecode {
	border: 2px dashed #ccc;
	padding: 10px;
	width: 734px;
	overflow: auto;
	margin: 0 0 20px;
}
*/
input 
{	color: gray;	}

input:focus
{	color: #000000;	}



/* AMM 20091118 Styling for print media */

@media print {

	#filter , .paging{
	display:none
	}

	#title {
	left:0;
	float:none;
	width:auto;
	text-indent: 0;
	}
	
	#latest_news {
	sborder: 3px solid gray;
	margin-top;20px;
	padding:0;
	width:90%;
	left:0;
	float:none;
	margin-top:10px;
	}
	
	.newslist table {
	width:100%;
	border:1px solid gray; 
	}
	
	.newslist tr {
	border:1px solid gray; 
	}
	
	.newslist  td.title {
	width:60%;
	sborder:1px solid gray;
	}

	.newslist  td.publishdate {
	width:15%;
	sborder:1px solid gray;
	}

	
}










