/*
	OGame Commercial Helper CSS
	by Keul - http://anubis.objectis.net
	Master stylesheet
*/

body {
	font-family: Verdana, Arial;
	font-size:8pt;
	margin:0px;
	background-color: white;
	border-collapse:collapse;
	height:100%;
	padding: 0px;
	color: black;
}

table {
	text-align:left;
}

a img {
	border-width: 0px;
	vertical-align: middle;
}

.appBody {
	color: white;
}

#theBody {
	color: white;
	background: transparent url(../images/background-380x400.jpg) top left no-repeat;
	width:380px;
	height:400px;
	margin:0px;
	padding:0.5em;
}

.options {
	color: white;
	background: transparent url(../images/background-380x400.jpg) top left no-repeat;
	width:380px;
	height:400px;
	margin:0px;
	padding:0.5em;
}

#rapp-title img {
	visibility:hidden;
}

.info-opt {
	text-align: justify;
	margin:0em 1em 0em 1em;
}

img.helpimg {
	vertical-align: middle;
	cursor : help;
}
img.k {
	vertical-align: middle;
	margin: 0px;
}

table.rapp {
	padding:0px;
	margin:0px;
	width:150px;
	border-collapse: collapse;
}
table.rapp th, table.rapp td {
	width:50%;
}
table.rapp .rapp-bottom {
	border-bottom: 1px dotted #8D8BC8;
}

.demi-alpha {
	opacity: 0.8;
}

input {
	font-size:8pt;
	opacity: 0.8;
}

table {
	width:380px;
	border:0px solid black;
	padding:0em;
	font-size:8pt;
}

td {
	padding:1px;
	margin:0px;
}

caption {
	padding:0px;
	margin:0px;
}

h1 {
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 12pt;
	margin-top:0px;
	margin-bottom:2px;
	padding-top:0px;
	padding-bottom:0px;
}

h3 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-size: 10pt;
	text-align: center;
}

h4 {
	font-size: 8pt;
	margin-top:0px;
	margin-bottom:2px;
	padding-top:0px;
	padding-bottom:0px;
}

h4.auth {
	text-align: center;
}

a {
	color: #E0471B;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.main-area {
	border:1px solid #8D8BC8;
}

.alone {
	padding:0em;
	margin:1em 0em 1em 0em;
}

.littlespace {
	margin:1px 0px 1px 0px;
	padding:1px 0px 1px 0px;
}

dl.news-list dd {
	margin-bottom: 0.2em;
}

/* Action */

a.action {
	color:black;
	background-color:#c0c0c0;
}
a.action:hover {
	color:black;
	text-decoration:none;
}
a.action:active {
	color:black;
}
a.action span {
	color:black;
	border:1px solid white;
	border-bottom:2px solid #808080;
	border-right:2px solid #808080;
	padding: 0px 6px 0px 6px;
	margin:0px;
}
a.action:hover span {
	border:1px solid white;
	border-top:2px solid #808080;
	border-left:2px solid #808080;
}


body.textBody {
	text-align:justify;
	padding: 2em;
}

body.textBody a img {
	border-width:0;
}

body.textBody p {
	margin-top:0em;
	margin-bottom:1em;
}

body.textBody h3{
	text-align:left;
}

body.textBody blockquote{
	border-left: 5px solid #E9DBF9;
	padding-left: 1em;
	margin-left: 2em;
}

.in-text {
	vertical-align: middle;
}

.versionBlock {
	background-color:#E9DBF9;
	margin-top:1em;
	padding:0.5em 0.2em 0.5em 0.2em;
	width:100%;
}

.versionBlock dt {
	text-decoration:underline;
}

.versionBlock dd {
	margin-left:2em;
}
.simpleList {
	padding:0.3em 0em 0.3em 0em;
}

.example {
	margin:1em 0em 1em 0em;
	padding:0.3em 0.3em 0.3em 0.3em;
	background-color:#E9DBF9;
	font-size:90%;
}