/* Browse Categories sun navigation container */
.browseContainer {
	border: 1px solid #AFAFAF;
	border-width: 0 1px;
}

#browse { top: 16px;}

/* BLue chevron Arrow */
.smallchevron, .bigchevron {	
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 10px;
}
.bigchevron {
	background: url(../images/mod_blu_chev_icon.png) no-repeat;
	height: 20px;
}

.smallchevron {
	background: url(../images/mod_blu_chev_icon_sml.png) no-repeat;
	height: 14px;
}


/*  Form Labels in SMP1 */
#page .panel .contentFixedWidth label.heading, 
.panel .module label.heading {
	font-size: 1.38em;
	display: inline;
	margin-left: 10px;
}

/* For SMP1 Crosshatching Background. SMP2 does not utilise this effect */
.mainContent {
	clear: both;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;	
	background: transparent url(  "../images/css/content_bg.gif" ) repeat 0 0;
}

.panel {
	background: white;
	border: 1px solid silver;

	margin: 40px auto;
	position: relative;
	width: 948px;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

	box-shadow: 2px 2px 5px #CCC;
	-webkit-box-shadow: 0px 1px 2px #CCC;
	-moz-box-shadow: 0px 1px 2px #CCC;

}
#page .lightBoxContent {
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin: 0 28px;
	position: relative;
	width: 693px;
	padding-bottom: 0;
}
#page .lightBoxContent p {
	font-size: .92em;
	width: 440px;
}
#page .lightBoxContent label {
	font-size: 1.6em !important;
	letter-spacing: -1px;
	width: 215px !important;
}
#page .lightBoxContent input#emailaddress {
	margin-right: 20px;
	width: 300px;
	font-size: 1.23em;
}
#page .lightBoxContent .buttonMaster {
	padding: 4px 30px 6px;
}
.lightBoxIntro {
	margin-bottom: 19px;
}
.tilePanel, .options {
	margin: 0 8px 0 24px;
}
.options p, #page .serverError {
	max-width: 600px;
}

.options {
	margin: 5.3em 20px 0 0;
}
#header {
	position: relative;
	height: 9.2em;
	background-color: #fff;
}
.helpList {
	padding: 0;
	margin: 0;
	width: 306px;
	float: left;
	list-style: none;
}
	.helpList img {
		margin-bottom: 40px;			
	}
	
.fullWidth {
	width: auto;
}
.helpFlow {
	/* add to help list to make vertical */
	width: 292px; /* allow for dropshadow */
	float: left;
}
.module a, .module a:link {
	color: #00528E;
}
.module a:hover, .module a:active, .module a:focus {
	color: #00528E;
}
.module a:hover {
	text-decoration: underline;
}
 

	/* module styles */
