/* CSS document */

body {
	background-color: #000000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;		/* trick for buggy IE */
}
p {
	margin-top: 0px;
	margin-bottom: 0px;

}
img {
	margin-top: 0px;
	margin-bottom: 0px;
}
form { margin: 0px; }
.login_wrapper, .signin_wrapper
{
	margin-left: 4px;
	margin-top: 18px;
	text-align: left;
	width: 260px;
	height: 60px;
	float: left;
}
.signin_wrapper
{
	width: 220px;
	margin-right: 50px;
}
div.login, div.signin
{
	width: 95%;
	height: 140px;
	background-color: #d6ffff;
	border-width: 2px;
	border-color: #b6efff;
	border-style: solid;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	position: relative;
	font-size: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}
div.signin { height: 150px; }
div.signin th {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#error_msg { color: #ff5555; float: left; }
ul.login {
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
	text-align: right;
	padding-left: 0px;
}
table.signin {
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

input, button, select
{
	color: #ffffff;
	background-color: #113411;
	width: 110px;
	height: 16px;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
select { height: 18px; }
input.submit, button.submit {
	width: 70px;
	background-color: #eeffff;
	color: #000000;
	margin-top: 5px;
	height: 22px;
}
div.login button.submit {
	width: 150px;
	margin-left: 110px;
	margin-top: 0px;
}
input.pradio {
	width: auto;
	height: auto;
	background-color: transparent;
}
div.welcome {
	width: 95%;
	background-color: #d6ffff;
	border-width: 2px;
	border-color: #b6efff;
	border-style: solid;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	position: relative;
	font-size: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
div.blazon {
	margin-top: 8px;
	float: left;
	position: relative;
	right: 20px;
	width: 70px;
}
#entergame { width: 170px; margin-bottom: 10px; }
#wrap_all {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: left;		/* fixes trick for buggy IE */
}

#header {
	background-image: url(/static/paravia.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 216px;
	background-position: 0px 0px;
	position: relative;
}

#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
	margin-top: 5px;
	text-align: center;
	z-index: 1;
}
#title_bkg {
	background-color: black;
	opacity: 0.4;
	filter: alpha(opacity=40);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 256px;
	height: 40px;
	border-width: 12px;
	border-style: none solid none none;
	border-color: green;
}
#title_bkg2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 256px;
	height: 40px;
}
#body_wrapper {
	float: left;
	width: 100%;
	background-color:#ffffff;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}

.cell_left {
	float: left;
}
div.game_blazon {
	top: 150px;
	position: absolute;
	left: 380px;
	width: 70px;
	z-index: 1;
}

.core_left {
	padding-top: 15px;
	position: relative;
	left: 16px;
	width: 376px;
}
#body_left {
	position: relative;
	float: left;
	width: 400px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#body_left h2 {
	font-size: 20px;
	width: 95%;
	background-color: #d6ffff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-width: 2px;
	border-color: #b6efff;
	border-style: solid;
	margin-top: 0px;
	margin-bottom: 0px;
}
#year {
	text-align: right;
}
#year, #rulertitle {
	font-size: 18px;
	color: #ffff10;
	font-family: Caligula, Old English, Arial;
	border-style: none none solid none;
	border-width: 2px;
	border-color: #9f5f30;
	white-space: nowrap;
}

#treasury, #revenue {
	font-size: 32px;
	color: #ffff10;
	font-family: Caligula, Old English, Milano LET, Arial;
	border-style: solid none solid none;
	border-width: 3px;
	border-color: #af7f20;
	background-color: #000000;
	padding: 4px;
	margin: 0px;
	height: 60px;
	text-align: center;
}
#trs {
	vertical-align: 45%;
}
#trs b {
	color: #e02222;
}
.cell_right {
	width: 100%;
	float: right;
	text-align: right;
}
.cell_left, .cell_right {
	padding: 8px;
	background-color: #000000;
	color: #ffffff;
	width: 384px;
}
.core_right {
	padding-top: 15px;
	position: relative;
	right: 16px;
	float: right;
	width: 376px;
}
#body_right {
	float: right;
	width: 400px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
}
#navbar {
	height: 24px;
	background-color: #9f5f30;
	width: 100%;
	top: 192px;
	position: absolute;
	background-image: url(/static/navbar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar ul.nav {
	background-color: #333333;
	margin-top: 3px;
	margin-left: 0px;
}
#navbar ul.nav li {
	display: inline;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#navbar a:link, #navbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}
#navbar a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.body_footer, #footer_footer {
	clear: both;
}
#footer_footer {
	padding-bottom: 4px;
	background-color: #9f5f30;
	color: #ffffff;
	text-align: center;
}
div.login h3, div.signin h3
{
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 15px;
	background-color: #86dfdf;
	color: #000018;
	position: relative;
	text-align: center;
}
#newgamebox h3 {
	background-color: #202005;
	color: #e0e0e0;
	border-width: 2px;
	border-color: #b6efff;
	border-style: solid;
}
.login_img {
	margin-right: 4px;
	margin-bottom: 4px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.city_blazon {
	margin-right: auto;
	margin-bottom: auto;
}
ul.startgame {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.body_footer a, .body_footer a:visited {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 8px;
	text-decoration: none;
	background-color: #113411;
	color: #ffffff;
	float: right;
}
.body_footer a:hover {
	background-color: #186418;
}
#proceed {
	height: 22px;
	float: right;
}
#proceed:hover {
	background-color: #186418;
}
table.stats {
	border-collapse: collapse;
	border: 1px solid black;
	text-align: right;
	margin-bottom: 10px;
	width: 100%;
}
table.stats caption {
	border: 1px solid black;
	background-color: #c9e4ff;
}
table.stats th, table.stats td {
	padding-left: 4px;
	padding-right: 4px;
}
table.stats th {
	color: #332222;
	background-color: #55e4ff;
	font-size: 10px;
	text-align: center;
}
table.stats td {
	font-family: Luxi Mono, Courier New, mono;
	font-size: 12px;
}
table.stats tr.alt, table.stats tr.altmark {
	background-color: #e9e4ff;
}
table.stats tr.altmark, table.stats tr.mark  {
	color: #ff1010;
}
#pacifier {
	display: none;
	position: absolute;
	left: 392px;
	top: 2px;
	width: 16px;
	z-index: 1;
}
