/*

dark orange: #E55C00
orange: #b77306
blue: #7DB2CE
dark blue: #006595
blue: #7DB2CE
lite blue: #DAE8F2
grays: #F1F1F2 #D4D5D6 #919295 #7F7F83 #5E5D60 

*/


div.PageContent.News div.error {
	padding: 0 10px;
}


/***************************/
/*        NEWS LIST        */
/***************************/

div.PageContent.News div.DropShadow {
	clear: both;
	margin: 32px 0 0 20px;
	position: absolute;
	width: 679px;
}

div.PageContent.News table.NewsList {
	margin: 0 0 20px 0;
	width: 660px;
}

div.PageContent.News table.NewsList tr {
	background-color: #EFF6FA;
	background-image: url(/images/dotted_line_hrz.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

div.PageContent.News table.NewsList tr.even {
	background-color: #DAE8F2;
}

div.PageContent.Portfolio table.DataList.CompanyList thead tr {
	background: url(/images/table_header.gif) no-repeat top left;
	color: #333;
	height: 32px;
	line-height: 32px;
	padding: 0 5px;
	text-align: left;
}

div.PageContent.News table.NewsList thead tr {
	background: url(/images/table_header2.gif) no-repeat top left;
	color: #333;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	text-align: left;
}

div.PageContent.News table.NewsDetail thead tr {
	background: url(/images/table_header2.gif) no-repeat top left;
	color: #333;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	text-align: left;
}


div.PageContent.News table.NewsList th {
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	text-align: left;
}

div.PageContent.News table.NewsList td {
	line-height: 14px;
	padding: 10px 25px 10px 10px;
	vertical-align: top;
}

div.PageContent.News table.NewsList td.Date {
	white-space: nowrap;
}

div.PageContent.News table.NewsList td.Title {
	width: 100%;
}

div.PageContent.News table.NewsList td.View {
	white-space: nowrap;
}


/****************************/
/*       NEWS DETAILS       */
/****************************/

div.PageContent.News table.NewsDetail {
	margin: 0 0 20px 0;
	width: 679px;
}

div.PageContent.News table.NewsDetail th {
	color: #FFFFFF;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	text-align: left;
}

div.PageContent.News table.NewsDetail td {
	padding: 20px;
	vertical-align: top;
}

div.PageContent.News table.NewsDetail td.Article h2 {
	margin: 0 0 .25em 0;
	/* ADDED 20090218 */
	font-size: 20px;
	line-height: 26px;
}

div.PageContent.News table.NewsDetail td.Article h3 {
	margin: 0 0 1em 0;
}

div.PageContent.News table.NewsDetail td.Article h4 {
	color: #006595;
	margin: 0 0 0.5em 0;
}

div.PageContent.News table.NewsDetail td.Download {
	text-align: right;
	white-space: nowrap;
}


/****************************/
/*        NEWS YEARS        */
/****************************/

ul.NewsYears {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

ul.NewsYears li {
	display: block;
	float: left;
}

ul.NewsYears li a {
	background-image: url(/images/th_arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	color: #333;
	margin-right: 15px;
	padding-right: 13px;
}

ul.NewsYears li a.isSelected {
	background-image: url(/images/th_arrow_on.gif);
}


/***************************/
/*       NEWS SEARCH       */
/***************************/

form.NewsSearch {
	display: block;
	left: 425px;
	position: absolute;
	top: 47px;
	width: 265px;
}

form.NewsSearch input.Keywords {
	background-image: url(/images/input_bg.gif);
	background-repeat: no-repeat;
	border-top: solid 1px #919295;
	border-right: solid 1px #7DB2CE;
	border-bottom: solid 1px #D4D5D6;
	border-left: solid 1px #919295;
	display: block;
	float: left;
	height: 14px;
	line-height: 14px;
	padding: 4px 6px 0 6px;
	width: 200px;
}

form.NewsSearch input.Keywords.isInactive {
	color: #919295;
}

form.NewsSearch input.SearchBtn {
	display: block;
	float: left;
}

.newsdate {
	color: #8fbad4;
	font-style: italic;
}
