/* General */

body
{
	font-family: Arial;
	font-size: 10pt;
	margin: 10px 10px 20px 10px;
}

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 11pt;
}

h3
{
	font-size: 10pt;
}

a img
{
	border: none;
}

a, a:visited
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

acronym
{
	cursor: help;
	border-bottom: #000 1px dotted;
}

.hidden
{
	display: none;
}

ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li
{
	list-style-type: none;
}

hr.separator
{
	border: 1px solid #d0d0d0;
	margin: 15px 0 10px 0;
}

div.page
{
	margin: 0px auto 0px auto;
	max-width: 1200px;
	word-break: break-word;
	word-wrap: break-word;
}

div.sitelogo
{
	float: right;
	margin: -40px 0px 0px 20px;
}

div.sitelogo img
{
	max-height: 70px;
}

div.pagefooter div.sitelogo
{
	margin: -25px 0px 0px 20px;
}

div.navigation
{
	margin: 0px 0px 10px 0px;
}

div.navigation li
{
	display: inline;
}

table
{
	font-size: 10pt;
}

table tr.header td
{
	font-weight: bold;
}

td.center
{
	text-align: center;
}

td.right
{
	text-align: right;
}

td.nowrap
{
	white-space: nowrap;
}

/* All content pages */

div.content
{
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

div.paging
{
	font-size: 11pt;
	display: inline-block;
}

div.paging span.page
{
	border: 1px solid silver;
	padding: 0px 2px 1px 2px;
	background-color: #f0f4f7;
	display: inline-block;
	margin: 0px 0px 3px 0px;
}

div.paging span.page.current
{
	border: 2px solid black;
	font-weight: bold;
}

div.header,
tr.list,
div.message
{
	background-color: #f0f4f7;
	border-radius: 10px;
	overflow: auto;
}

div.header,
div.message
{
	margin: 10px 0px 10px 0px;
	padding: 8px 12px 20px 12px;
}

tr.list.alternate,
div.message.alternate
{
	background-color: #e7eaef;
}

div.header,
tr.header
{
	background-color: #e0e0f7;
}

div.header
{
	padding: 6px 12px 8px 12px;
}

div.header h2
{
	display: inline;
}

div.metadata span.title
{
	font-size: 10pt;
	font-weight: bold;
	display: block;
	margin: 0px 0px 5px 0px;
}

div.metadata span.title a
{
	color: #5050e0;
}

/* Messages only */

div.messages div.userinfo
{
	float: left;
	max-width: 170px;
	font-weight: bold;
	font-size: 1.1em;
}

div.messages div.metadata
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #d0d0d0 solid 2px;
	font-size: 0.8em;
}

div.messages div.textarea
{
	margin: 0px 0px 0px 180px;
}

div.messages span.tagheader
{
	display: block;
	font-size: 8pt;
	font-weight: bold;
}

div.messages span.tag
{
	border: 2px solid black;
	display: block;
	padding: 4px 4px 4px 4px;
	margin: 2px 0px 2px 0px;
	font-size: 9pt;
	background-color: #d7daec;
}

div.messages span.tag.code
{
	background-color: #eeeeff;
	font-family: "Courier New";
	font-size: 10pt;
}

div.messages span.tag.edit,
div.messages span.tag.offtopic
{
	background-color: #e0e0e0;
}

div.messages ul.tag
{
	list-style-type: unset;
	margin: 10px 0px 0px 25px;
}

div.messages ul.tag.decimal
{
	list-style-type: decimal;
}

div.messages ul.tag li
{
	list-style-type: unset;
}

div.messages ul.tag.decimal li
{
	list-style-type: decimal;
}

div.messages span.center
{
	text-align: center;
	display: block;
}

div.messages div.text
{
	white-space: pre-wrap;
}

div.messages div.text a
{
	text-decoration: underline;
}

div.messages div.text div.imagecontainer
{
	padding: 20px 0px 0px 0px;
	display: block;
}

div.messages div.text div.imagecontainer img
{
	max-width: 100%;
	max-height: 800px;
}

div.messages.monospace div.text
{
	font-family: "Consolas", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11pt;
}

span.spoiler button.spoiler
{
	border: 1px solid black;
	background-color: #d0d0d0;
	cursor: pointer;
}

span.spoiler span
{
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
}

span.spoiler span.content
{
	border: 1px dotted black;
}

span.spoiler span.hidden
{
	display: none;
}

/* Listing tables */

div.list span.description
{
	border: 1px solid black;
	display: block;
	padding: 4px 4px 4px 4px;
	margin: 20px 0px 10px 0px;
	background-color: #f5f5f0;
}

div.list table
{
	width: 100%;
	margin: 5px 0px 10px 0px;
	border-collapse: collapse;
}

div.list tr.header
{
	border-top: 3px solid white;
	border-bottom: 3px solid white;
}

div.list td
{
	padding: 2px 5px 2px 5px;
}

div.list td.number
{
	text-align: right;
	padding-right: 10px;
}

div.list table td.title
{
	width: 100%;
}

div.list table td.title span.title
{
	font-size: 11pt;
	font-weight: bold;
}

@media
only screen and (max-width: 800px)/*,
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx)*/
{
	.wide
	{
		display: none;
	}

	div.messages div.userinfo
	{
		float: none;
		border-bottom: 2px solid #d0d0d0;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 2px 0px;
		max-width: unset;
	}

	div.messages div.textarea
	{
		margin: 0px 0px 0px 0px;
	}
}

@media
only screen and (max-width: 640px)/*,
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx)*/
{
	div.sitelogo.forumlogo
	{
		display: none;
	}
}
