/*******************************************************************************
 * Copyright (c) 2006 Eclipse Foundation and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *    Wayne Beaton (Eclipse Foundation)- initial API and implementation
 *******************************************************************************/
 
.item_headline {
	padding: 3px;
}

.visible .item_contents {
	display: block;
}

.invisible .item_contents {
	display: none;
}

.visible .item_menu {
	display: block;
}

.invisible .item_menu {
	display: none;
}

.visible a.norgie {
	background: url('images/minus.gif') no-repeat;
}

.invisible a.norgie {
	background: url('images/plus.gif') no-repeat;
}

.item_menu {
	position: relative;
	left: 5px;;
	margin: 10px;
	margin-left: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.item_contents {
	margin: 10px;;
	background-color: #F8F8F8;;
	border: 1px dashed black;;
	padding: 5px;
}

a.norgie {
	float: left;
	clear: all;;
	height: 20px;
	width: 10px;
	margin-top: 5px;
	margin-bottom: -5px;
}

.rhs {
	top: 0px;
	/*	position: relative; */
	float: right;
	margin-right: 3px;
	width: 5%;
}

.news {
	width: 100%;
}

.categoryLeft,.categoryRight {
	width: 48%;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	margin: 0px;
}

.paddingLeft {
	padding-left: 7px;
}

.box {
	
}

.box ol {
	padding-left: 0px;
	margin: 0;
	margin-top: 10px;
}

.box ol li {
	list-style-type: none;
	padding-bottom: 10px;
}

.categoryLeft .box ol li,.categoryRight .box ol li {
	padding: 0px;
	padding-bottom: 10px;
}

.box ol li ul li {
	background: none;
}

.boxHeader {
	background-image: url(/images/bar.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 5px;
	color: #000;
	font-weight: bold;
	font-size: 110%;
}

.boxHeader a {
	color: #4F4F4F;
}

.boxBody {
	border: 1px solid #CCC;
	border-top: 0px;
	min-height: 30px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

.newsItems {
	padding-top: 10px;
	padding-left: 0px;
}

.newsItem {
	display: inline;
}

.newsTitle {
	font-weight: bold;
	color: #653265;
}

.newsDate {
	padding-left: 20px;
	font-size: x-small;
	color: #6F6F6F;
}

.newsBody {
	padding-left: 25px;
}

.newsItems li {
	list-style-image:
		url(/eclipse.org-common/themes/Phoenix/images/arrow.gif);
	list-style-position: inside;
	padding-left: 5px;
	padding-bottom: 15px;
}

.newsMore {
	text-align: right;
	font-size: 70%;
	padding-right: 10px;
	clear: all;
}

.newsQuote {
	font-size: 90%;
	color: #595791;
	margin: 7px;
	padding: 1px;
	background: #F5F5FF;
	border: 1px solid #CCCCCC;
}

.headerBar {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #EEE;
	padding: 0px;
	width: 100%;
}

.headerBar td {
	background-image: url('/images/bar.jpg');
	font-size: 110%;
	font-weight: bold;
}

.resourcesHeader {
	background-image: url('/images/bar.jpg');
	font-size: 110%;
	font-weight: bold;
	border-top:1px solid black;
}

.expandDown {
	cursor:pointer;
}

.headerBar span {
	font-size: 80%;
	font-weight: normal;
}

.resourcesTable {
	padding: 0px;
	border: 1px solid black;
	border-top:0px;
}

.resourcesTableHeader {
}

.resourcesData td {
	border-top: 1px solid darkgray;
	vertical-align: top;
}
