HTML {
	margin: 0px;
	width: 100%;
	height: 100%;
	color: black;
}

BODY {
	margin: 0px auto;
	font-size: 14px;
	position: relative;
	height: 100%;
	width: 100%;
	background: white;
	overflow: auto;
}

TD {
	font-size: 14px;
}


FORM {
	margin: 0px;
}

H1 {
	font-size: 32px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

H2 {
	font-size: 14.6px;
	font-weight: normal;
	margin: 5px 20px 5px 0px;
	padding: 0px;
	line-height: 16pt;
}
H3 {
	font-size: 16px;
	margin: 0px 0px 5px 0px;

}
H4 {
	margin-top: 2em;
	font-size: 14px;
	font-weight: bold;
}

P {
	margin: 0em 0em 1em 0em;
	line-height: 150%;
}



#PageWrapper {
	position: relative; 
	min-height: 100%; 
	height: 100%;
	overflow: visible;
	background: white;
}

#PageWrapper2 {
	position: relative; 
	min-height: 100%; 
	height: 100%;
	overflow: visible;
	background: #E0E0E0;
}

#PageEnd {
	clear: both;
	position: relative;
}

.HeaderBlock {
	xbackground-color: #000080;
	background: url('images/banner_grad2.jpg?1'); 
	color: white; 
	min-height: 75px;
}

.HeaderBlockInner {
	border-bottom: solid 1px #C0C0C0; padding-bottom: 5px;
}

#TitleBlock {
	width: 655px;
}

#TitleBlock A {
	color: white; 
	font-weight: normal
}

.MainPageContent {
	width: 100%;
	min-height: calc(100% - 250px);
	background: white;
}

.PageTopPadding {
	padding: 20px 0 0 0;
}

#Logo {
	position: relative; 
	left: -80px;
	height: 60px;
	width: 50px;
	margin-bottom: -70px;
	padding-top: 10px;
}

#Logo IMG {
	width: 60px;
	height: 60px;
	border: 0;
}

.RightAdvertBlock {
	position: fixed;
	left: calc(50% + 520px);
	top: 140px;
}

.LeftAdvertBlock {
	position: fixed;
	left: calc(50% - 600px);
	top: 140px;
}

@media screen and (max-height: 750px) {
	.RightAdvertBlock {
		position: fixed;
		left: calc(50% + 450px);
		top: 90px;
	}
	.LeftAdvertBlock {
		top: 90px;
	}
}

@media screen and (max-height: 700px) {
	.RightAdvertBlock {
		position: fixed;
		left: calc(50% + 450px);
		top: 50px;
	}
	.LeftAdvertBlock {
		top: 50px;
	}
}

@media screen and (max-height: 670px) {
	.RightAdvertBlock {
		top: 20px;
	}
	.LeftAdvertBlock {
		top: 20px;
	}
}

@media screen and (max-height: 620px) {
	.RightAdvertBlock {
		top: 5px;
	}
	.LeftAdvertBlock {
		top: 5px;
	}
}

@media screen and (max-height: 600px) {
	.RightAdvertBlock {
		display: none;
	}
	.LeftAdvertBlock {
		display: none;
	}
}

.TopAdvertBlock {
	position: absolute;
	left: 660px;
	top: 8px;
}

.TabBarContainer {
	border-top: solid 1px #99BBE8;
	background-color: #3EA9CD;
	background: url('images/banner_grad1.jpg'); 
}

.TabBar {
	margin: 0;
	padding: 7px 0px 7px 0px;
	font-size: 14px;
	white-space: nowrap;
}

.TabBar A {
	display: inline-block;
	margin-right: 10px;

	padding: 0px 5px 0px 5px; 
	line-height: 25px; 
	font-weight: normal;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	color: white;
	text-decoration: none;
	font-weight: normal;
}

.TabBar A:hover {
	color: red;
	text-decoration: none;
	background: white;
}

.TabBar A.SelectedTab {
	background: #0772A0;
}

.TabBar A.SelectedTab:hover {
	color: white;
	text-decoration: none;
	background: #3A98B9;
}






