
/* - public.css - */
@media screen {
/*
** Plone style sheet - Public-facing Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

/* Accessibility elements, applied by JS */
body.largeText { font-size: 95%; }
body.smallText { font-size: 60%; }

/* Padding for the columns */

#portal-column-one .visualPadding {
    padding: 0;
}
#portal-column-two .visualPadding {
    padding: 0;
}

/* Content area */
h1, h2 {
	font-size: 24px;
    font-weight: normal;
}
/* Compensate for the inline editing hover, since we have a 1px border */
body.kssActive h2.inlineEditable:hover,
body.kssActive h1.inlineEditable:hover {
    padding-bottom: 1px;
}


h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}

.documentFirstHeading {
    margin-top: 0;
}

.documentContent {
    font-size: 110%;
    padding: 10px 0 0 0 !important;
}
.documentContent ul {
/*    list-style-image: url(http://192.168.164.165:9099/foo/bullet.gif); */
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
}
.documentContent ol {
    margin: 0.5em 0 0 2.5em;
}

/* Links with differently colored link underlines - only for content */
.documentContent p a {
    text-decoration: none;
    border-bottom: 1px #ccc solid;
}
.documentContent p a:visited {
    color: #82b500;
    background-color: transparent;
}
.documentContent p a:active {
    color: #ff6600;
    background-color: transparent;
}
#content a:target {
    background-color: #fd7 !important;
}
.documentContent li a {
    text-decoration: none;
    border-bottom: 1px #cccccc solid;
}
.documentContent li a:visited {
    color: #82b500;
}
.documentContent li a:active {
    color: #ff6600;
}
.documentContent li a:hover {
    text-decoration: none;
}
.documentContent dd a {
    text-decoration: none;
    border-bottom: 1px #cccccc solid;
}
.documentContent dd a:visited {
    color: #82b500;
    background-color: transparent;
}
.documentContent dd a:active {
    color: #ff6600;
    background-color: transparent;
}
.documentContent dd a:hover {
    text-decoration: underline;
}
/* End links */

/* End edit form elements */

#visual-portal-wrapper {
    margin: 0;
    padding: 0;
	background-image: url(../_d/common/bg-visual-portal-wrapper.gif);
	background-repeat: no-repeat;
}
#visual-portal-wrapper-2 {
    margin: 0;
    padding: 0;
	background-image: url(../_d/common/bg-visual-portal-wrapper-2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#visual-portal-wrapper-2-home {
    margin: 0;
    padding: 0;
	background-image: url(../_d/common/bg-visual-portal-wrapper-2-home.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* Logo properties */
#portal-logo img {
    border: 0;
    padding: 0;
    margin: 26px 0 0 21px;
}
#visual-portal-wrapper-2-home #portal-logo img {
    margin: 23px 0 0 166px;
}

/* The skin switcher at the top, only shows up if you have multiple skins available */
#portal-skinswitcher {
}
#portal-skinswitcher a {
    display: block;
    float: left;
}
#portal-top {
    /* Top section */
	position: relative;
	width: 984px;
	height: 185px;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
#page-main #portal-top {
	height: 137px !important;
}
#portal-header {
    /* Top section */
	height: 135px;
}

/* Site-wide action menu - font size, contact, index, sitemap etc */
#portal-siteactions {
    background-color: transparent;
    white-space: nowrap;
    list-style-image: none;
    list-style-type: none;
    margin: 0 35px 0 0;
    height: auto;
    line-height: normal;
    float: right;
    padding: 0;
}
#portal-siteactions li {
	float: left;
	padding: 11px 6px 2px 6px;
	border-right: 1px solid #9bb57f;
	font-size: 12px;
}
#portal-siteactions li a {
    background-color: transparent;
    color: #005943;
    height: auto;
    text-decoration: none;
	text-transform: uppercase;
}
#portal-siteactions li.selected a {
}
#portal-siteactions li a:hover {
	text-decoration: underline;
}

