dl.portalMessage, div.attention, div.caution, div.danger, div.error, div.hint, div.important, div.note, div.tip, div.warning {
    margin: 1em 0;
    font-size: 80%;
    border: 1px solid #996;
    background-color: #ffffe3;
    clear: both;
}
dl.portalMessage dt, div > .admonition-title {
background-color: #996;
font-weight: bold;
float: left;
margin: 0 0.5em 0 0;
padding: 0.5em 0.75em;
color: White;
line-height: 1.25em;
}
dl.portalMessage dd, div.attention > .last, div.caution > .last, div.danger > .last, div.error > .last, div.hint > .last, div.important > .last, div.note > .last, div.tip > .last, div.warning > .last {
padding: 0.5em 0.5em;
margin: 0;
line-height: 1.25em;
}

ul.formTabs {
background-color: #ddd;
border: 0.3em solid #ddd;
display: block;
border-style: solid solid none solid;
margin-left: 0;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}

li.formTab {
display: inline;
margin-right: 0.25em;
}

li.formTab a.selected{
font-weight: bold;
}

li.formTab a{
line-height: 2.04em;
padding: 0 0.75em;
text-decoration: none;
border: none;
margin: 0;
}

li.selected a, li.formTab a.selected, li.formTab a:hover {
background: White;
color: Black;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}

div.overlay {
width: auto;
height: auto;
display: none;
margin: 1em;
font-size: 80%;
}

div.overlay-iframe, div.overlay-ajax {
width: 60%;
min-height: 100px;
z-index: 99;
}

div.overlay-element {
width: auto;
}

div.overlaybg div.close, div.overlay div.close {
background-image: url(../../pb_close.png);
position: absolute;
left: -14px;
top: -14px;
cursor: pointer;
height: 30px;
width: 30px;
}

div.overlay div.close span {
display: block;
height: 1px;
margin: -1px 0 0 -1px;
overflow: hidden;
padding: 0;
width: 1px;
}

.pb-ajax {
overflow-y: auto;
}

.pb-ajax, .pb-image, .overlay iframe {
background-color: #fff;
border: 1px solid #999;
white-space: normal;
box-shadow: 0 0 3em 0.5em #666;
-moz-box-shadow: 0 0 3em 0.5em #666;
-webkit-box-shadow: 0 0 3em #666;
}

#ajax-spinner {
display: none;
width: 20px;
height: 20px;
position: fixed;
background-position: center center;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
}

#pagecontent label{
    display: inline;
}

.hiddenStructure{
    display: none !important;
}

.image-right{
    float:right;
}

.image-left{
    float:left;
}