/** Add css rules here for your application. */

.gwt-Label {
	white-space: pre-wrap;
	font-family: Arial;
	font-size: 12px;
}

.gwt-HTML {
	font-family: Arial;
	font-size: 12px;
}

.gwt-Button {
	font-family: Arial;
	font-size: 12px;
	cursor: hand;
	cursor: pointer;
	border: solid 1px #ccc;
	background: #eee;
	color: #000;
}
.gwt-Button:active {
	border: solid 1px #ccc;
	background: #eee;
	color: #000;
}
.gwt-Button:hover {
	background: #888;
	color: #fff;
}
.gwt-Button[disabled] {
	cursor: default;
	background: #ddd;
	color: #888;
}
.gwt-Button[disabled]:hover {
	border: solid 1px #ccc;
	background: #ddd;
}

.gwt-CheckBox {
	font-family: Arial;
	font-size: 12px;
}

.gwt-RadioButton {
	font-family: Arial;
	font-size: 12px;
}

.alpha-0 {
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}

.alpha-25 {
	filter: alpha(opacity=50);
	opacity: 0.25;
	-moz-opacity: 0.25;
}

.alpha-50 {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.alpha-75 {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.alpha-100 {
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}

.button-bold {
	font-weight: bold;
}

.button-dialog {
	width: 100%;
	text-align: left;
}

.image-building {
	border: 2px solid #333;
}

.image-improvement {
	padding: 1px;
	border: 2px solid;
}

.image-population {
	border: 2px solid #440;
}

.image-tile-object {
	border: 2px solid;
}

.label-bold {
	font-weight: bold;
}

.label-info {
	border: 1px solid black;
	padding: 0px 1px;
	background-color: #fff;
}

.label-horizontal {
	padding: 0px 3px 0px 0px;
}

.label-italic {
	font-style: italic;
}

.label-line-through {
	text-decoration: line-through;
}

.label-size-small {
	font-size: 10px;
}

.label-size-medium {
	font-size: 12px;
}

.label-size-large {
	font-size: 16px;
}

.label-size-extra-large {
	font-size: 24px;
}

.label-stats {
	width: 80px;
}

.label-white {
	color: #fff;
}

.panel-border-thin {
	border: 1px solid;
}

.panel-border-thick {
	border: 2px solid;
}

.panel-compass {
	width: 32px;
	height: 32px;
	border: 1px solid;
}

.panel-card {
	background-repeat: no-repeat;
	border: 2px solid;
}

.panel-dialog {
	width: 100%;
}

.panel-element {
	width: 24px;
	height: 24px;
	border: 2px solid;
}

.panel-fill {
	width: 100%;
	height: 100%;
}

.panel-fill-grey {
	background-color: #ccc;
}

.panel-fill-move-on {
	background-color: #0c0;
}

.panel-fill-move-range-on {
	background-color: #a50;
}

.panel-fill-range-on {
	background-color: #c00;
}

.panel-info {
	border: 1px solid black;
	padding: 1px 3px;
	background-color: #fff;
}

.panel-land {
	background-repeat: no-repeat;
	border: 2px solid;
}

.panel-phase {
	border: 2px solid;
	padding: 1px;
}

.panel-plot-base {
	border: 1px solid;
}

.panel-plot-contents {
	width: 100%;
	height: 100%;
}

.panel-right {
	float: right;
}

.panel-side {
	width: 160px;
	margin: 5px;
}

.panel-tile-contents {
	width: 100%;
	height: 100%;
}

.pointer {
	cursor: hand;
	cursor: pointer;
}

.table {
	border-spacing: 0px;
	border-collapse: collapse;
}

.table td {
	padding: 3px;
	border: 1px solid #eee;
	padding-right: 10px;
}

.table-header {
	font-family: Arial;
	font-size: 12px;
	color: #666;
}

.table-header td {
	border: 0px;
	border-bottom: 1px solid #bbb;
}

.table-row {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #eee;
}

.table-row-background {
	background-color: #eee;
}

.table-row-selected {
	background-color: #58d;
}

.table-row-highlight {
	background-color: #47c;
}

.widget-market {
	width: 60px;
}

.widget-side {
	width: 100%;
}