.LIBM LI {
	padding-bottom: 5px;
}
.FAQ P {
	margin-top: 10px;
	font-size: 14px;
}
.FAQ LI {
	margin: 10px 0px 10px 0px;
	font-size: 14px;
}
.FAQ LI A {
	font-weight: bold;
	color: black;
}
.FAQ LI A:hover {
	text-decoration: none;
}
.FAQ P A {
	color: #0000C0;
}
.FAQ P A:hover {
	text-decoration: underline;
}



.InputForm TH {
	text-align: left;
	padding-right: 15px;
	width: 125px;
	color: #606060;
}

.BoxHeader {
	font-size: 16px;
	border-bottom: solid 3px #C0C0C0;
	padding-bottom: 3px;
	margin-bottom: 1em;
}

.BoxSubHeader {
	solid 1px #C0C0C0;
	border-bottom: solid 1px #D0D0D0; 
	background-color: #FFFFF0; 
    background-image: url("/images/bg04.png");
	padding: 8px; 
	font-size: 13px; 
	color: #808080
}



.si {
	width: 16px;
	height: 16px;
	border: 0px;
}

.vs {
	width: 10px;
	height: 10px;
	border: 0px;
	padding-left: 4px;
}
.vs2 {
	width: 10px;
	height: 10px;
	border: 0px;
	padding-right: 2px;
}

.PL50 {
	padding-left: 50px;
}

.PL30 {
	padding-left: 30px;
}

.AR {
	text-align: right;
}
.AC {
	text-align: center;
}
.AL {
	text-align: left;
}


.NOBR {
	white-space: nowrap;
}
.VT {
	vertical-align: top;
}

.PL20 {
	padding-left: 20px;
}
.PR10 {
	padding-right: 10px;
}
.W150 {
	width: 150px;
}
.W100 {
	width: 100px;
}
.PR20 {
	padding-right: 20px;
}
.B {
	font-weight: bold;
}
.PL0 {
	padding-left: 0px;
}
.PR50 {
	padding-right: 50px;
}
.GT {
	color: #808080;
}
.PTX {
	padding-top: 0.5em;
}
.GREEN {
	color: #008000;
}
.RED {
	color: #C00000;
}
.MT1 {
	margin-top: 0.5em;
}

.XTBL TD {
	border: solid 1px #F0F0F0;
	padding: 3px 10px 3px 10px;
}

.FS8 {
	font-size: 10.5px;
}

.FS8 TD {
	font-size: 10.5px;
}

.MT {
	margin-top: 1em;
}

.Comp {
	color: #C00000;
}
.Label {
	padding-right: 20px;
	text-align: right;
}
.HR {
	color: #808080;
	font-size: 10.5px;
	background: #F7F7F7;
}

.FormContainer {
	float: none;
	clear: both;
	border: solid 1px #E0E0FF;
	padding: 10px;
}


.SubBarContainer {
	background: #F0F0F0;
	border-bottom: solid 1px #E0E0E0;
	border-top: solid 1px #99BBE8;
}

.SubBar {
	padding: 6px 15px 4px 0px;
	font-size: 12px;
	height: 30px;
	z-index: 3;
}

.SubBarButton {
	float: left;
	margin-right: 15px;
	border: solid 1px #C0C0C0;
	padding: 5px 8px 5px 8px;
	background: #FCFCFC;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.SubBarButtonTransparent {
	border: solid 1px #F0F0F0;
	background: #F0F0F0;
}

.SubBarButton IMG {vertical-align: bottom;}

.Selected {
	border: solid 1px #99BBE8;
	background: #D2E0F1;
}


.SubBarButton IMG {
	vertical-align: middle;
}

.SubBarButton A {
	text-decoration: none;
	font-weight: normal;
}	
.SubBarButton A:hover {
	color: orange;
}	





