html {
color: #000;
background: url("../images/background.png") #444;
background-repeat: repeat-x;
padding: 20px;
text-align: center
}
body {
margin: 0 auto;
border: 1px solid #000;
padding: 0;
color: #000;
background: #FFF;
font-family: "DejaVu Sans",Verdana,sans-serif;
font-size: 0.83em;
line-height: 1.29em;
min-width: 270px;
max-width: 954px;
empty-cells: show;
text-align: left
}
:link {color: #00F; background: inherit}
:visited {color: #609; background: inherit}
:link:active,:visited:active,:link:hover,:visited:hover {color: #F00; background: inherit}
h,h1 {font-size: 1.9em}
section h,h2 {font-size: 1.6em}
section section h,h3 {font-size: 1.3em}
code,samp,pre,kbd,blockcode {
color: #060;
background: inherit;
font-size: 1em;
font-family: "DejaVu Sans Mono",monospace
}
abbr[title] {border-bottom: 1px dotted}
table {border-spacing: 0; border-top: 1px solid #666;
border-left: 1px solid #666; border-right: 0; border-bottom: 0;}
td {text-align: left; vertical-align: top}
th {color: #000; background: #CCC; text-align: left}
td, th {border-right: 1px solid #666; border-bottom: 1px solid #666;
border-left: 0; border-top: 0; padding: 1px}

/* Dave H's web standards page: */
table.standards {font-size: 0.7em; line-height: 1.4em}
td.browser {width: 15%}
td.engine {width: 7%}
td.yes {color: #000; background: #CFC; width: 5%}
td.mostly {color: #000; background: #DFC; width: 5%}
td.partial {color: #000; background: #FFC; width: 5%}
td.no {color: #000; background: #FCC; width: 5%}

/* Dave H's events page: */
table.events {width: 100%}
th.date {width: 15%}
th.eventDetail {width: 85%}
td.today {color: #000; background: #FFC}
td.here {color: #000; background: #CFC}

#header {
color: #FFF; background: url("../images/header.png") #333;
background-repeat: repeat-x; height: 4em;
border-bottom: 1px solid #000; padding: 14px 20px; margin: 0
}
#header h1,#header h {position: absolute; top: 40px; margin: 0; padding: 0;
font-family: "Caslon Antique","Casablanca Antique",serif;
font-weight: normal;
font-size: 2.1em;


display: none
}
#header :link,#header :visited {color: #FFF; background: inherit; text-decoration: none}


/*
#main {margin: 0 15em 0 0; padding: 0.25em 20px; border-right: 1px solid #CCC; min-height: 20em}
*/
#main {margin: 0; padding: 0.25em 20px}



#footer {
color: #999; background: inherit;
border-top: 1px solid #CCC;
padding: 0.25em 20px;
margin: 0
}
#footer :link {color: #99F; background: inherit}
#footer :visited {color: #C6C; background: inherit}
#footer :link:active,#footer :visited:active,#footer :link:hover,#footer :visited:hover {color: #F66; background: inherit}
#footer p {margin: 0; padding: 0}


div.toolbar {
  position: absolute; top: 74px;
/*  margin: 0 0 0 20px;
  border-left: 1px solid #000;*/
  margin: 0;
  border: 0;


  padding-bottom: 4px;
}

.toolbar ul {
	margin: 0;
	padding: 0 0 25px 0;
	list-style-type: none;
	
}

.toolbar li {
	/* width: 75px; */
	margin: 0;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	float: left;
}
.toolbar li li { width: 200px; }

.toolbar a {
	text-decoration: none;
	display: block;
	color: #CCC;
	background-color: #333;
	padding: 5px 10px;
}

.toolbar a:hover {
	text-decoration: none;
	color: #000;
	background-color: #CCC;
}

.toolbar li ul {
	display: none;
}

.toolbar li:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index: 1;
	width: 200px;
	margin: 0;
	border: 1px solid #000;
	padding: 0;
}

.toolbar li li {
	border: none;
	}

.toolbar li li a {
	padding: 2px 2px 2px 10px;
}





.key {font-size: 0.5em; line-height: 1.2em;}
.backwards {unicode-bidi: bidi-override; direction: rtl}

/* Info boxes */
.portlet-outer {display: inline-block; vertical-align: top;
  border: 1px solid #333; padding: 0; margin: 0.5em; min-width: 230px}
.portlet-header {color: #FFF; background: url("../images/portlet-h.png") #333; border-bottom: 1px solid #333; padding: 0.5em 1em; margin: 0}
.portlet-h {color: #FFF; background: transparent; font-size: 1em; padding: 0; margin: 0}
.portlet-body {color: #000; background: #F9F9F9; padding: 0.25em 1em; margin: 0}

/* Some forms CSS */

label { float: left; width: 130px }

.errorBox {border: 1px solid red; padding: 1em; color: #F66; background: #FFF}

