﻿/***********************************************************************************************
			Colors
			Dark Blue: #002A5C
			Light Blue: #E8F4FF
			Dark Grey: #888888
			Light Grey: #EBEBEB
			Dark Green: #56D42E
			Light Green: #C7FFB5

			Web Surfer (Dark Blue): #2c50a3
			Streamer (Green): #98ca3c
			Gamer (Orange): #f26722
			Entrepreneur (Light Blue): #46c8f5
			Star Power (Red): #CF0000

            Basic (Blue): #2c50a3
            Enhanced (Orange): #CF0000

************************************************************************************************/



/***********************************************************************************************
			body
************************************************************************************************/

body
{
	margin: auto;
	padding: 0;
	text-align: center;
	font-family: Arial;
	background-color: #ffffff;
}

body.PopupPage
{
	font-family: Arial;
	padding: 0px;
	margin: 0px;
	background-color: #EBEBEB;
}

/***********************************************************************************************
			a, input, select
************************************************************************************************/

a
{
	color: #002A5C;
}

input.Field
{
	width: 150px;
}

select.Field
{
	width: 154px;
}

p
{
	margin-bottom: 30px;
}

ol
{
    margin-bottom: 30px;
    list-style-type: decimal;
    padding-left: 30px;
}

ol li
{
}

h1
{
	margin-bottom: 10px
}

ul
{
	margin-bottom: 30px
}

li
{
	margin-left: 20px;
	margin-bottom: 5px
}

/***********************************************************************************************
			Page, Header, Footer
************************************************************************************************/

.Page
{	
	margin: auto;
	width: 1000px;
	text-align: left;
	background-color: #ffffff;
}

.PageHeader
{
	margin: 0 0 10px 0;
	padding-top: 10px;
	height: 55px;
}
	
.PageContent
{
	clear: both;
	float: left;
	width: 730px;
	margin-bottom: 10px;
	line-height: 150%;
}

.SideContent
{
	float: right;
	width: 250px;
	margin-bottom:10px;
	line-height: 150%;
}

.PageFooter
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Header
{
	color: #3F3F3F;
}