.modules, .formModules {
	margin: 0 0 0 24px;
	padding: 0 0 10px;
	background: none;
}
.modules:after, .formModules:after {/* See also ie7.css */
	clear: both; content: " "; display: block; height: 0; visibility: hidden; font-size: 0;/* Contains descendant floats */
}
.elementWrapper {
	overflow: hidden;
	clear: both; /*    margin-top:10px;  */
}
.elementWrapperBackground {
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#ebebeb 100%); /* IE10+ */
    background: linear-gradient(top,  #f9f9f9 0%,#ebebeb 100%); /* W3C */
}
.formModules {
	clear: both;
	float: left;
	margin: 12px 0 0 24px;
}
.stacked {
	background: transparent url(../images/css/module_br.gif) no-repeat 0 0;
	padding-top: 1px;
}
.stacked ul { margin: 0; padding: 0; list-style: none;}
.nontopborder {
        background: none;
}
.fullWidthTopBorder{
	border-top: 1px solid #d9d9d9;
	background: none;
	margin-right: 20px;
}
.moduleStacked {
	background: transparent url(../images/css/module_wide_br.gif) no-repeat 24px 0;
}
.module {
	float: left;
	border: solid 1px #D8E4EC;
	width: 250px;
	margin: 0 25px 25px 0;
	padding: 0 15px 10px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: 0px 1px 2px rgba(100, 100, 100, .4);
	-webkit-box-shadow: 0 2px 3px rgba(100, 100, 100, .4);
	-moz-box-shadow: 0 2px 3px rgba(100, 100, 100, .4);
	background-image: linear-gradient(bottom, rgb(214,226,234) 1%, rgb(249,251,252) 51%);
	background-image: -o-linear-gradient(bottom, rgb(214,226,234) 1%, rgb(249,251,252) 51%);
	background-image: -moz-linear-gradient(bottom, rgb(214,226,234) 1%, rgb(249,251,252) 51%);
	background-image: -webkit-linear-gradient(bottom, rgb(214,226,234) 1%, rgb(249,251,252) 51%);
	background-image: -ms-linear-gradient(bottom, rgb(214,226,234) 1%, rgb(249,251,252) 51%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.01, rgb(214,226,234)), color-stop(0.51, rgb(249,251,252)) );
}
li.module {
	text-align: left;
	width: 280px;
}
div.module {
	text-align: left;
	width: 405px;
}
div.binary {
	min-height:61px;
}
.noBackPanel {
	background-image: none;
}
.noCorners {
	border: medium none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: 0px 1px 2px;
	box-shadow: none;
	margin-bottom: 0;
	padding-bottom: 11px;
	padding-top: 11px;
}
#page .panel .noBackPanel label.asLabel {
	color: #333;
	display: inline;
	font-size: .92em;
	font-weight: bold;
	margin-left: 10px;
}
li.module p, li.module label {
	margin: 3px 0 0 26px;
}
.devices li.module {
	position: relative;
	width: 250px;
	/*  min-height: 194px; */
}
.devices li.module p {
	margin-left: 0;
	margin-bottom: 20px;
}
.helpList li.module h4, .helpList li.module p {
	min-height: 0;
}
.helpList li.module h4 {
	margin: 10px 0;
	float: left;

}
.helpList li.module {
	margin-left: 0; /*    min-height: 112px; */
	padding-top: 18px;
	width: 255px;
	margin-right: 21px;
	padding-bottom: 28px;
}
.helpList li.module img {
	float: right;
	margin-top: 0px;
}
.helpList li.module h4 img {
	float: none;
}
.helpList li.module p {
	margin-left: 0;
}
.helpList li.module .marginBottom {
	margin-bottom: 10px;
}
.helpList li p {
	line-height: 20px;
}
.helpList li.person p {
	line-height: normal;
}
.helpList li.module strong {
	display: block;
	font-size: 1.9em;
	margin: 0 0 7px;
	white-space: nowrap;
	color: #333;
}
.helpList li.module span {
	white-space: nowrap;
}
.first {
	margin-left: 0 !important;
}
ul.single{
 margin-right: 30px;
}
ul.single li{
	padding:28px 0 28px 0;
}