/* Site-wide action menu @ footer - font size, contact, index, sitemap etc */
#portal-siteactions-footer {
	position: absolute;
	top: 38px;
	right: 0;
    white-space: nowrap;
    list-style-image: none;
    list-style-type: none;
    margin: 0 0 0 0;
    height: auto;
    line-height: normal;
    float: right;
    padding: 0;
}
#portal-siteactions-footer li {
	float: left;
	padding: 10px 3px 10px 3px;
	border-right: 1px solid #dbe5d1;
	font-size: 12px;
}
#portal-siteactions-footer li a {
    background-color: transparent;
    color: #808e70;
    height: auto;
    text-decoration: none;
}
#portal-siteactions-footer li a:hover {
	text-decoration: underline;
}
#portal-siteactions-footer li.last {
	border: none;
}

/* The global section nav @ footer. */
#portal-globalnav-footer {
	position: absolute;
	top: 60px;
	left: 0;
    white-space: nowrap;
    list-style-image: none;
    list-style-type: none;
    margin: 0 60px 0 0;
    height: auto;
    line-height: normal;
    float: right;
    padding: 0;
}
#portal-globalnav-footer li {
	float: left;
	padding: 26px 3px 4px 3px;
	border-right: 1px solid #b7c696;
	font-size: 12px;
}
#portal-globalnav-footer li a {
    background-color: transparent;
    color: #005943;
    height: auto;
    text-decoration: none;
	text-transform: uppercase;
}
#portal-globalnav-footer li a:hover {
	text-decoration: underline;
}
#portal-globalnav-footer li.first {
	width: 149px;
	padding-left: 13px;
	padding-right: 0;
	border: none;
}
#portal-globalnav-footer li.first-home {
	padding-left: 165px;
}
#portal-globalnav-footer li.last {
	border: none;
}


/* Searchbox style and positioning */

#portal-searchbox {
    float: right;
    clear: right;
    background-color: transparent;
    margin: 33px 113px 0 0;
    padding: 0 0 0 0;
    text-align: right;
    text-transform: none;
	color: #386c00;
    white-space: nowrap;
    z-index: 2;
}
#portal-advanced-search {
    margin-top: 0.2em;
    clear: both;
}
#portal-advanced-search a {
    color: #76797c;
    text-decoration: none;
    text-transform: none;
}
.searchSection {
	display: none;
}

/* Search results elements */

dl.searchResults dt {
    font-size: 140%;
    font-weight: normal;
}

form.searchPage {
    text-align: center;
}

input.searchPage {
    font-size: 200% !important;
}

form.searchPage input.searchButton {
    background-position:5px 7px;
    padding:1px 10px 1px 25px;
}

/* LiveSearch styles */
.LSRes {
    font-family:  "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    color: #436976;
    background-color: White;
    vertical-align: middle;
    display:block;
    list-style-image: none;
    list-style-type: none;
    text-align: left;
    min-width: 16.5em;
    text-transform: none;
    margin-left: 0;
    line-height: 1.1em;
}
#LSHighlight,
.LSHighlight {
    background-color: #dee7ec;
    border: 1px solid #d5ddb8;
    color: #436976;
}
.LSRow {
    border: 1px solid White;
    white-space: normal;
    padding:0;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}
.LSRow a {
    text-decoration: none;
    font-weight:bold;
    white-space:nowrap
}
.LSDescr {
    color: #76797c;
    text-transform: none;
    padding-left:2.1em;
    margin-top:-0.1em;
}
.LSResult {
    position: relative;
    display: block;
    text-align: right;
    padding-top: 5px;
    margin: 0;
    left: 3px;
    z-index: 3;
}
.LSShadow {
    position: relative;
    text-align: right;
}
.livesearchContainer {
    background-color: White;
    margin-top: 0;
    padding: 0 !important;
    position: absolute;
    right: 0px;
    /* Currently exposes a rendering bug in Mozilla */
    top: 0;
    white-space: normal;
    font-family:  "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    text-align: left;
    color: #436976;
    border: 1px solid #d5ddb8;
    width: 30em;
    text-transform: none;
}
* html .livesearchContainer {
    padding: 1px !important;
    padding-top: 0 !important;
    background-color: #d5ddb8;
    border: 0;
}
#livesearchLegend {
    line-height: 1em;
    margin-top: -2em;
    margin-left: -0.1em;
    border: 1px solid #d5ddb8;
    border-bottom: 0;
}
* html #livesearchLegend {
    margin-top: -1.9em;
    margin-left: -8px;
    position: relative;
}

