body {
	background-color: #d0d0f9;
	font-family: sans-serif;
	font-size: 9pt;
	-webkit-text-size-adjust: 100%;
}

.page { left: 0; right: 0; top: 0; bottom: 0; }
.row, .col, .page { overflow: hidden; position: absolute; }
.row { left: 0; right: 0; }
.col { top: 0; bottom: 0; }
.scroll-x { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.scroll-y { overflow-y: auto; -webkit-overflow-scrolling: touch; }
.fill, .pane { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100% }
.pane { display: none; }

/* Workaround: in landscape mode, IEMobile makes bottom toolbar overlap the page, so shorten the page by 75px to compensate */
.iemobile .page { bottom: -6px; }
@media screen and (orientation:landscape) { .iemobile .page { bottom: 75px; } }

#whatisit {
	background-color: #f3e9bd;
	border-radius: 5px; 
	padding: 4px;
	text-shadow: 2px 2px 5px #A8A8A8;
	position: relative;
	font-family: sans-serif;
	font-size: 16pt;
	top: 10px;
}

#copyright {
	font-family: sans-serif;
	font-size: 8pt;
}

#menu {
	background-color: #efefff;
	border-radius: 5px; 
	padding: 10px;
}      

#forumbanner {
	position: relative;
	background-color: #f3e9bd;
	border-radius: 5px; 
	padding: 5px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	box-shadow: 2px 2px 5px #888888;
	text-shadow: 2px 2px 5px #A8A8A8;
}

#adverts {
	padding: 0px 10px 10px 10px;
}

#status {
	position: relative;
	left: 0px;
	top: 0px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: red;
}

#content {
	overflow: auto;
	border-radius: 5px;
	padding: 10px;
	background-color: #efefff;
}

#share {
	right: 10px;
	padding: 5px;
}

#latestversion {
	font-family: sans-serif;
	font-size: 8pt;
	right: 10px;
}

#menufooter {
	left: 10px;
}

#footer {
}

h1 {
	font-family: sans-serif;
	font-size: 14pt;
}

h2 {
	font-family: sans-serif;
	font-size: 11pt;
}

h3 {
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

p, li, blockquote, ul, ol {
	font-family: sans-serif;
	font-size: 9pt;
}

a.menu1 {
	font-family: sans-serif;
	font-size: 9pt;
}

a.menu2 {
	font-family: sans-serif;
	font-size: 8pt;
}

