body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family:  Garamond, Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #369;
	background-image: url(/img/bg_top.png);
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5 {
	color: #369;
	padding-top: 0px;
	margin-top: 0px;
}

h2.content-title {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 1px dashed #369;
}

h3.content-submitted {
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
}

a, a:link, a:hover, a:visited {
	color: #369;
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	font-size: small;
	color: #369;
}

th {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 110%;
	background-color: #369;
	border: 1px solid #ccf;
	color: #fff;
}

th a, th a:link, th a:visited, th a:hover {
	color: #fff;
}

td {
	padding: 0px 1em;
	vertical-align: top;
	text-align: left;
	background: transparent;
}

tr.even td {
	background-color: #f9f9ff;
}

tr.odd td {
	background-color: #fff;
}

tr.error td {
	background-color: #f33;
}

span.error {
	font-style: italic;
	color: #000;
}

/* page layout */

#layout {
}

#logo {
	width: 150px;
	margin: 0px 10px;
}


#banner {
	vertical-align: bottom;
}

#mission {
	font-weight: bold;
	vertical-align: top;
}

#sidebar {
	padding-top: 10px;
	border-top: 1px solid #369;
}

#content {
	padding-top: 10px;
	border-top: 1px solid #369;
}

#errors {
}

#footer{
	font-size: xx-small;
	font-style: italic;	
	padding: 1em 1em;
	border-top: 1px solid #369;
	border-bottom: 1px solid #369;
}

/* Hide the "bait" links from normal visitors */
#bait {
	clear: both;
	display: none;
}

/* Additional styles for report tables. */

table.report {
		font-size: x-small;
}

table.report td {
	border: 1px solid #ccf;
}

#content-edit fieldset input {
	color: #369;
	font-size: x-small;
	width: 100%;
}

#content-edit fieldset textarea {
	color: #369;
	width: 100%;
	height: 12em;
}

#content-edit .action input {
	float: left;
}

#content-edit .action input.delete {
	float: right;
}

/* Main menu */

#menu {
	width: 150px;
}

#menu ul, #menu li {
	list-style: none;
/*	list-style-image: url(/img/menu-link.png); */
	list-style-position: inside;
	padding: 0px;
	margin: 2px 0px 2px 8px; 
}
#menu li.parent {
	list-style-image: url(/img/menu-closed.png);
}
#menu li.parent.open {
	list-style-image: url(/img/menu-open.png);
}
#menu li.leaf {
	list-style-image: url(/img/menu-item.png);
}
#menu li.leaf.open {
	list-style-image: url(/img/menu-item-open.png);
}

/* Editing forms */

fieldset {
	border: 1px solid #369;
}


fieldset select {
	display: block;
}

/* Information */
ul.error {
	border: 1px solid #900;
	background-color: #fcc;
	padding: 4px 2em;
	font-weight: bold;
	color: #900;	
}

ul.ok {
	border: 1px solid #090;
	background-color: #cfc;
	padding: 4px 2em;
	font-weight: bold;
	color: #090;
}

/* Contextual Links */

.actions {
	padding: 1em 0px;
	margin: 1em 0px;
}

.actions a {
	padding: 1px 1em;
	background-color: #acf;
	border: 1px solid #369;
}