html {
}

* {
	font-family: Segoe UI, sans-serif !important;
}

body {
	font-family: Segoe UI, sans-serif;
	font-size: 8.5pt;
	background-color: #000000;
	margin: 0;
	padding: 0;
}

table {
	font-size: 100%;
}

th {
	text-align: left;
}

a, a:visited {
	color: #a00000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}

div.header a, div.footer a {
	color: #ffffff;
}

div.header {
	height: 80px;
	background-color: #3f3f3f;
	background-image: url('/images/headerlogo.png');
	background-repeat: no-repeat;
	color: #cfcfcf;
}

div.headerStatus {
	float: right;
	padding: 16px;
}

div.toolbar {
	background-color: #afafaf;
	height: 34px;
	padding: 8px;
	
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
}

div.content {
	background-color: #efefef;

	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	bottom: 38px;
}

div.footer {
	color: #cfcfcf;
	background-color: #3f3f3f;
	height: 22px;
	padding: 8px;
	
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

div.itemTable {
	background-color: #efefef;

	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
}

div.itemTableToolbar {
	background-color: #cfcfcf;
	height: 34px;
	padding: 8px;

	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
}

div.itemTableContent {
	background-color: #efefef;

	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: scroll;
}

button.smallButton {
	height: 22px;
	line-height: 1.0 !important;
	font-size: .8em !important;
	margin-top: -5px !important;
}

.ui-button-text {
	font-size: inherit !important;
}