
/* News & Announcements styles */

div#container div#content div#contentLeft .newshdr {
	color:#c88a12;
	font-size: 11px;
	font-weight: bold;
}

div#container div#content div#contentLeft div#jpm_news,
div#container div#content div#contentLeft div.news,
div#container div#rightRail div#contentLeft div#jpm_news {
	width: 213px;
	margin-bottom: 18px;

}

.news .ulContainer {
	position: relative;
	overflow:hidden;
	height:129px;
	padding: 0px;
}

div#container div#content div#contentLeft div.news ul {
        margin: 0px;
        position: relative;
}

.news p,
.news ul li,
.news div {
        line-height: 13px;
        margin: 0px;
        background: #DADADC url(../images/00news_gradient_cell.jpg) repeat-x scroll left bottom;
}

    /* following is required to preclude a ul li rule in lob.css */
#container #content #contentLeft .news ul li {
        margin: 0px;
}

div.news p a,
div#container div#content div#contentLeft div.news ul li a,
div#container div#content div#contentLeft div.news ul li a.raquo,
div.news a {
        color: #23120a;
        font-weight: normal;
        font-size: 11px;
        text-decoration: none;
}

div#contentLeft div.news ul li a {
	position: relative;
	display: block;
        padding: 2px 5px 2px 5px;
        height: 39px;
        overflow: hidden;
}

div.news p a:hover,
div#container div#content div#contentLeft div.news ul li a:hover,
div#container div#content div#contentLeft div.news ul li a:hover.raquo,
div.news div a:hover {
        color: #54301a;
        text-decoration: none;
}

div.news div.topBar {
        height: 20px;
        padding: 0px;
        margin-top: 5px;
        background-color: #BDBEBF;
	background-image: none;
	background-repeat: no-repeat;
        background-position: bottom center;
        border-bottom: 1px solid #ffffff;
        position: relative;
}

div.news div.topBar a.lefthome,
div#container div#content div#contentLeft div.news div.topBar a.lefthome {
        color: #23120a;
        float: right;
        padding: 2px 13px 0px 0px;
        margin-right: 2px;
	background:url(../images/news_buttons.jpg) no-repeat right -60px;
}

div.news div.topBar a.lefthome:hover,
div#container div#content div#contentLeft div.news div.topBar a.lefthome:hover {
        color: #23120a;
        text-decoration: none;
	background-position:right -80px;
}

div.news .bottomBar {
        height: 20px;
        padding: 0px;
        margin-bottom: 10px;
        background-color: #BDBEBF;
	background-image: none;
	background-repeat: no-repeat;
        background-position: top center;
        border: 0px solid #ffffff;
        position: relative;
}

.news .topBar .topNewsArrow {
	display:block;
	width:40px;
	height:15px;
	position:absolute;
	top:5px;
	left:65px;
	background:url(../images/news_buttons.jpg) no-repeat 0px 0px;
	padding:0px;
}

.news .topBar .topNewsArrow:hover {
	background-position:0px -15px;
}

.news .bottomBar .bottomNewsArrow {
	display:block;
	width:40px;
	height:15px;
	position:absolute;
	top:0px;
	left:65px;
	background:url(../images/news_buttons.jpg) no-repeat 0px -30px;
	padding:0px;
}

.news .bottomBar .bottomNewsArrow:hover {
	background-position:0px -45px;
}

.news p, .news ul .tripleLine {
	line-height: 13px;
}
.news p, .news ul .singleLine {
	line-height: 13px;
}


