@CHARSET "UTF-8";
* {
	font-family: Segoe-UI, DejaVu Sans;
	font-size: 9pt; 	
}

body {
	margin:0px;
	padding:0px;
	background: url('data/misc/background_normal.png') no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

#info {
	padding: 10px;
	border: solid 1px #CCCCCC;
	margin-bottom: 10px;
	clear: both;
}
#info h1 {
	text-align: center;
	border: none;
	font-size: 14pt;	
}

#info .block {
	float:left;
	margin-left: 15px;
	padding: 10px;
	border: dashed 1px #CCCCCC;
	border-style: none dashed none none;
}

#game {
	position:relative;
}

.form_single {
	text-align: center;
	width: 100%;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear:both;
}

.form_description {
	width: 45%;
	float: left;
	text-align: right;
	height: 25px;
}
.form_field {
	width: 45%;
	float:right;
	text-align: left;
	height: 25px;	
}

form {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	margin-top: 25px;
	width: 100%;
	text-align: center;
	padding: 15px;
	border: solid 1px #CCCCCC;
	border-style: solid none solid none;
	background-color: rgba(240,240,240, 0.4)
}

h1 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	margin-top: 25px;
	width: 100%;
	text-align: center;
	padding: 15px;
	border: solid 1px #666666;
	border-style: solid none solid none;
	background-color: rgba(198,179,161, 0.7);
	color: #5a4939;
	font-size: 12pt;
}

#menu {
	float:left;
	width: 20%;	
}
#content {
	float:right;
	width: 75%
}
#menu .content {
	padding: 5px;
	border: solid 1px #CCCCCC;
	margin: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(240,240,240, 0.4);
}

#menu .content h1 {
	text-align: center;
	background-color: #FAFAFA;
	border: solid 1px #CCCCCC;
	border-style: solid none solid none;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-bottom: 10px; 
	color:#000000;
}

#content #log {
	width: 80%;
	border: solid 1px #CCCCCC;
	margin: 10px;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(240,240,240, 0.4);
	height: 20%;
}

#content #log #log_content {
	height: 80%;
	border: solid 1px #CCCCCC;
	padding: 5px;
	overflow: auto;
	background-color: rgba(255,255,255,0.6);
}

#content #log #log_content .important {
	color: #720909;
	font-weight: bold;	
}

#content #log #log_text {
	width: 90%;
}

#menu .player0 {
	background-color: #4f8523;
}

#menu .player1 {
	background-color: #ff7e00;	
}

#menu .player2 {
	background-color: #623678;
}

#menu .player3 {
	background-color: #365978;
}


#content #log #log_content .player {
	font-weight: bold;		
}

#content #log #log_content .player0 {
	/* green */
	color: #4f8523;
}

#content #log #log_content .player1 {
	/* orange */
	color: #ff7e00;
}
#content #log #log_content .player2 {

	/* purple */
	color: #623678;
}
#content #log #log_content .player3 {
	/* blue */
	color: #365978;
}


#content #game .comment {
	background-color: rgba(255,255,255,0.6);
	padding: 5px;
	border: solid 1px #CCCCCC;
	width: 80%;
}

#content #game {
	height: 75%;
	width: 100%;
	overflow:auto;	
}

.unit {
	background-color: rgba(255,255,255,0.6);
	width: 80%;
	border: solid 1px #CCCCCC;
	margin-top:15px;
	padding: 5px;
}

.unit .image {
	float:left;
}

.unit .description {
	float:left;
	width: 50%;
}

.unit .stats {
	float: left;
	margin-left: 20px;	
}

.unit .choice {
	text-align: center;
	padding: 5px;
	clear:both;
}

.select_units {
	background-color: rgba(255,255,255,0.6);
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #CCCCCC;
	padding: 5px;
	width: 80%;
}
