﻿
/* Global styles */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.Invisible 
{
	display: none;
}
    

/* Master Page Styles */
.masterBody 
{
	background-color: #696969;
	margin: 0px;
}

.masterSite
{
	width: 1002px;
	background-color: White;
	border-left: solid 2px black;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	text-align: left;
	padding-bottom: 50px;
}

.masterLoginContent
{
	margin-top:10px;
	height: 50px;
	width: 95%;
	text-align: right;
}

.masterLoginLabel
{
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	font-size: 9pt;
	vertical-align: middle;
	text-align: left;
	color: dimgray;
	font-weight: bolder;
}

.masterLoginTextbox
{
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	font-size: 10pt;
	vertical-align: middle;
	text-align: left;
}

.masterLoginButton
{
	background-color: #33b54a;
	color: White;
	border: solid 1px #421e01;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;

}

.masterBannerContent
{
	margin-top: 20px;
	margin-left: 25px;
	color: Black;
	font-family: Arial;
	font-size: 22pt;
}

.masterLearnMore
{
	margin-top: 0px;
	margin-left: 338px;
}

.masterLearnMore a 	
{
	font-family: Arial;
	font-size: 10pt;
	font-weight:bolder;
	font-style: italic;
	color: #33b54a;
	text-decoration: none;
}

.masterAppTitle
{
	font-family: Arial Black, Arial;
	font-size: 16pt;
	font-weight:bold;
	font-style: italic;
	color: black;
}

.masterProspectsPLUS
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #33b54a;
	
}

.masterNavMenu {
	width: 200px;
	margin: 10px;
	font-family: Arial;
	font-size: 12pt;
	text-align: left;
	}
	
.masterNavMenu li a {
	height: 44px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 32px;
	text-decoration: none;
	}	
	
.masterNavMenu li a:link, .masterNavMenu li a:visited {
	color: #000;
	display: block;
	background:  url(images/menu2.gif) 0 -44px;
	padding: 12px 0 0 40px;
	}
	
.masterNavMenu li a:hover {
	color: #FFF;
	background:  url(images/menu2.gif) 0 -88px;
	padding: 12px 0 0 40px;
	}

.masterNavMenu li a.current, .masterNavMenu li a.current:link, .masterNavMenu li a.current:hover, .masterNavMenu li a.current:visited
{
	color: #FFF;
	background:  url(images/menu2.gif);
	padding: 12px 0 0 40px;
}

.masterAppSubTitle 
{
	font-family: Arial Black, Arial;
	font-size: 16pt;
	font-weight:bold;
	font-style: italic;
	color: black;
}

.masterFooter
{
	width: 1002px;
}

.masterFooterLeft
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-style: normal;
	text-align: left;
	float: left;
	width: 200px;
	display: inline;
}

.masterFooterRight
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-style: normal;
	text-align: right;
	float: right;
	width: 300px;	
	display: inline;
}

.masterFooterRight a 
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-style: normal;
	text-decoration: none;
}

.masterUserWelcome 
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-style: normal;
	text-decoration: none;

}

.masterLogoutLink
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #33b54a;
	font-style: normal;
	text-decoration: underline;
}

/* Home page specific style */
#home_container
{
	background-image: url(images/home_background.jpg);
	background-repeat: no-repeat;
	height: 550px; 
}
		
#home_content		
{
	margin-left: 255px;
	width: 375px;
	display:block;
	
}

/* Site Styles */
.siteContentHeader
{
	font-family: Arial;
	font-size: 16pt;
	font-weight:bold;
	font-style: normal;
	color: #33b54a;
	line-height: 20px;
}

.siteContentHeader2
{
	font-family: Arial;
	font-size: 16pt;
	font-weight:bold;
	font-style: normal;
	color: #33b54a;
}

.siteContentBody
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11pt;
	color: black;
	font-style: normal;
}	

.siteContentBody2
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12pt;
	color: black;
	font-style: normal;
	line-height: 24px;
}	

.siteContentList {
	list-style: disc;
	font-family: Arial;
	font-weight: normal;
	font-size: 11pt;
	color: black;
	font-style: normal;
	margin-left: 15px;
	padding-bottom: 5px;
}

.siteContentListIndent {
	list-style: disc;
	font-family: Arial;
	font-weight: normal;
	font-size: 11pt;
	color: black;
	font-style: normal;
	margin-left: 45px;
	padding-bottom: 5px;
}

.siteContentListNumber {
	list-style: decimal;
	font-family: Arial;
	font-weight: normal;
	font-size: 11pt;
	color: black;
	font-style: normal;
	margin-left: 45px;
	padding-bottom: 5px;
}

.siteLearnMore
{
	font-family: Arial;
	font-size: 10pt;
	font-weight:bolder;
	font-style: italic;
	color: #33b54a;
	text-decoration: none;
}

.siteGenericContainer
{
	display:block; 
	
}

.siteGenericContent
{
	margin-left: 30px;
	width: 450px;
}

.siteDisclaimer
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: dimgray;
	font-weight: normal;
	font-style: italic;
}

