/* CSS Document */
body, html {
	margin: auto;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background-color: white;
}
.content {
	height: 100%;
	width: 100%;
}
#graph-container {
	height: 99%;
	text-align: center;
}
#header .logo-rfl, #header .logo-accs {
	height: 72px;
	width: auto;
	vertical-align: bottom;
}
#header .logo-accs {
	padding-right: 8px;
}
#footer td {
	text-align: right;
	background-color: #EEE;
	border-top: 1px solid black;
	font-size: 16px;
	font-style: italic;
	color: #AAA;
	padding: 16px;
}
#footer span {
	color: #0d519b;
}
#footer td:first-child {
	text-align: left;
}
#footer a {
	font-style: normal;
	color: #0d519b;
	margin-right: 4px;
	padding: 6px;
}
#header td {
	background-color: white;
	border-bottom: 1px solid black;
	padding: 12px;
}
#title td {
	font-size: 40px;
	color: #9E1C1F;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	padding-top: 48px;
}
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #aaa;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-left: 16px;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.button:active {
	position:relative;
	top:1px;
}
@media all and (max-width: 800px) {
	body, html {
		font-family: "Utility","Calibri","Arial",sans-serif;
	}
	.button {
		font-size: 12px;
	}
	#footer td {
		font-size: 12px;
		padding: 4px;
	}
	#footer a {
		margin-right: 0px;
		margin-left: 3px;
		padding: 4px;
	}	
	#title td {
		font-size: 24px;
	}	
}
