/* 
** Plone style sheet for CSS2-capable browsers.
** Copyright Alexander Limi, 2002 - http://limi.net
**
** Thanks to Geir Bækholt, Stian Søiland for input and guidance.
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** Feel free to use whole or parts of this for your own designs, but give
** credit where credit is due.
**
*/


/*
**  DTML instructions to set caching headers. Inside comments area to play nicer with CSS editors.
**
** **   
**   
**   
**   
** */
/*  */


 
.group
{
  border: 1px solid #8cacbb;
  margin: 1em 0em 1em 0em;
  padding: 0em 1em;
  background-color: white;
}

div.label {
    font-weight: bold;
    display: inline;
    padding-right: 0.5em;
}

div.field {
    margin-top: 0.2em;
}

div.help 
{
  background-color: #FFFFE1; 
  border: 1px solid black; 
  font-size: 80%;
  font-weight: normal;
  line-height: normal;
  text-align: left;
  position: absolute;
  left: -18em;
  top: 1.5em;
  width: 16em;
  padding: 0.5em;
  z-index: 10;
}

.error {
    /* Class for error indication in forms */
    background: #FFCE7B;
    border: 1px solid #FFA500;
    padding: 1em;
    margin: 0;
    width: 68% !important;
}

.required {
    /* Used in addition to class "label" on required elements */
    background: url(required.gif) right no-repeat;
}

legend {
    padding: 0.5em;
}


form {
    border: none;
    margin: 0;
}

textarea {
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    width: 88%;
    padding: 0.1em;
}

input {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
}

select {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #8cacbb;  
    vertical-align: top;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}

q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}

blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}

code {
    font-size: 120%;
    color: Black;
    background-color: #dee7ec;
}

pre {
    font-size: 120%;
    padding: 1em;
    border: 1px solid #8cacbb;
    color: Black;
    background-color: #dee7ec;
}

.netscape4 {
    display: none;
}

/*
** Structural Elements
*/


div.personalBar
{
  /* Bar with personalized menu (user preferences, favorites etc) */
  background-color: white;

  color: Black;
  
  padding-right: 1em;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  }

div.personalBar a {
    background-color: transparent;
	color: #436976;
    font-weight: normal;
    margin-left: 1em;
}

div.personalBar img {
    vertical-align: top;
}

div.pathBar {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #8CACBB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: lowercase;
}

.breadcrumbs {
    float: left;
    text-transform: lowercase;
}

.addFavorite {
    vertical-align: bottom;
}

table.columns {
	width: 100%;
}

table.columns td.left {
    vertical-align: top;
    width: 15%;
    padding: 2em 0em 1em 2em;
}

table.columns td.main {
    vertical-align: top;
    padding: 0em 2em 1em 2em;
    margin: 0;

}

table.columns td.right {
    vertical-align: top;
    width: 15%;
    padding: 2em 2em 1em 0em;
}

#contentTabs
{
  padding-top: 0.5em;
}

#contentTabs a
{
  background-color: white;
  border: black 1px solid;
  padding: 2px;
  color: black;
  line-height: 1.8em;
  text-decoration: none;
  margin-right: 0.5em;
}

#contentTabs a:hover, #contentTabs a.selected
{
  background-color: #999999;
  color: white;
}


div.message
{
  background: #FFCE7B;
  border: 1px solid #FFA500;
  color: Black;
  font: bold 80% Verdana, Helvetica, Arial, sans-serif;
  padding: 0.5em;
  vertical-align: middle;
}

div.message a
{
  color: Black;
  text-decoration: underline;
}

table.listing
{
  /* 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 #8CACBB;
  border-bottom: 1px solid #8CACBB;
  margin: 1em 0em 1em 0em;
  clear: both;
  background-color: white;
}

table.listing th 
{
    background: #DEE7EC;
    border-top: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;
    border-right: 1px solid #8CACBB;
    color: Black;
    font-weight: normal;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    white-space: nowrap;
}

table.listing td.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;
    /* insane IE row bug workaround */
    position: relative;
    left: -1px;
    top: -1px;
}

table.listing tr.odd {
    /*every second line should be shaded */
    background: transparent;
}

table.listing tr.even {
    background: #F7F9FA;
}

table.listing td {
    border-right: 1px solid #8CACBB;
    padding: 0em 1em;
    text-align: left;
}

table.listing a:hover {
    text-decoration: underline;
}

table.listing img {
	vertical-align: middle;
}

table.listing img
{
  border: 0;
}
/*  */


