
/* - ploneCustom.css - */
@media all {
/* http://www.linux.org.pl/portal_css/ploneCustom.css?original=1 */
div#portal-top {
border-top:none;
}
#portal-logo img {
margin-bottom: 10px;
margin-top: 10px;
margin-left: 25px;
}
div#portal-header {
background: none;
min-height: inherit;
}
#portal-slogan {
display:none !important;
}
.searchField {
font-size:1em;
height:33px;
border:1px solid #ff6046 !important;
border-radius:6px 0 0 6px !important;
line-height:33px;
}
#portal-searchbox .searchButton {
background:url("search_icon.png") !important;
background-repeat:no-repeat !important;
background-position:center center !important;
border-top:1px solid #ff6046 !important;
border-right:1px solid #ff6046 !important;
border-bottom:1px solid #ff6046 !important;
border-radius:0 6px 6px 0 !important;
height:35px !important;
text-indent:-9999px;
}
.searchSection label {
color:#000 !important;
}
.searchSection label:hover {
color:#000 !important;
}
#portal-personaltools {
background-image:none !important;
background-color:#ff6046 !important;
border-radius:6px 6px 0 0 !important;
color:#000 !important;
}
#portal-personaltools a {
text-decoration:none !important;
}
#portal-personaltools a:hover {
text-decoration:underline !important;
}
#portal-siteactions {
background-image:none !important;
background-color:#ff6046 !important;
border-radius:0 0 6px 6px !important;
color:#000 !important;
}
#portal-siteactions a {
text-decoration:none !important;
}
#portal-siteactions a:hover {
text-decoration:underline !important;
}
}

