@charset "UTF-8";
/* CSS Document */
body,td,th,html {
	width: 100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #066;
}
a:active {
	text-decoration: none;
	color: #666;
}

#Dashboard {
	max-width: 1500px;
	width: 100%;
	height: 325px;
	background-image: url(Images/Dashboard.jpg);
	background-position: center center;
}

#DashboardOuterCover {
	width: 100%;
	height: 325px;
	background-image: url(Images/CoverOverSide.png);
	background-position: center center;
}

#LogoHolder {
	width:181px; 
	height:25px; 
	background-image:url(Images/Logo.png); 
	margin-left:15px;
}

#SplashScreen {
	width: 950px; 
	height:280px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}

#TwitBar {
	/*float:right;
	width:100px; 
	height:100px;
	background-image:url(Images/TwitterBanner.png); 
	cursor:pointer;*/
}

#SplashScreen img {
	border: 0px; 
}

#MenuItem {
	width: 120px; 
	height:48px; 
	float:right;
	background-position: center center;
}

#MenuSpread {
	width: 100%;
	height: 51px;
}

#MainHolder {
	width: 950px;
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#FooterHolder {
	width: 950px;
	height:10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #666;
	text-align: center;
}

#floatingarea {
	position: absolute;
	float: left;
	left: 25%;
	top: 20%;
	background-image: url(Images/FloatingBox.png);
	width: 650px;
	height: 400px;
	display:none;
}
#floatingareacontent {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 590px;
	height: 340px;
}