/* Workaround for Internet Explorer's broken z-index implementation */
.LSIEFix {
    background-color: White;
    padding: 0.5em !important;
    z-index: 20;
}
.LSBox {
    clear: left;
    float: left;
    text-align: right;
    padding-right: 1px;
    display:block;
}
#LSNothingFound {
    text-align: center;
    padding: 2px;
}
.LSBox label {
    font-weight: normal;
}

/* The global section tabs. */
#portal-globalnav {
    background-color: transparent;
	overflow: hidden;
	height: 40px;
    padding: 0;
    white-space: nowrap;
    list-style: none;
    margin: 21px 0 0 0;
    height: auto;
    line-height: normal;
}
#visual-portal-wrapper-2-home  #portal-globalnav {
	margin-top: 17px;
}
#portal-globalnav li {
	float: left;
}
#portal-globalnav li a {
    /* The normal, unselected tabs. They are all links */
	display: block;
	overflow: hidden;
	height: 40px;
	text-decoration: none;
	text-indent: -1000px;
	background-repeat: no-repeat;
}
#portal-globalnav li.selected a {
    /* The selected tab. There's only one of this */
}
#portal-globalnav li a:hover {
	background-position: 0 -40px;
}
#portal-globalnav #portaltab-index_html a {
	width: 164px;
	margin-right: 2px;
	background-image: url(../_d/nav/strona-startowa.gif);
	background-repeat: no-repeat;
}
#portal-globalnav #portaltab-Produkty-Home a {
	margin-left: 166px;
	width: 96px;
	background-image: url(../_d/nav/produkty.gif);
	background-repeat: no-repeat;
}
#portal-globalnav #portaltab-Produkter a {
	width: 96px;
	background-image: url(../_d/nav/produkter.gif);
	background-repeat: no-repeat;
}
#portal-globalnav #portaltab-Instruktion a {
	width: 96px;
	background-image: url(../_d/nav/instruktion.gif);
	background-repeat: no-repeat;
}
#portal-globalnav #portaltab-Kontakt a {
	width: 96px;
	background-image: url(../_d/nav/kontakt.gif);
	background-repeat: no-repeat;
}
#portal-globalnav #portaltab-Ekologi a {
	width: 96px;
	margin-right: 129px;
	background-image: url(../_d/nav/ekologi.gif);
	background-repeat: no-repeat;
}
#portal-globalnav #portaltab-Profi a {
	width: 164px;
	background-image: url(../_d/nav/dla-profesjonalistow.gif);
	background-repeat: no-repeat;
}
#portal-globalnav #portaltab-Ekologia a {
	width: 79px;
	background-image: url(../_d/nav/ekologia.gif);
	background-repeat: no-repeat;
}

