@charset "utf-8";
/* CSS Document */
#newsticker-demo { background:#f8f8f8; font-family:Verdana,Arial,Sans-Serif; font-size:12px; font-weight:bold; background-image: url(http://g2.nexteppe.com/files/images/21/gallery/custompages//homepage_newpaper_bg.jpg); width: 485px; height: 620px;} #newsticker-demo .moreInfoLink:link { font-size: 9px; font-weight: bold; color: #DF0E16; text-decoration: underlined; } #newsticker-demo .moreInfoLink:visited { font-size: 9px; font-weight: bold; color: #DF0E16; text-decoration: underlined; } #newsticker-demo .moreInfoLink:hover { font-size: 9px; font-weight: bold; color: #9A080F; text-decoration: underlined; } #newsticker-demo .moreInfoLink:active{ font-size: 9px; font-weight: bold; color: #9A080F; text-decoration: underlined; } #newsticker-demo img { border: 2px solid #FFFFFF; } #newsticker-demo .title { text-align: center; font: bold 20px Verdana; padding: 50px 20px 0px 15px; color:#FF0000; } .newsticker-jcarousellite { width:440px; padding-left:20px; } .newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; } .newsticker-jcarousellite .thumbnail { float:left; width:110px; } .newsticker-jcarousellite .info { float:right; width:440px; text-align:right; } .newsticker-jcarousellite .info span.cat { display: block; font: bold 12px Verdana; color:#000000; text-align:left; } .hrNews { color:#c7c7c7; } .clear { clear: both; }
#footpanel {
position: absolute;
border-bottom: none;
width: 575px;
padding-top:450;
}
*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
position: absolute;
top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#footpanel ul {
padding: 0;
margin: 0;
float: left;
width: 100%;
list-style: none;
font-size: 1.1em;
}
#footpanel ul li{
padding: 0;
margin: 0;
float: left;
position: relative;
}
#footpanel ul li a{
padding: 5px;
float: left;
text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
width: 16px;
text-decoration: none;
color: #ff0000;
position: relative;
}
html #footpanel ul li a.active { /*--Active state when sub-panel is open--*/
background-color: #000000;
margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
position: relative;
}
#footpanel a.home{
width: 50px;
text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
#footpanel a small {
text-align: center;
width: 70px;
display: none; /*--Hide by default--*/
color: #000000;
font-size: 1em;
text-indent: 0;
}
#footpanel a:hover small{
display: block; /*--Show on hover--*/
position: absolute;
width:175px;
top: -200px; /*--Position tooltip 35px above the list item--*/
left: 100%; margin-left: -110px; /*--Center the tooltip--*/
z-index: 9999;
}