







 
div.top {
    /* Top section */
    background: #FFFFFF;
    width: 100%;
}

.logo {
    /* Logo properties */
}

div.searchBox {
    /*searchbox style and positioning */
    float: right;
    margin: 0 0 0 0;
    text-align: right;
}

input.searchGadget {
}

div.tabs {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    padding: 0em 0em 0em 2em;
}

div.tabs a {
    /* The normal, unselected tabs. They are all links */
    background: #FFFFFF;
    color: #0A2873;
    font-weight: bold;
}

div.tabs a.selected {
    /* The selected tab. There's only one of this */
    background: #FFFFFF;
    color: #CC0000;
    font-weight: bold;
}

div.tabs a:hover {
    background: #FFFFFF;
}

div.personalBar {
    /* Bar with personalized menu (user preferences, favorites etc) */
    text-align: right;
}

div.personalBar a{
    font-weight: bold;
}

div.pathBar {
    /* The path bar, including breadcrumbs and add to favorites */
    padding-left: 2em;
    padding-right: 2em;
}

.breadcrumbs {
}

.addFavorite {
}

.clock {
    /* The portal time indicator */
    float: right;
    white-space: nowrap;
}

table.columns {
	width: 100%;
}

table.columns td.left {
    vertical-align: top;
    padding-top: 2em;
    width: 10px;
}

table.columns td.main {
    vertical-align: top;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2em;
}

table.columns td.right {
    vertical-align: top;
    padding-top: 2em;
    width: 10px;
}

div.contentTabs {
    /* Local Plone Tabs(tm), used in the content display */
}

div.contentTabs a {
    /* The normal, unselected tabs. They are all links */
    background: #FFFFFF;
    color: #0A2873;
    font-weight: normal;
}

div.contentTabs a.selected {
    /* The selected tab. There's only one of this */
    background: #FFFFFF;
    color: #CC0000;
    font-weight: normal;
}

div.contentTabs a:hover {
    background-color: #FFFFFF;
}

div.contentBar {
    text-align: right;
}

div.document {
    /* The document class encloses the object content when editing is not permitted */
    background: #FFFFFF;
    margin: 0;
    margin-bottom: 2em;
    padding-top: 0;
}

div.editableDocument {
    /* The class surrounding content when editing is permitted */
    border: 0px solid #919B7E;
    margin: 0em 0em 0em 0em;
    padding: 0em 1em 0em 1em;
}

div.message {
    /* The portal messages for cut/paste operations etc */
    background: #0A2873;
    font: bold 100% Verdana;
    margin: 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
    
}


.description {
    /* The summary text describing the document */
    font: bold 13pt Times;
    display: block;
}

.footer {
    clear: both;
    float: none;
    margin: 0em 0em;
    padding: 0em 0em 0em 0em;
    text-align: center;
}













