div.search {
	padding: 6px 0px 0px 0px;
}

div.search input {
	width: 153px;
	height: 14px;
	border: 1px solid #c8c8c8;
	padding: 1px 0px 0px 5px;
	background: #ffffff;
	font-size: 100%;
}

div.search input:hover, div.search input.sfhover  {
	background: #0096dc;
	color: #ffffff;
}

div.search input:focus, div.search input.sffocus  {
	background: #036ea0;
	color: #ffffff;
}

.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 0px;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #969696;
}

.contentpane {
  margin: 0;
  padding: 0;
  width: 100%;
}

.contentpaneopen {
  margin: 0;
  padding: 0;
  width: 100%;
}

.contentpaneopen hr {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #c8c8c8;
	border-left: 0px;
	line-height: 0px;
	height: 1px;
}

.article_seperator {
	display: block;
	height: 16px;
}

.small {
	font-size: 95%;
	font-style: italic;
	color: #050505;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 95%;
	font-weight: bold;
	color: #050505;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 95%;
	color: #050505;
}

.buttonheading img {
	margin-right: 2px;
}

.mosimage_caption {
	font-size: 95%;
}

.button {
	font-size: 95%;
}

.sectiontableheader {
	padding: 5px 5px 5px 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #b4b4b4;
	font-weight : bold;
	color : #969696;
}

tr.sectiontableentry1 td {
	padding: 5px 5px 5px 5px;
	background: #fafafa;
	border-bottom: 1px solid #c8c8c8;
}

tr.sectiontableentry2 td {
	padding: 5px 5px 5px 5px;
	background: #f5f5f5;
	border-bottom: 1px solid #c8c8c8;
}

td.sectiontableentry1 {
	padding: 5px 5px 5px 5px;
	background: #fafafa;
	border-bottom: 1px solid #c8c8c8;
}

td.sectiontableentry2 {
	padding: 5px 5px 5px 5px;
	background: #f5f5f5;
	border-bottom: 1px solid #c8c8c8;
}