#top {
	text-align:center;
}

#top table tr td {
	padding-bottom:20px;
}

#navigate table tr td{
	text-align:center;
}

#navigate table tr td a {
	font-size:120%;
}

.inline	{
	display:inline;
	margin:10px;
}

.title {
	margin:10px 0;	
}

.quoteList li {
	border:0px;
	list-style: none;
	list-style-image: none;
	clear:both;
	display:table;
	margin-top:10px;
	padding-bottom:10px;
}

.quoteList li img {
	float:left;	
	margin-right:10px;
}

.quote {
	background-color:#F5F5FF;
	font-style:italic;
	border:1px dashed grey;
	padding:10px;
	margin-left:180px;
	clear:none;
}

.origin {
	font-weight:bold;
	font-size:105%;
	padding:5px;
}

.more {
	text-align:right;
	width:100%;
}

li.more {
	list-style:none;
	border:0px;
	display:inline !important;
}

.homeitem, .homeitem3col {
	border:1px solid #CCCCCC;	
}

.homeitem h3, .homeitem3col h3 {
	background:transparent url(/eclipse.org-common/themes/Phoenix/images/bar.jpg) repeat scroll;
	background-position:0 -20px;
	color:#333366;
	font-size:110%;
	font-weight:bold;
	border-bottom:1px solid #DDDDDD;
}

#tabSelection {
	width:100%;
	height:22px;
	display:block;
}

#tabSelection ul {
}

#tabSelection ul li {
	list-style: none;
	display:inline;
	margin:0;
	padding:0;

}
#tabSelection ul li a {
	background:transparent url("images/formatTab.png") no-repeat top left;	
	display:block;	
	text-decoration:none;
	height:22px;
	width:204px;
	float:left;
	text-align: center;
	padding-top:3px;
	margin-bottom:-5px;
	cursor: pointer;
}

#tabSelection ul li a.active {
	text-decoration:underline;	
} 


#tabData {
	border:1px solid #CCC;
	width:100%;	

}

#tabData .webinars {
	width:100%;
	padding:0;
	margin:0;	
}

#tabData .webinars tr.header td {
	background:transparent url(/eclipse.org-common/themes/Phoenix/images/bar.jpg) repeat scroll;
	background-position:0 -40px;
	border-bottom:1px solid #DDD;
	font-weight:bold;
}

#tabData .webinars tr td {
	font-size:90%;
	padding-left:5px;
	height:20px;
}

#tabData .webinars tr td.hidden {
	height:0px;	
	border-bottom:1px solid #DDD;
}

.visible a.norgie {
	background:transparent url(images/minus.gif) no-repeat scroll 0%;
	padding-right:2px;
}
.invisible a.norgie {
	background:transparent url(images/plus.gif) no-repeat scroll 0%;
	padding-right:2px;
}

.visible .item_contents {
	display:block;
	border-top:1px solid #EEE;
}
.invisible .item_contents {
	display:none;
}

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

ul.nobullets > li {
	list-style: none;
	