.HeaderLogo
{
    float: left;
	font-family: Trebuchet MS;
	font-size: 55px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

.HeaderLogo a, .HeaderLogo a:hover, .HeaderLogo a:visited
{
    text-decoration: none;
}

.HeaderLogo .LogoBlue
{
    color: #2c50a3;
}

.HeaderLogo .LogoGreen
{
    color: #98ca3c;
}

.HeaderLogin
{
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 15px;
}

.HeaderTime
{
	font-size: small;
}

.Footer
{
	margin : 0px auto;
	font-size: small;
	color: #3F3F3F;
	width: 1000px;
	text-align: left;
}

/***********************************************************************************************
			Navigation
************************************************************************************************/

.Navigation
{	
	float: right;
	text-align: right;
	clear: right;
	width: 600px;
}
.NavigationItem
{
	background-color: #3F3F3F;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 12px 5px 12px;
	margin-left: 10px;
}
.NavigationItem:hover
{
	background-color: #98ca3c;
}
.NavigationItem a
{	
	color: #FFFFFF;
	text-decoration: none;
}

/***********************************************************************************************
			Login
************************************************************************************************/

.Login
{
	text-align: left;
	background-color: #FFFFFF;
	width: 400px;
	padding: 15px;
	border: solid 1px #DDDDDD;
	margin-top: -155px;
	margin-left: -215px;
}

/***********************************************************************************************
			Control, Form, Add
************************************************************************************************/

.Form
{
	position: absolute;
	top: 50%;
	left: 50%;
}

.FormGroup
{
	border-left: solid 3px #DDDDDD;
	padding-left: 10px;
	margin-bottom: 20px;
}

.FormGroupHeader
{
	padding-bottom: 15px;
	font-weight: bold;
}

.FormHeader
{
	font-size: 16px;
	font-weight: bold;
	background-color: #2c50a3;
	color: #FFFFFF;
	padding: 8px;
}

.FormFooter
{
	clear:both;
}

.FormDescription
{
	padding: 5px;
	color: #BBBBBB;
}
.FormContent
{
	padding: 5px;
	padding-left: 20px;
}
.FormButtonBar
{
	margin-top: 15px;
	padding-left: 5px;
}
.FormError
{
	color: Red;
}

.ControlButton
{
	margin-top: 15px;
}
.ControlFieldLabel
{
	font-weight: normal;
	width: 200px;
}

.FieldNote
{
	padding-left: 5px;
	display: inline;
	font-size: x-small;
	color: #999999;
	vertical-align: middle;
}
.AddButton
{
	padding: 10px;
	text-align: center;
	background-color: #f26722;
	width: 230px;
	margin-bottom: 20px;
}
.AddButtonText
{
	margin: 0px auto;
	font-weight: bold;
	color: #FFFFFF;
}

.AddButtonText a
{
	color: #FFFFFF;
	text-decoration: none;
}

.AddButton:hover
{
	background-color: #46c8f5;
}

.AddGroup
{
	border-left: solid 3px #DDDDDD;
	padding-left: 10px;
	margin-bottom: 20px;
}
.AddGroupHeader
{
	padding-bottom: 15px;
	font-weight: bold;
}
.ControlTextArea
{
	width: 300px;
	height: 75px;
}
.FormFooter
{
	font-size: x-small;
	color: #BBBBBB;
	padding-left: 5px;
	padding-top: 10px;
}

/***********************************************************************************************
			CookieTrail
************************************************************************************************/

.CookieTrail
{
	font-size: 16px;
	font-weight: bold;
	background-color: #2c50a3;
	color: #FFFFFF;
	padding: 10px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.CookieTrail a
{
	color: #FFFFFF;
	text-decoration: none;
}
.CookieTrail a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

/***********************************************************************************************
			List
************************************************************************************************/

.ListItem
{
	font-size: small;
}
.ListItemHeader a
{
	font-size: medium;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.ListItemHeader a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.ListItemHeader
{
	margin-bottom: 10px;
}
.ListItemSeparator
{
	padding-top: 10px;
	border-bottom: solid 1px #DDDDDD;
	margin-bottom: 10px;
}
.ListCount
{
	font-size: small;
	margin-top: 20px;
}

/***********************************************************************************************
			ChildList
************************************************************************************************/

.ChildListContainer
{
	margin-top: 30px;
}
.ChildList
{
	padding: 10px;
}
.ChildListItem
{
	font-size: small;
}
.ChildListItemHeader a
{
	font-size: medium;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.ChildListItemHeader a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.ChildListItemHeader
{
	margin-bottom: 10px;
}
.ChildListItemSeparator
{
	padding-top: 10px;
	border-bottom: solid 1px #DDDDDD;
	margin-bottom: 10px;
}
.ChildListAdd td
{
	padding-top: 10px;
	font-size: small;
}
.ChildListHeader
{
	background-color: #3F3F3F;
	color: #FFFFFF;
	padding: 5px;
}
.ChildListHeader a
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: x-small;
	margin-left: 6px;
	vertical-align: middle;
	height: 100%;
}
.ChildListHeader a:hover
{
	text-decoration: underline;
}
.ChildList thead
{
	font-size: small;
	font-weight: bold;
}
.ChildField
{
	width: 50px;
}

/***********************************************************************************************
			BrokenRules
************************************************************************************************/

.BrokenRules
{
	margin-bottom: 30px;
}
.BrokenRulesText
{
	background-color: #D75A5A;
	color: #FFFFFF;
	font-weight: bold;
}

.BrokenRulesText label
{
    padding: 10px;
}

/***********************************************************************************************
			Warnings
************************************************************************************************/

.Warnings
{
	margin-bottom: 30px;
}
.WarningsText
{
	background-color: #E7E370;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
.WarningsText a
{
	color: #FFFFFF;
	text-decoration: none;
}
.WarningsText a:hover
{
	text-decoration: underline;
}

/***********************************************************************************************
			Widget
************************************************************************************************/

.Widget
{
	margin-bottom: 20px;
	color: #888888;
	width: 250px;
}
.WidgetHeader
{
	padding: 10px;
	text-align: center;
	background-color: #98ca3c;
	color: #FFFFFF;
	font-weight: bold;
}
.WidgetContent
{
	text-align: left;
	padding: 10px;
	border-right: 1px solid #98ca3c;
	border-left: 1px solid #98ca3c;
	border-bottom: 1px solid #98ca3c;
}
.WidgetContent a
{
	color: #888888;
}

/***********************************************************************************************
			Rolodex
************************************************************************************************/

.Rolodex
{
	background-color: #F8F8F8;
	border: solid 1px #DDDDDD;
	padding: 5px;
	margin-top: -10px;
	text-align: center;
	margin-bottom: 30px;
}
.RolodexItem
{
	color: #888888;
	display: inline;
	padding-right: 10px;
}
.RolodexItem a
{
	color: #888888;
	text-decoration: none;
	font-weight: bold;
}

/***********************************************************************************************
			Communication
************************************************************************************************/

.CommunicationBar
{
	position: fixed;
	bottom: 0px;
	right: 10px;
	padding: 5px;
}
.CommunicationBar .Button
{
	display: inline;
}
.CommunicationBar .ButtonText
{
	display: inline;
	background-color: #5FA8FF;
	margin-right: 3px;
	padding: 5px;
}
.CommunicationBar .ButtonText a
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}


/***********************************************************************************************
			Title
************************************************************************************************/

.Title
{
	border-left: solid 1px #DDDDDD;
	border-top: solid 1px #DDDDDD;
	background-color: #EBEBEB;
	padding-left: 2px;
	text-align: center;
	color: #888888;
	font-size: small;
}

td.Title
{
	height: 50px;
}

.Title a
{
	color: #888888;
	text-decoration: none;
}

.Title a:hover
{
	color: #5FA8FF;
}

/***********************************************************************************************
			Text, Number, tooltip, Failure, Success
************************************************************************************************/

#tooltip
{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}	

.Text
{
	width: 200px;
	font-size: medium;
}

.Text-Short
{
	width: 75px;
	font-size: medium;
}

.Number
{
	width: 75px;
	text-align: right;
	font-size: medium;
}

.Failure
{
	color: #9F1319;
}

.Success
{
	color: #139F26;
}

/***********************************************************************************************
			Step
************************************************************************************************/

.StepHeader
{
	background-color: #2c50a3;
	padding: 8px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.StepHeaderText
{
	font-size: large;
}
.StepForm
{
	padding-top: 30px;
	padding-bottom: 30px;	
}
.StepFormFieldLabel
{
	font-weight: normal;
	width: 200px;
}
.StepFormGroup
{
	border-left: solid 3px #EBEBEB;
	padding-left: 10px;
	margin-bottom: 20px;
}
.StepFormGroupHeader
{
	padding-bottom: 15px;
	font-weight: bold;
}

/***********************************************************************************************
			News
************************************************************************************************/

.News
{
}

.News .Title
{
	border: none;
	padding: 3px;
	background-color: #f26722;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
}

.News .Date
{
	font-size: x-small;
	margin-bottom: 8px;
}

.News .Body
{
	text-align: left;
}

/***********************************************************************************************
			Basic
************************************************************************************************/

.Basic
{
	margin-bottom: 20px;
}
.Basic .Header
{
	padding: 10px;
	text-align: center;
	background-color: #2c50a3;
	color: #FFFFFF;
	font-weight: bold;
}
.Basic .Content
{
	text-align: Left;
	padding: 10px;
	border-right: 1px solid #2c50a3;
	border-left: 1px solid #2c50a3;
	border-bottom: 1px solid #2c50a3;
}
.Basic .Content a
{
	color: #888888;
}

.BasicLink
{
	color: #2c50a3;
	font-weight: bold;
}

.BasicLink a
{
	color: #2c50a3;
	text-decoration: none;
}

.BasicLink a:hover
{
	text-decoration: underline;
}

.BasicBlock
{
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	background-color: #2c50a3;
	float: left;
	padding: 10px;
	margin-right: 15px;
}

/***********************************************************************************************
			Enhanced
************************************************************************************************/

.Enhanced
{
	margin-bottom: 20px;
}
.Enhanced .Header
{
	padding: 10px;
	text-align: center;
	background-color: #f26722;
	color: #FFFFFF;
	font-weight: bold;
}
.Enhanced .Content
{
	text-align: Left;
	padding: 10px;
	border-right: 1px solid #f26722;
	border-left: 1px solid #f26722;
	border-bottom: 1px solid #f26722;
}
.Enhanced .Content a
{
	color: #888888;
}

.EnhancedLink
{
	color: #f26722;
	font-weight: bold;
}

.EnhancedLink a
{
	color: #f26722;
	text-decoration: none;
}

.EnhancedLink a:hover
{
	text-decoration: underline;
}

.EnhancedBlock
{
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	background-color: #f26722;
	float: left;
	padding: 10px;
	margin-right: 15px;
}

/***********************************************************************************************
			Web Surfer
************************************************************************************************/

.WebSurfer
{
	margin-bottom: 20px;
}
.WebSurfer .Header
{
	padding: 10px;
	text-align: center;
	background-color: #2c50a3;
	color: #FFFFFF;
	font-weight: bold;
}
.WebSurfer .Content
{
	text-align: Left;
	padding: 10px;
	border-right: 1px solid #2c50a3;
	border-left: 1px solid #2c50a3;
	border-bottom: 1px solid #2c50a3;
}

.WebSurfer .Content a
{
	color: #888888;
}

.WebSurferLink
{
	color: #2c50a3;
	font-weight: bold;
}

.WebSurferLink a
{
	color: #2c50a3;
	text-decoration: none;
}

.WebSurferLink a:hover
{
	text-decoration: underline;
}

.WebSurferBlock
{
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	background-color: #2c50a3;
	float: left;
	padding: 10px;
	margin-right: 15px;
}

/***********************************************************************************************
			Streamer
************************************************************************************************/

.Streamer
{
	margin-bottom: 20px;
}
.Streamer .Header
{
	padding: 10px;
	text-align: center;
	background-color: #98ca3c;
	color: #FFFFFF;
	font-weight: bold;
}
.Streamer .Content
{
	text-align: Left;
	padding: 10px;
	border-right: 1px solid #98ca3c;
	border-left: 1px solid #98ca3c;
	border-bottom: 1px solid #98ca3c;
}
.Streamer .Content a
{
	color: #888888;
}

.StreamerLink
{
	color: #98ca3c;
	font-weight: bold;
}

.StreamerLink a
{
	color: #98ca3c;
	text-decoration: none;
}

.StreamerLink a:hover
{
	text-decoration: underline;
}

.StreamerBlock
{
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	background-color: #98ca3c;
	float: left;
	padding: 10px;
	margin-right: 15px;
}

/***********************************************************************************************
			Gamer
************************************************************************************************/

.Gamer
{
	margin-bottom: 20px;
}
.Gamer .Header
{
	padding: 10px;
	text-align: center;
	background-color: #f26722;
	color: #FFFFFF;
	font-weight: bold;
}
.Gamer .Content
{
	text-align: Left;
	padding: 10px;
	border-right: 1px solid #f26722;
	border-left: 1px solid #f26722;
	border-bottom: 1px solid #f26722;
}
.Gamer .Content a
{
	color: #888888;
}

.GamerLink
{
	color: #f26722;
	font-weight: bold;
}

.GamerLink a
{
	color: #f26722;
	text-decoration: none;
}

.GamerLink a:hover
{
	text-decoration: underline;
}

.GamerBlock
{
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	background-color: #f26722;
	float: left;
	padding: 10px;
	margin-right: 15px;
}

/***********************************************************************************************
			Entrepreneur
************************************************************************************************/

.Entrepreneur
{
	margin-bottom: 20px;
}
.Entrepreneur .Header
{
	padding: 10px;
	text-align: center;
	background-color: #46c8f5;
	color: #FFFFFF;
	font-weight: bold;
}
.Entrepreneur .Content
{
	text-align: Left;
	padding: 10px;
	border-right: 1px solid #46c8f5;
	border-left: 1px solid #46c8f5;
	border-bottom: 1px solid #46c8f5;
}
.Entrepreneur .Content a
{
	color: #888888;
}

.EntrepreneurLink
{
	color: #46c8f5;
	font-weight: bold;
}

.EntrepreneurLink a
{
	color: #46c8f5;
	text-decoration: none;
}

.EntrepreneurLink a:hover
{
	text-decoration: underline;
}

.EntrepreneurBlock
{
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	background-color: #46c8f5;
	float: left;
	padding: 10px;
	margin-right: 15px;
}

/***********************************************************************************************
			Star Power
************************************************************************************************/

.StarPower
{
	margin-bottom: 20px;
}
.StarPower .Header
{
	padding: 10px;
	text-align: center;
	background-color: #CF0000;
	color: #FFFFFF;
	font-weight: bold;
}
.StarPower .Content
{
	text-align: Left;
	padding: 10px;
	border-right: 1px solid #CF0000;
	border-left: 1px solid #CF0000;
	border-bottom: 1px solid #CF0000;
}
.StarPower .Content a
{
	color: #888888;
}

.StarPowerLink
{
	color: #CF0000;
	font-weight: bold;
	display: inline;
}

.StarPowerLink a
{
	color: #CF0000;
	text-decoration: none;
}

.StarPowerLink a:hover
{
	text-decoration: underline;
}

/***********************************************************************************************
			Comparison
************************************************************************************************/

.Comparison
{
	margin-bottom: 20px;
	color: #888888;
}
.Comparison .Header
{
	padding: 10px;
	text-align: center;
	background-color: #98ca3c;
	color: #FFFFFF;
	font-weight: bold;
}
.Comparison .Content
{
	font-size: x-small;
	text-align: Center;
	padding: 10px;
	border-right: 1px solid #98ca3c;
	border-left: 1px solid #98ca3c;
	border-bottom: 1px solid #98ca3c;
}
.Comparison .Content a
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}

/***********************************************************************************************
			Pricing
************************************************************************************************/

.Pricing
{
	margin-bottom: 20px;
}
.Pricing .Header
{
	padding: 10px;
	text-align: center;
	background-color: #CF0000;
	color: #FFFFFF;
	font-weight: bold;
}
.Pricing .Content
{
	padding: 10px;
	border-right: 1px solid #CF0000;
	border-left: 1px solid #CF0000;
	border-bottom: 1px solid #CF0000;
}
.Pricing .Content a
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}

/***********************************************************************************************
			Contact
************************************************************************************************/

.ContactGroup
{
}

.ContactGroupSeperator
{
	height: 20px;
}

.ContactField
{
}