.last {
	margin-bottom: 4px; /* alow for drop shadow */
}
.module p {
	margin-top: 3px;
}
.module img {
	margin: 5px 0 13px;
}
.module * img {
	margin: 0;
}
.modules ul.stacked {
	padding-top: 20px;
}
.module a img, .options a img {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.module label {
	margin-left: 10px;
}
.modules.stacked h3 {
	padding-top: 15px;
}
.modules h3.stacked {
	padding-top: 15px;
}
.moduleClear {
	padding: 0 20px 20px 0;
	overflow: hidden;
	width: 285px;
	float: left;
	/*min-height: 302px;*/
}
#page .moduleClear p {
	margin-bottom: 0;
}
.single .moduleClear {
	width: 100%;
}
.moduleClear h3 {
	padding-bottom: 20px;
}
.moduleClear h3 span {
	font-weight: bold;
}
.moduleClear img, .networkChooser {
	clear: both;
	float: left;
	margin: 0 25px 0px 0;
	/*border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.45);
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.45);
	-moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.45);*/
}
.modules p {
	margin-bottom: 25px;
}
.modules ul li p, .modules .description {
	max-width: 555px;
	min-width: 256px;
	float: left;
	margin-right: 0;
}
.modules ul li p {
	color: #666;
}
.binary p {	margin-bottom: 0;}
.modules .moduleClear li {
	clear: both;
}
.description li {
	font-size: 0.9em;
	color: #666;
}
.description p {
	margin-bottom: 10px;
}
.moduleClear .description h3 {
padding:  0;
margin-top: 0;

}
.moduleClear .description ul {
	margin: 10px 0 0 0;
	padding: 0;
}
.moduleClear .description ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 10px;
	color: #666666;
}
form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.devices {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.contentFixedWidth {
	height: auto;
	max-width: 470px;
	min-width: 470px;
	min-height: 0;
	margin-right: 0;
	width: auto;
	padding-top: 20px;
}
li.module.noBackPanel.contentFixedWidth {
	background-color: #fff;
	-webkit-box-shadow: 7px 7px 5px rgba(255, 255, 255, 0);
	-moz-box-shadow: 7px 7px 5px rgba(255, 255, 255, 0);
	box-shadow: 7px 7px 5px rgba(255, 255, 255, 0);
}
li.module.contentFixedWidth {
	padding-bottom: 23px;
}
.contentFluid strong {
	display: inline;
	font-size: 2em;
	font-weight: normal;
}
.inline h3 {
	display: inline;
	float: left;
	margin: 0 10px 16px 0;
}
.module .frame {
	position: absolute;
}
.module img {
	position: relative;
}
div.group {
	background: #f9f9f9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#ebebeb 100%); /* IE10+ */
    background: linear-gradient(top,  #f9f9f9 0%,#ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
    border: 1px solid #D8E4EC;
    border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
    box-shadow: 0 2px 3px rgba(100, 100, 100, 0.4);
    margin-right: 0;
	width: 560px;
	padding-top: 15px;
	padding-bottom: 0;
}
	.group ul {
		background: transparent url(../images/css/bg_group.png) no-repeat 279px 0;
		width: 560px;
		list-style: none;
		padding: 0;
		margin: 0;
		overflow: hidden;
}
.group ul.stacked {
	border-top: solid 1px #CCC;
	background: none;
	padding-top: 14px;
}
.group ul ul {
	background: none;
	width: auto;
}
.group li {
	float: left;
	min-height: 174px;
	padding-left: 40px;
	width: 259px;	
}
.group li.first {
	padding-left: 0;
}
.group li ul {
	background: none;
}
.group li li {
	float: none;
	width: auto;
	min-height: 0;
	padding-left: 0;
	border-bottom: dotted 1px #999;
}
.group li.last {
	float: none;
	width: auto;
	min-height: 0;
	padding-left: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.group li li a {
	display: block;
	padding: 8px 0;
}
.group h4 {
	margin: 4px 0 12px 0;
}
.group .help h4 {
	background: transparent url(../images/icons/sprite_modules.png) no-repeat 0 0;
	padding-left: 41px;
}
.group .video h4 {
	background: transparent url(../images/icons/sprite_modules.png) no-repeat 0 -47px;
	padding-left: 41px;
}
.module .icon {
	width: 175px;
	float: left;
}
.helpList li.module .icon p {
	display: block;
	min-width: 0;
	width: 180px;
}
.helpList li.persona {
	border: solid 4px #00528E;
	width: 244px;
	padding-bottom: 15px;
}
.helpList li.persona .personaIcon {
	margin-top: -167px;
}
.personaIcon {
	top: 160px;
	right: -73px;
}
.helpList li.persona p a img {
	margin: 0;
	float: none;
}
/* .person .icon {
	  background: transparent url(../images/icons/bg_module_person.png) no-repeat 100% 10px;
   }   */
/* .tools .icon {
	  background: transparent url(../images/icons/bg_module_tools.png) no-repeat 100% 10px;
   } */
/* .exclaim .icon {
	  background: transparent url(../images/icons/bg_module_exclaim.png) no-repeat 100% 10px;
   }            */
.testingGif {
	margin-top: 4px;
}
.optionPanel {
    background: #f9f9f9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#ebebeb 100%); /* IE10+ */
    background: linear-gradient(top,  #f9f9f9 0%,#ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
    border: 1px solid #D8E4EC;
    border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
    box-shadow: 0 2px 3px rgba(100, 100, 100, 0.4);
    margin: 0 25px 25px 0;
    padding: 15px;
    max-width: 548px;
}
	.promote {
	border: 2px solid #69be28;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #69BE28;
	display: block;
	float: left;
	font-size: 1.6em;
	padding: 8px 20px 13px;
	margin-top: 22px;
}
.group ul.noTitle {
	margin-top: 42px;
}
/* ERRORS */
.tilePanel.error {
	padding-bottom: 30px;
}
.error {
	color: #fb1f00;	
	background: transparent url(../images/css/bg_error.png) no-repeat 0 0;
	padding-left: 100px;
	min-height: 80px;
}

.motv-wizard-form input.error, .motv-wizard-form select.error, .motv-wizard-form textarea.error {
	min-height: 0;
}

form#testForm select#domain {
	padding-left: 0;
}

/* BUTTONS */
.options li {
	margin-bottom: 22px;
}
.options li a {
	display: block;
	font-size: 1.15em;
}
.options li a:hover {
	text-decoration: underline;
}
.options li .buttonMaster:hover, .options li .buttonMaster {
	text-decoration: none;
}

.buttonMaster {
	font: 18px NewBT Regular,Tahoma,Arial,Verdana;
	color: #fff;
	text-align: center;
	padding: 5px 30px 7px 30px;
	border: 1px solid #DB63A5;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: rgb(255,119,182); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,119,182,1) 1%, rgba(232,71,154,1) 50%, rgba(249,102,173,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,119,182,1)), color-stop(50%,rgba(232,71,154,1)), color-stop(100%,rgba(249,102,173,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,119,182,1) 1%,rgba(232,71,154,1) 50%,rgba(249,102,173,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,119,182,1) 1%,rgba(232,71,154,1) 50%,rgba(249,102,173,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,119,182,1) 1%,rgba(232,71,154,1) 50%,rgba(249,102,173,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,119,182,1) 1%,rgba(232,71,154,1) 50%,rgba(249,102,173,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff77b6', endColorstr='#f966ad',GradientType=0 ); /* IE6-9 */

}
.buttonMaster:hover {
	background: #f867a4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f867a4 0%, #e13985 50%, #fc5da0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f867a4), color-stop(50%,#e13985), color-stop(100%,#fc5da0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f867a4 0%,#e13985 50%,#fc5da0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f867a4 0%,#e13985 50%,#fc5da0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f867a4 0%,#e13985 50%,#fc5da0 100%); /* IE10+ */
	background: linear-gradient(top,  #f867a4 0%,#e13985 50%,#fc5da0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f867a4' , endColorstr='#fc5da0' ,GradientType=0 ); /* IE6-9 */
}
/* m-13 multiple choice multiple answer */

.multichoice legend {
	display: block;
	position: relative;
	padding-bottom: 5px;
	font: 22px NewBT Regular,Tahoma,Arial,Verdana;
}
.multichoice .module {
	width: 240px;
	padding: 20px;
	border: 1px solid #e3e3e3;
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #ededed 50%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(50%,#ededed), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ededed 50%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#ededed 50%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#ededed 50%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(top,  #f9f9f9 0%,#ededed 50%,#ebebeb 100%); /* W3C */
}
	.multichoice .module p {margin: 0 0 20px 0;}

	.multichoice ol {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.multichoice li {
			position: relative;
			margin-bottom: 15px;
			padding: 10px 15px;
			background-color: #fff;
			border: 1px solid #fff;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
		}

/* Pagination */

.pagination {
	margin: 0;
	padding: 0 25px;
	border-top: 1px solid #CCC;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #f8f8f8 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(50%,#f8f8f8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#f8f8f8 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#f8f8f8 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#f8f8f8 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #f2f2f2 0%,#f8f8f8 50%,#ffffff 100%); /* W3C */
}
.pagination li {
	float: left;
	padding: 20px 0 15px;
	margin-bottom: 0;
}
.pagination li.right, .pagination li.continue {
	float: right;
	padding: 15px 0;
}
.pagination li.right {
	padding-top: 20px;
}
.pagination li a {
	text-indent: 19px;
	background: transparent url( '../images/mod_blu_iconLeft.png' ) no-repeat 0 4px;
}
.pagination li a.iconRight {
	background: transparent url( '../images/mod_blu_iconRight.png' ) no-repeat 100% 4px;
	padding-right: 19px;
}
.stacked .networkChooser h3 {
    color: #FFFFFF;
    margin: 0;
    padding: 12px 13px;
    Background: #3d4347; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkNDM0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzI4MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #3d4347 0%, #23282b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d4347), color-stop(100%,#23282b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3d4347 0%,#23282b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3d4347 0%,#23282b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3d4347 0%,#23282b 100%); /* IE10+ */
    background: linear-gradient(top,  #3d4347 0%,#23282b 100%); /* W3C */
    border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}
.stacked .networkChooser h3 img {
    margin:3px 3px 0 0;
}
.networkChooser li {
    border-top:solid 1px #CCC;
    color: #00528e;
    background: #ffffff; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* W3C */
}
.networkChooser li.first {
    border-top:none;
}
.networkChooser li a {
    display: block;
    font-size: 1em;
    padding: 12px 13px;
    width: 254px;
}
.networkChooser li.selected {
    background: #0078c3; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzhjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDU1OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #0078c3 0%, #005596 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078c3), color-stop(100%,#005596)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0078c3 0%,#005596 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0078c3 0%,#005596 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0078c3 0%,#005596 100%); /* IE10+ */
    background: linear-gradient(top,  #0078c3 0%,#005596 100%); /* W3C */
}
.networkChooser li.selected a {
	color: #FFF;
}
.inline {
	font-size: 0.5em;
	position: absolute;
	right: 177px;
	top: 33px;
}
#modalLoader {
	padding: 30px 20px;
}
/****** FORMS ******/
legend { display: none;}
#page .panel label {
	float: left;
	margin-right: 1em;
	position: relative;
	top: 3px;
	width: 168px;
	color: #333;
}
#page .panel .contentFixedWidth label {
	display: block;
	float: none;
	font-size: 1em;
	margin: 3px 0 0 26px;
	top: 0;
	width: auto;
}
#page .panel .multichoice input {
	float: left;
	margin-top: 4px;
}
#page .panel li.module.contentFixedWidth input {
	float: left;
	margin-top: 5px;
}
#page .panel li.module.noCorners.contentFixedWidth input {
	margin-top: 0;
}
#page .panel .multichoice label {
	font: 1.38em NewBT Regular,Tahoma,Arial,Verdana;
	padding-left: 15px;
	float: none;
	margin-right: 0;
	position: relative;
	top: 0;
	width: auto;
}
#page .panel .formRow {
	float: left;
	margin: 13px 0;
	position: relative;
	width: 900px;
}

