@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #E6E6E6;
}

h1, h2, h3, h4, p {
	margin-bottom: 10px;
}

h1 {
	color: #000;
	font-size: 2.5em;
	margin: 0px auto;
	padding: 45px 0px 20px 0px;
	text-align: center;
}

h2 {
	clear: both;
	text-align: left;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
	color: #266F92;
	font-size: 1.8em;
}

p.value {
	font-size: 1em;
}

a,
a:link,
a:visited,
a:active {
	color: #4D4E53;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #004165;
	text-decoration: underline;
}

#header-wrapper {
	width: 100%;
	height: 110px;
	background-color: #FFF;
}

#header {
	position: relative;
	width: 1080px;
	margin: 0px auto;
	padding: 0px;
}

#header #login {
	position: absolute;
	right: 3px;
	top: 5px;
}

#header #login a {
	font-size: 1.2em;
	text-transform: lowercase;
}

#header #client-logo {
	position: absolute;
	left: 0px;
	top: 25px;
}

#header #project-logo {
	position: absolute;
	right: 0px;
	top: 25px;
}

#content {
	width: 1080px;
	margin: 10px auto 30px auto;
	background-color: #FFF;
	overflow: auto;
}

#sidebar {
	float: left;
	width: 300px;
	margin-left: 10px;
}

dl.sidebar-metrics {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 2.0em;
	width: 280px;
	overflow: auto;
}

dl.sidebar-metrics dt {
	width: 115px;
	height: 100%;
	color: #333;
	font-weight: normal;
	padding: 0;
	margin: 0 10px 7px 0;
	float: left;
}

dl.sidebar-metrics dt:after {
	content: '';
}

dl.sidebar-metrics dd {
	float: right;
	width: 150px;
	height: 100%;
	color: #62BD1D;
	font-weight: bold;
	padding: 0;
	text-align: right;
	margin-bottom: 7px;
}

#flash-container {
	float: right;
}

.hide {
	display: none;
}

/* AJAX spinner */
.spinner {
	width: 16px;
	height: 16px;
	background: transparent url(../images/loader.gif) left top no-repeat;
}

#content .spinner {
	position: absolute;
	right: 10px;
	top: 10px;
}

