
/* - portlets.css - */
@media screen {


.managedPortlet {
    margin: 0 0 1em;
}

.blockedPortlet .portletHeader {
    background: #eee !important;
}


}


/* - controlpanel.css - */
@media screen {
/*
** Table-based column layout for all browsers.
**
** There's a table-less column layout alternative in the plone_tableless
** skin layer, if you prefer layouts without tables.
*/

/*  */

.inlineDisplay {
    display:inline
}

table.controlpanel-listing {
    width:100%;
}

table.controlpanel-listing td, table.controlpanel-listing th {
    font-size:120%;
}

table.controlpanel-listing dl {
    margin-top:0;
}

table.controlpanel-listing dd {
    margin-left: 1em;
}

table.controlpanel-listing dl dt a .trigger{
    font-weight:normal;
}

table .controlpanel-listing td {
    vertical-align:top;
}

table.controlpanel-listing td.checker{
    text-align:center;
}       

table.controlpanel-listing th.smallcolumn {
    width:1.5em;
}

.chooser-right {
    float:right;
    margin-right:0 !important;
    margin-bottom:0 !important;
}

.rule-element {
    background-color:#EEF3F5;
    margin:0.5em 0pt 0.5em;
    padding:0.3em 1em 0.3em 1em;
    width:auto;
}
.rule-element dl {
    
}
.rule-element dl dd {
    margin-left:1em;
}

.rule-updown, .rule-operations {
    float:right;
    padding-top:0.8em;
}

/*  */

}


/* - deprecated.css - */
@media screen {
/* Deprecated CSS elements - do not depend on these, they will disappear in
   the next version of Plone. They are here for backwards compatibility only. */

/*  (do not remove this :) */
/*  (not this either :) */


/*  */

}


/* - navtree.css - */
@media screen {
/* this is for overriding plone's default navtree.css */

}


/* - invisibles.css - */
@media screen {
/*
** Plone style sheet - Invisible and accessibility-related 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 :) */


/* This is going to be used later, but I haven't enabled it for now, since it 
   has some side effects. Stashing it here for now, though. :) 
   ~limi
/* First, we remove some common browser stylings to make sure we have a neutral starting point */
/* { margin: 0; padding: 0; } /* No elements should have implicit margin/padding */
/* :link,:visited { text-decoration:none } /* no underline by default on links */
/* ul,ol { list-style:none } /* when we want markers on lists, we will be explicit about it */
/* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }  /* Browsers are inconsistent here, reset */
/* a img,:link img,:visited img { border:none } /* Linked images should not have borders */


/* List classes without markers */
ul.visualNoMarker,
ol.visualNoMarker {
    list-style-type: none;
    list-style-image: none;
    margin: 0.5em 0 0 0;
}

.visualOverflow {
    overflow: auto;
    margin: 0 0 1em 0;
}
.visualOverflow pre,
.visualOverflow table,
.visualOverflow img {
    margin: 0;
}

/* Accessibility and visual enhancement elements */
.hiddenStructure {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}
.contentViews .hiddenStructure,
.contentActions .hiddenStructure {
    position: absolute;
    top: -200px;
    left: -200px;
}
.hiddenLabel {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}

/* Helper element to work with CSS floats */
.visualClear {
    display: block;
    clear: both;
}

/* Hiding helper elements for old browsers */
.netscape4 {
    display: none;
}

/* for draggable elements */
tr.dragging td {
    background-color: #ff6 !important;
}
.draggingHook {
    cursor: move;
}
.notDraggable {
}

/*  */
}


/* - forms.css - */
@media screen {
/*  (do not remove this :) */
/*  (do not remove this :) */
/*  (not this either :) */

textarea {
    font: 100% Monaco, "Courier New", Courier, monospace;
    border: 1px solid #ddd;
    border-color:#666 #ddd #ddd #666;
    color: Black;
    background: White url(http://www.westcoast.no/input_background.png) repeat-x;
    width: 100%;
}
input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #ddd;
    border-color:#666 #ddd #ddd #666;
    color: Black;
    vertical-align: middle;
    background: White url(http://www.westcoast.no/input_background.png) repeat-x;
    font-size: 1em;
}

/* Code to work around IE's lacking support of sub-elements of the input element */
.noborder,
.documentEditable * .noborder {
    border: none;
    margin: 0;
    background: none;
    background-color: transparent;
}

input[type=checkbox] {
    border: none;
    margin: 0;
    background: none;
    background-color: transparent;
}


#searchGadget {
    border: 1px solid #999999;
}

button {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #999999;
    color: Black;
    vertical-align: middle;
    background-color: #d7d7d7;
    padding: 1px;
    cursor: pointer;
    font-size: 85%;
    text-transform: lowercase;    
}
select {
    vertical-align: top;
}
form {
    border: none;
    margin: 0;
}
fieldset {
    border: 1px solid #999999;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
legend {
    background: White;
    padding: 0.5em;
    font-size: 90%;
}
label {
    font-weight: bold;
}
optgroup {
  font-style: normal;
  font-weight: bold;
  color: #999;
  padding-left: 0.25em;
}
option {
  color: black;
}
optgroup > option {
  padding: 0 0.25em 0 1em;
}

dl.enableFormTabbing dd {
    margin-left: 0;
    padding-top: 2em;
}

#login-form {
    width: 30em; 
    margin: 0 auto;
}
#login-form .field {
    clear: none;
}
#login-form input {
    font-size: 130%;
}
#login-form input.context {
    padding: 1px 10px 1px 20px;
    background-position: 9px 5px;
    margin-bottom: 1em;
}

