
/* - forms.css - */
@media screen {
/*
** Plone style sheet - Form 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 :) */

textarea {
    font: 100% Monaco, "Courier New", Courier, monospace;
    border: 1px solid #ddd;
    border-color:#666 #ddd #ddd #666;
    color: Black;
    background: White url(http://192.168.164.165:9099/foo/input_background.gif) repeat-x;
    width: 100%;
}
input {
    font-family: Calibri, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #ddd;
    border-color:#666 #ddd #ddd #666;
    color: Black;
    vertical-align: middle;
}

/* 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;
}
input[type=radio] {
    border: none;
    background: none;
	vertical-align: baseline;
}


#searchGadget {
    border: 1px solid #82b500;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12px;
	font-weight: normal;
	color: #005943;
    background-color: #f4f6eb;
}

button {
    font-family: Calibri, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #8cacbb;
    color: Black;
    vertical-align: middle;
    background-color: #dee7ec;
    padding: 1px;
    cursor: pointer;
    font-size: 90%;
    text-transform: none;    
}
select {
    font-family: Calibri, Arial, sans-serif;
    vertical-align: top;
}
form {
    border: none;
    margin: 0;
}
fieldset {
    border: 1px solid #d5ddb8;
    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 {
    max-width: 30em; 
    margin: 0 auto;
}
#login-form .field {
    clear: none;
}
#login-form input {
    font-size: 150%;
}
#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 {
    color: White;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12px;
	font-weight: bold;
    background-color: #9bb57f;
    cursor: pointer;
    padding: 1px 6px 1px 6px;
    text-transform: none;
	border: none !important;
}
.context,
.formControls .actionButtons .button,
.documentEditable * .context {
    color: White;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12px;
	font-weight: bold;
    background-color: #9bb57f;
    cursor: pointer;
    padding: 1px 6px 1px 6px;
    text-transform: none;
	border: none !important;
}
.destructive,
.documentEditable * .destructive {
    color: #005943;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12px;
	font-weight: bold;
    background-color: #9bb57f;
    cursor: pointer;
    padding: 1px 6px 1px 6px;
    text-transform: none;
	border: none !important;
}
input.searchButton {
    margin-bottom: 1px ! important;
    color: White;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12px;
	font-weight: bold;
    background-color: #9bb57f;
    cursor: pointer;
    padding: 1px 6px 1px 6px;
    text-transform: uppercase;
	border: none !important;
}
.searchSection {
    color: #76797c;
    margin-top: 0.25em;
}
.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://192.168.164.165:9099/foo/required.gif) 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: #76797c;
    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: #76797c;
}

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;
}

/*  */

}

