@CHARSET "ISO-8859-1";

body {
	margin-top: 40px;
	background-color: #444;
	color: #ccc;
	font-family: Verdana;
	text-align: center;
}

#header {
	height: 20px;
	background-color: #000;
	color: #fff;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
}

#header span {
	margin-right: 20px;
	margin-left: 20px;
}

table {
	margin: 0 auto;
	border-collapse: collapse;
	border: 3px solid black;
}

table.form th {
	text-align: right;
}

table.form td {
	text-align: left;
}

td, th {
	border: 2px solid #333;
	padding: 5px 10px;
	vertical-align: middle;
}

th, b {
	color: #fff;
	font-weight: bold;
}

th {
	background-color: #666;
}

.message {
	margin: 20px auto;
	border: 2px #aaa;
	padding: 10px;
	color: #aaa;
	font-weight: bolded;
}

.center {
	text-align: center !important;
}

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

a:hover, a:active {
	color: #fff;
	text-decoration: underline overline;
}

h5 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: x-large;
	text-align: left;
	border-bottom: 3px solid #333;
	clear: both;
}

table.card {
	width: 200px;
	height: 312px;
	float: left;
	margin: 20px;
	text-align: center;
	font-size: 10px;
}

table.card th {
	padding: 0px 30px;
	padding-top: 20px;
	background-color: transparent;
}

table.card th, table.card td {
	border: none;
}

table.card td {
	padding: 0px 20px;
}

table.actions {
	clear: both;
	margin: 1em auto;
}

.key {
	font-weight: bold;
	color: #f66;
	height: 20px;
	padding-bottom: 25px !important;
}

.new {
	border: 3px solid #66f !important;
}

pre {
	text-align: left;
}

.Action {
	background: url('action.png') no-repeat center center;
}

.Political {
	background: url('political.png') no-repeat center center;
	color: #000;
}

.Political th, .Political b {
	color: #000;
}

.Political .key {
	color: #F00;
}