/* CSS Document */

/*external font used to display header text in all 3 new static pages for virgin customer */
@font-face {
     font-family: 'ultramagnetic_virgin_bold';
    src: url('../external_fonts/ultrabol_virgin-webfont.eot');
    src: url('../external_fonts/ultrabol_virgin-webfont.eot?#iefix') format('embedded-opentype'),
    	   url('../external_fonts/ultrabol_virgin-webfont.woff2') format('woff2'),
           url('../external_fonts/ultrabol_virgin-webfont.woff') format('woff'),
           url('../external_fonts/ultrabol_virgin-webfont.ttf') format('truetype'),
           url('../external_fonts/ultrabol_virgin-webfont.svg#fira_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}  

/*external font used to display split screen text in all 3 new static pages for virgin customer */
@font-face {
    font-family: 'fira_sansregular';
    src: url('../external_fonts/firasans-regular-webfont.eot');
    src: url('../external_fonts/firasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    	   url('../external_fonts/firasans-regular-webfont.woff2') format('woff2'),
           url('../external_fonts/firasans-regular-webfont.woff') format('woff'),
           url('../external_fonts/firasans-regular-webfont.ttf') format('truetype'),
           url('../external_fonts/firasans-regular-webfont.svg#fira_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* set the default styles for all tags to be the same on every browser */
.pageContainer * {
	border: none;
	padding: 0px;
	margin: 0px;
}

body {
	padding-top: 20px;
}

a:link,a:active,a:visited,a:hover {
	color: #00446E;
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
}

.pageContainer li {
	margin: 0 0 5px 10px;
}

.pageContainer ul {
	margin: 3px 0 0 10px;
}

.contentSeparator {
	clear: both;
}

.hidden {
	display: none;
}

.clearBoth {
	clear: both;
}

/* page container styles. The page container DIV is the main HTML TAG to setup the size and align the page */
.pageContainer {
	width: 670px;
	height: 530px;
	margin: auto;
	background: url(../images/pageBG.gif) no-repeat;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #666;
}

/* Header Bar styles */
.headerBar {
	height: 57px;
	position: relative;
	text-align: right;
	right: 30px;
	top: 29px;
}

/* Progress Indicator styles */
.progressIndicator {
	float: left;
	width: 180px;
	height: 300px;
	padding: 1px;
	cursor: default;
	/*border: 1px green dashed;*/
}

.progressIndicator ul {
	margin-top: 57px;
	margin-left: 41px;
}

.progressIndicator li {
	list-style-position: inside;
	vertical-align: middle;
	line-height: 20px;
}

.progressIndicatorCompleted {
	font-weight: bold;
	color: #999;
}

.progressIndicatorActive {
	font-weight: bold;
	color: #212121;
}

.progressIndicatorNext {
	color: #CCC;
	list-style-type: circle;
}

/*LP Chat button styles */
.chat {
	float: left;
	width: 180px;
	height: 140px;
	/*border: 1px green dashed;*/
}

.chatButtons {
	margin-top: 10px;
	margin-left: 20px;
	height: 100px;
	/*border: 1px green dashed;*/
}

.chatButtonsPlaceHolder {
	width: 150px;
	height: 33px;
	margin-bottom: 5px;
}

.chatButtons a:link,.chatButtons a:active,.chatButtons a:visited,.chatButtons a:hover
	{ /*border: 1px red solid;*/
	display: block;
	background: url(../images/buttons/transparentPlaceHolder.gif) repeat-x;
	width: 150px;
	height: 33px;
	margin-bottom: 5px;
	color: #666;
	font-size: 12px;
}

/* Help buttons styles */
.help {
	float: left;
	width: 180px;
	height: 140px;
	/*border: 1px green dashed;*/
}

.helpButtons {
	margin-top: 10px;
	margin-left: 20px;
	height: 100px;
	/*border: 1px green dashed;*/
}

.helpButtonsPlaceHolder {
	width: 150px;
	height: 33px;
	margin-bottom: 5px;
}

.helpButtons a:link,.helpButtons a:active,.helpButtons a:visited,.helpButtons a:hover
	{ /*border: 1px red solid;*/
	display: block;
	background: url(../images/buttons/helpButtonCorners.gif) repeat-x;
	width: 150px;
	height: 33px;
	margin-bottom: 5px;
	color: #666;
	font-size: 12px;
}

.helpButton {
	margin: 0 3px;
	height: 33px;
	background: url(../images/buttons/helpButtonBackground.gif) repeat-x;
	cursor: pointer;
}

.helpButtonText {
	float: left;
	padding: 10px 1px 0 3px;
	cursor: pointer;
	width: 110px;
}

.emily {
	width: 28px;
	height: 33px;
	background: url(../images/buttons/emily.gif) no-repeat;
	float: right;
	cursor: pointer;
}

/* page footer CopyRight */
.copyRight {
	font-size: 10px;
	color: #999;
	padding-top: 10px;
	padding-left: 18px;
	clear: both;
}

.abuseCopyRight {
	font-size: 10px;
	color: #999;
	padding-top: 5px;
	padding-left: 38px;
	clear: both;
}

.collectionCopyRight {
	font-size: 10px;
	color: #999;
	padding-top: 5px;
	padding-left: 18px;
	clear: both;
}

/* Tagline styles */
.tagline {
	float: right;
	width: 484px;
	height: 45px;
	background: url(../images/tagline.gif) no-repeat;
	background-position: 450px 25px;
	font-size: 20px;
	color: #212121;
}

/* Tagline styles */
.e911Tagline {
	text-align: left;
	float: right;
	width: 484px;
	height: 45px;
	background: url(../images/tagline.gif) no-repeat;
	background-position: 450px 25px;
	font-size: 19px;
	color: #212121;
}

/* Tagline styles - BAP page only */
.taglineBAP {
	float: right;
	width: 484px;
	height: 45px;
	margin: 10px 2px;
	background: url(../images/tagline.gif) no-repeat;
	background-position: 450px 30px;
	font-size: 20px;
	color: #212121;
}

.abuseTagline {
	float: right;
	width: 635px;
	height: 11px;
	margin: 17px 0px;
	font-size: 20px;
	color: #212121;
}

.taglineWide {
	width: 650px;
	background-position: 600px 25px;
}

.tagline p {
	padding: 17px 10px 0 15px;
}

.e911Tagline p {
	padding: 17px 10px 0 15px;
}
/* Body (includes error messages, tooltips and tips, forms, text links) */
.body {
	float: right;
	width: 484px;
	height: 340px;
}

.abuseBody {
	float: right;
	width: 650px;
	height: 337px;
}

.bodyWide {
	width: 650px;
}

.bodyContentFrame {
	width: 456px;
	height: 338px;
	border: 1px #CCC solid;
	background: white;
	overflow: scroll;
	overflow: auto;
}

.abuseBodyContentFrame {
	width: 610px;
	height: 338px;
	border: 1px #CCC solid;
	background: white;
	overflow: scroll;
	overflow: auto;
}

.bodyContentFrameWide {
	width: 610px;
}

.bodyContent {
	margin: 10px 15px;
	font-size: 12px;
}

.contentHeightMcAfee {
	height: 297px;
}

.tradeMarkContentMcAfee {
	font-size: 9px;
	text-align: right;
}

.abuseBodyContent {
	margin: 0px 5px;
	font-size: 12px;
}

.bodyContent p {
	padding: 3px 0px;
}

.scrollIndicatorBox {
	position: relative;
}

.scrollIndicator {
	background-color: #d9e8f1;
	border: 1px #b2d1e4 solid;
	cursor: default;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	min-width: 50px;
	position: absolute;
	top: 310px;
	right: 50px;
}

.infoBox {
	background-color: #d9e8f1;
	padding: 20px 30px;
	margin: 15px 0px;
	font-size: 1.2em;
	clear: both;
	/*border: 1px green dashed;*/
}

.papInfoBox {
	padding: 20px 10px;
	font-size: 0.9em;
}

.papInfoBox .ChequeDescription {
	padding: 0 0 0 30px;
}

.loginInfoBox {
	padding: 20px 10px;
	font-size: 1em;
}

.loginInfoBox .infoColumn {
	padding: 0 10px;
	vertical-align: top;
}

.loginInfoBox .columnSeperator {
	border-right: 2px #b2d1e4 solid;
}

.businessContractRatePlanInfoBox {
	padding: 15px 15px;
	font-size: 0.9em;
}

.businessContractRatePlanInfoBox .infoColumn {
	padding: 0 10px;
	vertical-align: top;
}

.businessContractRatePlanInfoBox .columnSeperator {
	border-right: 1px #b2d1e4 solid;
	border-bottom: 1px #b2d1e4 solid;
	border-left: 1px #b2d1e4 solid;
	border-top: 1px #b2d1e4 solid;
	vertical-align: middle;
}

.emailFeatures {
	padding: 10px;
	margin: 20px 0 10px 0;
	height: 7em;
	background-color: #d9e8f1;
}

.emailFeatures .featuresColumn {
	float: left;
	width: 42%;
	padding: 0 0 0 25px;
}

.emailFeatures .featuresColumnSeperator {
	height: 100%;
	border-right: 2px #b2d1e4 solid;
	float: left;
}

.modemInstructions {
	padding: 10px;
	margin: 20px 0 10px 0;
	padding: 0 0 0 25px;
	/*border: 1px green dashed;*/
}

.modemInstructions li {
	margin-bottom: 20px;
}

.modemInstructions img {
	margin: 10px 0;
}

.horizontalSeperator {
	border-bottom: 2px #b2d1e4 solid;
	clear: both;
}

/* Body - Heading - Styles */
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #212121;
	clear: both;
}

/* Body - Error Messages and Alerts  */
.errorMessage {
	background: #fbebeb url(../images/errorIconBig.gif) no-repeat;
	background-position: 11px 13px;
	color: #212121;
	padding: 10px 20px 10px 50px;
	margin: 10px 0;
	font-weight: bold;
	min-height: 30px;
}

/* IE hack - IE treats "height" like "min-height".*/
* html .errorMessage {
	height: 30px;
}

/* Body - Text Input Area, description and help text */
.textInputArea {
	margin-top: 20px;
	/*border: 1px green dashed;*/
}

.textInputContentArea { /*border: 1px green dashed;*/
	
}

.textInputContentArea .bodyText {
	float: left;
	width: 100px;
	padding-top: 5px;
	clear: left;
	margin-top: 0px;
}

.textInputArea select {
	width: 260px;
	border: 1px #999 solid;
	padding: 2px 1px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font: normal 14px Arial, Helvetica, sans-serif;
}

.textInputArea input {
	width: 155px;
	border: 1px #999 solid;
	padding: 2px 1px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font: normal 14px Arial, Helvetica, sans-serif;
}

.textInputArea textarea {
	width: 255px;
	height: 300px;
	border: 1px #999 solid;
	padding: 2px 1px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font: normal 14px Arial, Helvetica, sans-serif;
}

.textInputDescription {
	text-align: right;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 12px;
	text-align: left;
	padding-right: 75px;
	padding-left: 110px;
}

.textEmailInputDescription {
	text-align: right;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 12px;
	padding-right: 5px;
}

.textInputLink {
	text-align: right;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #00446E;
	padding-right: 5px;
	/*border: 1px green dashed;*/
}

.textInputLinkBusiness {
	text-align: left;
	font: normal 13px Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00446E;
	padding-left: 25px;
	/*border: 1px green dashed;*/
}

.textInputLinkBusinessContract {
	text-align: right;
	font: normal 10px Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00446E;
	padding-right: 5px;
	/*border: 1px green dashed;*/
}

.linkArrow {
	float: right;
	background: url(../images/linkArrow.gif) no-repeat;
	background-position: center right;
	width: 15px;
	height: 15px;
	padding-left: 10px;
}

.linkArrowSelected {
	background: url(../images/linkArrow_Down.gif) no-repeat;
	background-position: center right;
}

.textInputHelpText {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #999;
	padding-left: 10px;
	vertical-align: top;
}

.emailSuggestionsArea {
	clear: both;
	margin: 10px 0 20px 10px;
	padding: 0;
	line-height: 2em;
	/*border: 1px green dashed;*/
}

.errorIcon {
	padding-left: 2px;
	padding-top: 2px;
	vertical-align: top;
}

/* Navigation - Styles */
.navigation {
	float: right;
	width: 484px;
}

.abuseNavigation {
	float: right;
	width: 670px;
}

.navigationContentFrame {
	width: 456px;
}

.navigationContentFrame ul {
	padding-top: 10px;
}

.navigationContentFrame li {
	list-style-type: none;
}

.navigationContentFrame .alignLeft {
	float: left;
}

.navigationContentFrame .alignRight {
	float: right;
	margin-left: 13px;
}

.navigationContentFrame .navigationOption {
	margin-left: 8px;
}

/* navigation buttons */
.navigationButton a:link,.navigationButton a:active,.navigationButton a:visited,.navigationButton a:hover
	{
	font-size: 12px;
	color: white;
}

.nagativeAction a:link,.nagativeAction a:active,.nagativeAction a:visited,.nagativeAction a:hover
	{
	color: #666;
}

.navigationButtonLeftCorner {
	background: url(../images/buttons/navigationButtonCorners2.gif)
		no-repeat;
	width: 5px;
	height: 21px;
	float: left;
	cursor: pointer;
}

.navigationButtonRightCorner {
	background: url(../images/buttons/navigationButtonCorners2.gif)
		no-repeat;
	width: 5px;
	height: 21px;
	float: left;
	background-position: -6px;
	cursor: pointer;
}

.navigationButtonText {
	float: left;
	background: url(../images/buttons/navigationButtonBackground2.gif)
		repeat-x;
	height: 21px;
	padding: 2px 15px;
	cursor: pointer;
}

.leftNavigationButton {
	position: relative;
	float: left;
}

.leftNavigationButton a:link,.leftNavigationButton a:active,.leftNavigationButton a:visited,.leftNavigationButton a:hover
	{
	font-size: 12px;
	color: white;
}

.leftNavigationButtonLeftCorner {
	background: transparent
		url(../images/buttons/navigationButtonCorners2.gif) no-repeat scroll 0
		0;
	cursor: pointer;
	float: left;
	height: 21px;
	width: 5px;
}

.leftNavigationButtonRightCorner {
	background: url(../images/buttons/navigationButtonCorners2.gif)
		no-repeat;
	width: 5px;
	height: 21px;
	float: left;
	background-position: -6px;
	cursor: pointer;
}

.rightNavigationButton {
	position: absolute;
	right: 14px;
}

.rightNavigationButton a:link,.rightNavigationButton a:active,.rightNavigationButton a:visited,.rightNavigationButton a:hover
	{
	font-size: 12px;
	color: white;
}

.nagativeAction .navigationButtonLeftCorner {
	background: url(../images/buttons/navigationButtonCorners.gif) no-repeat;
}

.nagativeAction .navigationButtonRightCorner {
	background: url(../images/buttons/navigationButtonCorners.gif) no-repeat;
	background-position: -6px;
}

.nagativeAction .navigationButtonText {
	background: url(../images/buttons/navigationButtonBackground.gif)
		repeat-x;
}

.DownloadItemList {
	margin: 20px 0 0;
	/*border: 1px green dashed;*/
}

.DownloadItemList .DownloadItem {
	margin: 0;
	padding: 10px 0 10px 10px;
	border-top: 2px #b2d1e4 solid;
	/*border: 1px green dashed;*/
}

.DownloadItemList .DownloadItem .Title {
	font-size: 1.2em;
	font-weight: bold;
	color: #00446E;
}

.DownloadItemList .DownloadItem .Title:hover {
	text-decoration: underline;
}

.DownloadItemList .DownloadItem .Description {
	margin: 5px 0;
}

.downloadAction {
	margin: 0 5px 5px 10px;
	float: right;
}

.summaryRow {
	height: 2em;
	vertical-align: middle;
}

.summaryValue {
	font-weight: bold;
}

/* Welcome Page Styles */
.welcomePage {
	background: url(../images/welcomePageBG.gif) no-repeat;
}

.welcomeEN {
	float: left;
	width: 280px;
	height: 312px;
	background: url(../images/welcomeEN.gif) no-repeat;
	background-position: 48px;
	padding-left: 48px;
	margin-top: 107px;
}

.welcomeFR {
	float: right;
	width: 280px;
	height: 312px;
	background: url(../images/welcomeFR.gif) no-repeat;
	padding-right: 53px;
	margin-top: 107px;
}

.welcomeBodyText {
	font-size: 12px;
	color: #666;
	margin-top: 71px;
	padding-left: 22px;
	padding-right: 22px;
	height: 198px;
}

.welcomeBodyTextShort {
	font-size: 12px;
	color: #666;
	margin-top: 71px;
	padding-left: 22px;
	padding-right: 22px;
	height: 149px;
	position: relative;
}

.welcomeBodyTextLong {
	font-size: 12px;
	color: #666;
	margin-top: 71px;
	padding-left: 22px;
	padding-right: 22px;
	height: 225px;
	position: relative;
}

.welcomeBtnArea {
	padding-left: 22px;
	padding-right: 22px;
	position: relative;
}

.welcomeBodyTextBusiness {
	font-size: 12px;
	color: #666;
	margin-top: 71px;
	padding-left: 22px;
	padding-right: 22px;
	height: 108px;
}

.welcomeBtn {
	float: right;
	padding-right: 24px;
}

.welcomeBtns {
	width: 100%;
}

/* welcome page footer copyright */
.copyRightWelcomePage {
	margin-top: 50px;
}

.collectionCopyRightWelcomePage {
	margin-top: 0px;
}

.copyRightWelcomePageLong {
	margin-top: 32px;
}

.actionRequiredEN {
	float: left;
	width: 280px;
	height: 312px;
	background: url(../images/ActionRequiredEN.gif) no-repeat;
	background-position: 48px;
	padding-left: 48px;
	margin-top: 107px;
}

.actionRequiredFR {
	float: right;
	width: 280px;
	height: 312px;
	background: url(../images/ActionRequiredFR.gif) no-repeat;
	padding-right: 53px;
	margin-top: 107px;
}

.collectionActionRequiredEN {
	float: left;
	width: 280px;
	height: 362px;
	background: url(../images/ActionRequiredEN_Collection.gif) no-repeat;
	background-position: 48px;
	padding-left: 48px;
	margin-top: 107px;
}

.collectionActionRequiredFR {
	float: right;
	width: 280px;
	height: 362px;
	background: url(../images/ActionRequiredFR_Collection.gif) no-repeat;
	padding-right: 53px;
	margin-top: 107px;
}

.actionRequiredENFull {
	float: left;
	width: 560px;
	height: 312px;
	background: url(../images/ActionRequiredENFull.gif) no-repeat;
	background-position: 48px;
	padding-left: 48px;
	margin-top: 107px;
}

.actionRequiredFRFull {
	float: right;
	width: 560px;
	height: 312px;
	background: url(../images/ActionRequiredFRFull.gif) no-repeat;
	padding-right: 53px;
	margin-top: 107px;
}

.actionRequired {
	float: left;
	width: 560px;
	height: 330px;
	background: url(../images/ActionRequired.gif) no-repeat;
	background-position: 48px;
	padding-left: 48px;
	margin-top: 107px;
}

.actionText {
	position: relative;
	float: left;
	left: 22px;
	top: 18px;
	color: black;
	font-size: 19px;
	font-weight: bold;
}

.agreementForm {
	margin-top: 15px;
	/* border: 1px green dashed; */
}

.agreementText {
	margin: 10px 0;
	/* border: 1px green dashed; */
}

.agreementText li {
	margin-left: 25px;
}

.languageToggle {
	position: relative;
	float: right;
	right: -30px;
	top: -65px;
	font-weight: bold;
	color: #0066A3;
}

.ServiceDetails,.ServiceDetailsPrices {
	border-collapse: collapse;
	border-spacing: 0px;
}

.ServiceDetails,.SerilaNumber {
	border-collapse: collapse;
	border-spacing: 0px;
}

.ServiceAgreement {
	border-collapse: collapse;
}

.ServiceAgreement td {
	border: 1px solid #999;
	padding-left: 5px;
}

.ServiceDetails {
	margin-bottom: 20px
}

.ServiceDetails td {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 4px 5px;
	vertical-align: top;
	width: 50%;
}

.ServiceDetailsPrices td,.ServiceDetailsPrices th {
	border: 1px solid #B2D1E4;
	border-collapse: collapse;
	padding: 4px 4px;
	vertical-align: top;
}

.SerialNumber {
	background-color: #B2D1E4;
	border-collapse: collapse;
	color: black;
	padding: 10px 10px;
	vertical-align: top;
	font-size: 2.1em
}

table.SerialNumber td {
	padding: 10px;
}

.ServiceAddress {
	background-color: #B2D1E4;
	border-collapse: collapse;
	color: black;
	padding: 10px 10px;
	vertical-align: top;
	font: normal 14px Arial, Helvetica, sans-serif;
}

table.ServiceAddress td {
	padding: 10px;
}

.ServiceDetailsPrices td {
	text-align: right;
}

.ServiceDetailsNote {
	margin: 20px 0
}

.ServiceDetailsPrices {
	font-size: 0.7em
}

.startSurveyBtn {
	float: center;
	margin-left: 120px;
}

.modemOnProfile {
	background-image: url('../images/ModemOnAccountBox2.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 123px;
	margin-bottom: 2px;
	width: 401px;
}

.modemDetected {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	width: 200px;
}

.modemOnAccount {
	float: left;
	margin-left: 10px;
	margin-top: 25px;
	width: 200px;
}

.modemDetectedImage {
	float: right;
	height: 120px;
	width: 155px;
	margin-right: 30px;
	margin-top: 10px;
	text-align: center;
}

.modemDetectedImage img {
	margin: auto;
}

.hub3000Image {
	float: right;
	height: 85px;
	width: 144px;
	margin-right: 30px;
	margin-top: 35px;
	text-align: center;
}

.hub3000Image img {
	margin: auto;
}

.hub4000Image {
	float: right;
	height: 85px;
	width: 144px;
	margin-right: 30px;
	margin-top: 35px;
	text-align: center;
}

.hub4000Image img {
	margin: auto;
}

.gigahubImage {
	float: right;
	height: 85px;
	width: 144px;
	margin-right: 30px;
	margin-top: 35px;
	text-align: center;
}

.gigahubImage img {
	margin: auto;
}

.modemModelNote {
	text-align: right;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: 0px;
	margin-bottom: 3px;
	width: 390px;
}

.smPageContainer {
	width: 100%;
	height: 530px;
	margin: auto;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #666;
}

.passwordRecoveryRectangleBackground {
	background-image: url('../images/passwordRecoveryRectangle.gif');
	background-repeat: no-repeat;
	height: 56px;
	margin-top: 0px;
	width: 401px;
}

.contactEmailPasswordButton {
	float: left;
	height: 40px;
	width: 60px;
	margin-right: 10px;
	margin-top: 4px;
	text-align: center;
}

.passwordRecoveryButtonImage {
	float: right;
	height: 45px;
	width: 80px;
	margin-right: 305px;
	margin-top: 4px;
	text-align: center;
}

.hh3000passwordRecoveryButtonImage {
	float: right;
	height: 40px;
	width: 40px;
	margin-right: 305px;
	margin-top: 7px;
	text-align: center;
}

.passwordRecoveryButtonText {
	float: right;
	height: 40px;
	width: 250px;
	margin-right: 30px;
	margin-top: -34px;
}

.emailCollectionTextInputArea {
	margin-top: 0px;
}

.emailCollectionTextInputContentArea .bodyText {
	float: left;
	width: 100px;
	padding-top: 0px;
	clear: left;
	margin-top: 0px;
}

.emailCollectionTextInputArea input {
	width: 155px;
	border: 1px #999 solid;
	padding: 2px 1px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font: normal 14px Arial, Helvetica, sans-serif;
}

.smMainConsoleNavigation {
	float: left;
	width: 391px;
}

.smConsoleBodyBackGrnd {
	background-color: #F2F2F2;
}

.smConsoleNavContentFrame {
	width: 391px;
}

.bilingualTemplateEN {
	float: left;
	width: 280px;
	height: 362px;
	background: url(../images/BilingualTemplateEN.gif) no-repeat;
	background-position: 48px;
	padding-left: 48px;
	margin-top: 107px;
}

.bilingualTemplateFR {
	float: right;
	width: 280px;
	height: 362px;
	background: url(../images/BilingualTemplateFR.gif) no-repeat;
	padding-right: 53px;
	margin-top: 107px;
}

.bilingualTemplateHeader {
	position: relative;
	float: left;
	left: 22px;
	top: 18px;
	color: black;
	font-size: 19px;
	font-weight: bold;
}

.smTemplateCtntWidth {
	width: 100%;
	height: 100%;
}

.templateContentNav {
	padding-right: 341px;
}

.templatePreviewNav {
	float: left;
	margin: 0px 0px 0px 321px;
}

.templatePreviewLi {
	margin: 0px 10px 0px 0px
}

.smPreviewBodyContent {
	margin: 0px 0px 5px 360px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #666;
}

.smPreviewBodyContent p {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #666;
}

.smConsoleBodyWide {
	padding-top: 8px;
	width: 391px;
}

.smAffrmBody {
	width: 661px;
	padding-top: 14px;
}

.bilingualReleaseButton {
	float: right;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 45px;
}

.unilingualReleaseButton {
	float: right;
	padding-right: 24px;
	padding-top: 5px;
}

.templateContainer {
	margin-top: 43px;
}

.unilingualTemplateBody {
	width: 661px;
	padding-top: 14px;
}

.unilingualHeader {
	float: right;
	width: 652px;
	height: 45px;
	background-position: 450px 25px;
	font-size: 20px;
	color: #212121;
}

.unilingualHeader p {
	padding-top: 20px;
}

.smNoteShade {
	opacity: 0.7;
}

.dropdownInputArea {
	margin-top: 10px;
	/*border: 1px green dashed;*/
	float:left;
}

.dropdownInputArea select {
	width: 200px;
    border: 1px solid #999;
    padding: 2px 1px;
    margin-bottom: 3px;
    height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.dropdownInputArea input {
	width: 200px;
    border: 1px solid #999;
    padding: 2px 1px;
    margin-bottom: 3px;
    height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font: normal 12px Arial, Helvetica, sans-serif;
}

table.dropdownInputArea td {
	vertical-align: middle;
}

.dropdown select {
    width: 260px;
    border: 1px solid #999;
    padding: 2px 1px;
    margin-bottom: 3px;
    height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.dropdown input {
    width: 260px;
    border: 1px solid #999;
    padding: 2px 1px;
    margin-bottom: 3px;
    height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.virginPageContainer {
	width: 724px;
	height: 580px;
	margin: auto;
	background: url(../images/virgin_pageBG.png) no-repeat;
	color: #666;
}

.virginCopyRight {
	font-size: 10px;
	color: #999;
	padding-top: 18px;
	padding-left: 120px;
	clear: both;
}

.virginCollectionCopyRight {
	font-size: 10px;
	color: #999;
	padding-top: 25px;
	padding-left: 130px;
	clear: both;
}

.navigationButtonTextEN {
	float: left;
	
	repeat-x;
	height: 21px;
	padding: 2px 15px;
	cursor: pointer;
}

.navigationButtonTextFR {
	float: left;
	
	repeat-x;
	height: 21px;
	padding: 2px 15px;
	cursor: pointer;
}

.virginBackGroundPage {
	background: url(../images/virgin_pageBG.png) no-repeat;
}

.virginSplitScreenText {
	font-family: 'fira_sansregular';
	font-size: 13px;
	line-height: 110%;
	color: #666;
	margin-top: 70px;
	padding-left: 22px;
	padding-right: 22px;
	height: 198px;
}

.virginActivationBtnEN {
	float: right;
	padding-right: 24px;
	width: 99px;
	height: 48px;
	padding-right: 30px;
	margin-top: 50px;
	background-position: 95px;
}

.welcomeBtnFR {
	float: right;
	padding-right: 24px;	
	width: 102px;
	height: 48px;
	padding-right: 120px;
	margin-top: 60px;
	background-position: 95px;
}

.virginActivationBtnFR {
	float: right;
	padding-right: 24px;
	width: 102px;
	height: 48px;
	padding-right: 30px;
	margin-top: 50px;
	background-position: 95px;
}

.virginCopyRightWelcomePage {
	margin-top: 10px;
}

.virginActionRequiredEN {
	float: left;
	width: 250px;
	height: 420px;
	background: url(../images/virgin_Split.png) no-repeat;
	background-position: 105px;
	padding-left: 105px;
	margin-top: 85px;
}

.virginActionRequiredFR {
	float: right;
	width: 250px;
	height: 420px;
	background: url(../images/virgin_Split.png) no-repeat;
	padding-right: 105px;
	margin-top: 85px;
}

.virginCollectionActionRequiredEN {
	float: left;
	width: 250px;
	height: 420px;
	background: url(../images/virgin_Split.png) no-repeat;
	background-position: 105px;
	padding-left: 105px;
	margin-top: 85px;
}

.virginCollectionActionRequiredFR {
	float: right;
	width: 250px;
	height: 420px;
	background: url(../images/virgin_Split.png) no-repeat;
	padding-right: 105px;
	margin-top: 85px;
}

.virginBilingualTemplateHeaderEN {
	position: relative;
	float: left;
	font-family: 'ultramagnetic_virgin_bold';
	left: 25px;
	color: black;
	font-size: 19px;
	
}

.bilingualTemplateHeaderFR {
	position: relative;
	float: left;
	font-family: 'ultramagnetic_virgin_bold';
	left: 20px;
	color: black;
	font-size: 19px;
	
}

.virginBilingualTemplateHeaderFR {
	position: relative;
	float: left;
	font-family: 'ultramagnetic_virgin_bold';
	left: 20px;
	color: black;
	font-size: 19px;
}

.virginActivationHeaderEN {
	position: relative;
	float: left;
	font-family: 'ultramagnetic_virgin_bold';
	left: 15px;
	top: 5px;
	color: black;
	font-size: 16px;
}

.virginActivationHeaderFR {
	position: relative;
	float: left;
	font-family: 'ultramagnetic_virgin_bold';
	left: 20px;
	top: 5px;
	color: black;
	font-size: 16px;
}

.bodyScroll{
	overflow: hidden;
	padding-top: 0px;	
}

.SMSWarningWording{
	font: normal 14px Arial, Helvetica, sans-serif;
	color: red;
	padding-left: 30px;	
}

.expressEmailCollectionTextArea td{
	padding-right: 5px;	
}

.smsDiv input {
    width: 50px;
    height: 22px;
    border: 1px solid #999;
    padding: 2px 1px;
    margin-bottom: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: normal 12px Arial, Helvetica, sans-serif;
}

.sms input {
    width: 40px;
    height: 22px;
    border: 1px solid #999;
    padding: 2px 1px;
    margin-bottom: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 font: normal 12px Arial, Helvetica, sans-serif;
}