﻿body
{
	background-color: #000000;
	background-image: url(/images/myscout/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	border: 0px;
	font-family: "Lucida Grande" , "Lucida Sans" , "Lucida Sans Unicode" ,Tahoma,Arial,Helvetica,sans-serif;
}
.PageContainer
{
	width: 618px;
	border-left: solid 1px #9dc0fb;
	border-right: solid 1px #9dc0fb;
	border-bottom: solid 1px #9dc0fb;
	background-color: #20538e;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url(/images/myscout/topCenterBg.jpg);
	position: relative;
	min-height: 800px;
	margin-bottom: 20px;
}
.TopArea
{
	height: 142px;
}
.Navigation
{
	background-image: url(/images/myscout/navBg.png);
	height: 47px;
	position: relative;
}
.NavContainer
{
	position: absolute;
	right: 45px;
	top: 0px;
}
.Logo
{
	position: absolute;
	right: 20px;
	top: 25px;
}
.NavContainer ul
{
	height: 36px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.NavContainer ul li
{
	display: inline;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.NavContainer a.active
{
	color: #FFFFFF;
}
.NavContainer a img
{
	margin-top: 14px;
}
.NavContainer a, .NavContainer a:link, .NavContainer a:visited
{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
	height: 38px;
	line-height: 36px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}
a
{
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active
{
	color: #C52027;
	text-decoration: none;
}
.PhoneContainer
{
	position: relative;
	height: 410px;
}
.Phone
{
	position: absolute;
	left: -16px;
	top: -180px;
}
.Download
{
	position: absolute;
	right: 40px;
	bottom: 37px;
}
.Download img
{
	border: none;
}
.BodyContainer
{
	background-image: url(/images/myscout/bottomBG.png);
	min-height: 400px;
	padding: 30px;
}
.FooterContainer
{
	border-top: 1px solid #ea8080;
	background-image: url(/images/myscout/footerBg.png);
	height: 40px;
	position: relative;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 36px;
	padding-left: 15px;
}
.FooterContainer .Logo
{
	position: absolute;
	right: 5px;
	top: 5px;
}
H1
{
	color: #72a2d5;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	font-family: Lucida Sans;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	letter-spacing: .6px;
	margin-bottom: 20px;
}
H2
{
	background-image: url(/images/myscout/h2bg.png);
	background-repeat: no-repeat;
	height: 35px;
	display: block;
	padding: 0px;
	margin: 0px;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 20px;
	font-family: Lucida Sans;
	font-weight: normal;
	font-weight: bold;
	border-bottom: solid 1px #72a2d5;
	line-height: 25px;
	margin-bottom: 10px;
	letter-spacing: 0px;
}
.Bullets
{
	position: absolute;
	left: 320px;
	top: 10px;
}
.Bullets H2
{
	background-image: none;
	border-bottom: none;
	height: inherit;
	line-height: 15px;
	padding-left: 8px;
	height: 20px;
	margin-bottom: 0;
}
.Bullets
{
	padding-top: 25px;
}
.Bullets div
{
	padding-left: 10px;
	color: #72a2d5;
	font-size: 11px;
	margin-bottom: 22px;
}
.Screens div
{
	padding: 10px;
}
.Screens div.right
{
	padding-left: 15px;
	padding-top: 15px;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: .4px;
	padding-bottom: 25px;
}
.png
{
	border:none;
}

.button
{
	text-decoration:none;	
}
.MailControls
{
	margin-top:20px;
	text-align:center;
}
.txtValidation
{
	font-size:12px;
	color: #72a2d5;
}



/* progress indicator */
.ProgressPanel
{
	position:relative;
	height:0;
}
.ProgressIndicator
{
	height:16px;
	position:absolute;
	top:4px;
	right:4px;
	z-index:1;
}
.ProgressIndicator img
{
	display:inline;
	margin-left:10px;
	width:16px;
	height:16px;
	vertical-align:middle;
}
.FullScreenProgress
{
	width:200px;
	height:76px;
}
.FullScreenProgress .message
{
	height:24px;
	color:#FFF;
	font-size:18px;
	line-height:24px;
	text-align:center;
}
.FullScreenProgress img
{
	display:block;
	width:32px;
	height:32px;
	margin:20px auto 0;
}

/* Modal Popups */
.bgModal
{
	background:url(/images/bgModal.png) repeat;
	position:absolute;
	left:0px;
	top:0px;
	z-index:99 !important;
}
* html .bgModal
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgModal.png', sizingMethod='scale');
}

.ModalPanel
{
    color:#FFF;
}
.ModalPanel .padding
{
	padding:10px;
}
.ModalPanel .ContentPanel
{
	border:solid 1px #9699ab;
	background:#FFF;
    color:#000;
}
.ModalPanel .button span
{
	color:#FFF;
}
