@import url(../common/branding.css);

/****************************************************************
* General.
*****************************************************************/

/* Default font and background. */
body {
	font-family: Arial;
	font-size: 13pt;
	margin: 0px;
	width: 100%;
	height: 100%;
	background: #f0f0f0 url("img/login_bg.png") no-repeat;
	background-size: 100%;
}


/* Gradient at the very top of the application. */
.page-top-line {
	background: url("img/header-gradient.png") no-repeat;
	background-size: 100% 4px;
	width: 100%;
	height: 4px;
}

/* Page body */
.page-body {
	width: 100%;
	height: 100%;
	margin: 20px;
	margin-top: 50px;
	text-align: center;
}

.page-window {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -260px;
	margin-top: -275px;
	background: white;
	border: 1px solid lightgray;
	-moz-box-shadow: 0 0 10px 0px #8897B0;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 0px #8897B0;
	background-position: bottom;
	border-radius: 10px;
	box-shadow: 0 0 10px 0px #8897B0;
}

a {
	outline: none;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color: black;
}

a img {
	outline: none;
}

img {
	border: 0;
}

.copyright {
	font-size: 11px;
	color: black;
	text-align: left;
	margin-left: 24px;
}
