/***
 * patches by ds
 */

.footer {
	background: none;/* overwrite IBM style */
}
/* bugfix */
#left ul.menu li.selected a {
	background-image: none;
}
#left ul.menu li.selected a.parent {
	background-image: url(/portal/HO_MarketingPortal/images/arrowWhite.gif);
}

/*
 * portlets
 */

.wpsPortlet {
	margin: 0;/* overwrite IBM style */
	border: none;/* overwrites IBM style */
}
.wpsPortletBody {
	margin: 0;/* overwrites IBM style */
}
.dropzone {
	background-color: #ffffff;/* overwrites tfe style frontpage */
}
form .wcmSection input,
form .wcmSection textarea {
	float: none;
}
#middle form.frm1 {
	margin: 0;
	padding: 0;
}
/*.cont1 table {
	width : 0%;
}*/

/*
 * admin toolbar
 */

.banner {
	height: 26px;
}
.banner .breadcrumbNav {
	padding: 0;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 25px;
}
.banner .toolbar {
	padding: 0;
	line-height: 25px;
}
.banner .toolbar #toolBarLink0 img {
	margin-top: -3px;
}
* html .banner .toolbar #toolBarLink0 img {
	margin-top: -1px;
}

/*
 * admin flyout
 */

#wpsFLYflyout {
	position: absolute;
	top: 26px;
	height: 90%;
}
* html #wpsFLYflyout {
	height: 600px;
	h\eight: 90%;
}
#wpsFLY_flyoutIFrame {
	height: 100%;
}
.portalFlyoutExpanded {/* workaround: flyout overlaps banner */
	z-index: 3;
}
.lwpShadowBorder {/* workaround: portlet context menu overlaps banner */
	position: absolute;
	z-index: 3;
}

/*
 * admin framework
 */

ul.service li.selected {
	display: inline;
	padding: 0;
	color: #333333!important;
	white-space: normal;
}
ul.menu li.selected {
	padding: 0;
	white-space: normal;
}

/*
 * admin CMS
 */

.authoring {
	clear: left;/* workaround frontpage */
	padding-left: 5px;
	height: 22px;
	line-height: 22px;
	background-color: #e8ebf1;
}
.authoring ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.authoring li {
	margin: 0;
	padding-right: 5px;
	display: inline;
}
.authoring a {
	color: #3161a5;
	text-decoration: none;
}

/*
 * content (workaround)
 */

.content h5,
.content h6 {
	color: #333;
	font: normal bold 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.content p {
	padding-bottom: 5px;
}
.content h3 {
	padding-bottom: 10px;
	font-size: 1.3em;
}
.content h4 {
	padding-bottom: 10px;
	font-size: 1.2em;
}
.content h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
}
.content h6 {
	padding-bottom: 10px;
	font-size: 1.0em;
}
.content .article-image-left {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.article-left .richtext-wrapper img {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
.article-right .richtext-wrapper img,
.article-wide .richtext-wrapper img {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.content .richtext-wrapper ol,
.content .richtext-wrapper ul {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}
.content .richtext-wrapper ul {
	padding-left: 24px;
	font-size: 100%;
}
.content .richtext-wrapper li {
	padding-bottom: 10px;
}
.content .richtext-wrapper li p {
	font-size: 100%;
}
.content .richtext-wrapper ol li p,
.content .richtext-wrapper ul li p {
	padding-bottom: 0;
}
.content .richtext-wrapper table {
	margin-bottom: 10px;
	border-collapse: collapse;
}
.content .richtext-wrapper table td,
.content .richtext-wrapper table th {
	padding: 5px;
	border: solid 1px #333333;
}
.wpsPortletBody .news h4 {
	margin: 0;
}
table.layout-column {
	width: 100%;
}
.layout-column-element-1 .wpsPortletBody h2,
.layout-column-element-2 .wpsPortletBody h2,
.layout-column-element-3 .wpsPortletBody h2 {
	color: #000000!important;
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
    background: none!important;
}


.content .news {
	margin-bottom: 3px;
	padding-top: 10px;
}
.content .news p {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

a.home_link  {
	color:#FFFFFF;
	text-decoration: none;
}

.recentNews .news a.readMore_news_only {
	display: none;
}

.recentNews .news a.readMore_read_more {
	float: right;
}