#page .panel input[type="text"], #page .panel select {
	float: left;
	border: solid 1px #999;
	width: 277px;
}
#page .panel form.motv-wizard-form input {
padding: .5em;
}

#page .panel form.motv-wizard-form input.buttonMaster{
padding: 5px 30px 7px 30px;
}

#page .panel select {
	width: 282px;
}

#page .panel input.emailName {
	width: 125px;
}
#page .panel select#domain {
	width: 144px;
	margin-left: 8px;
	padding-top: 1px;
}

/* focus fileds */
#page .panel .idleField {
	border: auto;
}
#page .panel input.focusField, #page .panel select.focusField {
	border: 1px solid #64379b;
}
#page .panel select.focusField {
	border: auto;
}
#page .panel input.focusField, #page .panel textarea.focusField, #page .panel select.focusField {
	background-color: #fff;
}

/* tool tip help (not used) */
#page .panel .tooltipHelp {
	background: url(../images/css/bg_tooltip.gif) no-repeat bottom left;
	position: absolute;
	right: 25px;
	top: 0;
	width: 255px;
	padding: 0 0 4px 0;
	z-index: 10;
	display: none;
}
#page .panel .tooltipHelp p {
	background: url(../images/css/bg_tooltip.gif) no-repeat top left;
	color: #fff;
	margin: 0;
	padding: 0 0 0 44px;
}
#page .panel .tooltipHelp p span {
	padding: 0 0 0 15px;
	display: block;
	background: url(../imgs/css/tooltip_arrow.gif) no-repeat 0 1px;
}