#portal-globalnav-level-2 {
	width: 100%;
	padding-bottom: 8px;
	background-image: url(../_d/common/bg-portal-globalnav-level-2.gif);
	background-repeat: no-repeat;
	font-size: 14px;
}
#page-main #portal-globalnav-level-2 {
	height: 320px;
	padding-bottom: 0;
	background-image: url(../_d/common/bg-portal-globalnav-level-2-index.gif);
}
#portal-globalnav-level-2 ul {
	list-style: none;
	margin: 0 0 0 11px;
	padding: 10px 0 0 0;
	background-image: url(../_d/common/bg-portal-globalnav-level-2-ul.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#portal-globalnav-level-2 li {
	list-style: none;
	margin: 0;
	padding: 4px 3px 4px 11px;
	background-image: url(../_d/common/bg-portal-globalnav-level-2-li.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	line-height: normal;
}
#portal-globalnav-level-2 li.selected {
	background-image: url(../_d/common/bg-portal-globalnav-level-2-li-on.gif);
}
#portal-globalnav-level-2 li a {
	color: White;
	text-decoration: none;
}
#portal-globalnav-level-2 li a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#portal-personaltools-wrapper {
	sdisplay: none;
	position: absolute;
	top: 65px;
	right: 456px;
}
#portal-personaltools {
    /* Bar with personalized menu (user preferences, favorites etc) */
	background-color: #9BB57F;
    padding: 0 0.5em 1px 0;
    margin: 0;
    text-align: right;
    text-transform: none;
    list-style: none;
}
#portal-personaltools .portalUser {
    background: transparent url(http://192.168.164.165:9099/foo/user.gif) center left no-repeat;
    padding-left: 18px;
}
#portal-personaltools .portalNotLoggedIn {
    /* Used on all descriptions relevant to those not logged in */
    color: Black;
    padding: 0;
    background: transparent;
    background-image: none;
}
#portal-personaltools li {
    margin-left: 0.5em;
    display: inline;
    color: #f5f7ec;
}
#portal-personaltools li a {
    text-decoration: none;
	font-weight: bold;
    color: #fff;
}
#portal-personaltools .visualIconPadding {
    padding-left: 10px;
}
.visualCaseSensitive {
    text-transform: none;
}
#portal-languageselector {
	margin: 0;
    padding: 8px 3px 2px 3px;
    float:right;
	background-color: #005943 !important;
	background-image: url(../_d/common/bg-language-selector.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#portal-languageselector li {
    display: inline;
}
#portal-section-title {
	position: absolute;
	top: 137px;
	left: 0;
	width: 166px;
	height: 48px;
}
#page-main #portal-section-title {
	position: static;
}
#portal-section-title img {
	border: none;
	display: block;
}
#portal-breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
	position: absolute;
	top: 148px;
	left: 194px;
	margin: 0;
    text-transform: none;
	color: #808e70;
}
#portal-breadcrumbs a {
	color: #808e70;
    text-decoration: none;
}
#portal-breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbSeparator {
    font-size: 100%;
}
.addFavorite {
    vertical-align: bottom;
}
.documentEditable {
    padding: 0em 1em 1em 1em !important;
    margin: 0 -1em;
}
#content-news h1 {
    margin-bottom: 1em;
}

