﻿html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 62.5%  Verdana,​ Arial,​ sans-serif;
}

h2 {
	margin-top: 20px;
}

.outer-navigation {
	width: 100%;
	height: 36px;
	position: fixed;
	top: 0;
	z-index: 10;
}

.outer-wrapper {
	position: absolute;
	top: 36px;
}

.navigation {
	width: 100%;
	height: 36px;
	overflow: visible;
}

.nav {
	float: left;
}

.nav ul,
.nav ul li,
.nav ul li ul,
.nav ul li ul li,
.nav a {
	background-color: #5c9ccc!important;
	text-decoration: none;
	font-family: Verdana, ​Arial, ​sans-serif;
}
.nav a:hover {
	background-color: #6cacdc!important;
}

ul.nav > li {
	width: 75px;
}

.logout-menu {
	float: right;
}

.login-area {
	text-align: center;
}

.content-area {
	padding: 0 10px;
}

.datatable {
	border-collapse: collapse;
	margin: 0 10px 10px 0;
}

.hiddentable {
	display: none;
}

.datatable td,
.datatable th {
	border: 1px solid #bbb;
	padding: 3px 6px;
	text-align: left;
}

.datatable.altcolor tr:nth-child(even) {
	background-color: #eeeeee;
}

.datatableHover tr:hover {
	background-color: #c5dbec!important;
}

.datatable .tr-bottomline {
	border-bottom: 2px solid #bbb;
}

.datatable .th {
	font-weight: bold;
}

.datatable input[type='text'] {
	width: 150px;
}

.datatable input[type='password'] {
	width: 150px;
}

.hint {
	font-style: italic;
	color: #888888;
}

.greenBG {
	background-color: #CEEE6F;
}

.redBG {
	background-color: #FFA8A1;
}

.waiticon {
	z-index: 100;
	display: none;
}
.waiticon > img {
    position: absolute;
    top: 50%;
	left: 50%;
	margin-top: -64px;
	margin-left: -64px;
}

.newOnlineCode {
	font-size: 20px;
}

.boattable input[type='text'],
.customertable input[type='text'],
.usertable input[type='text'] {
	width: 400px;
}