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

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

div.searchBox {
    /*searchbox style and positioning */
    background-color: transparent;
    color: White;
    float: right;
    margin: 3em 0em 0em 0em;
    padding: 0em 2em 0em 0em;
    text-align: right;
    text-transform: lowercase;
}

div.tabs {
	border-collapse: collapse;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0.5em 0em 0em 2em;
	white-space: nowrap;
	border-bottom-color: #990000;
	background: #000000;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
}

div.tabs a {
    /* The normal, unselected tabs. They are all links */
    background: #EFEFEF;
    border-color: #999999;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: Black;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-transform: lowercase;
}

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

div.tabs a:hover {
    background: #990000;
    border-color: #C04735;
    border-bottom-color: #990000;
    color: White;
}

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

div.personalBar a{
    background-color: transparent;
	color: White;
    font-weight: bold;
}

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


.mainContent {
	margin-left:6em;
	margin-right:6em;
	margin-top:2em;
	margin-bottom:4em;
}

.footer {
	background: #EFEFEF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	clear: both;
	color: Black;
	float: none;
	margin: 0em 0em;
	padding: 0.5em 1em 1em 1em;
	text-align: left;
}

.footer2 {
	text-align: center;
	font-size: 10px;
	padding: 1em 0em 1em 0em;
	color: #CCCCCC;
}