/* Only h5/h6 headlines in the content area should have the discreet color */
#content h5,
#content h6 {
    color: #76797c;
}
.newsItem {
	clear: both;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #d5ddb8;
}
.newsImage {
    border: 2px solid #d5ddb8;
}
.newsImageContainer {
    float:right;
    margin: 0 0 0.5em 1em;
    width: 204px;
	text-align: center;
}
.newsImagePrevContainer {
    float:right;
    margin: 0 0 0.5em 1em;
	text-align: center;
}
.newsContent {
    padding: 0 1em 1em 1em;
}
.newsContent ul,
.newsContent li {
    display: block;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.newsAbout {
    display: block;
    color: #76797c;
    font-size: 90%;
    padding: 0;
    margin-top: 0;
    list-style: none;
    list-style-image: none;
    float: right;
    text-align: right;
}
.newsAbout li {
    display: inline;
}
.newsFooter {

}
.newsFooter li {
    display: inline;
    margin: 0 1em 0 0;
}
.documentActions {
    margin: 1em 0;
    padding: 0;
    text-align: right;
    border-top: 1px solid #d5ddb8;
}
.documentActions ul {
    margin: 0;
    padding: 0 0.5em;
    display: block;
    margin-top: -0.9em;
    list-style-type: none;
    list-style-image: none;
}
.documentActions li {
    display: inline;
    font-size: 90%;
    margin: 0 0.5em;
    padding: 0 0.25em;
    background-color: White;
}
.documentActions a {
    border: none !important;
    text-decoration: none;
}

/* Status messages */

dl.portalMessage {
    font-size: 90%;
}
dl.portalMessage a {
    color: black;
    border: none;
    text-decoration: underline;
}
dl.portalMessage dt {
    background-color: #996; 
    border: 1px solid #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 {
    background-color: #ffffe3;
    border: 1px solid #996;
    padding: 0.5em 0.5em; 
    margin: 0;
    line-height: 1.25em;
}
dl.warning dt {
    background-color: #d80; 
    border: 1px solid #d80;
}
dl.error dt {
    background-color: #d00; 
    border-color: #d00;
}
dl.warning dd {
    background-color: #fd7; 
    border-color: #d80;
}
dl.error dd {
    background-color: #fd7; 
    border-color: #d80;
}

.documentDescription {
    /* The summary text describing the document */
    font-weight: bold;
    display: block;
    margin: 0em 0em 0.5em 0em;
    line-height: 1.5em;
}
.documentByLine {
    font-size: 90%;
    font-weight: normal;
    color: #76797c;
    margin-bottom: 0.5em;
}
dl.searchResults span.documentByLine {
    display: block;
}
#category ul {
    list-style-image: none;
    list-style-type: none;
    display: inline;
    margin: 0;
}
#category ul li {
    display: inline;
}
.discussion {
    margin-top: 1em;
}
.even {
	margin-top: 3px;
	spadding-bottom: 2px;
	sborder-bottom: 1px solid #c3d3b2;
	color: #005943;
}
.even a {
	color: #005943;
}
.odd {
	smargin-top: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #c3d3b2;
	color: #82b500;
}
.odd a {
	color: #82b500;
}
.odd a:visited {
	color: #82b500;
}
.visualHighlight {
    background-color: #ffc;
}
.discreet {
    color: #6b7b51;
    font-size: 90%;
    font-weight: normal;
}
.pullquote {
    padding: 0 1em 0 1em;
    margin: 0 0 1em 1em;
    font-weight: bold;
    color: #CC9933;
    float: right;
    width: 175px;
    clear: right;
    background-color: White;
    border-left: 4px solid #386c00;
}
.callout {
    font-weight: bold;
    color: #CC9933;
    padding: 0px 1em;
}

.notify,
.documentEditable * .notify {
    border: 1px solid #ffa500;
}
.card {
    background-color: #dee7ec;
    border-color: #d5ddb8;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    text-align: center;
    width: 110px;
    padding: 1em 0;
}
.card a {
    text-decoration: none;
}
.portrait {
    background-color: #dee7ec;
    border-color: #d5ddb8;
    border-width: 1px;
    border-style: solid;
    font-size: 90%;
    margin: 0.5em;
    padding: 1em 0 0.5em 0;
    text-align: center;
    width: 100px;
}
.portraitPhoto {
    border: 1px solid black;
}

/* The table used for listings - horizontal and vertical variants */
table.listing,
.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #d5ddb8;
    border-bottom: 1px solid #d5ddb8;
    font-size: 90%;
    margin: 1em 0em 1em 0em;
}
table.listing th,
.stx table th {
    background: #dee7ec;
    border-top: 1px solid #d5ddb8;
    border-bottom: 1px solid #d5ddb8;
    border-right: 1px solid #d5ddb8;
    font-weight: normal;
    padding: 0.25em 0.5em;
    text-transform: none;
}
table.listing .top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
}
table.listing .listingCheckbox {
    text-align: center;
}
table.listing td,
.stx table td {
    border-right: 1px solid #d5ddb8;
    padding: 0.25em 0.5em;
}
table.listing a {
    text-decoration: none;
}
table.listing a:hover {
    text-decoration: underline;
}
table.listing img {
    vertical-align: middle;
}
table.listing td a label,
.stx table td a label {
    cursor: pointer;
}

/* Vertical addition class */
table.vertical {
    background-color: White;	
}
table.vertical th {
    padding: 0.5em;
}
table.vertical td {
    border-top: 1px solid #d5ddb8;
    padding: 0.5em;
}

/* grid addition class */

table.grid td {
    border: 1px solid #d5ddb8;
    padding: 0.5em;
}

/* plain table class with light gray borders */

table.plain,
table.plain td,
table.plain th {
    border: 1px solid #ccc;
    padding: 0.5em;
    border-collapse: collapse;
}

