div#header {
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 2px 0;
	height: 28px;
	margin: 0 auto;
	padding: 1px;
}
div#navBar {
	display: inline-block;
	margin: 0 5px;
	padding: 1px 0;
}
div#navBar * {
	float: left;
}
div#navBar button {
	height: 26px;
}
div#navBar a {
	margin-left: 3px;
	padding: 1px;
}
div#logo {
	display: inline-block;
	height: 28px;
	vertical-align: top;
}
div#title {
	color: #000099;
	display: inline-block;
	height: 28px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
div#title div#appTitle {
	font-size: 15px;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
}
div#title div#pageTitle {
	font-size: 13px;
	font-weight: bold;
	height: 13px;
	line-height: 13px;
}
div#logout {
	display: inline-block;
	float: right;
	font-size: 14px;
	margin: 0 5px;
	padding: 2px 0;
	white-space: nowrap;
}
div#logout span {
	margin: 0 10px;
}
div#logout img {
	border: none;
	margin-left: 6px;
	vertical-align: text-bottom;
}
div#logout a, div#logout a:visited {
	color: #000000;
	text-decoration: none;
}
div#logout a:hover {
	text-decoration: underline;
}
div#mainPrint {
	display: inline-block;
	float: right;
	margin: 0 5px;
	padding: 2px 0;
}
div#startButton {
	background-image: url(images/startButton.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 24px;
	margin: 0 5px;
	padding: 2px 0;
	width: 48px;
}
div#startButton:hover {
	background-image: url(images/startButton-hover.png);
}
div#notifications {
	display: inline-block;
	float: right;
	margin: 0 10px;
	padding: 2px 0;
}
div#company {
	color: #006600;
	display: inline-block;
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin: 0 30px;
	padding: 4px 0;
	white-space: nowrap;
}
div#container {
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 0 0 2px 0;
	display: table;
	min-height: 500px;
	width: 100%;
}
div#navigation {
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 0 2px 0 0;
	display: table-cell;
	overflow: hidden;
	padding: 1px;
	vertical-align: top;
	width: 176px;
}
div#main {
	background-color: #FFFFFF;
	display: table-cell;
	height: 500px;
	min-height: 500px;
	padding-bottom: 10px;
	vertical-align: top;
}
div#mainTop {
	background-color: #F6F6F6;
	margin-top: 1px;
}
div#mainTopContents {
	background-color: transparent;
	padding: 1px 0 10px 0;
}
div#mainCenter {
	background-color: transparent;
}
div#resultMessage {
	margin-top: 10px;
}
div.pageContent {
	margin-top: 10px;
	width: 100%;
}
div#mainLogin {
	background-color: #FFFFFF;
	display: table-cell;
	height: 500px;
	min-height: 500px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}
div#mainLogin > div, div#mainLogin > form {
	margin: 0 auto;
	width: 500px;
}
div#loginForm {
	display: table;
	width: 100%;
}
div#loginForm div {
	display: table-row;
}
div#loginForm div div {
	display: table-cell;
	padding: 4px;
}
