/* Main Content Area Rules */

#container
{
	min-height:100%;
	margin-left:0px;
	padding: 0px 0px 0px 0px;
}

#maincontent a {
	font-weight: bold;
}


#midcolumn ul {
	/* list-style-image: url(http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/arrow.gif); */
}

#contents {
	margin-left: 10px;
	padding-left: 0px;
}

.homeitem {
	border-color: #008484;
	border-style: solid;
	font-size: 0.9em;
	
}
.Highlight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #6C6;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;

	width: 600px; 
	margin: 4px;
	padding: 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.homeitem h3 {
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #008484;
	color: #fff;
	font-size: 1.1em;
}
.homeitem li {
	/* list-style-image: url(http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/arrow.gif); */
	/* border-style: dashed; */
	border-color: #669;
	border-width: 0 0 1px 0;
}


/* Middle Column Rules cannot have relative position with dynamic menus */
#midcolumn {
	padding-left: 0px;
	padding-top: 0px;
	width: 100%;
	min-width: 2px;
	padding: 0px 0px 0px 0px;
}

#midcolumn li {
	margin-left: 16px;
}

.homeitem {
/*	position: relative; */
	border-width: 0px 0px 0px 0px;
	float: left;
	margin: 0px 0 0px 0;
	width: 98%;
	/*height: 75%;*/
}


.homeitem h3 {
	padding: 3px;
	margin: 0;
}
.homeitem ul {
	margin: 0px 20px;

}
.homeitem li {
	margin: 5px 5px;
	padding: 2px 5px 6px 0px;
}

.homeitem p {
    padding-left: 0px;
    padding-right: 5px;
}

.contentitem {
	border-color: #008484;
	border-style: solid;
	border-width: 1 1px;
	float: left;
	margin: 10px 0 10px 1%;
	width: 48%;
	padding: 0px 0px 10px 0px;
}

.contentitem h3 {
	padding: 3px;
	margin: 0;
	background-image: url(/eclipse.org-common/themes/Phoenix/images/header_bg.gif);
		background-position: top left;
		background-repeat: repeat-x;
		background-color: #008484;
		color: #fff;
	font-size: 14px;
	
}

.contentitem ul {
	margin: 15px 20px;

}
.contentitem li {
	margin: 1px 1px;
	padding: 2px 0px 0px 0px;
	/* list-style-image: url(/eclipse.org-common/themes/Phoenix/images/arrow.gif); */
		/* border-style: dashed; */
	border-color: #008484;
	border-width: 0 0 1px 0;
	list-style-type: none;
	font-size: 12px;
}

.contentitem p {
    padding-left: 5px;
    padding-right: 5px;
}

.contentitem a {
	color: #000;
}

.contentfullline {
	border-width: 1 1px;
	float: left;
	margin: 10px 3% 10px 1%;
	width: 97%;
	border-color: #008484;
	border-style: solid;
	padding: 0px 0px 10px 0px; 
}
.contentfullline h3 {
	padding: 3px;
	margin: 0;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #008484;
	color: #fff;
	font-size: 14px;
	font-family: Arial;
}

.contentfullline h2 {
	padding: 0px;
	margin: 15px 1px 0px 10px;
	background-color: #ffffff;
	color: #008484;
	font-size: 12px;
	font-family: Arial;
}

.contentfullline a {
	text-decoration: underline;
	color: #008484;
}


.contentfullline h4 {
	margin: 3px;
}
.contentfullline ul {
	margin: 1px 20px;
}
.contentfullline li {
	margin: 0px 0px;
	padding: 2px 0px 0px 0px;
	border-color: #008484;
	border-width: 0 0 1px 0;
	font-size: 12px;
}
.contentfullline p {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}

.contentfullline td {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

.bottomPane {
	border-width: 1 1px;
	float: left;
	margin: 1px 1 1px 1;
	width: 97%;
	border-color: #008484;
	border-style: solid;
	padding: 5px 0px 10px 0px; 
}

.bottomPane td {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
	color: #e0e0e0;
}

.bottomPane a {
	text-decoration: underline;
	color: #e0e0e0;
}


a.titleLink { COLOR: #ffffff; TEXT-DECORATION: underline; margin: 0px; padding: 0px; font-weight: bold; }

span.dateClass { COLOR: #555555; font-style: italic; }
