@charset "utf-8";
/* CSS Document */

body
{
	font-family:Tahoma,Arial,Helvetica,Bitstream Vera Sans,Sans,sans-serif;
	font-size:12px;
	margin:0px;
	line-height:18px;
	color:#444;
	background-color:#e0ecf5;
	
}

IMG {
  border: 0px;
}


a:link {
color:#3A7CA9
}

a:visited {
	color:#326B92;
}

#wrapper
{
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	margin-top: 0px;
	$text-align: left;
	overflow: hidden !important;
	
}
#header {
	width: 870px;
	height: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff;
	_text-align: left;
	text-align: left;
}
#header #logo
{
	float: left;
	margin-right: 15px;
}
#header h1
{
	font-size: 18px;
	float: left;
	margin: 0px;
	margin-top: 56px;
	font-weight: normal;
	line-height: 25px;
}

#header #mini_navigation
{
	float: right;
	margin-bottom: 10px;
	text-align: right;
	font-size: 10px;
}

#main_content
{
	float: right;
	width: 660px;
	text-align: left;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, "Bitstream Vera Sans", Sans, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #444;
	text-align: center;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, "Bitstream Vera Sans", Sans, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #444;
}


#side_bar
{
	float: left;
	width: 175px;
	margin-right: 10px;
}

.tableContainer
{
	padding: 0px;
	margin-bottom: 10px;
	border:1px solid #e6e6e6;
	margin-top:10px;
	text-align:left;

}

.tableContainer th {
background-color:#5799C6;
color:#fff;
padding:4px;
}

.tableContainer td{
padding:4px;
}

.even {
	background-color:#F1F1F3;
}

#footer
{
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	float: none;
	width: 856px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	background-color:#F8F8F8;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:14px;
	padding:6px;

}

#full_wrap {
	padding:10px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #ccc;
	clear:both;
	height: 90px;
	_text-align: center;
}
#main_content_wrapper {
	width:850px;
	background-color: #fff;
	padding: 0 10px 10px 10px;
	border: 1px solid #C9DEED;
	float: right;
	margin-bottom:15px;
}


#footer p
{
	margin: 0px;
}


#white_box
{
	border-bottom: 1px solid #EFEFEF;
	text-align: left;
	padding: 8px;
	margin-top: 0px auto 15px auto;
	background-image: url(../images/bg_gray_shade.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#qTip {
 padding: 4px;
 border: 1px solid #5799C6;
 border-right-width: 1px;
 border-bottom-width: 1px;
 display: none;
 background: #fefefe;
 color: #999;
 font-size: 10px;
 text-align: left;
 position: absolute;
 z-index: 1000;
 max-width: 200px;
 line-height: 1.4em;
}

img {
	border: none;
	}
	
.required {
	color: #ff0000;
	}
	
.radio {
	padding-right:8px;
	}
	
.blue_heading {
	background-color:#fff;
	color:#5799C6;
	padding-top:15px;
}	

.tip {
	width: 95%;
	margin: auto;
	background-color: #ffffcc;
	padding: 8px;
	}
	
.code_snippet {
	font-size: 10px;
	font-color: #999;
	font-weight: normal;
	}
	
.lp_steps {
	font-size: 24px;
	font-style: bold;
	color: #99cf44;
	}
	
.headliner {
	float: left; 
	font-size: 24px; 
	margin-top: 45px; 
	display: inline; 
	width: 50%;
	color: #C6DDEC;
	line-height: 1.2em;
	}
	
.notification {
	width:70%;
	display:none;
	font-weight:bold;
	color:red;
	}
	
/* GENERATE BOX */	
	
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 999%;
	background-color: #000;
	z-index: 1001;
	-moz-opacity: 0.75;
	opacity: .75;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 5%;
	left: 50%;
	width: 800px;
	height: 1000px;
	padding: 0px;
	margin-left:-400px;
	border: none;
	background: #FFF;
	z-index:1002;
	overflow: auto;
}