#forgotten-password {
    float: right; 
    width: 35%; 
    margin: 0 1em;
}

.standalone,
.documentEditable * .standalone {
    background: #d7d7d7 url(http://www.westcoast.no/linkOpaque.png) 9px 1px no-repeat;
    color: Black;
    cursor: pointer;
    font-size: 85%;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
    border: 1px solid #999999;
}
.context,
.formControls .actionButtons .button,
.documentEditable * .context {
    background: transparent url(http://www.westcoast.no/linkTransparent.png) 9px 1px no-repeat;
    color: Black;
    cursor: pointer;
    font-size: 85%;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
    border: 1px solid #999999;
}
.destructive,
.documentEditable * .destructive {
    background: #ffffff url(http://www.westcoast.no/linkTransparent.png) 9px 1px no-repeat;
    border: 1px solid #ff9900;
    color: Black;
    cursor: pointer;
    font-size: 85%;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
    border: 1px solid #999999;
}
input.searchButton {
    margin-bottom: 1px ! important;
    color: Black;
    font-size: 85%;
    background: White url(http://www.westcoast.no/search_icon.png) 2px 1px no-repeat;
    cursor: pointer;
    padding: 1px 1px 1px 19px;
    text-transform: lowercase;
    border: 1px solid #999999;
}
.searchSection {
    color: #777777;
}
.searchSection label:hover {
    color: Black;
}

/* The edit form elements */
.field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;
    clear: both;
}
.field .field {
    margin: 0;
}
.fieldRequired {
    background: url(http://www.westcoast.no/required.png) center left no-repeat;
    padding: 0 0 0 8px;
    color: White;
}
.fieldUploadFile {
    text-align: right; 
    margin-right: 0.75em;
    display: none;
}
.fieldTextFormat {
    text-align: right;
    margin-right: 0.75em
}
.formHelp {
    font-size: 90%;
    color: #777777;
    margin: 0 0 0.2em 0;
}
.formHelp:hover {
    color: Black;
    cursor: default;
}
div.error {
    /* Class for error indication in forms */
    background-color: #fdc; 
    border: 1px solid #d00;
    padding: 0.5em;
    margin: 0 0 1em 0;
    width: 95%;
}
.error .fieldRequired {
   color: #d00;
}


/* Styles to make the editing widgets look more like their view counterparts */
#archetypes-fieldname-title input, input#form\.title {
    font-size: 160%;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: normal;
    width: 99%;
}
#archetypes-fieldname-description textarea, textarea#form\.description {
    font: 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: bold;
}
input.inputLabelActive {
  color: #777777;
}

textarea#form\.description {
    height: 6em;
    width: 99%;
}

tr.selected { 
    background-color: #ffa;
}

.kupu-save-message {
  color: white;
  font-weight: bold;
  background-color: red;
  padding: 0.3em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}




/* @group Forms */

#archetypes-fieldname-title input {
	font-family: "Helvetica Neue", Arial, FreeSans, sans-serif; 
	font-weight: bold;
	line-height: 125%;
	color: Black;
	letter-spacing: -0.05em;
	font-size: 1.625em; /* 26px equiv */
}

div.formControls {
	margin: 1em 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background-color: #ffffe0;
}

#content textarea {
    font: 100% Monaco, "Courier New", Courier, monospace;
    width: 100%;
}
#content select {
    vertical-align: top;
}
#content fieldset {
    border: 0.1em solid #D69A18;
    border-style: solid none none none;
}
#content legend {
    padding: 0.5em 0.5em 0.5em 0;
    font-size: 85%;
}
label {
    font-weight:bold;
}

#region-content label {
}

input[type="checkbox"] + label:hover {
	background: #ddd;
	outline: 0.1em solid #ddd;
/* TODO: This should work, but creates flicker in all browsers. Figure out why.
	position: relative;
	left: -1.5em;
	padding-left: 1.5em;
*/
}

#content optgroup {
    font-style: normal;
    font-weight: bold;
    color: #999;
    padding-left: 0.25em;
}
#content option {
    color: black;
}
#content optgroup > option {
    padding: 0 0.25em 0 1em;
}
dl.enableFormTabbing dd {
    margin-left: 0;
    padding-top: 2em;
}

