
html, body {
	/*background-color: #ffffff;
	color: #555753; */
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
    /*background-image : url("img/background.jpg");*/
}

body {
	font-size: 100%;
}
/*
* {
	font-family: Arial, sans-serif;
}
*/
a {
	color: #204A87;
	text-decoration: underline;
}

a:hover {
	cursor: pointer;
}

input, textarea {
	border: 1px #babdb6 solid;
}

#container {
	margin: 0px;
	min-height: 100%;
    padding-left: 5%;
	padding-right: 5%;
}


*html #container {
	height: expression(document.body.clientHeight > 100 ? "100%" :"100px");
}

#hd {
	min-height: 50px;

/*	border-bottom: 1px solid #BABDB6; */
/*	background-color: #fffff0; */
}

#hd h1 {
	padding-top: 10pt;
	padding-left: 120pt;
	font-size: 300%;
}

#menu {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
/*	border-bottom: 1px solid #BABDB6; */
	margin-bottom: 0.5em;
	text-align: center;
	background-color: #f0fff0;
/*	border-top: 1px solid #8ae234; */
/*	border-bottom: 1px solid #8ae234; */
	border: 1px solid #8ae234;
	font-size: 120%;
}

#menu ul * {
	color: #4e9a06;
}

#menu li {
	display: inline;
	padding: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#notify {
	background-color: #fcf4e8;
	border: 1px solid #fcaf3e;
	color: #555753;
	text-align: center;
	font-size: 80%;
	padding: 3px;
}

#notify a {
	color: #f57900;
}

#bd {
	margin-bottom: 2em;
	margin-top: 2em;
}

#bd * {
	font-family: Trebuchet MS, sans-serif;
}

#bd p {
	margin-bottom: 1em;
	margin-top: 1em;
}

#bd ul li {
	list-style: disc inside;
	padding-left: 2em;
	margin-bottom: 0em;
}

#bd ol li {
	list-style: decimal inside;
	padding-left: 2em;
	margin-bottom: 0em;
}

#bd ol ul li {
	list-style: disc inside;
	margin-left: 2em;
	margin-bottom: 0em;
}

#bd li p {
	margin-bottom: 0em;
	margin-top: 0em;
}

#bd h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 120%;
	font-weight: bold;
	color: #3465a4;
}

#bd img {
	vertical-align: middle;
}

#bd .try-button {
	font-size: 120%;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}

.news-small {
	font-size: 80%;
}

.news-small h1 {
	text-align: center;
	margin-bottom: 0.5em;
	font-size: 140%;
	font-weight: bold;
	color: #3465a4;
}

.news-entry {
	margin-bottom: 0.5em;
}

.news-entry a {
	font-weight: bold;
    color: #cc0000;
}

.news-entry .news-content {
	margin-left: 1em;
}

.news, .roadmap {
    padding-bottom: 1em;
}

.news h1, .roadmap h1 {
    font-size: 140%;
    text-align: center;
    font-weight: bold;
    color: #3465a4;
    padding-bottom: 1em;
}

.news h2 {
    font-size: 120%;
    color: #cc0000;
}

.news p {
    margin-left: 2em;
}

.news .date {
    font-size: 80%;
    margin-left: 1em;
}

.roadmap ul {
    padding-left: 2em;
}

.roadmap li {
	list-style: disc outside;
}

.roadmap .done {
    text-decoration: line-through;
}

.help {
	border-width: 1px;
	border-style: solid;
	padding: 0.5em;
	background-color: #bee3fa;
	color: #204A87;
	border-color: #729FCF;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 1em;
}

.help * {
	color: #204A87;
}

.example {
	margin-top: 1em;
	text-align: center;
	margin-bottom: 1em;
}

.example img {
	margin-left: 16pt;
	margin-right: 16pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
}

#anti-ft {
	height: 2em;
}

#ft {
	font-size: 10pt;
	text-align: center;
/*	text-align: right; */
	height: 36pt;
	margin-top: -36pt;
}

#ft * {
	/*color: #8a8d86;*/
    color: #000;
}

#ft div {
	display: inline-block;
/*	text-align: left; */
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#feedback {
	margin-right: 2px;
	position: absolute;
}

#feedback h1 {
	font-size: 200%;
	margin-bottom: 0.5em;
}

#feedback .radioTable 
{
	width: 100%;
    padding: 0 10% 0 10%;
}

#feedback h2, #feedback .inputText, #feedback textarea {
	text-align: left;
	width: 100%;
}

#feedback h2 {
	margin-top: 0.5em;
}


#feedback textarea {
	height: 10em;
}

#feedback p.form-comment {
	font-size: 80%;
	color: #babdb6;
	padding-left: 8pt;
	padding-right: 8pt;
}

#feedback input.button {
	margin-top: 1em;
	width: auto;
	padding: 2px;
	text-align: center;
}

#playerNote
{
    margin-right: 2px;
    position: absolute;
}

#playerNote h1 {
	font-size: 200%;
	margin-bottom: 0.5em;
}

#playerNote h2 {
    text-align: center;
    width: 100%;
    margin-top: 0.5em;
}

#creators
{
    margin-right: 2px;
    position: absolute;
}

#creators h1 {
	font-size: 200%;
	margin-bottom: 0.5em;
}

#creators h2 {
    text-align: center;
    width: 100%;
    margin-top: 0.5em;
}

#top-right {
	position: absolute;
	right: 5%;
	top: 0.5em;
	font-size: 80%;
	text-align: right;
	color: #bbb;
}

#logo {
	position: absolute;
	top: 0.5em;
	text-align: left;
    padding-top: -5pt;
    padding-left: 40pt;
}


.lang-switch {
	margin-bottom: 0.5em;
}

.lang-switch * {
	color: inherit;
}

