
html, body {
	margin:25px;
	font-size: 11pt;
	text-align: center;
/*    background-color: #E7E7E7;*/
}

#subheader {
	font-size: 11pt;
	text-align: right;
	font-variant: small-caps;
	width:650px;
	margin: -10px auto 10px auto;
}

#header {
	border-bottom: solid #BFBFBF 1px;
	text-align: left;
	width:650px;
	margin: 0px auto 10px auto;
}
span.innerHeader {
	font-size: 12pt;
	font-family: sans-serif;
	letter-spacing: 3px;
	color: #222ba0;
}

a {
	text-decoration: none; text-transform: none;
	font-style: normal; line-height: normal; font-weight: normal;
	color: #00407f;
}
a img { border-style:none; }
a:hover { text-decoration: underline }
a:active { color: #00407f; }
a:hover { color: #00407f; }
a:link { color: #00407f; }
a:visited { color: #00407f; }

div#main{
	width:650px;
	margin: 0px auto 10px auto;
	text-align: left;
}

div.index-sidebar {
	width: 550px;
	margin:auto;
    padding-top: 20px;
    padding-bottom: 20px;
    /*border: solid 1px #999999;
    background-color: #FFffFF;*/
}

div.sidebar {
    display:none;
	/*width: 300px;
	text-align: center;
	float: right;
	display: inline;*/
}

div.content {
	width: 550px;
	margin:auto;
    padding-top: 20px;
    padding-bottom: 20px;
    /*border: solid 1px #999999;
    background-color: #FFffFF;*/
}

div.footer {
	width:650px;
	margin: 0px auto 10px auto;
	text-align: center;
	font-size: 10pt;
	border:solid #BFBFBF 1px;
	padding: 4px;
	clear: both;
}

div.post {
	font-weight: normal;
	margin-top: 5px;
	width: 550px;
}

pre {
	font-family: monospace;
	border:1px solid #999999;
	margin: 0px; margin-top: 5px; margin-bottom: -10px;
	padding: 4px;
	width:100%;
	overflow: auto;
	white-space: pre;
	font-size: 10pt;
	width:550px;
    max-height:400px;
}

span.pre { font-family: monospace; font-size: 10pt; }
span.mdash:after { content: "\2014"; }
span.ss { vertical-align:super; font-size: smaller; }
span.i { font-style: italic; }
span.b { font-weight: bold; }

div.warning { background-color: #FFB3B3; padding: 10px; margin: 2px; border: solid black 1px; }

div.h4 { font-family: sans; font-size: 9pt;  margin: 0px;    margin-top: -10px;      text-align:right;   font-variant: small-caps; font-weight:bold; }
div.h3 { font-family: sans; font-size: 10pt;                 margin-top: 5px; margin-left: 15px;         font-variant: small-caps; font-weight:bold; }
div.h2 { font-family: sans; font-size: 11pt;                 margin-top: 5px; margin-left: 5px;          font-variant: small-caps; font-weight:bold; }
div.h1 { font-family: sans; font-size: 11pt;                 margin-top: 5px; margin-bottom: 10px;       font-variant: small-caps; font-weight:bold; }

div.h2 a { color: black; font-weight: bold;}
div.h2 a:hover { color: black; }
div.h2 a:active { color: black; }
div.h2 a:hover { color: black; }
div.h2 a:link { color: black; }
div.h2 a:visited { color: black; }

div.sidebarHeader {
	font-variant: small-caps;
	width: 500px;
	border-bottom: solid #BFBFBF 1px;
	margin-top: 10px;
	letter-spacing: 2px;
}
div.sidebarGroup {
	margin-top: 5px;
}
div.sidebarList {
	margin-top: 5px;
	text-align: left;
}
div.sidebarListItem {
	font-size: 10pt;
    padding-bottom: 2px;
	clip: auto;
}
div.sidebarItem {
	font-size: 10pt;
	text-align: left;
}
/*div.sidebarItem a {
	font-variant: small-caps;
}*/

div.projectContentHeader {
	margin-top: 10px;
	font-size: 11pt;
	font-variant: small-caps;
	font-weight:bold;
}

div.footerPart {
	padding:1px;
}

span.keyword {
	color: #660000;
	font-weight: bold;
}

div.allPostsHeader {
	margin-top: 10px;
	font-size: 11pt;
	font-variant: small-caps;
	font-weight:bold;
}

div.allPosts {
}

div.allPostEntry {
	font-size: 10pt;
	clip: auto;
}

span.emp {
	font-weight: bold;
}

span.empty-line {
	padding-left: 10px;
}

li {
	margin-left:-15px;
}

.release-header {
    font-size: 10pt;
	font-variant: small-caps;
    font-family: sans;
}

.release-item {
	font-variant: normal;
	font-size: 10pt;
    text-align: center;
}

.release-num {
    padding-right: 6px;
}

.release-name-header {
    padding-left: 6px;
}

.release-name {
    padding-left: 6px;
    text-align: left;
}
