/****	NEW AND EVENTS	***************************/
#newsEvents {
float:right;
width:443px;
margin-top:10px;
display:inline-block;
text-align:left;
}


#tabsNewsEvent {
width:100%;
height:28px;
overflow:hidden;
}


.tabOn {
background-color:#000000;
position:relative;
top:0px;
margin: 0px 5px 0px 0px;
height:28px;
width:125px;
float: left;
clear: none;
cursor:pointer;
border:1px solid #3F3F3F;
border-bottom:1px solid #000000;
z-index:1001;
color:#ffffff;
}


.tabOff {
/*
background-image:url(../images/news-events-tab-off.jpg);
background-repeat: repeat-x;
background-position:top;
*/
background-color:#3F3F3F;
position:relative;
top:2px;
margin: 0px 5px 0px 0px;
height:25px;
width:125px;
float: left;
clear: none;
cursor: pointer;
border:1px solid #3F3F3F;
color:#D5D5D5;
border-bottom:0px;
}


.tabText {
margin:5px 0px 2px 15px;
font-weight:bold;
}

.textBack {
position:relative;
top:-1px;
}

.textBack span {
display:inline-block;
border:1px solid #3F3F3F;
width:100%;
height: auto;
/*overflow:hidden; */
}

.textContainer {
padding:10px 10px 10px 10px;
line-height:1.1;
}

.listingCell {
border-top: 1px solid #3F3F3F;
padding:10px 0px 10px 0px;
}

.listingCell h3,
.listingCell h5,
.textContainer h3,
.textContainer h5 {
margin:0px 0px 10px 0px;
color: #FFFFFF;
font-size:10pt;
font-weight:bold;
}

.textContainer a {
color: #D5D5D5;
text-decoration:underline;
}

.textContainer a:hover {
text-decoration:none;
}


.textBlock {
padding:10px 0px 10px 0px;
border-top:1px solid #3F3F3F;
}