﻿#divNews {
background-color: #EFEFEF;
width: 320px;
height: 148px;
overflow: auto;
border: px solid #410000;
/*if you do not want the outline when focused on firefox and IE
use outline: none;, though not recommended as this may confuse
people who likes to do keyboard navigation */
outline: none;
}

#divNews {
background-color: #EEE;
border-width:0;
}

.aligntocenter {
margin: 0.5em auto;
border: 2px solid #A22;
width: 90%;
position: relative;
height: 500px;
}

.fixedsize {
width: 400px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

.version {
background: #999;
color: white;
font-size: 75%;
padding: 0 0.4em 0 0.3em;
}

#divNews ul {
font-size: 10pt;
margin:0.1em 0.3em;
width: auto;
}

#divNews ul ul {
	padding-top:0.1em;
	padding-bottom:0.1em;
	}

#divNews h5 {
	margin-bottom: 0.2em;
	}

#divNews li li {
font-size: 9pt;
margin: 0;
}

/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;
}

.hscrollerbar {
top: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}

/* Extra sample styles */
#divNews .vscrollerbarbeg {
background: url(images/vscroller2.png) 0px -9px;
width: 18px;
height: auto;
}

#divNews .vscrollerbarend {
background: url(images/vscroller2.png);
width: 18px;
height: 9px;
}

#divNews .vscrollerbase {
width: 18px;
background: white none;
}

#divNews .vscrollerbar {
background-color: #8F9793;
padding: 0px;
}

#divNews .vscrollerbasebeg, #divNews .vscrollerbaseend {
background-image: none;
}

#divNews .mcontentwrapper {
background-color: #EEE;
}

.headlines {
	color: #444444;
	list-style-type: none;
}
	
.headlines li {
	margin-left: -35px;
	padding: 5px 5px 5px 5px;
	border-top: black 1px solid;
	font-size: 10px;
	list-style-type: none;
	}


