
body {
	margin: 1px;
	background-color: #303040;
	font-family: arial;
	}

div.topdiv {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid #404040;
	}

.footer {
	padding-top: 5px;
	text-align: center;
	color: white;
	width: 300px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	}

div {
	font-family: arial;
	}

.block {
	padding-bottom: 1em;
	}

.blocktitle {
	font-size: 125%;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	}

.menutitle {
/*	font-size: 125%; */
	font-weight: bold;
	border-bottom: 1px solid black;
	}

.contenttitle {
	font-size: 125%;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-bottom: 1em;
	}

.itemtitle {
	font-weight: bold;
	}

.itemdate {
	background: url(/static/images/calendar.gif) white norepeat;
	}


.block ul {
		list-style: none;
	}

.block ul li {
		list-style: none;
		border-top: 0px solid #808080;
		margin-left: -1.5em;
	}

.block ul li a {
		text-decoration: none;
		font-weight: bold;
		color: #808080;
	}

.block ul li a:hover {
		text-decoration: none;
		color: black;
		background-color: #e0e0e0;
	}

.leftblock {
		text-align: right;
	}

td.centerblock {
		border-left: 2px dotted black;
	}

td.centerblock,td.leftmenu {
		border-right: 2px dotted black;
	}


.block a.blocklink {
		text-decoration: none;
		font-weight: bold;
		color: black;
	}

.block a.blocklink:hover {
		text-decoration: none;
		color: black;
		background-color: #e0e0e0;
	}

.floatleft {
		float: left;
	}

.floatright {
		float: right;
	}

.headerdiv {
		color: black;
	}

.headerdiv .title {
		font-size: 150%;
		font-weight: bold;
		font-style: italic;
		color: #e0e0e0;
	}

.headerdiv .headermenu {
		clear: right;
		width: 100%;
		text-align: right;
		padding-bottom: 3px;
	}

.headermenu ul {
		list-style: none;
		margin: 3px;
	}

.headermenu ul li {
		list-style: none;
		display: inline;
	}

.headermenu ul li a {
		color: #e0e0e0;
		font-size: 65%;
		text-decoration: underline;
		font-weight: bold;
		padding: 2px;
	}

.headermenu ul li a:hover {
		color: #000000;
		background-color: #ffffe0;
	}

.leftmenu {
	width: 220px;
	}

.leftmenu ul {
	list-style: none;
	margin: 3px;
	padding-left: 0;
	margin-left: 0;
	}

.leftmenu ul li {
	list-style: none;
	padding-left: -2em;
	margin-left: 0px;
	}

.leftmenu ul li a {
		color: #101080;
		text-decoration: none;
		font-weight: bold;
		padding: 2px;
	}



.contentholder {
	clear: both;
	background-color: white;
	color: black;
	margin: 0px;
	padding: 3px;
/*	border-top: 2px dotted black; */
	}

.biglink {
	}

/*
table.experts-menu {
    }
*/

table.experts-menu .title {
	font-weight: bold;
	background-color: #303040;
	color: #e0e0e0;
	text-align: right;
	border: 1px solid #303040;
    }

table.experts-menu td {
	background-color: #c0c8c8;
	text-align: center;
	padding: 5px;
	border: 1px solid #c0c8c8;
    }

table.experts-menu td.branch:hover {
	background-color: #ffffe0;
	border: 1px dotted black;
    }

table.experts-menu td a {
	color: black;
	font-weight: bold;
	font-size: 85%;
	text-decoration: none;
/*	padding: 10px; */
    }

table.experts-menu td a:hover {
	background-color: #ffffe0;
    }

table.experts-menu2 td {
	background-color: #e8f0ff;
	text-align: center;
	padding: 5px;
	border: 1px solid #e8f0ff;
    }

table.experts-menu2 td.branch:hover {
	background-color: #ffffe0;
	border: 1px dotted black;
    }

table.experts-menu2 td a {
	color: black;
	font-weight: bold;
	font-size: 85%;
	text-decoration: none;
/*	padding: 10px; */
    }

table.experts-menu td a:hover {
	background-color: #ffffe0;
    }



.w33 {
    width: 33%;
}

.w14 {
    width: 14%;
}

.w16 {
    width: 16%;
}

.search-item { font-size: 75%; }
.search-item dt { text-decoration: underline; font-style: italic; }
.search-item dd { color: #606060; }

.new0 { }
.new1 { background-color: #d0ffd0; }

.mark0 { }
.mark1 { background-color: #ffffe0; }

.info-code-title {
	border: 1px solid #ccc;
	background: #eee;
	padding: 2px;
	text-decoration: underline;
	color: #228;
}

.info-note {
	color: #888;
}

#categories ul { list-style: none; padding-left: 1em; }
#categories ul li { padding-left: 1em; line-height: 2em; }

.collapsed ul { display: none; }

.toggle { width: 16px; float: left; }

.collapsed > .toggle { background: url('/static/images/plus.png') no-repeat; }
.expanded > .toggle { background: url('/static/images/minus.png') no-repeat; }

.collapsed > .toggle, .expanded > .toggle {
	cursor: pointer; 
	background-position: center left;
}

.s-collapsed ul { display: none; }

.s-toggle { width: 16px; float: left; }

.s-collapsed > .s-toggle { background: url('/static/images/plus.png') no-repeat; }
.s-expanded > .s-toggle { background: url('/static/images/minus.png') no-repeat; }

.s-collapsed > .s-toggle, .s-expanded > .s-toggle {
	cursor: pointer; 
	background-position: center left;
}


table.greyborder { border: 1px solid #a0a0a0;  border-collapse: collapse; }
table.greyborder td, table.greyborder th { border: 1px solid #a0a0a0; }
table.greyborder th { border-bottom: 2px solid #a0a0a0; background-color: #f0f0ff; }

table.spacing td, table.spacing th { padding: 3px 5px; }

.search-ex input { border: 1px solid #555; line-height: 1.2em; }
.search-ex input.main { font-size: 150%; }
.search-ex select { border: 1px solid #555; line-height: 2em; padding: 0.1em; background-color: white; }
.search-ex button { line-height: 1.75em; }

.search-ex .field-title { }
.search-ex .sep { border-top: 2px dotted #aaa; }

ul.lettersnav {
		margin: 0.1em;
		padding-left: 1em;
		list-style: none;
		text-indent: 0em;
	}

ul.lettersnav li {
	line-height: 1.5em;
}

#tooltip2 {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
}

#tooltip2 h3, #tooltip2 div { margin: 0; }

table.wiw {
	border-collapse: collapse;
	border-spacing: 0px;
}

table.wiw, table.wiw td, table.wiw th {
	border: 1px solid #aaa;
	margin: 0px;
}

table.wiw td {
	padding: 5px 3px;
}

table.wiw th {
	padding: 10px 3px;
	background-color: #d0d0d0;
}

table.wiw tr:hover td {
	background-color: #f0e0ff;
}

.l2-cat {
	max-width: 20em;
	line-height: 1.2em;
}

.l2-cat span {
	border: 1px solid #ccc;
	font-size: 60%;
	margin: 0px 2px;
}

.cat-inactive {
	color: #aaa;
}

.error { color: red; }
