body {
 	background : #FFFFFF;
  	font-family: arial,sans-serif;
	font-weight: normal;
	font-style: normal;
}
.component {
	border-width: 0 1px 1px 1px;
	border-color: #669;
	border-style: solid;
	margin: 10px 3% 10px 1%;
	width: 400px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.component .title{
	padding: 3px;
	margin: 0 -5px 0 -5px;
	background-image: url(http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #669;
	color: #fff;
	font-size: 110%;
}
.component td {
}
td .horizontalline {
  background-color: #CCCCCC;
  height: 1px;
}

hr.componentseparator {
  background: #669;
  height: 1px;
}
