html {
	background-image: url("../resources/images/greenbackg.jpg");
	background-repeat: repeat;
	overflow-y: scroll;
	overflow-x: auto;
}

body, html {
    height: 100%;
    height: 99% !important;
    margin: 0;
    padding: 0;
}

body {
	padding: 5px;
}

a, a:hover {
    color: #336633;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input[type="submit"] {
	background-color: #37A639;
	border: 2px outset #003300;
	color: #000000;
}

input[type="submit"]:hover {
    color: #CCEECC;
}

input[type="submit"][disabled], input[type="submit"]:disabled,
input[type="submit"][disabled]:hover, input[type="submit"]:disabled:hover {
	background-color: #6AA66B;
	border: 2px outset #333333;
	color: #B9C9B9;
}

input[type="text"], textarea, select {
	background-color: #A4EEA4;
    border: 2px inset #003300;
    color: #000000;
}

input[type="text"][disabled], input[type="text"]:disabled,
textarea[disabled], textarea:disabled
select[disabled], select:disabled {
    background-color: #6AA66B;
    border: 2px inset #333333;
    color: #B9C9B9;
}

.saveOutput {
	width: 95%;
	font-family: fixed;
	font-size: 12px;
}

.eM, .wM {
	color: #EE2222;
}

.wM {
	color: #EEFF00;
}

.iM {
	color: #37A639;
}

/* minusButton, plusButton */
.mb, .pb {
	width: 12px;
	height: 12px;
	border: 0;
	background-color: transparent;
	float: right;
	clear: right;
}

.imageButton {
	width: 16px;
	height: 16px;
	border: 0;
	background-color: transparent;
}

.statusButton {
	width: 125px;
}

.labelCol {
	text-align: right;
	width: 25%;
}

.inCol {
	text-align: left;
	width: 75%;
}

.even33R, .even50R {
    text-align: right;
}

.even33, .even33R {
	width: 33%;
}

.even50, .even50R {
    width: 50%;
}

.tripleTable {
	width: 35%;
}

.tripleTable tbody {
	background-image: none !important;
}

.logoBack {
	background-image: url("../resources/images/logo.png");
	background-repeat: no-repeat;
    background-position: center right;
}

.jungleBack tbody {
	background-color: #CCEECC;
    background-image: url("../resources/images/junglefooter.png");
    background-repeat: repeat-x;
    background-position: bottom left;
}

.nojungleBack tbody {
    background-color: inherit;
    background-image: none;
    background-repeat: no-repeat;
    background-position: inherit;	
}

.table {
	margin-top: 20px;
	border: 1px solid #003300;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	background-color: #CCEECC;
}

.table th, .table tfoot td {
	background-color: #336633;
	text-shadow: 0.1em 0.1em 0.1em #003300;
	height: 30px;
}

.table th {
    color: #CCEECC;
}

.table th a, .table th a:hover {
	text-decoration: underline;
    text-shadow: 0.1em 0.1em 0.1em #003300;
    color: #CCEECC;
}

.table th a:hover {
	color: #EEFF00;
}

.topBorder td {
	border-top: 1px dotted #A9CBA9;
}

.centerFooter tfoot td {
	text-align: center;
}

.lightRow {
	background-color: #CCEECC;
	background-color: rgba(204, 238, 204, 0.7);
}

.darkRow {
	background-color: #ABDCAB;
	background-color: rgba(171, 220, 171, 0.7);
}

.halfCol {
	width: 50%;
}

.statusTable {
    width: 50%;
}

.statusTable tbody {
	text-align: left;
}

.statusTable tfoot td {
    text-shadow: none;
}

.wCost, .wA, .wD, .wSR, .wMR, .wLR, .wReload, .wSize, .wType, .wSpecial,
.aCost, .aAR, .aMV,
.eCost, .eE, .eType {
    border-left: 1px solid #003300;
}

.wName, .wSpecial {
	text-align: left;
}

.wA, .wD, .wSR, .wMR, .wLR, .wReload, .wSize, .wType {
	text-align: center;
}

.wName {
	width: 20%;
}

.wCost,
.aCost,
.eCost {
	width: 6%;
	text-align: right;
	padding-right: 4px;
}

.wA, .wD, .wSize {
	width: 5%;
}

.wSR, .wMR, .wLR, .wReload {
	width: 8%;
}

.wType {
	width: 11%;
}

.wSpecial {
	width: 13%;
	font-size: smaller;
}

.wControl,
.aControl,
.eControl {
	width: 3%;
	text-align: center;
}

.aName {
	text-align: left;
	width: 20%;
}

.aAR, .aMV {
	text-align: center;
}

.aAR, .aMV {
	width: 37%;
}

.eName {
	text-align: left;
	width: 20%;
}

.eE, .eType {
	text-align: left;
	width: 30%;
	padding-left: 4px;
}

.soflow {
	overflow-y: auto;
	height: 30px;
	font-size: smaller;
}

.wtC  {
	width: 20px;
}

.wtT {
	width: 16px;
}

.wtN {
	width: 20%;
}

.wtD {
	width: 100%;
}

.cLabel {
	font-size: 10px;
	vertical-align: middle;
}

/* floatingHeader */
.fh {
	position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    color: #CCEECC;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #000000;
    width: 100%;
    text-align: center;
}

.popup {
    z-index: 20000;
    position: absolute;
    top: 25%;
    left: 40%;
    width: 350px;
    height: 200px;
}

.modalOverlay {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-color: #001100;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}