/* Batch selector */
.listingBar {
    background-color: #f4f6eb;
    border-color: #d5ddb8;
    border-style: solid;
    border-width: 1px;
    padding: 0.25em 1em;
    text-align: center;
    text-transform: none;
    vertical-align: top;
    margin: 1em 0em;
    font-size: 94%;
    clear: both;
}
.listingBar span.previous,
.listingPrevious {
    text-align: left;
    float: left;
    margin-right: 1em;
}
.listingBar span.next,
.listingNext {
    text-align: right;
    float: right;
    margin-left: 1em;
}
.listingBar img {
    vertical-align: middle;
}
.listingBar a {
    text-decoration: none;
}
.listingBar a:hover {
    text-decoration: underline;
}
.tileItem {
    border-top: 1px solid #d5ddb8;
    padding-top: 0.5em;
    margin-top: 0.5em;
}
.tileHeadline {
    border: none;
    font-size: 110%;
    font-weight: bold;
}
.tileHeadline a {
    text-decoration: none;
}
.tileBody {
    margin-bottom: 0.5em;
}
.tileImage {
    float: right;
    margin: 0 0 0.5em 0.5em;
    border: 1px solid black;
}
.eventDetails {
    float: right;
    width: 20em;
    clear: right;
}

/* Useful deviations from regular style on elements */

/* List classes without markers */
ul.visualNoMarker,
ol.visualNoMarker {
    list-style-type: none;
    list-style-image: none;
    margin: 0.5em 0 0 0;
    line-height: 1em;
}

ul.discreet {
    list-style-image: none;    
    list-style-type: disc;
}

textarea.proportional {
    font: 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}
.productCredits {
    text-align: right;
    font-size: 90%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}
#portal-footer-wrapper {
	position: relative;
	background-image: url(../_d/common/bg-portal-footer.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#portal-footer {
	position: relative;
	overflow: hidden;
    float: none;
    margin: 0;
    padding: 0;
	width: 984px;
	height: 117px;
	background-image: url(../_d/common/bg-visual-portal-wrapper-2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#visual-portal-wrapper-2-home #portal-footer {
	margin-top: 28px;
	background-image: url(../_d/common/bg-visual-portal-wrapper-2-home.gif);
}
#portal-footer p {
    margin: 0.25em 0;
}
#portal-footer a {
    text-decoration: none;
    color: #436976;
    border: none;
}
#portal-footer a:visited {
    color: #436976;
}
#portal-footer a:hover {
    text-decoration: underline;
}
#portal-content-footer {
	width: 166px;
	padding-top: 10px;
	text-align: center;
}
#portal-logo-footer {
	margin: 0 0 9px 0;
}
#portal-copy-footer {
	font-size: 11px;
	color: #808e70;
}
#portal-colophon {
    float: none;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    text-align: center;
    color: #666;
}
#portal-colophon ul {
    list-style-image: none;
    list-style-type: none;
}
#portal-colophon ul li {
    display: inline !important;
    font-size: 90%;
    padding: 0 0.75em;
}
#portal-colophon ul li a {
    text-decoration: none;
    border-bottom: 1px #ccc solid;
    color: #666;
}

.feedButton {
    display: block; 
    float: right; 
    margin-top: 1px;
}
.poweredBy {
    display: block;
    clear: both;
    font-size: 90%;
    font-weight: normal;
    color: #76797c;
    text-align: right;
}

/* Sitemap styles */
#portal-sitemap {
    list-style: none;
    list-style-image: none;
    margin: 0;
    font-size: 90%;
    border: none;
}
#portal-sitemap a {
    border: 1px solid White;
}
#portal-sitemap a:hover {
    border: 1px solid #d5ddb8;
}
#portal-sitemap .navTreeLevel1 {
    padding-left: 1em;
    border-left: 0.5em solid #d5ddb8;
    margin: 0 0 0 0.5em;
}
#portal-sitemap .navTreeLevel2 {
    padding-left: 1em;
    border-left: 0.5em solid #dee7ec;
    margin: 0 0 0 0.6em;
}