.xCRN1 {
	position: relative; top: 0px; left: -1px; width: 7px; height: 6px; line-height: 0px;
	background-image: url('images/cbar.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.xCRN2 {
	float: right; position: relative; left: 1px; top: 0px; width: 7px; height: 6px;
	background-image: url('images/cbar.gif');
	background-position: -20px 0px;	
	background-repeat: no-repeat;
}

.xCRN3 {
	float: right; position: relative; left: 0px; top: 0px; width: 7px; height: 6px; z-index: 10; line-height: 0px;
	background-image: url('images/cbar.gif');
	background-position: -10px 0px;	
	background-repeat: no-repeat;
}

.PageSection {
	position: relative;
	background-color: white;
	margin-bottom: 20px;
	border: solid 1px #E0E0E0;
	
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1); 

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.BoxFooter {
    font-size: 11px; padding: 10px; border-top:solid 1px #C0C0C0; 
    background: #FFFFE0;
    background-image: url("/images/bg04.png?");
}

.PageSection .Heading {
	font-weight: bold;
	padding: 9px 3px 9px 12px;
	border-bottom: solid 1px #D0D0D0;
	position: relative;
	top: 0px; left: 0px;
    font-size: 15px;
    background-image: url("/images/bg04.png?");
	color: #606060;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.PageSection .Content {
	position: relative;
	padding: 10px 10px 10px 10px;
}


.PageSection .Heading INPUT {
	font-weight: normal;
}

.PageSection .Heading A {
	font-weight: bold;
	color: #0000A0;
}

.PageSection .Heading .Icon {
	border: 0px;
	width: 40px;
	height: 40px;
	top: -15px;
	left: -15px;
	position: relative;
	margin-bottom: -22px;
	margin-right: -10px;
}



PRE {
	font-family: "Open Sans", Verdana, Arial, Helvetica;
	font-size: 14px;
}

.WRAP {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	overflow: hidden;
}

 UL.DisplayList {
 	list-style: disc outside none;
 }

.DisplayList LI {
	margin-top: 0.75em;
	display: list-item;
	padding-left: 0.8em; 
	margin-left:1.5em; 
}

.LinkA {
	border: solid 1px #E0E0E0;
	padding: 5px 15px 5px 15px;
}

.LinkA:hover {
	background: #F0F0FF;
}

.vb {
	width: 60px;
	height: 49px;
	border: 0px;
}

.VBTable TD {
 	vertical-align: top;
 	padding-bottom: 0.5em;
}

.VBTable A {
 	font-weight: normal;
}

.VBTable .Icon {
 	padding-right: 10px;
}

.StatsBox {
	padding: 10px;
}

.WarningBox {
	border: solid 4px #FFC0C0; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1); 
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
	margin-bottom: 1em; 
	text-align: center;
}

.WarningBoxHeader {
	margin-bottom: 0; padding: 5px; border-bottom: solid 2px #FFC0C0; background: #FFF7F7;
}

.WarningBoxContent {
	padding: 10px; background: white; margin-bottom: 0;
}

.SuccessBox {
	border: solid 4px #80E080; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1); 
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
	margin-bottom: 1em; 
	text-align: center;
}

.SuccessBoxHeader {
	margin-bottom: 0; padding: 5px; border-bottom: solid 2px #80E080; background: #F7FFF7;
}

.SuccessBoxContent {
	padding: 10px; background: white; margin-bottom: 0;
}

#ConnectPageTitle {
	padding: 10px; 
	font-size: 21.5px; 
	background: #000080; 
	color: white;
}

.FormLayout {}
.FormRow {margin: 0.25em 0 0.25em 0;}
.FormRowHeader {vertical-align: top; display: inline-block; width: 150px;}
.FormRowField {display: inline-block;}

BODY.StripedPageBody .MainPageContent > .PageWidthIndent {
	width: auto;
}


.StripedPageSectionIndent {
	width: 980px;
	padding: 0 20px 0 0;
	max-width: 100%;
	margin: 0 auto;
}

.StripedPageSection {
	display: block;
	padding: 30px 0 30px 0;
}

.StripedPageSection:first-child {
	padding-top: 10px;
}

.StripedPageSection:nth-child(even) {
	background: #f0f3ff;
}

