﻿body {
	font-family: Verdana;
	font-size:8pt;
	background: white url('/_images/pageBackground.png') repeat-x;
}
h1
{
	font-size:16px;
	margin:5px 0 5px 0;
	color:#0F4DDD;
}
h2
{
	font-size:14px;
	margin:5px 0 5px 0;
	color:#F40BA9;

}
li
{
	margin-bottom:10px;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.floatClear
{
	clear: both;
	font-size:1pt;
}
.boldItalic
{
  font-style:italic;
  font-weight:bold;
}
.lineSpacer
{
	clear: both;
}
.bannerBackground
{
	background:transparent url('/_images/banner02.jpg') no-repeat;
	height:460px;
	width:860px;
}
.signInButton
{
	margin-left: 750px;
	margin-top: 5px;
	height:20px;
	font-size:10pt;
	color:#0F4DDD;
}
.createAccountButton
{
	margin-left: 550px;
	margin-top: 10px;
}
.boldBlue
{
	color:#0F4DDD;
	font-weight:bold;

}
.blue
{
	color:#0F4DDD;
}

.faq
{
}
.faq dt
{
	margin-top:15px;
	font-weight:bold;
}
.faq dd
{
	margin-left:10px;
}
#mainBackgroundTop
{
	clear:both;
	width:900px;
	height:29px;
	background:transparent url('../_images/mainTop.png') no-repeat;
	
}
#mainBackgroundCenter
{
	width:867px;
	background:transparent url('../_images/mainCenter.png') repeat-y;
	padding:0 13px 0 20px;
	overflow:auto;
}
#mainBackgroundBottom
{
	width:900px;
	height:42px;
	background:transparent url('../_images/mainBottom.png') no-repeat;
}
#mainTextContent
{
	margin:0 10px 0 10px;
	background-color:White;
}

.homeHeadline
{
	margin-top: 40px;
	margin-left: 480px;
	font-size: 22pt;
	font-weight: bold;
}
.homeSubheading
{
	margin-top: 100px;
	margin-left: 330px;
	font-size: 10pt;
	font-weight: bold;
}
.homeSubheading1
{
	margin-top: 15px;
	margin-left: 330px;
	font-size: 10pt;
}
#list1
{
	margin-top:10px;
	margin-left:50px;
}
#list1 li
{
	 margin-top:3px;
	 margin-bottom:0;
}
#signIn
{
	float: right;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-top:20px;
}
.headerLinkText
{
	color:White;
} 

.homeTourContent
{
	float: left;
	width:290px;
	font-family: Verdana;
	font-size: 12px;
	margin-left: 330px;
	margin-top:5px;
}
.homeTourButton
{
	float: left;
	margin-left:20px;
}
.copyright
{
	margin: 10px;
	clear: both;
	color: #9999FF;
	text-align: center;
	font-size: 10px;
}
.footer
{
	clear: both;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
}
.Advertisement
{
	text-align: center;
	width:250px;
	height:250px;
}
#homeAd
{
	float: right;
	margin-right:20px;
}
.AdCaption
{
	text-align: center;
	font-size: 10px;
	margin-bottom:3px;
}
#main
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
 	width:880px;
	text-align:left;
	
}

#AppNavContainer
{
	float:left;
	width:275px;
	margin-right:30px;
	
}

#AppNav
{
	background: transparent url('/_images/appNavBackground.png') no-repeat;
	height:405px;
	padding:18px 20px 0 18px;
}

#AppPreviewContainer
{
	float:left;
	background-color:White;
	min-width:600px;
	min-height:640px;
	
}
#AppNavSection1
{
	height:108px;
}
#AppNavSection2
{
	clear:both;
	height:136px;
}
#AppNavSection3
{
	clear:both;
	height:120px;
}
.AppStepHeading
{
	float:left;
	color:#F40BA9;
	font-weight:bold;
	margin-bottom:5px;
}

.SignupHeading
{
	margin-top:20px;
	font-size:22px;
	color:#0F4DDD;
	
}
.SignupSubheading
{
	font-size:18px;
	color:#F40BA9;
	
}
.AppNavRight
{
	float:right;
}
#AppNavEmail
{
	overflow:hidden;
}
.AppStepSubheading
{
	float:left;
	color:#0096FF;
	font-size:8pt;
}
.AppNavLinkText
{
	color:White;
}  
.AppCopyLinkText
{
	color:White;
	font-size:8pt;
}  
.AppCopyCodeTextBox
{
	width:230px;
	font-size:8pt;
	color:Gray;
}
.AppSnippetTypeOption
{
	font-size:8pt;
	color:White;
}
.AppSelectBlockDropdown
{
	width:230px;
	font-size:8pt;
	color:#0F4DDD;
}
.modalDialog
{
	border:solid 2px black;
	background-color:#F0F0F0;
	Width:500px;
	Height:470px;
	
}

.modalDialogTitlePanel
{
	background-color:#0F4DDD;
	color:White;
	padding:3px 0 3px 3px;
	height:18px;
	background-image:url('/_images/BlueGradientSwatch.png');
	
}
.modalDialogBody
{
	padding:10px 10px 10px 10px;
	
}
.helpDialogBody
{
	background-color:White;
	padding:10px 10px 10px 10px;
}
.ModalDialogTabContent
{
	 height:350px;
	 padding:2px 2px 2px 20px;
}
.modalDialogFooter
{
	float:right;
	padding-right:10px;
	padding-bottom:10px;
}
.ModalDialogButton
{
	width:60px;
	margin-left:5px;
}
.ModalDialogBackgroundDisabled
{
	background-color:white;
	 filter:alpha(opacity=20);  
	 opacity:0.2;
}
.HelpDialogHeader
{
	background-color:Blue;
	color:White;
	cursor:pointer;
}
.HelpDialogHeaderSelected
{
	background-color:Green;
	color:White;
}
.HelpDialogContent
{

}

.pink
{
	color:#F40BA9;
}
.boldPink
{
	color:#F40BA9;
	font-weight:bold;
}
.ErrorMessage
{
	color:Red;
}
.exampleText
{
	font-size:8pt;
	color:Gray;
	margin-left:5px;
}
.dialogHeadingText
{
	font-size:9pt;
	color:navy;
	font-weight:bold;

}
.dialogSubheadingText
{
	font-size:8pt;
	
}
#socialButtonsDiv
{
	float:left;
	margin-left:90px;
}