/* tchrd-forms.css 
 * Forms style sheet for tchrd.org
 * -> This is loaded *after* the main stylesheet
 * HISTORY:
 *  11 jul 2005 jw - made from friendsoftibet css.
 *  06 jul 2005 jw - made from webwalker.to
 *
  colors:
    #ccffcc   lighter green  
    #ccff99   light green  
    #66cc00   green  
    #006633   dark turquoise green  
    #eeeeee   light blue-grey
    #f0f8ff   light blue  
    #f0f8ff   purple
    #ffff99   light yellow          // linux
    #ffffcc   lighter yellow        // linux
    #ffffd9   lighter yellow-peach  // linux
  notes:
    comma to list alternates, space to nest.
*/


/* ============================================
   ===== { Forms: =====
   ============================================ */
input {
  font-family:      verdana, helvetica, arial, lucida, sans-serif; 
  font-face:        monospace;
  background-color: #ffffff;
}
textarea {
  font-family:    verdana, helvetica, arial, lucida, sans-serif; 
  font-face:      monospace;
  background-color: #ffffff;
}
td.label {
  text-align:  right;
  line-height: 1.3em;
}
td.form-label {
  color:         grey;
  font-weight:   normal;
  text-align:    right;
  padding-right: 1em;
}
td.form-label-req {
  color:         grey;
  font-weight:   bold;
  text-align:    right;
  padding-right: 1em;
}
span.form-label {
  color:         grey;
  font-weight:   normal;
}
span.form-label-req {
  color:       grey;
  font-weight: bold;
}

span.label-err-highlight {
  color:  #cc0000;
}

div.login-form {
  width:    75%;
  border:   1px solid #000000;
  padding:  8px 0px 8px 0px;
}
div.msg-form {
  background-color: #ffffcc;
}
div.admin-form {
  background-color: #eeeeee;
  padding:   2px 0px 8px 0px;
}
input.admin {
  background: #ffff99;
}
input.checkbox {
  background:  #ffffff;
  line-height: 1.2em;
}
input.checkbox2 {
  background:  #ffffff;
  font-size:   .9em;
  line-height: 1.2em;
}
input.radio {
  background: #ffffff;
}
input.button-submit {
  background: #ffff33;
  color: #ff6633;
  font-weight: bold;
}
input.button-reset {
  background: #ffff33;
  color: #ff6633;
}

.form-text {
  color: grey;
}


/* ======================================================
   ===== { Messages: (used in php forms programming =====
   ====================================================== */
div.error-message {
  color:     #006633;
  text-align: left;
  border:     2px solid red;
  width:      70%;
  padding:    4px 20px 4px 20px;
  margin:     12px 0px 12px 0px;
}
div.message {
  color:     #006633;
  text-align: left;
  border:     2px solid darkblue;
  width:      70%;
  padding:    4px 20px 4px 20px;
  margin-bottom:  12px;
}

dl.error dt {
  color:     #006633;
  padding-top: 1ex;
}

ul.error {
  margin-top:  0em;
}
ul.error ul.error {
  margin-top:  .1em;
  margin-left: -.5em;
}
li.index {
  margin-top: 1em;
  line-height: 110%;
}
div.error-message ul li {
  color:       red;
  padding-top: 0ex;
  line-height: 100%;
}
div.message ul li {
  color:       #006633;
  padding-top: 0ex;
  line-height: 100%;
}

dl.contact-success {
  color:     #006633;
  text-align: left;
}

.error-highlight {
    color:  #cc0000;
}


/* FROM TCHRD.CSS */
/* *** { Forms: *** */
td.label {
  color:        #336633;
  text-align:   right;
}
.label {
  color:      	 #336633;
  text-align:   right;
}
.label_err_highlight {
  color:   #990000;
  text-weight: bold;
}
input {
  font-family:  monospace;
}
input.submit {
  font-family:  helvetica, arial, lucida, sans-serif;
  color:        #336633;
}
input.reset {
  font-family:  helvetica, arial, lucida, sans-serif;
  color:        #336633;
}
select {
  font-family:  helvetica, arial, lucida, sans-serif;
  color:        #336633;
  font-size:    .9em;
}
textarea {
  font-family:     monospace;
}

/* e o f */