/****** ERROR ******/
#page .panel input[type="text"].error, #page .panel textarea.error, #page .panel select.error {
	background-image: none;
	color: #333;
	background-color: #FFE5E5;
	border-color: #FF0000;
}
#page .panel label.error, #page .panel .serverError {
	background: transparent url(../images/icons/icon_error.gif) no-repeat scroll 10px 4px;
	color: #FF0000;
	float: left;
	padding: 0 7px 13px 44px;
	text-align: left;
	width: 200px;
	position: absolute;
	top: -4px;
	left: 525px;
}
#page .panel label.error {
	padding-top: 8px;
}
#page .panel .serverError {
	background: transparent url(../images/icons/icon_error_lge.gif) no-repeat scroll 10px 32px;
	float: none;
	left: 0;
	position: relative;
	top: 0;
	min-height: 36px;
	padding-left: 63px;
	margin:0;
	width: auto;
	padding-top: 30px;
}
#page .panel .serverError p {
	margin: 10px 0 0 0;
}
#page .panel .motv-wizard-form fieldset{
	position: relative;
}
#page .panel .motv-wizard-form fieldset .contentFixedWidth label.error{
	/* Styles to keep this form error looking right on smaller devices */
	position: absolute;
	top: -3em;
	left: 0;
	width: 450px;
	margin-left: 0;
	padding: 8px 7px 13px 44px;
	background-position: 10px 4px;
}
.lookupError {
	background: #FFF url(../images/icons/icon_lookup_error.png) no-repeat scroll 0 0;
	padding-left: 107px;
	min-height: 81px;
	margin-left: 24px;
	margin-bottom: 25px;
}
.lookupError h3 {
	margin: 0;
	padding: 13px 0 0 0;
}
.lookupError p {
	font-size: .92em; /*padding-bottom: 25px;*/
}
#page .panel .motv-wizard-form li.module.contentFixedWidth input.error{
	background-image: none;/* prevent error input fields from gaining backgrounds */
}
#page .panel .motv-wizard-form fieldset .contentFixedWidth label.error{
	position: absolute;
	min-height: 0;
	margin: 15px 0 10px;
}
/****** VALID ******/
#page .panel label.valid {
	background: url(../images/icons/icon_valid.gif) no-repeat 0 0;
	height: 18px;
	float: left;
	width: 18px;
	border: none;
	padding: 0;
	margin-right: 0;
	margin-top: 0;
	margin-left: 7px;
}
#page .panel label.error.valid {
	left: 470px;
	background-position: 0 5px;
	padding-bottom: 5px;
}