/* Album view classes */
.photoAlbumEntry {
    float: left;
    height: 185px;
    width: 143px;
    margin: 0em;
    padding: 0px 6px 0px 9px;
    text-align: center;
    background-image: url('http://192.168.164.165:9099/foo/polaroid-single.png');
    background-repeat: no-repeat;
}
.photoAlbumEntry img {
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
}
.photoAlbumEntryWrapper {
    /*display: block;*/
    height: 130px;
    width: 128px;
    margin-bottom: 7px;
}
.photoAlbumEntry a {
    display: block;
    text-decoration: none;
    font-size: 90%;
    height: 169px;
    width: 130px;
    margin: 16px auto 0px;
}
.photoAlbumFolder {
    background-image: url('http://192.168.164.165:9099/foo/polaroid-multi.png');
    background-repeat: no-repeat;
}
.photoAlbumEntryTitle {
    color: #76797c;
    display: block;
    overflow: hidden;
    width: 128px;
    height: 3.6em;
}

/* Link types */
a.link-parent {
    display: block;
    background: transparent url(http://192.168.164.165:9099/foo/arrowUp.gif) 4px 5px no-repeat;
    padding: 1px 0px 10px 16px;
    font-size: 90%;
    text-decoration: none;
}
#content .link-category {
    color: #74ae0b !important;
}
#content .link-user {
    background: transparent url(http://192.168.164.165:9099/foo/user.gif) 0 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content .link-comment {
    background: transparent url(http://192.168.164.165:9099/foo/discussionitem_icon.gif) center left no-repeat;
    padding: 1px 0px 1px 16px !important; /* value:  */
}
#content .link-anchor {
    color: #76797c;
    text-decoration: none;
    font-weight: normal;
}
#content .link-presentation {
    font-size: 90%;
    text-align: center;
}

#content .link-wiki-add {
    color: red;
}

/* Handling external/internal links, we first set the icon on all links, then 
   remove it from the ones that are local - for both http and https */
/*
#content a[href ^="http:"],
#content a.link-external {
    background: transparent url(http://192.168.164.165:9099/foo/link_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="https:"],
#content a.link-https {
    background: transparent url(http://192.168.164.165:9099/foo/lock_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="http://192.168.164.165:9099/foo"] {
    background: none;
    padding: 0;
}
*/


/* Protocol-specific links */
/*
#content a[href ^="mailto:"],
#content a.link-mailto  {
    background: transparent url(http://192.168.164.165:9099/foo/mail_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="news:"],
#content a.link-news {
    background: transparent url(http://192.168.164.165:9099/foo/topic_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="ftp:"],
#content a.link-ftp {
    background: transparent url(http://192.168.164.165:9099/foo/file_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="irc:"],
#content a.link-irc {
    background: transparent url(http://192.168.164.165:9099/foo/discussionitem_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="callto:"],
#content a.link-callto {
    background: transparent url(http://192.168.164.165:9099/foo/phone_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="webcal:"],
#content a.link-webcal {
    background: transparent url(http://192.168.164.165:9099/foo/event_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="feed:"],
#content a.link-feed {
    background: transparent url(http://192.168.164.165:9099/foo/rss.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}
*/

#content .link-plain {
    background-image: none !important;
    padding: 0 !important;
}

/* For ghosted elements */
.visualGhosted {
    opacity: 0.2;
}

/* Fullscreen */
body.fullscreen #portal-logo,
body.fullscreen #portal-siteactions {
    display: none;
}
body.fullscreen #portal-globalnav {
    margin-top: 4em;
}
body.fullscreen #portal-searchbox {
    margin: 0.5em 2em 0 0.5em;
    padding: 0;
    position: relative;
    z-index: 3;
}

/* Kupu image alignment classes */
.image-left {
   float: left;
   clear: both;
   margin: 0.25em 1em 0.5em 0;
   border: 2px solid #d5ddb8;
}
.image-left-nb {
   float: left;
   clear: both;
   margin: 0.25em 1em 0.5em 0;
}
.image-inline {
   float: none;
}
.image-right {
   float: right;
   clear: both;
   margin: 0.25em 0 0.5em 1em;
   border: 2px solid #d5ddb8;
}
.image-right-nb {
   float: right;
   clear: both;
   margin: 0.25em 0 0.5em 1em;
}
dd.image-caption {
   text-align:left;
   padding: 0; margin:0;
}
dl.captioned {
   padding: 10px;
}

