body.cms-newsroom ul.tabs
{
	background: url(../images/bkg_newsroom_top.gif) bottom;

	border-bottom: 5px solid #135a5b;

	list-style-type: none;

	text-align: center;

	margin: 0px 0px 0px -20px;
	padding: 5px 0px 5px 8px;

	width: 800px;
	height: 17px;
}

body.cms-newsroom ul.tabs li
{
	background-image: none;

	list-style-type: none;

	margin: 0px 0 0 0px;
	padding: 0px 5px 0px 0px;
	float:left;
	
}

body.cms-newsroom ul.tabs li a
{
	background-color: #ededed;
	background-image: url(../images/company/tab_bg_new.gif);
	background-position: left top;
	background-repeat: repeat-x;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 7px 7px 7px 0px;
	width:160px;
	height: 15px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	
	font-size: 1.1em;
	text-decoration: none;

	margin: 0 5px 0px 0px;
	padding: 4px 5px 2px 6px;
	
	display: block;
	float: left;
	font-weight: bold;
}

body.cms-newsroom ul.tabs li a:hover
{
	background-position: left -60px;

	color: white;
	
}

body.cms-newsroom ul.tabs li.open a
{
	background-position: left -30px;

	color: white;
	border: none;

	padding-bottom: 5px;
}

body.cms-newsroom ul.tabs li a span
{
	/*background-image: url(../images/company/tab_icons.png);
	background-position: left top;
	background-repeat: no-repeat;*/

	padding: 0px 0px 0px 0px;
}

body.cms-newsroom ul.tabs li a span.news-releases
{
	background-position: left -64px;
}

body.cms-newsroom ul.tabs li a span.in-the-news
{
	background-position: left -32px;
}

body.cms-newsroom ul.tabs li a span.photos
{
	background-position: left -96px;
}

body.cms-newsroom ul.tabs li a span.videos
{
	background-position: left top;
}

body.cms-newsroom div#tab_news-releases ul#releases
{
	border-top: 1px solid #ccc;

	list-style: none;

	padding: 0px;
}

body.cms-newsroom div#tab_news-releases ul#releases li
{
	border-bottom: 1px solid #ccc;

	padding: 5px 10px 5px 10px;
}

div#tabContentContainer
{
	background: url(../images/bkg_newsroom_btm.jpg) no-repeat;
	
	padding: 20px;
	margin-left: -20px;
}

body.cms-newsroom div#tab_news-releases ul#releases li span.release_date
{
	font-weight: bold;

	float: left;
	display: block;

	width: 160px;
}

div#tabContentContainer h3
{
	font-family: "helvetica rounded bold", "arial rounded", arial, verdana;
	font-size: 12pt;
	color: #666666;
	font-weight: bold;
	padding-bottom: 5px;
}