.field {
    clear: both;
    margin-top: 1em;
}
.field input[type="text"] {
	/*width: 100%;*/
}
input#title {
	width: 100%;
}
.error input#title {
    width:99%;
}

.fieldRequired {
    background: url(required.png) center left no-repeat;
    padding: 0 0 0 1em;
    color: White;
}
.fieldUploadFile {
    text-align: right;
    margin-right: 0.75em;
    display: none;
}
.fieldTextFormat {
    text-align: right;
    margin-right: 0.75em
}
.formHelp {
	color: #555;
	margin: 0 0 0.2em 0;
}
div.error {
    background-color: #fdc;
    border:  1px solid red;
    padding: 0.5em;
    margin:  1em 0;
}
.error .fieldRequired {
    color: #d00;
}
input.inputLabelActive {
    color: #76797c;
}
textarea#form\.description {
    height: 6em;
    width: 99%;
}


/* @group Login form */

#fieldset-openid-login input, #login-form input {
    font-size: 130%;
    width: inherit;
}

body.template-register #content input,
body.template-new-user #content input {
    font-size: 130%;
    width: inherit;
}

#fieldset-openid-login label, #login-form label {
	float:left;
    width:24%;
    margin-right:0.5em;
    padding-top:0.2em;
    text-align:right;    
}

#fieldset-openid-login .formControls, #login-form .formControls {
    padding-left: 24%;
    margin-left: 0.5em;
}
/* @end */

/* TinyMCE form */ 

.dialog-wrapper {
padding: 1em 0 0 0 !important;
margin:  0 important;
} 
.dialog-wrapper fieldset {
margin: -1em 0 0 0 0 !important;
}

#general_panel {
	padding: 0 !important;
	margin-bottom:  0 !important;
}



/* @end */
/*  */
/*  */

}


/* - ploneKss.css - */
@media screen {
#kss-spinner {
    display:none;
    width: 20px;
    height: 20px;
    position: fixed;
    background-position: center center;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}


.formlibInlineEditable,
.inlineEditable {
    padding: 1px;
    display: block;
}

body.kssActive .inlineEditable:hover,
body.kssActive .formlibInlineEditable:hover {
    padding: 0;
    border: 1px solid #ddd;
    border-color: #666 #ddd #ddd #666;
    cursor: text;
    background: White url(input_background.png) repeat-x;
}

body.kssActive .inlineEditable a:hover,
body.kssActive .formlibInlineEditable a:hover {
    cursor: pointer;
}

body.kssActive .formlibInlineForm:hover,
body.kssActive .formlibInlineForm a:hover {
    padding: 1px;
    border: none;
    cursor: default;
    background: none;
}

.inlineForm .formHelp,
.inlineForm .fieldRequired,
.inlineForm label {
    display: none;
}

/* In inline selection widgets the label *must* be displayed, as
   otherwise you only see identical radio buttons without text. */
.inlineForm .ArchetypesSelectionWidget label {
    display: inline;
}

.inlineForm #archetypes-fieldname-title input,
.inlineForm #archetypes-fieldname-title {
    font-size: 100%;
}

/* Workaround for abnormally large buttons in the h1 tag */
h1 div.formControls input {
    font-size: 55% !important;
}
}


/* - print.css - */
@media print {
/*
** Plone Print style sheet for CSS2-capable browsers.
** Copyright Plone Foundation, et al
**
** 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.
**
*/

body {
    font-family: Baskerville, Georgia, Garamond, Times, serif;
    font-size: 11pt !important;
}
h1, h2, h3, h4, h5, h6 {
    border: none;
    font-family: Baskerville, Georgia, Garamond, Times, serif;
}
div, p, ul, dl, ol {
    width: auto;
}
ul, ol, dl {
    padding-right: 0.5em;	
}
ul { 
    list-style-type: square;
}
.documentDescription {
    font-weight: bold;
}
pre {
    border: 1pt dotted black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
}
table.listing,
table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}
a {
    color: Black !important;
    padding: 0 !important;
    text-decoration: none !important;
}
a:link, a:visited {
    color: #520;
    background: transparent;
}

/* Page break class for use when printing */
div.pageBreak {
    page-break-before: always;
}

/* Uncomment these to get link addresses inserted along with the link text
   when you print.
#content a:link:after, 
#content a:visited:after {
   content: " [" attr(href) "] ";
}
*/

/* Hide all the elements that are irrelevant for printing */
div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
#portal-languageselector,
.contentViews,
.contentActions,
.help,
.legend,
.portalMessage,
.documentActions,
.documentByLine,
.netscape4,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
#portal-footer,
#portal-colophon,
.skipnav,
 #kss-spinner,
 #review-history,
 #content-history,
 .listingBar,
.discussion input,
.overlay,
.close,
.visualNoPrint {
    display: none;
}

.discussion .documentByLine {
    display:block;
}

}

