/* 
** 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.
**
**     
**
**   
** */
/*  */

body {
    font: 65% Verdana, Helvetica, Arial, sans-serif;
    background: Black;
    color: White;
    margin: 0;
    padding: 0;
/* These work in IE only, changes the look of the scrollbar + textareas */
    scrollbar-base-color: #EFEFEF;
    scrollbar-highlight-color: #EFEFEF;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #EFEFEF;
    scrollbar-3dlight-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-arrow-color: #000000;
}

table {
    font-size: 100%;
}

a {
    text-decoration: none;
    color: White;
    background-color: transparent;
}

img {
    border: none;
	vertical-align: middle;
}

p {
    margin: 0.5em 0em 1em 0em;
    text-align: justify;
    line-height: 1.5em;
}

p a {
    text-decoration: underline;
}

p a:visited {
    color: White;
    background-color: transparent;
}

p a:active {
    color: White;
    background-color: transparent;
}

p a:hover {
    color: White;
    background-color: transparent;
}

p img {
    border: 0;
    margin: 0;
}

hr {
    clear: both;
    height: 1px;
    color: White;
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    color: White;
    clear: left;
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    margin: 0;
    padding-top: 1em;
    border-bottom: 1px solid White;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 80%;
}

ul { 
    line-height: 1.5em;
    list-style-type:square; 
    color: White;
    margin-left: 2em;
    padding:0;
}

ol {
    line-height: 1.5em;
    margin-left: 2em;
    padding:0;
}

ul a, ol a {
    text-decoration: underline;
}

dl {
}

dt {
    font-weight: bold;    
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}

form {
    border: none;
    margin: 0;
}

textarea {
    border: 1px solid White;  
    color: White;
    background-color: Black;
    width: 93%;
    padding: 0.1em;
}

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

input.radiocheck{
                border: none;
}

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

.netscape4 {
    display: none;
}

/*
** Structural Elements
*/

div.top {
    /* Top section */
    background: transparent;
    margin: 0;
    padding: 0;
}

.logo {
    /* Logo properties */
    margin: 1em 0em 1em 2em;
    padding: 0;
}

div.tabs {
    background: transparent;
    border-collapse: collapse;
    border-bottom-color: White;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0.5em 0em 0em 2em;
    white-space: nowrap;
}

div.tabs a {
    background: transparent;
    border-color: White;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: White;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-transform: none;
}

div.tabs a.selected {
    /* The selected tab. There's only one of this */
    background: Black;
    border-bottom: black 1px solid;
    color: White;
    font-weight: normal;
}

div.tabs a:hover {
    background: Black;
    border: 1px solid White;
    border-style: solid solid none solid;
    color: White;
    font-weight: normal;
}

div.personalBar {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background: Black;
    border-bottom-color: White;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: White;
    padding-right: 3em;
    text-align: right;
    text-transform: none;
}

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

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;
    width: 70%;
    padding: 0em 2em 1em 2em;
    margin: 0;

}

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

div.document {
    background: transparent;
    color: White;
    font: 120% Verdana, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0em 0em 2em 0em;
}

div.documentActions {
    float: right; 
    margin-top: 2em;
}

div.title {
    margin-top: 1em;
}

.description {
    /* The summary text describing the document */
    font: bold 100% Verdana, Helvetica, Arial, sans-serif;
    display: block;
    margin: 1em 0em;
    line-height: 1.5em;
}

.footer {
    background: Black;
    border-top: 1px solid White;
    border-bottom: 1px solid White;
    color: White;
    clear: both;
    float: none;
    margin: 2em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}

/*
** Widgets
*/

input.noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}

div.row {
    clear: both;
    min-height: 4em;
    margin: 0em 0em 1em 0em;
    position: relative;
}

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 White;
    border-bottom: 1px solid White;
    font-size: 100%;
    margin: 1em 0em 1em 0em;
    clear: both;
}

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

table.listing td.top {
    border-left: 1px solid Black;
    border-top: 1px solid Black ! important;
    border-right: 1px solid Black ! 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: Black;
}

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

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

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

div.box {
    margin: 0em 0em 2em 0em;
    padding: 0;
}

div.box h4 {
    font-size: 1em;
}

div.box h5 { 
    background: Black;
    border: 1px solid White;
    border-style: solid solid none solid;
    color: White;
    padding: 0em 1em 0em 1em;
    text-transform: none;
    display: inline;
    font-size: 1em;
    height: 1em;
}

div.box h6 { 
    background: Black;
    border: 1px solid White;
    border-style: solid solid none solid;
    color: White;
    padding: 0em 1em 0em 1em;
    text-transform: none;
    display: block;
    font-size: 1em;
    height: 1em;
}

div.box div.body {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid White;
}

div.box a:hover {
    color: #EFEFEF;
    background-color: transparent;
}

div.box .content {
    padding: 1em;
}

div.box h1, 
div.box h2, 
div.box h3, 
div.box h4 {
    margin: 0;
    padding: 0;
}

div.spacer {
	margin: 1em;
}

.even {
    background-color: Black;
}

.odd {
    background-color: transparent;
}

div.listingBar {
    background: transparent;
    border-color: White;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: none;
    clear: both;
    vertical-align: top;
    margin: 1em 0em;
}

div.listingBar span.previous {
    text-align: left;
    float: left;
}

div.listingBar span.next {
    text-align: right;
    float: right;
}

div listingBar img {
	vertical-align: middle;
}

/* SUBB */

div.SUBBNavBar {
    background: transparent;
    border: 1px solid white;
    padding: 10px;
    text-align: left;
    text-transform: none;
    clear: both;
    vertical-align: top;
    margin: 0px;
}

div.SUBBSearchNavBar {
    background: transparent;
    border: 1px solid white;
    padding: 0em 1em;
    text-align: center;
    text-transform: none;
    clear: both;
    vertical-align: top;
    margin: 1em 0em;
}

div.SUBBSearchNavBar span.previous {
    text-align: left;
    float: left;
}

div.SUBBSearchNavBar span.next {
    text-align: right;
    float: right;
}

div.SUBBMsg{
  margin: 0px;
  padding: 0px;
}

div.SUBBMsg .even{
  background: transparent;
  border-bottom: none; 
  padding-bottom: 7px; 
  padding-top: 7px;
}

div.SUBBMsg .odd{
  background: black;
  border-bottom: none; 
  padding-bottom: 7px; 
  padding-top: 7px;
}

div.SUBBMsg .navBar{
  padding-top: 5px;
}



/*  */