html {
	height: 101%;
}

body {
	margin: 0;
	padding: 0;
	color: #adadad;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #000000;
	background-image: url('img/bg.jpg');
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 15px;
}

a:focus {
	outline: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #ddbc13;
}

a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
}

.header_menu {
	color: #ffffff;
	font-family: 'Arial Black';
	font-size: 14pt;
	padding: 1px 21px 2px 21px;
	line-height: 28px;
	/line-height: 27px;
	zoom: 1;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}

.header_menu:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ddbc13;
	background-image: url('img/header_bg.gif');
}

a.menu,a.menu:visited {
	display: block;
	background-color: #303030;
	padding: 3px 6px 3px 6px;
	color: #959595;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	border-left: solid 8px #505050;
}

a.menu:hover,a.menu:active {
	display: block;
	background-color: #050505;
	text-decoration: none;
	color: #ffffff;
	background-repeat: no-repeat;
	border-left: solid 8px #ddbc13;
	border-right: solid 8px #ddbc13;
}

.title {
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
	background-color: #b89e10;
	padding: 3px 5px;
	text-align: left;
	border: solid 1px #8a760c;
}

.title2 {
	color: #ddbc13;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px 0px;
}

.factions {
	width: 600px;
	height: 300px;
	text-align: right;
	color: #ffffff;
	font-family: 'Arial Black';
	font-size: 18pt;
	opacity: 0.25;
	filter: alpha(opacity = 25);
}

.factions:hover {
	color: #ffffff;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}

.skira {
	position: relative;
	top: 215px;
	left: -168px;
	padding: 5px 7px;
	width: 230px;
	height: 66px;
	text-align: left;
	color: #ddbc13;
	font-family: Verdana;
	font-size: 8pt;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	background-color: #202020;
}

.achievements_description {
	padding: 10px;
	text-align: justify;
}

.achievements_gamerscore {
	font-size: 13pt;
	font-weight: bold;
	color: #757575;
}

.label {
	color: #ddbc13;
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px;
}

.counter {
	font-size: 7pt;
	text-align: center;
	margin: 5px;
	width: 155px;
	height: 130px;
	color: #ddbc13;
	background-color: #000000;
	opacity: 0.60;
	filter: alpha(opacity = 60);
}

.restricted {
	padding: 10px;
	background-color: #000000;
	border: solid 1px #ddbc13;
}

div.code {
	padding: 10px;
	border: solid 1px #757575;
	background-color: #101010;
}

span.code_h {
	color: #101010;
	background-color: #adadad;
}

/* EDITOR - BEGIN */
table.mission {
	width: 600px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #505050;
	border-collapse: collapse;
}
table.mission th {
	color: #adadad;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: justify;
	border-width: 1px;
	padding: 2px 5px;
	border-style: inset;
	border-color: #505050;
	background-color: #505050;
	-moz-border-radius: 0px;
}
table.mission td {
	vertical-align: top;
	text-align: justify;
	width: 50% !important;
	border-width: 1px;
	padding: 2px 5px;
	border-style: inset;
	border-color: #505050;
	-moz-border-radius: 0px;
}
div.footnote {
	font-size: 7pt;
	color: #757575;
}
/* EDITOR - END */

.footer {
	color: #505050;
	font-weight: bold;
	font-size: 7pt;
	text-align: center;
}

#partner_sites {
	overflow-y: hidden;
	width: 180px;
	height: 40px;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}

img {
	border: none;
}

.content a img {
	border: solid 1px #ddbc13;
}

.content a:hover img {
	border: solid 1px #ffffff;
}

.footerSite {
	font-family: Verdana;
	width: 900px;
	margin: 50px auto 0 auto;
	padding: 5px 0 10px 0;
	text-align: left;
	font-size: 7pt;
	color: #505050;
	border-top: dashed 1px #505050;
}

.footerLogo{
	float: left;
	margin: 2px 5px 25px 0;
}

a.footerItem:link, a.footerItem:visited {
	text-decoration: none;
	color: #858585;
}

a.footerItem:hover, a.footerItem:active {
	text-decoration: none;
	color: #adadad;
}