body {
    font: 11px Verdana, Helvetica, Arial, sans-serif;
    background: #FEFCD2;
    color: #666666;
    margin: 0;
    padding: 0;
}

table {
    font-size: 100%;
}

a {
	text-decoration: none;
    color: #000066;
    background-color: transparent;
}


.netscape4 {
    display: none;
}

/*
** Structural Elements
*/

div.top {
    /* Top section */
    background: transparent;
    margin: 0;
    padding: 0;
}



div.tabs {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    background: transparent;
    border-collapse: collapse;
    border-bottom-color: #000066;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0.5em 0em 0em 2em;
    white-space: nowrap;
}

div.tabs a {
    /* The normal, unselected tabs. They are all links */
    background: #FFFF99;
    border-color: #000066;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #000033;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 0em 1.5em;
    text-transform: lowercase;
}

div.tabs a.selected {
    /* The selected tab. There's only one of this */
    background: #9F9FFF;
    border: 1px solid #000066;
    border-bottom: #E0ECFE 1px solid;
    color: black;
    font-weight: normal;
}

div.tabs a:hover {
    background: #FFFF00;
    border-color: #000066;
    border-bottom-color: #004080;
    color: black;
}

div.personalBar {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background: #E4E4E4;
    border-bottom-color: #000066;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #666666;
    padding-left: 1.5em;
	padding-right: 3em;
    text-align: right;
    text-transform: lowercase;
}

div.personalBar a {
    background-color: transparent;
	color: black;
    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: #000066;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: lowercase;
}


table.columns {
	width: 100%;
}

table.columns td.left {
    vertical-align: top;
    width: 31%;
    padding: 2em 1em 1em 2em;
}

table.columns td.main {
    vertical-align: top;
    padding: 0em 1em 1em 1em;
    margin: 0;
    width: 70%;
}

table.columns td.right {
    vertical-align: top;
    width: 10%;
    padding: 2em 2em 1em 1em;
}
