.headercell { color: white; text-align: center; font-family: arial }

.barleft { background: url(/images/longbar_left.png) left top no-repeat; background-color: transparent; height:32px; }
.barright { background: url(/images/longbar_right.png) right top no-repeat; height:32px; padding-top: 5px}
.barmiddle { background-image: url(/images/longbar_middle.png); background-repeat: repeat-x; height:32px; color: white; text-align: center; overflow: hidden; }

.barlink { padding: 0px 30px; font-family: arial; color: #cfcfcf; text-decoration: none; font-weight: bold; margin: 1px; font-size: 16px }
/*.barlink:hover { border-style: dashed; border-width: 1px; border-color: #888;X:gray; margin: 0px; color: #ffffff } */
.barlink:hover { color: #ffffff }

.lime { color: #757575 }

.bloglink { text-decoration: none; color: black; }
.bloglink:visited { text-decoration: none; color: black; }
.bloglink:hover { text-decoration: underline; }
li { padding: 2px }
.blognav {  }
h1 { font-family: trebuchet ms; font-size: 46pt; margin: 0; margin-bottom: 0.75em; font-weight: normal; }
h2 { font-family: trebuchet ms; font-size: 20pt; font-weight: bold; margin: 0 }
h3 { font-family: trebuchet ms; font-size: 16pt; font-weight: bold; text-align: center; margin-top: 0px; margin-bottom: 6px; padding: 0px; }

.post { margin: 6px; text-align: justify }

.blogsummary { margin-top: 0px }
.blogtitle { font-weight: normal; font-family: trebuchet ms; font-size: 11pt }
.bloglink {}
.postdate { font-family: trebuchet ms; font-size: 10pt; }
.postbody { margin: 50px 0px; padding-bottom: 20px; border-top-style: dashed; border-top-width: 1px; border-color: #ccc; }

.indexbox { margin: 60px 0px; border-style: dashed; border-width: 1px; padding-left: 20px; margin-left: 20px; border-color: #ccc; }

.aboutbox { margin: 30px 0px; padding-bottom: 20px; border-style: dashed; border-width: 1px; padding-left: 20px; margin-left: 20px; border-color: #ccc; }
.contentindex ul { list-style-type: none; }

.aboutbox li { padding: 10px 2px; }

.pagination { font-family: trebuchet ms; font-size: 12pt; padding-top: 50px; font-weight: bold }

body { background: white url(/images/mybg.png) repeat-x scroll center top; margin-top: 2px; padding: 0px; font-family: trebuchet ms; font-size: 11pt; }

.screenshot
{
	display: none;
	width: 180px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;

	position: relative;
	top: 40px;
}

.screenshotinner
{
	background: white;
	/*padding: 50px 30px;*/
	padding: 50px 30px 10px 30px;
	border: 2px;
	border-style: dashed;
}

.screenshotcontainer
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.screenshotclose { float: right; padding-right: 5px; text-decoration: none; font-weight: bold; font-size: 12pt; }

.caption
{
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	padding: 10px;
}

.contentcontainer { width: 800px; }
.contentindex { float: right; width: 300px; text-align: left; padding: 0px 10px; }
.content { width: 450px; text-align: left; float:left; padding: 0px 10px; margin: 10px 0px; }

a { color: black; }
a:visited { color: gray; }

code { background: #e5e5e5; display: block; border-width: 1px; border-style: dashed; padding: 4px; }

.key
{
    font-style: italic
}

.outdated {
	background-color: #f48c25;
	color: white;
	padding: 0.6em;
	margin: 1em 0;
	width: 905px;
	box-sizing: border-box;
	border-radius: 8px;
}
.outdated a {
	color: white;
	opacity: 0.9;
}
