/* Remove default margin and padding */
* {
	margin: 0;
	padding: 0;
}

/* Site layout */
#DivAdBanner {
	margin: 10px auto;
	text-align: center;
}

#DivAdLink {
	text-align: center;
}

#DivAdScraper {
	padding-right: 30px;
	text-align: center;
}

#DivAdSponsor {
	background: #FCFFFC;
	border: 1px solid #E0F0E0;
	margin: 1em 0;
	padding: 0 1em;
}

#DivAdSponsor p {
	text-align: left;
	text-indent: 2em;
}

#DivAdSponsor p.legend {
	font-weight: bold;
	text-indent: 0;
}

#DivBestThumbnail {
	float: right;
	height: 164px;
	margin: 0px 0px 25px 25px;
	text-align: center;
	width: 220px;
}

#DivContainer {
	background-color: white;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: left;
}

#DivContent {
	font: normal normal normal 10pt/normal arial,serif;
	margin: 10px 40px 10px 240px;
}

#DivFlag {
	float: right;
	left: -5px;
	position: relative;	
	top: 70px;
}

#DivHeader {
	padding: 15px 0px;
	text-align: center;
}

#DivFooter {
	clear: both;
	font: normal normal normal 8pt/normal helvetica,serif;
	padding: 20px 0px;
	text-align: center;
}

#DivLeft {
	float: left;
	margin-left: 15px;
	width: 220px;
}

#DivMenu {
	text-align: left;
}

#DivTracker {
	margin: 30px auto;
	padding-right: 30px;
	width: 90px;
}

#HtmlBody {
	background: #000 url("/image/background.png") repeat-x;
	color: #444;
	text-align: center;
}

/* Span page layout */
#SpanCopyright {
}

#SpanLanguage {
	display: block;
}

#SpanLanguage A {
	margin: 0px 0.8ex;
}

/* Credits and contact page */
div.credits > h3 {
	clear: right;
}

div.credits img {
	float: right;
}

div.credits li {
	margin: 10px 0px 0px 0px;
	clear: right;
}

div.credits span {
	display: block;
	font-style: italic;
}

/* Download table */
table.download {
	margin: 1em auto;
	text-align: center;
	width: 500px;
}

table.download th {
	text-align: center;	
}

table.download th.os {
	width: 20%;
}

table.download th.version {
	width: 20%;
}

table.download td {
	padding: 5px;
}

/* Screenshot table */
table.screenshot {
	margin: 0px auto;
	text-align: center;
	width: 500px;
}

/* Menu */
ul.menu {
	list-style-type: none;
}

ul.menu li {
	font: normal normal normal 10pt/normal arial,serif;
	margin: 8px 0px 0px 15px;
	padding: 0px;
}

ul.menu li.submenu {
	font: normal normal bold 12pt/normal georgia,serif;
	margin: 3ex 0px 5px 0px;
}

ul.menu li:first-child {
	margin: 10px 0px 5px 0px;
}

/* News */
ul.news {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.news li {
	display: block;
}

ul.news span.newsdate {
	display: block;
	font: italic normal bold 1em/normal georgia,serif;
	margin: 1em 0px 0.5em 0px;
}

/* Quality assurance page */
ol.qaI {
	list-style-type: upper-roman;
	padding: 0px;
}

ol.qaI li {
	font-weight: bold;
	margin-top: 2em;
}

ol.qaA {
	list-style-type: upper-latin;
}

ol.qa1 {
	list-style-type: decimal;
}

ul.qa {
	font-weight: normal;
	list-style-type: disc;
}

/* Page content */
A:link		{ text-decoration: none; color: #00F }
A:visited	{ text-decoration: none; color: #A08 }
A:hover		{ text-decoration: underline; color: #03F }
A:active	{ text-decoration: none; color: #C2D7DF }

acronym {
	font: normal normal normal 0.8em/normal courier,monospace;
	border-bottom: 1px dotted #444;
	cursor: help;
}

code {
	border: 1px solid #DDDFDF;
	background-color: #FCFEFF;
	display: block;
	font: normal normal normal 1em/normal courier news,monospace;
	margin: 1em 0px;
	padding: 1em;
	white-space: pre-wrap;
}

em {
	font-style: italic;
}

h1 {
	clear: right;
	font: italic normal bold 1.3em/normal georgia,serif;
	letter-spacing: 2px;
	margin: 10px 0px 15px 5px;
	word-spacing: 1ex;
}

h2 {
	clear: right;
	font: italic normal bold 1.1em/normal georgia,serif;
	letter-spacing: 1px;
	margin: 20px 0px 15px 20px;
	word-spacing: 1ex;
}

h3 {
	font: italic normal bold 10pt/normal arial,serif;
	letter-spacing: 0.3ex;
	margin: 20px 0px 10px 0px;
	word-spacing: 0.6ex;
}

div.left {
	float: left;
	margin: 0 1.5em 1.5em 0;
	text-align: center;
}

div.center {
	margin: 1.5em auto;
	text-align: center;
}

div.right {
	float: right;
	margin: 0 0 1.5em 1.5em;
	text-align: center;
}

img {
	border: 0px;
}

img.bestthumbnail {
	border: 1px solid silver;
}

img.center {
	display: block;
	margin: 10px auto;
}

img.flag {
	display: inline;	
	margin: 0px 5px;
}

img.idphoto {
	float: right;
}

p {
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-align: justify;
	text-indent: 3em;
}

p.legend {
	text-align: center;
	text-indent: 0;
}

pre {
	white-space: pre-wrap;
}

strong {
	font-weight: bold;
}
