@charset "UTF-8";
html {
	margin: 0;
	padding: 0;
	z-index: 0;
}
img { 
	border: 0;
}
a {
	text-decoration: none;
}
body {
	z-index: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: black;
	font-size:100%;
    line-height:1.125em;
    font-weight: normal;
}
#mainDiv {
	height: 720px;
	width: 1020px;
	margin: auto;
	background: url('../../images/sm/main_bg.png');
	padding: 0;
}
#logoDiv {
	position: relative;
	z-index: 2000;
	top: 25px;
	left: 35px;
	height: 75px;
	width: 200px;
}
#contentDiv {
	position: relative;
	top: 125px;
	padding: 0px 40px;		
}
#leftDiv {
	color: #fff;
	width: 350px;
	float: left;
}
#rightDiv {
	float: right;
}
#titleDiv {
	font-size: 2.5em;
	line-height: 105%;
}
#infoDiv {
	font-size: 0.8125em;
	line-height: 150%;
	padding-top: 25px;
}
#leftLogoDiv {
	float: left;
	line-height: 100%;
}
#rightLogoDiv {
	float: left;
	line-height: 100%;
}
#selectDiv {
	font-size: 1.125em;
	line-height: 95%;
	color: #fff;
	padding-top: 1px;
}
#activity-overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
	width: 100%;
	min-height: 620px;
	height: 100%;
	background: url( '../../images/transparency-1.png' );
}
#activity-dialog {
	position: relative;
	top: 5%;
	z-index: 2001;
	width: 650px;
	margin: auto;
	background-color: #fff;
	border: 3px solid #333;
}
#activity-content {
	padding: 10px;
	text-align: center;
}
#activityFrame {
	width: 600px;
	height: 480px;
}
#errorMessage {
	color: #fff;
	text-align: center;
	padding-top: 50px;
	font-size: 1.125em;
}	