#page .panel .contentFixedWidth label.error.valid{
	background-image: none;
}
/*Lightbox styles */
/*
		ColorBox Core Style
		The following rules are the styles that are consistant between themes.
		Avoid changing this area to maintain compatability with future versions of ColorBox.
	*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
	overflow: hidden;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxLoadedContent iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

/*
		ColorBox example user style
		The following rules are ordered and tabbed in a way that represents the
		order/nesting of the generated HTML, so that the structure easier to understand.
	*/
#cboxOverlay {
	background: url(../images/colorBox/overLayBg.png);
}
#colorBox {
}
#cboxTopLeft {
	width: 25px;
	height: 25px;
	background: url(../images/colorBox/border1.png) 0 0 no-repeat;
}
#cboxTopCenter {
	height: 25px;
	background: url(../images/colorBox/border1.png) 0 -50px repeat-x;
}
#cboxTopRight {
	width: 25px;
	height: 25px;
	background: url(../images/colorBox/border1.png) -25px 0 no-repeat;
}
#cboxBottomLeft {
	width: 25px;
	height: 25px;
	background: url(../images/colorBox/border1.png) 0 -25px no-repeat;
}
#cboxBottomCenter {
	height: 25px;
	background: url(../images/colorBox/border1.png) 0 -75px repeat-x;
}
#cboxBottomRight {
	width: 25px;
	height: 25px;
	background: url(../images/colorBox/border1.png) -25px -25px no-repeat;
}
#cboxMiddleLeft {
	width: 25px;
	background: url(../images/colorBox/border2.png) 0 0 repeat-y;
}
#cboxMiddleRight {
	width: 25px;
	background: url(../images/colorBox/border2.png) -25px 0 repeat-y;
}
#cboxContent {
	background: #fff;
}
#cboxLoadedContent {
	margin-bottom: 20px;
}
#cboxTitle {
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #999;
}
#cboxCurrent {
	position: absolute;
	bottom: 0px;
	left: 100px;
	color: #999;
}
#cboxSlideshow {
	position: absolute;
	bottom: 0px;
	right: 42px;
	color: #444;
}
#cboxPrevious {
	position: absolute;
	bottom: 0px;
	left: 0;
	color: #444;
}
#cboxNext {
	position: absolute;
	bottom: 0px;
	left: 63px;
	color: #444;
}
#cboxLoadingOverlay {
	background: url(../images/colorBox/loading.gif) 5px 5px no-repeat #fff;
}
#cboxClose {
	position: absolute;
	bottom: 0;
	opacity: .80;
	display: block;
	color: #ffffff;
	background: #000000;
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 1.6em;
	text-align: right;
}
/* M 11.* - Module Variant */

