
/* ident @(#)news_index.css	1.1 */
body {
	margin: 0px 0px 0px 0px;
}


h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

a:link {
    color: #b06030;
    text-decoration: none;
}

a:visited {
    color: #b06030;
	text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}
a:active {
    color: #000000;
	text-decoration: underline;
}

.title {
}


#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: 70%;
}

.content {
	font: 11px Verdana, Geneva, Helvetica, sans-serif;
	color: #676767;
	line-height: 130%;
	margin-top: 2px;        /* space before title of first article */
	overflow: hidden;
	width: 100%;
}

.content .articlehead {
	position: relative;
	color: #24b301;
	background-color: white;
	font: bold 11pt Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 7px;
}

.date {
	color: #666666;
	font-size: 85%;
    letter-spacing: 0.07em;
	position: relative;
	float: right;
}

.content .articlecontent {
	background-color: #eee;
}

.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: #24b301;
}

#page_navigation {
	text-align: center;
	font: bold 10px Helvetica, sans-serif;
}


#noarticles {
    font: bold 15px Helvetica, sans-serif;
    color: #666666;
    text-align: center;
    position: fixed;
    top: 135px;
    left: 20px;
    right: 158px;
}

#sidebarbackground {
	position: fixed;
	top: 0px;
	right: 16px;
	width: 121px;
	bottom: 0px;
	padding-right: 0px;
    padding-top: 2px;
	padding-left: 0px;
	float: right;
	height: 100%;
}

*HTML #sidebarbackground {
    position: absolute;
    top: 0px;
    right: 16px;
    width: 121px;
    bottom: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-left: 0px;
    float: right;
    height: 100%;
}


#sidebar {
	position: fixed;
	top: 0px;
	right: 16px;    /* leave room for scrollbar */
	width: 121px;
	padding-left: 10px;
	color: rgb(91,91,91);
	padding-right: 10px;
	padding-top: 2px;
	font: 12px Helvetica, sans-serif;
	letter-spacing: 0.08em;
	cursor: default;
	white-space: nowrap;
	float: right;
}

*HTML #sidebar {
    position: absolute;
    top: 0px;
    right: 16px;    /* leave room for scrollbar */
    width: 121px;
    padding-left: 10px;
    color: rgb(91,91,91);
    padding-right: 10px;
    padding-top: 2px;
    font: 10px Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.08em;
    cursor: default;
    white-space: nowrap;
    float: right;
}



#sidebar .group {
	padding-top: 8px;
    padding-left: 1px;
	padding-bottom: 11px;
	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);
}



