/* ident '@(#)news_index.css	1.4' */
body { margin: 0; }

#title a:link, #banner #title a:visited, #banner #title a:hover {
	color: inherit; /* prevent titles from being colored */;
	text-decoration: none;
	cursor: pointer;
}

#scroller {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: auto;
	width: 100%;
	height: 100%;
}

#contentarea {
	position: absolute;
	top: 0;
	left: 0;
	width: 505px;
}

div.content {
	font: normal 12px Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 4px;        /* space before title of first article */
	overflow: hidden;
	width: 100%;
	background-color: #deefff;
}

div.articlehead {
	position: relative;
	color: black;
	background-color: white;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #deefff;	
	margin: 6px 10px 0 10px;
}
div.articlehead a {
	color: Black;
	text-decoration: none;
}
div.articlehead a:hover { text-decoration: underline; }
div.articlehead span.date {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}

div.date { display: none; }

.content .articlecontent {
	margin: 0 10px 10px 10px;
}

.content .articlefooter {
	border-bottom: 1px solid #CCCCCC;
	position: absolute;
	
	bottom: 0px;
	left: 8px;
	right: 8px;	
	background-color: white;
	height: 12px;
	padding-bottom: 0px;
}

a.articlelink {
	text-decoration: underline;
	white-space: nowrap;
}

a.articlelink:link, a.articlelink:visited {             
	color: rgb(34,98,245);
}

#page_navigation { 

    text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	 }

#noarticles {
	font: bold 23px Helvetica, sans-serif;
	color: #BBB;
	text-align: center;
	position: fixed;
	top: 135px;
	left: 20px;
	right: 158px;
}

#sidebarbackground {
	position: fixed;
	top: 0px;
	left: 510px;
	width: 170px;
	bottom: 0px;
	border-left: 1px #C3C3C3 solid;
	background-color: #f4f9fe;
	padding: 2px 0 0 0;
	height: 100%;
}
*html #sidebarbackground {
	position: absolute;
}

#sidebar {
	position: fixed;
	top: 0px;
	left: 520px;
	width: 134px;
	padding: 2px 0 0 0;
	color: rgb(91,91,91);
	font: 11px Arial, Helvetica, sans-serif;
	cursor: default;
	white-space: nowrap;
}

*html #sidebar {
	position: absolute;
}

#sidebar .group {
	padding: 8px 0 11px 1px;
	background: url(/schema/gifs/news_index/Separator.tif) no-repeat center top;
	line-height: 130%;
}

#sidebar .grouptitle {
	color: black;
	font-weight: bold;
	line-height: 180%;
}

#filtergroup {
	background: none !important;
	padding-top: 3px !important;
    padding-bottom: 4px !important;
}

#slidergroup {
	background: none !important;
	padding-top: 5px !important;
	padding-bottom: 0px !important;
}

#sorts {
	background: none !important;
	padding-top: 0px !important;
}

#searchfield {
	max-width: 117px;
	margin-left: 1px;
}

#sidebar #sliderdiv {
    margin-top: -2px;
    margin-left: -3px;
    margin-right: -10px;
    margin-bottom: 4px;
}

#sidebar a:link,
#sidebar a:visited {
	color: rgb(91,91,91);
	cursor: pointer;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .selected a:link {
    font-weight: bold;
    color: rgb(0,81,210);
}

hr { display: none; }

#timespans { display: none; }