.helpList li.variant img {
   float: left;
   margin: 0;
   margin-right: 15px;
}
.helpList li.variant {
   padding: 13px 10px 10px;
}
.helpList li.variant h4 {
   margin-top: 5px;
   margin-bottom: 0;
} 


.progressBar {
	position: relative;
	width: auto;
	margin: 25px;
	background-color: white;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
} 
	.progressBar ul li {
	  float: left;
	  width: 25%;      
	  padding-top: 15px; 
	  margin-left: -1px;
	  background: transparent url('../images/css/progressiveBar.png') no-repeat 0 -60px; /* line */ 
	}
	.progressBar ul li div {
	  background: transparent url('../images/css/progressiveBar.png') no-repeat 0 -772px;   /* dot */      
	}
	.progressBar ul li.last {
	  margin-bottom: 0;
	  background: transparent url('../images/css/progressiveBar.png') no-repeat right -160px; /* line */  
	}
	.progressBar ul li div div div span {
	  display: block;
	  font-size: 1.23em;
	  font-family: NewBT Regular, arial, verdana;
	  padding: 3px 0 0 10px;
	  margin-left: 20px;   
	}
	
	.progressBar ul li.first.current div {	background-position: 0 28px;	}

	.progressBar ul li.first.passError div {background-position: 0 -472px;	}                  

	.progressBar ul li.current div {	  	background-position: 0 -672px; 	}
	.progressBar ul li.pass div,

	.progressBar ul li.first.pass div {	  	background-position: 0 -973px;	}
	.progressBar ul li.pass,
	.progressBar ul li.passError,

	.progressBar ul li.first.passError {	background-position: 0 -360px;	}  

	.progressBar ul li.pass div {	  		background-position: 0 -1073px;	}

	.progressBar ul li.passError div {	  	background-position: 0 -572px;	}

	.progressBar ul li div div {
		margin-top: -10px;
		padding-bottom: 30px;    
	}
	.progressBar ul li div div .icon {
		padding-bottom: 4px;
		background: transparent url('../images/css/icon_broadband_progress.8png.png') no-repeat -3px -5px;
	}
	.progressBar ul li .technical div .icon {	  		background-position: -3px -76px;	}
	.progressBar ul li .identify div .icon {	  		background-position: -3px -148px;	}
	.progressBar ul li .solution div .icon {	  		background-position: -3px -219px;	}

	.progressBar ul li.passError .personal div .icon,
	.progressBar ul li.current .personal div .icon,
	.progressBar ul li.pass .personal div .icon {	  	background-position: -1202px -5px;	}

	.progressBar ul li.passError .technical div .icon,
	.progressBar ul li.current .technical div .icon,
	.progressBar ul li.pass .technical div .icon {	  	background-position: -1202px -76px;	}

	.progressBar ul li.passError .identify div .icon,
	.progressBar ul li.current .identify div .icon,
	.progressBar ul li.pass .identify div .icon {	  	background-position: -1202px -148px;	}

	.progressBar ul li.passError .solution div .icon,
	.progressBar ul li.current .solution div .icon,

	.progressBar ul li.pass .solution div .icon {	  	background-position: -1204px -220px; 	}

	.progressBar ul li .icon {min-height:0;} 
