
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: #ffffd0; }

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

.info-note {
	color: #888;
}

