ul.newsList {
}

#page .tabSection h2 {
    margin: 0;
    padding: 5px;
}
#page .tabSection h3 {
    margin: 20px;
    padding: 5px;
}

/* News Bits */
.newsList {
    background: #fff url(../images/2009/loading/loading01.gif) no-repeat scroll center center;
}
.newsList li {
    background-image: none;
    list-style-type: none;
    margin: 0;
}
ul.newsList {
    margin: 0 0 0 20px;
    padding: 0 20px 0 0;
    list-style-type: none;
}
ul.newsList ul {
    margin: 12px 0 4px 5%!important;
}
ul#twitterFeed ul {
	padding-bottom: 8px!important;
	border-bottom: solid 1px #4b2944!important;
}
ul.newsList ul li {
    list-style-type: none;
}
ul.newsList ul li.headline {
    list-style-type: square;
    font-weight: bolder;
    font-size: 14px;
}
ul#twitterFeed.newslist ul li.headline {
    font-weight: normal!important;
    list-style-type: none;
    padding-left: 16px;
}
ul#twitterFeed ul li.left {
    width: 75px;
}
ul.newsList ul li.date {
    color: #4b2944;
    font-style: italic;
    font-family: Georgia, Times New Roman, Serif;
}
ul#twitterFeed ul li.date {
    list-style-type: none;
    padding-left: 18px;
    margin-bottom: 12px;
}
ul.newsList ul li.firstParagraph {
    margin-left: 0px;
    margin-bottom: 6px;
    padding-right: 20%;
    padding-left: 5px;
    border-left: solid 25px #c00;
}
ul.newsList ul li.newsLink {
    border-bottom: solid 1px #4b2944;
    padding-bottom: 6px;
    padding-left: 20px;
    margin-bottom: 12px;
}
ul.newsList ul li.twitterIcon {
    float: right;
    clear: left;
    margin: 8px 5% 2px;
}
