/* anything defined here overrides plone.css from plone_styles */

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

input, 
textarea, 
select {
      background-color: transparent;
      color: inherit;
}

div.tabs a {
    padding: 0em 1em;
}

div.pathBar {
    /* The path bar, including breadcrumbs and add to favorites */
    color: #436976;
}
    
table.columns td.left {
    padding: 2em 0.5em 1em 1em;
    width: 23%;
}

table.columns td.main {
    padding: 0em 1em 1em 1em;
}

table.listing th {
white-space: normal;
}

div.document {
    background: White;
    border: 1px solid #8CACBB;
    padding: 1em 1.5em;
    margin-top: 1.5em;
}

.footer {
    border: 1px solid #8CACBB;
    margin: 2em 2em;
    padding: 1em 1em;
    float: center;
}

div.boxThumbnail {
    margin: 1em 1em;
    text-align: center;
}


/*  */
