@media screen {
	.mainBanner {
		margin-top: 2.0em;
		margin-bottom: 2.0em;
		background-color: #eeeeee;
		width: 50%;
		border: 1px solid black;
	}
	.login-body {
		padding-top: 40px;
		padding-bottom: 40px;
		background-color: rgb(240, 240, 240);
		/* background-image:url('../img/white_carbon.png'); */
	}
	#login-logo {
		height: 0.9em;
		vertical-align: middle;
		margin-bottom: 0.1em;
	}
	.login-banner {
		width: 820px;
		margin-bottom: 2.0em;
	}
	.login-title {
		vertical-align: middle;
		font-size: 4.5em;
		font-weight: bold;
		color: rgb(127, 0, 0);
	}
	.login-subtitle {
		font-size: 1.5em;
		font-weight: bold;
		color: rgb(127, 0, 0);
		margin-bottom: 1.5em;
	}
	#bannerCanvas {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: block;
		overflow: hidden;
		background-color: black;
		-webkit-mask-image:
			url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
		/* this fixes the overflow:hidden in Chrome/Opera */
	}
	#bannerCanvasDiv {
		-webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .6);
		-moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .6);
		box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .6);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		overflow: hidden;
		width: 256px;
		height: 256px;
	}
	.form-signin {
		max-width: 300px;
		padding: 0px 29px 20px;
		margin: 0 auto 20px;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
		box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	}
	.form-signin .form-signin-heading .form-signin .checkbox {
		margin-bottom: 10px;
	}
	.form-signin input[type="text"], .form-signin input[type="password"] {
		font-size: 16px;
		height: auto;
		margin-bottom: 15px;
		padding: 7px 9px;
	}
	.sidebar {
		background: #FFFFFF;
	}
	.main-body {
		background: #FFFFFF;
		/*       background-image:url('../img/white_carbon.png'); */
	}
	.tableScroll {
		height: 200px;
		overflow: auto;
	}
	.detailsArea {
		background: #FAFAFA;
		margin-top: 2.0em;
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 10px;
	}
	.detailMenuBar button {
		margin-right: 5px;
	}
	.loginError {
		color: #BB0000;
		font-size: 1.2em;
	}
	.invalidInput {
		color: #BB0000;
		font-style: italic;
	}
	.topContent {
		margin-top: 1.0em;
	}
	#listTitle {
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
	}
	.clearSearchMessage {
		cursor: pointer;
	}
	.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.toast {
		display: none;
		position: fixed;
		z-index: 99999;
		width: 100%;
		text-align: center;
		bottom: 1.5em;
	}
	.toast .toastnormal {
		display: inline-block;
		color: #111111;
		padding: 5px;
		border-radius: 5px;
		box-shadow: 2px 2px 2px #666;
		-webkit-box-shadow: 2px 2px 2px #666;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1.2em;
		background: #F8A535;
		background: -moz-linear-gradient(top, #fcd37c, #f4962d);
		background: -webkit-gradient(linear, left top, left bottom, from(#fcd37c),
			to(#f4962d));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcd37c',
			endColorstr='#f4962d');
	}
	.toast .toasterror {
		display: inline-block;
		color: #fff;
		padding: 5px;
		border-radius: 5px;
		box-shadow: 2px 2px 2px #666;
		-webkit-box-shadow: 2px 2px 2px #666;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: .8em;
		background: #AA2222;
	}
	.form-group.scaleEntryLine {
		margin-bottom: 1px;
	}
	.form-group.scaleEntryHeader {
		margin-bottom: 1px;
	}
	div.scaleEntryHeader h4 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.statsError {
		background: #EE7777;
	}
}