/* @override http://www.soundepartment.com/stylesheets/soundepartment.css */

pre {
	background: #eeffee;
	border-left: 8px solid green
}

table {
	border-collapse: collapse;
}

div.linkBar {
	margin: 3px;
	border: 1px solid black;
	position: relative;
	width: 85%;
	padding: 3px;
	text-align: center;
}

div.linkBar ul {
	padding-left: 0;
}


div.linkBar li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}


table td,th {
	padding-left: 10px;
	padding-right: 10px;
}

div.contentBox {
	margin: 3px;
	position: relative;

	padding-top: 20px;
	margin-top: 0px;
	border: 1px solid black;
	width: 85%;
}

div {
	margin: 0px;
	padding: 5px;
	background: white;
}

div.top {
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 0;
	opacity: 1.0;
}

div.updated_date {
	font-size: small;
	color: #333333;
}

body {
	margin-top: 100px;
	z-index: 1;
	opacity: 1.0;
	font-family: "Arial",sans-serif;
	font-size: 12pt;
}

div.topTitle {
	position: fixed;
	top: 10px;
	left: 5px;
	color: #999;
	font-size: +2em;
}

div.contentBox h1 {
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: small;
	padding: 5px;
	padding-right: 4px;
	padding-bottom: 3px;
	background: #dddddd;
	font-weight: bold;
}
