/* Created by prudential */

.emptyBackground { background: #ffffff;}

/*Responsive starts */

@media screen and (max-width: 410px) { 
	.bannerIframe {height: 200px ; width:100% }
	.maintenanceIframe {height: 200px ; width:100% }
}

@media screen and (min-width: 411px) and (max-width:470px)
{
	.bannerIframe {height: 220px ; width:100% }
	.maintenanceIframe {height: 200px ; width:100% }
}

@media screen and (min-width: 471px) and (max-width:500px)
{
	.bannerIframe {height: 240px ; width:100% }
	.maintenanceIframe {height: 200px ; width:100% }
}

@media screen and (min-width: 501px) and (max-width:600px)
{
	.bannerIframe {height: 290px ; width:100% }
	.maintenanceIframe {height: 200px ; width:100% }
	
}

@media screen and (min-width: 601px) 
{
	.bannerIframe {height: 315px ; width:100% }
	.maintenanceIframe {height: 200px ; width:100% }
}

/* Account type layer style */
.accountTypeDesc {
	display:none;
}

.accountTypeDescImg {
	cursor: pointer; 
	margin-left: 10px;
	vertical-align: middle;
}

.accountTypeDescBlock {
	padding-bottom: 10px;
}

.accountTypeDescHeader {
	font-weight: bold;
	display:inline;
}

.accountTypeDescContent {
	font-size: 14px;
	line-height: 150%;
	color: #666;
	font-weight: normal;
	display:inline;
}

.pics_detail { 
	list-style-type:decimal; 
	padding-left: 20px;
}

.importantNotesDesc {
	display:none;
}

.importantNotesDescImg {
	cursor: pointer; 
	margin-left: 10px;
	vertical-align: middle;
}

.importantNotesDescBlock {
	padding-bottom: 10px;
}

.importantNotesDescContent {
	font-size: 14px;
	line-height: 150%;
	color: #666;
	font-weight: normal;
	display:inline;
}
