.page {
	position: relative;
}
.banner {
    height: 26px;
}
.banner .breadcrumbNav {
    padding: 0;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 25px;
}
.banner .toolbar {
    padding: 0;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 25px;
}
.banner .toolbar #toolBarLink0 img {
	margin-top: -3px;
}
* html .banner .toolbar #toolBarLink0 img {
	margin-top: -1px;
}
#contentcontainer {
    padding-right: 20px;/* left padding by portlets */
    /*border: solid 1px black;*/
}
#mainContent {
    padding:0 ;/* overwrite IBM style */
    /*border: solid 1px green;*/
}
#wpsFLYflyout {
    top: 26px;
    height: 90%;
    z-index:100;
}
* html #wpsFLYflyout {
	height: 600px;
    h\eight: 90%;
}
#wpsFLY_flyoutIFrame {
    height: 100%;
}
/*
 * Layout portlet area
 */
.layoutRow {
    /*border: solid 1px red;*/
}
.layoutColumn {
    /*border: solid 1px blue;*/
}
.layoutColumn .dropzone {
    width: 100px;/* mz iE7 */
}
* html .layoutColumn .dropzone {
	width: 100px;/* iE6 (!iE7 strict) */
}
.wpsPortlet {
    margin: 0;/* overwrite IBM style */
    border: none;/* overwrites IBM style */
}
.wpsPortletBody {
	margin: 0;/* overwrites IBM admin style */
    /*font-size: 11px;*//* overwrite IBM style */
}