.siteFormFieldLabel
{
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
	color: dimgray;
	font-weight: bolder;
	line-height: 30px;
	height:30px;
}

.siteFormFieldLabelBig
{
	font-family: Arial, Sans-Serif;
	font-size: 13pt;
	vertical-align: top;
	text-align: left;
	color: dimgray;
	font-weight: bolder;
	line-height: 30px;
	height:30px;
}
.siteFormError
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: Red;
}

.siteSummaryError
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: Red;
}

.siteFormFieldDescription
{
	font-family: Arial, Sans-Serif;
	font-size: 7pt;
	vertical-align: middle;
	text-align: left;
	color: dimgray;
	margin-bottom: 2px;
}

.siteSubmitButton
{
	background-color: #33b54a;
	color: White;
	border: solid 1px #421e01;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;

}

.siteFormInstructions
{
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	vertical-align: middle;
	text-align: left;
	color: #6e6e6e;
	margin-bottom: 2px;
	width: 600px;
}
	

/* Package and Pricing Styles */
.PackageColorGreen
{
	background-color: #33b54a;
}

.PackageColorGray
{
	background-color: #9e9e9e;
}

.PackageTitle
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color:White;	
}

.PackageTitle a, .PackageTitle a:link, .PackageTitle a:hover, .PackageTitle a:visited
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color:White;	
}

.PackageDescription
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color:White;	
	line-height: 19px;

}

.PackagePrice
{
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
	font-style: normal;
	color:White;	
}

.PackageRule
{
	
	width: 180px;
}	

.PackageSetupFee
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color:White;	
}

.PackageDollar
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color:White;	
	
}

.PackageROI
{
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color:White;	
}

.PackageDisclaimer
{
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	color:#9e9e9e;	
}


/* Demo Wizard Style */
.WizardHeaderContainer
{
	margin-left: 15px;
	height: 50px;
}

.WizardHeader
{
	font-family: Arial;
	font-size: 20pt;
	font-weight:bold;
	font-style: normal;
	color: #33b54a;
	line-height: 30px;

}

.WizardSubHeader
{
	font-family: Arial;
	font-size: 17pt;
	font-weight:normal;
	font-style: italic;
	color: #000000;
	line-height: 30px;
}

.WizardBody
{
	font-family: Arial;
	font-weight: normal;
	font-size: 16pt;
	color: black;
	font-style: normal;
}	

.WizardBox 
{
	margin-left: 40px;
	width: 600px;
}

.WizardIndentLevel1
{
	margin-left: 75px; 
}

.WizardList {
	list-style: disc;
	font-family: Arial;
	font-weight: normal;
	font-size: 16pt;
	color: black;
	font-style: normal;
	margin-left: 15px;
	padding-bottom: 20px;

}

.WizardList2 {
	list-style: disc;
	font-family: Arial;
	font-weight: normal;
	font-size: 16pt;
	color: black;
	font-style: normal;
	margin-left: 15px;
	padding-bottom: 10px;

}

.WizardQuestion
{
	font-family: Arial;
	font-weight: normal;
	font-size: 13pt;
	color: black;
	font-style: normal;
}

.WizardAnswer
{
	text-align: right;
}

.WizardTextBox
{
	text-align: left; 
	font-size: 12pt;
	border: solid 2px black; 
	background-color: White; 
}

.WizardSlideNumberContainer
{
	float: right;
	color: White;
	font-family: Arial;
	font-size: 9pt;
	margin-top: 10px;
	
}

.WizardNextButton
{
	background-color: #33b54a;
	color: White;
	border: solid 1px #421e01;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	width: 75px;
	height: 24px;
}

/* SOI Lists Grid Template Styles */
.SOIListHeader
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-align: left;
	font-weight:bold;
	color: White;
	padding: 5px;
	background-color: #33b54a;
}

.SOIListHeader a
{
	color: White;
}

.SOIListName
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight:bolder;
	color: #6e6e6e;
	padding: 5px;
}

.SOIListCount
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-align: left;
	color: #6e6e6e;
	font-weight:normal;
	padding: 5px;
}

.SOIListColumn
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-align: left;
	color: #6e6e6e;
	font-weight:normal;
	padding: 5px;
}

.SOIListPager
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	text-align: left;
	color: #6e6e6e;
	font-weight:normal;
}

.SOIListDescription
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #6e6e6e;
	font-weight: normal;
	padding: 5px;
}

.SOIListLinks
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #6e6e6e;
	font-weight:normal;
	padding: 5px;
}

.SOIListSelectedItem
{
	font-family: Arial, Sans-Serif;
	text-align: left;
	background-color: #CCCCCC;
}


.soiCountGreen
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: Bold;
	color: White;
	background-image: url(calcimages/circle.jpg); 
	width:56px; 
	height:57px;
}

.soiCountYellow
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: Bold;
	color: Black;
	background-image: url(calcimages/yellow_circle.jpg); 
	width:56px; 
	height:57px;
}

.soiDescription
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: Black;
}
