﻿body {
	font-family:Arial;
	font-size:12px;
	color:white;
}
a{
	color:White;
}
h1{
	font-size:16px;
	color:#D8E6C5;
}

h2{
	font-size:14px;
	color:#D8E6C5;
}

h3{
	font-size:12px;
	font-weight:bold;
	color:#D8E6C5;
}

#divHeader
{
    margin-bottom:10px !important;
}

#divFooter
{
    margin-top:10px !important;
}

#infoBox { 
	height: 100%;
	overflow: auto;
	margin: 0 0 1px;
	padding: 15px;
}

.displayname {
	font-weight: bold;
	font-size: 18px;
}

#infoBox a, #infoBox a:visited {
	color: #477dac;
	text-decoration: underline;
}

.banner {
	position: absolute;
	top: 5px;
	display: none;
	background-color: White;
	left: 5px;
	right: 5px;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	height: 50px;
	opacity: .7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	filter: alpha(opacity=70);
}

.bannerClose {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}

.bannerReturn 
{
	font-size: 8pt;
	top: 0px;
	right: 0px;
	position: absolute;
	cursor: pointer;
}