.StripedPageSection	H2 {
	font-size: 24px;
	line-height: 125%;
	font-weight: bold;
	margin-bottom: 15px;
}

.StripedPageSection	H3 {
	font-size: 20px;
	line-height: 125%;
	font-weight: bold;
	margin-bottom: 15px;
}

.StripedPageSection A.InfoButton, .StripedPageSection BUTTON.InfoButton,  .StripedPageSection SPAN.InfoButton {
	display: inline-block;
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
	margin: 0 20px 10px 0;
	cursor: pointer;
	background: #008000;
	border: solid 1px #008000;
	color: white;
}

.StripedPageSection A.InfoButton:hover, .StripedPageSection BUTTON.InfoButton:hover, .StripedPageSection SPAN.InfoButton:hover {
	box-shadow: 0 0 10px 3px rgba(0, 0, 128, 0.2);
}

.UL175 LI {line-height: 175%;}



.MobileOnly {display: none;}
.ResponsiveMenu {display: none; cursor: pointer;}

#MobileAdUnit {display: none;}

#OuterPageWrapper {
	width: 100%;
	height: calc(100% - 40px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#FooterBar {
	border-top: solid 1px #808080;
	height: 40px;
	overflow: hidden;
	box-sizing: border-box;
}

#PriceBar {
	height: 40px;
}

#MobileAdUnit {
	display: none;
	text-align: center;
	box-sizing: content-box;
	height: 50px;
	overflow: hidden;
}

.SiteFooterOuter {
	margin-top: 30px;
	background: #0D6EA3;
	color: white;
	position: relative;	
}

.SiteFooterInner {
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.SiteFooterInner A {
	display: inline-block;
	margin: 0 20px 0 20px;
	color: white;
}

A.CTA {
	text-decoration: none;
}
A.CTA:hover {
	box-shadow: 0 0 10px 3px rgba(128,128,128,0.2);
}

.NoUnderlineA {text-decoration: none; font-weight: normal; color: inherit;}
.NoUnderlineA:hover {text-decoration: none;}
/* Sync line */


#MobileSessionInterstitial {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(40,40,40,0.7);
	z-index: 10000;
}

#MobileSessionInterstitialLabel {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: white;
	position: fixed;
	top: calc(50% + 250px);
	left: 0;
	width: 100%;
	height: 30px;
}

#div-gpt-ad-1660126210830-0 {
	position: fixed;
	top: calc(50% - 240px);
	left: calc(50% - 160px);
}

@media screen and (max-width: 500px) {
	BODY.ShowSessionInterstitial #MobileSessionInterstitial {
		display: block;
	}	
}

@media screen and (max-width: 340px) {
	BODY.ShowSessionInterstitial #MobileSessionInterstitial {
		display: none !important;
	}	
}

@media screen and (max-height: 560px) {
	BODY.ShowSessionInterstitial #MobileSessionInterstitial {
		display: none !important;
	}	
}

#LeaderboardContainerClose {
	display: none;
	pointer-events: all;
	cursor: pointer;
	position: absolute;
    top: 25px;
    left: calc(50% + 400px);
    font-size: 24px;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: solid 2px black;
}

#OuterPageWrapper.LeaderboardScrolled #LeaderboardContainer {
	background: repeating-linear-gradient( 0deg, rgba(128,128,128,0.25), rgba(128,128,128,0.25) 10px, rgba(128,128,128,0.2) 10px, rgba(128,128,128,0.2) 20px );
	position: fixed; top: 0px; left: 0; width: 100%; height: 90px; pointer-events: none; z-index: 10000;
}

BODY.HideScrolledLeaderboardContainer #OuterPageWrapper.LeaderboardScrolled #LeaderboardContainer {
	display: none;
}

#OuterPageWrapper.LeaderboardScrolled #LeaderboardContainerClose {
	display: block;
}


#LeaderboardAdvertProxy {
	display: none;
	height: 90px;
}

#OuterPageWrapper.LeaderboardScrolled #LeaderboardAdvertProxy {
	display: block;
}