/* module 25 starts here */
.netWorkContentWrapper{
  width:937px;
  float:left;
}
.hubCollection{
  float:left;
  width:278px;
  margin:0 62px 20px 0;
}
.hubCollection h4{
  float:left;
  width:100%;
  background:url(../images/hubCollectionHeaderbg.gif) repeat-x top left;  
  margin:0 0 0 0px;
  border-radius:5px 5px 0 0;
}
.hubCollection h4 span{
  float:left;
  color:#ffffff;
  padding:10px 0 10px 12px;
}
.listHub{
  float: left;
  width: 277px;
  height: 200px;
  overflow: auto;
  border:1px solid #cccccc;
  box-shadow:-1px 3px 6px #cccccc;
  border-top:0;
  border-radius:0 0 5px 5px;
}
.listHub ul{
  float: left;
  margin: 0;
  padding: 0;
  width: 277px;
}
.listHub ul li{
  border-bottom:1px solid #cccccc;
  float:left;
  display:block;
  border-collapse:collapse;
  width:100%;
}
.listHub ul li.active{
  background:url(../images/selectedNetwork.png) bottom left;
}
.listHub ul li.active a{
 color:#ffffff;
}
.listHub ul li:last-child{
  border-radius: 0  0 5px 5px;
}
.listHub ul li a{
/*  font-family:NewBT Regular;*/
  font-size:1em;
  color:#325cd0;
  padding: 11px 10px;
  float: left;
}
.contentNetwork{
  width:590px;
  float:left;
}

/* Dark Grey buttons */
.btnDarkGray{
  padding:0 0 0 12px;
  float:right;
  margin:6px 10px 0 0;
}
.btnDarkGray span,
.hubCollection .btnDarkGray span {
  padding:6px 9px 6px 0px;
  font-family:NewBT Regular;
  font-size:0.9em;
  color:#ffffff;
  font-weight:normal;
  vertical-align: top;
}

.hubCollection .btnDarkGray span img,
.btnDarkGray span img {  margin:3px 0 0 2px;}

/* module 25 ends here */
