.MainPageContent > .PageWidthIndent {
	width: auto;
}

#divRightAdvertBlock, #divLeftAdvertBlock {
	display: none;
}

.NoUnderlineA {
	font-weight: normal;
	color: inherit;
}

.NoUnderlineA:hover {
	text-decoration: none;
}

.FigaroAppSuiteBrokerLogo {
	width: 125px;
	height: 40px;
	border: solid 1px #808080;
	background: white;
	margin: 5px;
}

.FigaroAppSuiteBrokerLogoSponsor, .FigaroAppSuiteBrokerLogoLarge, .LargeIconList .FigaroAppSuiteBrokerLogo {
	width: 187px;
	height: 60px;
}

.FigaroAppSuiteBrokerLogoSponsor {
	border: solid 2px gold;
}

.FigaroAppSuiteBrokerLogoSponsor:hover {
	box-shadow: 0 0 5px 3px rgba(255,215,0,0.3);
}

H3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.BrokerLogoList {
	margin: 0 0 10px 0;
}

.FigaroDownloadButton, .FigaroOpenAccountButton, .FigaroOpenAccountButtonDisabled {
	padding: 10px 20px 10px 20px;
	margin: 0 20px 10px 0;
	cursor: pointer;
	background: #008000;
	border: solid 1px #808080;
	border-radius: 2px;
	color: white;
	font-weight: normal;
	display: inline-block;
}


.FigaroOpenAccountButton {
	background: #FFD400;
	color: #070056;
	border: solid 1px #FFD400;
}

.FigaroOpenAccountButtonDisabled {
	background: #808080;
	color: white;
	cursor: not-allowed;
}

.FigaroDownloadButton:hover {
	box-shadow: 0 0 10px 3px rgba(0, 0, 128, 0.2);
}

.FigaroOpenAccountButton:hover {
	box-shadow: 0 0 10px 3px rgba(240, 220, 128, 0.6);
	color: darkgoldenrod;
}

.FigaroAppSuiteScreenshot {
	margin: 10px;
	border: solid 1px #808080;
	width: 400px;
	height: 236px;
	max-width: 90%;
}

.StripedPageSection LI {
	line-height: 175%;
}


#RegistrationIframe {
	position: fixed;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	width: 720px;
	left: calc(50% - 350px);
	z-index: 1001;
	border: solid 5px #E0E0E0;
}

#RegistrationBackground {
	background: #808080;
	opacity: 0.7;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.Thumbnail {
	width: 400px;
	height: 182px;
	max-width: calc(100% - 10px);
	box-sizing: border-box;
	margin: 0 20px 20px 0;
	cursor: pointer;
	border: solid 1px #C0C0C0; 
	filter: brightness(1.03);
}

.Thumbnail:hover {
	box-shadow: 0 0 10px 3px rgba(0, 0, 128, 0.2);
}

.ScreenshotOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #202020;
	display: flex;
	flex-direction: column;
	justify-content: center;
	animation: fadeIn 1s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


.ScreenshotContainer {
	text-align: center;
}

.ScreenshotImage {
	width: 800px;
	max-width: 90%;
	filter: brightness(1.03);
}

#FATTDownloadInterstitial {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(128,128,128,0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#FATTDownloadInterstitial_Inner {
	background: white;
	border-radius: 8px;
	padding: 20px;
	width: 600px;
	max-width: calc(100% - 50px);
	border: solid 1px #808080;
	margin: 0 auto;
	box-shadow: 0 0 10px 3px rgba(128,128,128,0.7);
	animation: InterstitialFadeIn 0.5s ease
}

@keyframes InterstitialFadeIn  {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#FATTDownloadInterstitial_Inner LI {
	line-height: 150%;
}

#FATTDownloadInterstitial_Inner .LogoRow, #FATTDownloadInterstitial_Inner .ButtonRow {
	text-align: center;
}

#FATTDownloadInterstitial_Inner .DownloadDescription {
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	max-height: 200px;
	overflow: auto;
	white-space: pre-wrap;
}

#FATTDownloadInterstitial_Inner .ChooseBrokerList {
	height: 250px;
	overflow-y: auto;
	border: solid 1px #808080;
	text-align: center;
}

#FATTDownloadInterstitial_Inner .InterstitialTitle {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-align: center;
}

#FATTDownloadInterstitial_Inner .InterstitialFooter {
	margin: 10px 0 0 0;
	text-align: center;
}

.ChooseBrokerListItem {
	cursor: pointer;
	padding: 10px;
	display: inline-block;
}

.ChooseBrokerListItemSponsor {
	width: 200px;
}

.ChooseBrokerListItemOther {
	width: 150px;
}

.ChooseBrokerListItemName {
	display: inline-block;
	font-size: 16px;
	text-align: center;
}

#FATTDownloadInterstitial_Inner .ButtonRow {
	margin: 20px 0 0 0;
}

#FATTDownloadInterstitial_Inner .DirectoryLink {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#FATTDownloadInterstitial_Inner .DirectoryLinkDisabled {
	color: #808080;
	cursor: not-allowed;
}

.ChooseBrokerListItem IMG, .ChooseBrokerListItem SPAN {
	display: block;
}

#PromoScreenshotContainer {
	float: right;
	margin-left: 50px;
}

#PromoScreenshotContainer IMG {
	box-shadow: 0px 0px 20px #00000029;
	width: 600px;
}

@media screen and (max-width: 1100px) {
	#PromoScreenshotContainer {
		float: none;
		margin-left: 0;
		height: 200px;
		overflow: hidden;
		margin-bottom: 20px;
		border-bottom: solid 1px #808080;
	}

	#PromoScreenshotContainer IMG {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	#PromoScreenshotContainer {
		height: auto;
		overflow: hidden;
		border-bottom: 0;
	}
}