/* Dashboard */
#dashboard-info-message {
    padding-top: 0.5em;
}

#dashboard {
    width: 68em;
}

#dashboard-portlets1,
#dashboard-portlets2,
#dashboard-portlets3
{
    float:left;
    width:16em;
    padding:0.7em 1.3em 0 0;
}

#dashboard-portlets4 {
    float:left;
    width:16em;
    padding-top:0.7em;
}

#dashboard-portlets1 a,
#dashboard-portlets2 a,
#dashboard-portlets3 a,
#dashboard-portlets4 a {
    border-bottom:medium none;
}

#dashboard-portlets1 dl.portlet,
#dashboard-portlets2 dl.portlet,
#dashboard-portlets3 dl.portlet,
#dashboard-portlets4 dl.portlet {
    margin-bottom:1.5em;
}

div.managedPortlet.portlet {
    border-bottom:none;
}
#dashboard select {
    width:100%;
}

.portletAssignments {
    margin-top:1.5em;
}

#dashboard-portlets1 div.managedPortlet a,
#dashboard-portlets2 div.managedPortlet a,
#dashboard-portlets3 div.managedPortlet a,
#dashboard-portlets4 div.managedPortlet a {
    text-decoration: none;
    color: #436976;
    border-bottom:1px solid #436976;
}

#dashboard-portlets1 div.managedPortlet span a,
#dashboard-portlets2 div.managedPortlet span a,
#dashboard-portlets3 div.managedPortlet span a,
#dashboard-portlets4 div.managedPortlet span a{
    border-bottom:none;
}

#dashboard-actions {
    float:right;
}

#dashboard-actions ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;    
    margin-top:0;
}

#dashboard-actions ul li {
    display:inline;
    padding-left:0.7em;
}

#dashboard-actions ul li.portalUser {
    background:transparent url(http://192.168.164.165:9099/foo/user.gif) no-repeat scroll left center;
    padding-left:18px;
}

/* manage portlets */

.section div {
    padding-top:0.5em;
    padding-bottom:0.5em;
}

/* main-page portlets */

.portlet-banner-index-big {
	float: left;
	width: 654px;
}
.portlet-banner-index-big-txt {
	float: left;
	swidth: 654px;
	width: 635px;
	padding: 0 1px 0 18px
}
.portlet-banner-index-notsobig {
	float: left;
	width: 490px;
}
.portlet-banner-index-medium {
	float: left;
	width: 319px;
	padding-left: 8px;
}
.portlet-banner-index-medium-2 {
	float: left;
	width: 210px;
	padding-left: 8px;
}
.portlet-banner-index-medium-txt {
	padding: 12px 8px 0 1px;
	background-image: url(../_d/common/bg-v-line-dotted.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
.portlet-banner-index-small {
	float: left;
	width: 162px;
	padding-left: 2px;
}
.portlet-banner-index-row-2-bg {
	padding-bottom: 22px;
	background-color: #d5ddb8;
}
.portlet-index-visual-clear {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 40px;
}
.portlet-index-visual-clear-small {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 20px;
}
.portlet-home-visual-clear {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 2px;
}
.portlet-quick-links-main {
	height: 231px;
	background-image: url(../_d/common/bg-quick-links-main.gif);
	background-repeat: no-repeat;
	color: White;
}
.portlet-quick-links-main a {
	color: White;
	text-decoration: none;
}
.portlet-quick-links-main a:hover {
	text-decoration: underline;
}
.portlet-quick-links-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.portlet-quick-links-main li {
	list-style: none;
	margin: 0;
	padding: 1px 10px 8px 16px;
	background-image: url(../_d/common/bg-quick-links-main-li.gif);
	background-repeat: no-repeat;
}
.portlet-quick-links-main-header {
	padding: 10px 0 5px 0;
}

/*  */


}

