body {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin-top: 0em;
	font-family: sans-serif;
}

h2 {
	font-family: sans-serif;
}

.pageHeader {
	background: url(../images/header_mid.png) repeat top right;
}

.headerContent {
	background: url(../images/header_right.png) no-repeat top right;
}

.sidebar {
	position: absolute;
    top: 122px;
    left: 1em;
	width: 14em;
	background-color: rgb(103,103,103);
	color: rgb(251, 251, 212);
	/*padding: 0.5em;*/
	font-family: sans-serif;
}

.contentWrapper {
    position: absolute;
    top: 122px;
    right: 1em;
    left: 14em;
    /*
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 13em;
    
	float: right;
    */
	background-color: white;
	color: black;
}

.roundtop {
	background: url(../images/img-1-7.png) no-repeat top right; 
}

.roundbottom {
	background: url(../images/img-6-7.png) no-repeat top right; 
}

img.corner {
	border: none;
	display: block !important;
}

ul {
	list-style-type: square;
}

ul.sidebar {
	margin-top: 0em;
	margin-bottom: 0.5em;
	list-style-type: square;
}

a.sidebar_link:link, a.sidebar_link:visited, a.sidebar_link:active {
	/*border-bottom: 1px dotted #99c;*/
	background-color: rgb(103,103,103);
	color: white;
	font-family: sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;
}

a.sidebar_link:hover {
	/*border-bottom: 1px dotted #99c;*/
	color: black;
	font-family: sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;
    background-color: rgb(251, 251, 212);
}

a.langswitcher:link {
	/*border-bottom: 1px dotted #99c;*/
	margin-left: 0em;
	background-color: rgb(103,103,103);
	color: white;
	font-family: sans;
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;
}

a.langswitcher:visited {
	/*border-bottom: 1px dotted #99c;*/
	margin-left: 0em;
	background-color: rgb(103,103,103);
	color: white;
	font-family: sans;
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;
}

a.langswitcher:hover {
	/*border-bottom: 1px dotted #99c;*/
	margin-left: 0em;
	background-color: rgb(103,103,103);
	color: black;
	font-family: sans;
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;
}

.alreadyhere {
	color: black;
	font-family: sans;
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;	
}

a:link, a:visited, a:active {
	/*border-bottom: 1px dotted #99c;*/
    background-color: white;
	color: black;
	margin: 0em;
	font-family: sans;
	font-size: 85%;
	/*font-weight: bold;*/
	text-decoration: underline;
}

a:hover {
	/*border-bottom: 1px dotted #99c;*/
    background-color: rgb(251, 251, 212);
    color: black;
	margin: 0em;
	font-family: sans;
    font-size: 85%;
	/*font-weight: bold;*/
	text-decoration: underline;
}

a.backtop {
	/*border-bottom: 1px dotted #99c;;*/
	font-family: sans;
	font-size: 70%;
	color: black;
	text-decoration: underline;
}

a.backtop:hover {
	/*border-bottom: 1px dotted #99c;*/
	font-family: sans;
	font-size: 70%;
	color: black;
	text-decoration: underline;
}

td {
	padding-left: 1em;
	padding-right: 1em;
	font-family: sans;
	font-size: 70%;
	color: black;
	text-align: center;
	text-decoration: none;
}

.console {
	font-family: mono;
	font-size: 70%;
	color: black;
	text-decoration: none;
}

.tdheader {
	/*background-color: rgb(251, 251, 212);*/
	font-size: 100%;
    font-family: sans-serif;
	text-align: left;
    margin-left: -2em;
    color: rgb(251, 251, 212);
}

.sidebar_header {
	font-size: 100%;
    font-family: sans-serif;
	text-align: left;
    font-weight: bold;
    color: rgb(251, 251, 212);
    padding-bottom: 1em;
}

.tdcontent {
	background-color: rgb(103,103,103);
	text-align: left;
}

pre {
	margin-bottom: 0em;
	border: 2px dotted rgb(103, 103, 103);
	padding: 0.5em;
}
