@import "zoneWizard.css";
@import "inclusionGroup.css";

/* main elements */
body,div,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

body {
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: center;
    padding: 0px;
    margin: 0px;
}

.dijitTitlePaneTitle{
	display:none;
}

.dijitTitlePaneContentInner{
	border:none;
}

#wrapper {
	width:975px;
	min-width: 975px;
	max-width: 975px;
	margin-right: auto;
	margin-left: auto;

	/* fix max-width incompatibility in IE6 */
	width:expression(document.body.clientWidth > 960? "960px": "auto" );

	overflow:hidden;
	display:block;
}

#main {
	background-image: url("../images/main_bg.png");
	width: 920px;
	min-width: 920px;
	max-width: 920px;
	/* margin-top: 30px; */
	margin-left:auto;
	margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
	overflow:hidden;
	display:box;
	clear:both;
	background-color: #FFF;
	min-height: 700px;
}

#loginmain {
	background-image: url("../images/main_bg.png");
	width: 920px;
	min-width: 920px;
	max-width: 920px;
	/* margin-top: 30px; */
	margin-left:auto;
	margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
	overflow:hidden;
	display:box;
	clear:both;
	background-color: #FFF;
	min-height: 450px;
}

/* header and footer elements */
#header {
	width:920px;
	margin-right: auto;
	margin-left: auto;
	/* fix max-width incompatibility in IE6 */
	width:expression(document.body.clientWidth > 960? "960px": "auto" );
	margin-top: 00px;
	display:block;
	background-image: url("../images/header_bggrey.jpg");
	height: 100px;
}
#header h1 {
	float: left;
}

#headerlogo {
	margin-top: 20px;
	margin-left: 20px;
	float:left;
}

#header .right {
	font-size: 14px;
	font-weight:bold;
	margin-top: 40px;
	margin-right: 20px;
	color: #baccea;
	float: right;
	text-align: right;
}

#header .right a{
	color: #DDD;
	text-decoration: none;
}

#footer {
	background-image: url("../images/footer_logo.png");
	background-position: right;
	background-repeat: no-repeat;
	color: #333;
	border:none;
	margin: auto;
	margin-top:0px;
	height: 72px;
	width: 960px;
}

#footer a {
	float: right;
	color: #64b1ef;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 30px;
}

#footer .version {
    position: absolute;
	border:none;
    text-align: center;
    font-size:9px;
    margin: auto;
    margin-top:12px;
    margin-left:400px;
    font-color:#666;
    z-index: 2;
}

#footer .copyright {
	float: left;
	font-size: 11px;
	margin-left: 28px;
	margin-top: 11px;
    text-align: left;
}

#main > #footer {
	background-image: url("../images/footer_logo.png");
	position: absolute;
	left: auto;
	margin-left: -20px;
	height: 72px;
	width: 960px;
}

#footer-sociallinks {
  float: right;
  margin-right: 150px;
  margin-top: 8px;
}

#footer-sociallinks img{
	width:28px;
	height:28px;
}

#footer-sociallinks a {
    color: #64B1EF;
    float: right;
    margin-left: 0;
    margin-right: 4px;
}

.quicklinks {
	clear:both;
	padding-bottom: 15px
}
.quicklinks span {
	float: right;
}

table.navigation {
	border: 0px;
}

label {
	width:160px;
	float:left;
	text-align: right;
	display: block;
	margin-right: 5px;
}

input {
	height:20px;
}

th input {
	height: 15px;
	padding: none;
	margin: none;
}

input:not([type='checkbox']):not([type='radio']):not(.dijitArrowButtonInner):not(.dijitValidationIcon), textarea, select {
	border:1px solid #B3B3B3;
}

input.image {
	border: none;
	height: auto;
	vertical-align: middle;
}

submit {
	height:25px;
}

div {
	text-align: left;
}

div .box {
    display: block;
    min-height: 15px;
    min-width: 30px;
}

#projectInfo div .box {
	min-height: 15px;
	min-width: 30px;
	float:left;
	width: 142px;
}

.no_wrap{
	white-space:nowrap;
}

/* menu elements*/
a.menu, a.menu:link, a.menu:visited {display:block; width:150px; height:25px;}

/* text styles */
h1,h2,h3 {
	font-family: Helvetica, sans-serif;
	color: #ffffff;
}

h1 {
	font-size: 20px;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 15px;
	line-height: 21px;
	color:#555;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

.errors {
	color: red !important;
	font-weight: bold;
	display: block;
	margin-left: 105px;
}

#loginheader .errors p {
	color: red;
	font-weight: bold;
	display: block;
	margin-left: 25px;
}

a {
	text-decoration: underline;
	font-size: 12px;
}

a img {
	border: 0 none;
	vertical-align: middle;
}

tr:nth-child(even) {
	background-color: #FFF;
}

tr:nth-child(odd) {
	background-color: #EFEFEF;
}

.nostripe{
   width: auto;
    background: #FFF !important;
}

.nostripe td{
	border: none;
	padding: 2px;
	background: #FFF !important;
}

.nostripe tr{
	background: #FFF !important;
}


a:link {
	color: #0000ff;
}

a:hover {
	color: #456314;
}

a:active {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}

/* ------- Dividers -------- */
.softline {
	border: none;
	border-top: 1px dotted #999;
}

/* table elements */
table {
	background: #EEEEEE;
	margin: 2px 0 0 0;
	border: 1px solid #FFFFFF;

	border-collapse: collapse;
	width: 100%
}

table table {
	margin: -5px 0;
	border: 0px solid #e0e7d3;
	width: 100%;
}

table td,table th {
	padding: 2px;
	border: 1px solid #CCCCCC;
	max-width: 300px;
	word-wrap: break-word;
}

table td form {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
}

table th {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background: #999;
}

table thead {
	font-weight: bold;
	font-style: italic;
	background-color: #BBBBBB;
}

table a:link {color: #303030;}

table input {
	font-size:0.9em;
}
.utilbox {width: 18px;}

caption {
	caption-side: top;
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #848f73;
	padding-bottom: 4px;
}

fieldset {
	background: #e0e7d3;
	padding: 8px;
	padding-bottom: 22px;
	border: none;
	width: 560px;
}

fieldset label {
	width: 70px;
	float: left;
	margin-top: 1.7em;
	margin-left: 20px;
}

fieldset textfield {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset textarea {
	margin: 3px;
	height: 165px;
	background: #e0e7d3;
}

fieldset input {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset table {
	width: 100%;
}

fieldset th {
	padding-left: 25px;
}

.table-buttons {
	background-color:#fff;
	border:none;
}

.table-buttons td {
	border:none;
}

.submit input, #calculateCostAnalysisButton input, .cancel #cancel {
	float: left;
	border: 1px solid #0A182C;
    background-color: #0E223D;
    color:#DDD;
	padding:2px 7px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
	margin-right: 10px;
	margin-left: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* display: block; */
	cursor: pointer;
}



#cancel {
	float: left;
	border: 1px solid #888;
    background-color: #EEEEEE;
    color:#333;
	padding:2px 7px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
	margin-right: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}



.updated {
	background:#ecf1e5;
	font-size:11px;
	margin-left:2px;
	border:4px solid #ecf1e5;
}

.updated td {
	padding:2px 8px;
	font-size:11px;
	color:#888888;
}

.dijitArrowButton {
	height: 20px;
}

.dijitTextArea{
	min-height:5.5em !important;
	max-height:22em !important;
	overflow-y: auto !important;
	max-width: 175px;
}

.dijitComboBoxMenuPopup {
	z-index: 1005 !important;

}

.dijitCalendarPopup {
    z-index: 1005 !important;
}
.dijitCalendarPopup + .dijitPopup {
    z-index: 1010 !important;
}

.RichTextEditable{
	min-height:18em !important;
	max-height:18em !important;
}

.flag {
	height: 11px;
	width: 16px;
}

/* ---------------------- Custom List Layouts -------- JC  */

/* --------- Product Browser -------------------*/

#product_browser_home {
	margin-left:45px;
}
#product_browser_home .footer {
	display:none;
}

.product_browser_home_wrapper {
	float:left;
	width:388px;
	min-height:250px;
	text-overflow: hidden;
	border: 1px solid #336;
	padding: 5px;
	margin: 5px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.product_browser_home_wrapper a {
	text-decoration:none;
	color: inherit;
}

.product_browser_home_wrapper .labelTitleTag {
	margin: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #066fba;
}

.product_browser_home_wrapper .labelDescriptionTag
{
	margin-top: 5px;
	font-size: 12px;
	color: #666;
}

.product_browser_home_wrapper .photo {
	clear: left;
	float: left;
	width: 120px;
	height: 250px;
	margin: 5px;
}

.product_browser_home_wrapper table {
	width: 300px;
	float: right;
	clear: both;
	margin-top: 10px;
}

.product_browser_home_wrapper .moreInfobutton{

	margin:10px 10px 0 0;

}


#productBrowserNavBar {
	background: #006FBA;
    color: #FFFFFF;
	width: 915px;
	height: 18px;
    padding: 3px;
	text-decoration: none;
}

#productBrowserNavBar a {
    color: #FFFFFF;
}

#productBrowserNavBar a:hover {
    color: #64B1EF;
}


#_f_productsearch_partproductnumber_id {
	float: left;
	width: 350px;
}

#_f_productsearch_partproductnumber_id label {
	float: left;
	width: 120px;
	padding-top: 3px;
}

.product_wrapper .parent_configure_buttons{
	margin-top:6px;
	margin-left:4px;
	height: 32px;
}

.moreInfobutton{
	margin-top:-1px;
	color: #FFFFFF !important;
}

.microbutton{
	background-color: #777777;
    border: 1px solid #777777;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 4px;
    float:left;
}

.moreInfobutton .icon {
	font-size:32px;
	margin-top:0;
	color: #777777;
	float:left;

}

.microbutton.appended{

    border-radius: 0px 4px 4px 0px;
    padding-left:10px;
    margin-left:-7px;
    margin-top: 7px;
    float:right;


}

/* wizardHumidButtonWide */
.wizardHumidButtonWide .moreInfobutton{
	margin-top:-1px;
	color: #FFFFFF !important;
}

.wizardHumidButtonWide .microbutton{
	background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px 4px 4px 4px;
    color: #006FBA !important;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 4px;
    float:left;
}

.wizardHumidButtonWide .moreInfobutton .icon{
	font-size:32px;
	margin-top:0;
	color: #fff;
	float:left;
}

.wizardHumidButtonWide .microbutton.appended{
    border-radius: 0px 4px 4px 0px;
    padding-left:10px;
    margin-left:-7px;
    margin-top: 7px;
    float:right;
}

.parent_configure_buttons .buttonAdd {
	border: 1px #777777 solid;
	background-color: #777777;
	height: 20px;
    color: #FFF;
    padding: 2px 4px;
    font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.parent_configure_buttons .buttonInfo {
	border: 1px #777777 solid;
	background-color: #777777;
	height: 20px;
    color: #FFF;
    padding: 2px 4px;
    font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.parent_configure_buttons .buttonBuild {
	border: 1px #777777 solid;
	background-color: #777777;
	height: 20px;
    color: #FFF;
    padding: 2px 4px;
    font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.product_wrapper {
	width:650px;
	margin-bottom: 5px;
	margin-left: 5px;
	/* height:80px; */
	clear:both;
	border-bottom: 1px solid #BBB;
	padding: 5px;
	border: 1px solid #336;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.product_wrapper div {
	margin-left: 10px;
}

.product_wrapper .labelIdentifierTag
{
	margin-top: 5px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	colour: #333;
}

.product_wrapper .thumbnail {
	clear: left;
	float: left;
	width: 80px;
	height: 80px;
	margin-left: 10px;
}

.product_wrapper table {
	width: 300px;
	float: right;
}

.product_wrapper a {
	text-decoration:none;
	color: inherit;
}

#productBrowserPage {
	width: 100%;
	border: 1px #933 solid;
}

#productSearchDetailPage  {
	background-color: #EEEEEE;
}

#productSearchDetailPage #_title_ff_com_nortec_help_web_productsearchform_id {
	background-color: #EEEEEE;
	width:350px;
	position: relative;
	left:550px;
}

#productSearchDetailPage .buttonSearch {
	margin-left:-225px;
	margin-top:40px;
	border: 1px #777777 solid;
	background-color: #777777;
	height: 20px;
    color: #FFF;
    padding: 2px 4px;
    font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#productSearchDetailPage #proceed {
	display:none;
}

#load-tab-7 {
	height: 1200px;
}

/* --------- Wizard -------------------*/

.wizardHumidButton {
	width: 130px;
	padding: 10px;
	margin: 4px;
	color: #CCC;
	float: left;
	cursor: pointer;
}

.wizardHumidButton a {
	color: #AAA;
	text-decoration:none;
	cursor: pointer;
}

.wizardHumidButton a:hover {
	color: #CCC;
	text-decoration: underline;
	cursor: pointer;
}


.wideWizardHumidButton {
	width: 394px;
	padding: 10px;
	margin: 4px;
	background: #006FBA;
	color: #CCC;
	float: left;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}

.wideWizardHumidButton p {
	float: left;
	padding-left: 10px;
	width: 300px;
}

.wideWizardHumidButton img {
	float: left;
}

.wideWizardHumidTitle {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	float:left;
}


#distributorGrouping .distGroupingAbsorptionDistance {
	width: 140px;
	padding-bottom: 15px;
	margin-top: -15px;
	margin-left: 4px;
	margin-right: 4px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height:20px;
	line-height:150%;
}

.wizardHumidButton {
	width: 120px;
	padding: 10px;
	margin: 4px;
	color: #CCC;
	float: left;
	border: 1px solid #FFF;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 9px;
	height: 150px;
	text-align: center;
    background: #006FBA;
}

.wizardHumidButton ul {
	 font-style: normal;
	 line-height: 1.2em;
	 font-weight: normal;
	 font-variant: normal;
	 text-transform: none;
	 text-decoration: none;
	 text-indent: 1px;
	 list-style-position: outside;
	 list-style-type: disc;
	 padding: 6px;
	 margin: 2px;
}

.wizardHumidTitle {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.wizardHumidButtonWide {
	width: 400px;
	padding: 10px;
	margin: 4px;
	background: #006FBA;
	color: #CCC;
	float: left;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-height: 115px;
	cursor: pointer;
}

.wizardHumidButtonWide .wizardHumidTitle {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}

.wizardHumidButtonWide img {
	width: 80px;
	margin-right: 10px;
	float: left;
	/*background: #0A182C;*/
	cursor: pointer;
}
.wizardHumidButtonWide a {
	color: #FFFFFF;

}

/* ---------- Panels and Page Elements --------- */


#pageNavigation {
	display: none;
}

#ui-dialog-title-dialog {
	/* Fix headings of popups   */
}

.tundra .dijitTitlePaneContentOuter {
	/*  Gets rid of border in popup dialogs   */
	border-width: 0 !important;
}

.dijitTitlePaneContentInner {
	/*  Gets rid of space in main panel   */
	padding: 0px !important;

}


.instructionText {
	color: #555;
	padding: 20px;
	display: block;
    padding: 1em;
	clear:both;
	font-size: 14px;
	background-color: #ececec;
	margin-top: -10px;
}

.boxtitle {
	width: 95%;
	/* background-image: url("../images/title_bg.png");
	background-position: center top; */
	height: 27px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	padding-left: 0px;
	padding-right: 5px;
	/* background-color: #DDD;
	border: 1px solid #000;
	padding: 3px;
	border-radius: 4px;
    -moz-border-radius: 4px; */

	/* background: none repeat scroll 0 0 #006FBA;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; */


}


/* ------- jQuery Overrides ------ */

/* #gview_grid .ui-userdata {
	height: 40px;
	background: #012440 url("../images/toolbar_bg.png") repeat-x;
}  --- */

#gview_grid .ui-userdata {
	height: 40px;
	background: #006fba;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}

#jqgrid #pager {
	background: #006fba;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;

}

#jqgrid .ui-helper-clearfix:after, #jqgrid .ui-helper-clearfix:after, #jqgrid .ui-jqgrid-titlebar {
   display: none;
	}

#gbox_grid {
	border: none;
}

#pager td, #pager td div {
	color: #fff;
}

#jqgrid #pager table {
	background: transparent;
	border: none;
}

#jqgrid #pager table table td{
	background: transparent;
	border: none;
}

#jqgrid #pager table tr:nth-child(2n+1) {
	background: transparent;
}

#gview_grid .ui-userdata img {
	height: 32px;
	width: 32px;
	margin: 4px 4px;
}

.printOptionsToolbar {
	height: 40px;
	width: 100%;
	/* background: #012440 url("../images/toolbar_bg.png") repeat-x; */
	background: none repeat scroll 0 0 #006FBA;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.printOptionsToolbar img {
	float: right;
	height: 32px;
	width: 32px;
	margin: 4px 4px;
}



/* ---------- Bread Crumbs ------------- */

#breadcrumbBar {
	height: 28px;
	width: 100%;
	background: #006FBA;
	/* background: #012440 url("../images/toolbar_bg.png") repeat-x; */
    color: #FFFFFF;
    padding-top: 12px;
}

#breadcrumbBar div {
    float: left;
    margin-left: 10px;
    color: #CCC;
}

#breadcrumbBar a {
    color: #FFFFFF;
}

#breadcrumbBar a:hover {
    color: #64B1EF;
}

#breadcrumbBar #zoneSelectorArea {
	float: left;
	margin-top: -2px;
}
#breadcrumbBar label {
	float: left;
	margin-left: 5px;
	width: auto;
	margin-top: 2px;
	color: #CCC;
}

#breadcrumbBar .datarow {
	margin-top: 0px;
	margin-bottom: 0px;
}

#breadcrumbInsetBar {
	height: 28px;
	/* background: #012440 url("../images/toolbar_bg.png") repeat-x;   */
    color: #FFFFFF;
    padding-top: 12px;
    float: left;
}

#breadcrumbInsetBar div {
    float: left;
    margin-left: 10px;
    color: #DDD;
}

#breadcrumbInsetBar a {
    color: #FFFFFF;
}

#breadcrumbInsetBar a:hover {
    color: #64B1EF;
}

#breadcrumbInsetBar #zoneSelectorArea {
	float: left;
	margin-top: -2px;
}

#breadcrumbInsetBar label {
	float: left;
	margin-left: 10px;
	width: auto;
}

#breadcrumbBar select {
	width: 120px;
	}

#breadcrumbBar #weatherDataLink {
	float: right;
	margin-right: 10px;
}


#breadcrumbBar #actionButtons {
	float: right;
	margin-right: 10px;
}

/* ---------- Project Details --------- */
.detailsSectionLeft {
	width: 95%;
	float: left;
	padding: 5px;
	background-color: #EEE;
	padding-bottom: 15px;
}

.detailsSectionLeft label {
	width: 120px;
}

#projectHistory ul {
    width:100%;
    margin:0 auto;
    position:relative;
    display:inline-block;
    list-style: none;
    background:url('../images/timeline_ul_bg.png') 3px top repeat-y;
    padding: 0;
}
#projectHistory ul li{
   display: block;
    position: relative;
    width: 80%;
    height: 30px;
    line-height: 30px;
    clear:both;
        background:url('../images/timeline_li_bg.png') left center no-repeat;
        margin-left:-5px;
        padding-left:30px;
}



label {
	font-weight: bold;
	color: #497BA0;
}

.lefthalfproj {
	float: left;
	width: 300px;
	margin: 5px;
	margin-left: 20px;
}

.righthalfproj {
	float: left;
	width: 560px;
	margin: 5px;
	margin-left: 20px;

}


/* ----------- Register ------------ */
.righthalf {
	float: right;
	width: 48%;
	margin: 5px;
}

.lefthalf {
	float: left;
	width: 48%;
	margin: 5px;
	margin-left: 20px;
}

.lefthalf > div, .righthalf > div {
	background-color: #EEE;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ----------Address Selector ---------------*/
.addressdetails{
    margin-left: 80px;
    margin-right: 20px;
}

/* ----------- Distributor Wizard------------ */
.details{
	margin-left: 20px;
	margin-right: 20px;
}
.righthalfdetails {
    float: right;
    width: 48%;
    margin: 5px;
}

.lefthalfdetails {
    float: left;
    width: 48%;
    margin: 5px;
    margin-left: 20px;
}

.righthalf div .box {
	margin-left: 100px;
}

.lefthalf div .box {
	margin-left: 100px;
}

/* ---------- Zone Form --------- */

.zoneWizardWrap {
	width: 960px;
}

#zoneformleft {
	margin: 20px;
	float: left;
}

#zoneformleft div {
	float: left;
}

#zoneformleft div .datarow{
	width: 220px;
}

#zoneformleft label {
	margin: 0px;
	text-align: left;
	width: 200px;
}

#zoneformleft .checkinput {
	padding-top: 20px;
	min-height: 20px !important;
}

#zonerow1 {
	width: 100%;
	clear: both;
}

#zonerow2 {
	width: 100%;
	clear: both;
}

#zonerow3 {
	width: 100%;
	clear: both;
}

#zonerow4 {
	width: 100%;
	clear: both;
}

#zonecol3 label {
	width: 200px;
}

#zone_loadcalculationbox {
	width: 275px;
	float: right;
	background-color: #DDD;
	border: 1px dotted #333;
	margin: 10px;
	padding: 10px;
}

.zone_loadcalculationbox .title {
color: #000;
font-weight: bold;
}

.econright {
	float: right !important;
}


/* --------- Product Detail Tabs -------------- */

.productDetailTabs {
	width: 721px;
}

#_title_ps_com_nortec_help_domain_Product_id_pane label
{
clear: left;
width: 200px;
}

.productTitle {
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.basicDisplayTitle {
	color: #000;
	font-weight: bold;
}

.blueDisplayTitle {
	color: #497BA0;
	font-weight: bold;
}

.productDetailImage {
	height: 200px;
	width: 200px;
	float: left;
	margin: 0px;
	margin-right: 20px;
	border: 1px #012440 solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow:hidden;
}

#productDetail {
	margin-left:180px;
	width:720px;
	padding:10px;
	background-color:#fff;
}

#productDetailBasic {
	min-height: 250px;
	width: 650px;
}
#productDetailBasic .buttonCart {
	border: 1px #777777 solid;
	background-color: #777777;
	height: 28px;
    color: #FFF;
    padding: 4px 8px;
    font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ui-tabs-nav li a {
	font-size: 10px;
}

/* ------------- shopping cart -----------*/

.deleteCartButton {
	border: 1px #777777 solid;
	background-color: #777777;
	height: 20px;
    color: #FFF;
    padding: 2px 4px;
    font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#quickQuoteSelectorArea {
	float: left;
	margin-top: -1px;
	margin-left: 275px;
}

#quickQuoteSelectorArea .buttonQuoteMove {
	border: 1px #fff solid;
	background-color: #f1f1f1;
	height: 20px;
    color: #000;
    padding: 2px 4px;
    font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:relative;
	left:190px;
	top:-24px;
}

#quickQuoteSelectorArea label {
	display: none;
}

#quickQuoteSelectorArea select {
	width: 180px;
	}

#projectSelectorArea {
	float: left;
	margin-top: -1px;
	margin-left: 50px;
}

#projectSelectorArea .buttonNormalMove {
	border: 1px #fff solid;
	background-color: #f1f1f1;
	height: 20px;
    color: #000;
    padding: 2px 4px;
    font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:relative;
	left:190px;
	top:-24px;
}

#projectSelectorArea label {
	display: none;
}

#projectSelectorArea select {
	width: 180px;
	}

/* ------------- distributor drawing compass ---*/
.distDraggable {
	cursor: auto;
}
.territory:hover {
		fill: #22aa44;
}
.compass {
	fill: #fff;
	stroke: #000;
	stroke-width: 1.5;
}
.buttonCompass {
	fill: #006FBA;
	stroke: #0C2C84;
	stroke-miterlimit: 6;
	stroke-linecap: round;
}
.buttonCompass:hover {
	stroke-width: 2;
}

/* --------- Ashrae PopupTable -------------- */
#popupashraetable {
	width: 396px;
	margin-left: auto;
	margin-right: auto;
}

/* --------- Diagrams for Zone Edit Page --------- */
#detailsWrapper {
 position:relative;
}

#details_area {
 position:relative;
}
#schematicDiagrams {
 position:relative;
 z-index=1;
}

.unit {
	width: 20px;
	left: 60px;
	text-align: right;
	margin-top: -12px !important;
	position: absolute;
	z-index: 1000;
}

#schematicData {
 position:absolute;
 left:0px;
 top:0px;
 z-index=2;
}

.schematicBox label{
    display: none;
}
.schematicBox input {
    border: none;
    padding:0px;
    margin: 0px;
    space: 0px;
    width: 20px;
}


#schem_spaceDesign {
   position:absolute;
   width: 200px;
   height: 40px;
   left: 615px;
   top: 360px;
   padding: 0px;
}

#schem_exhaust {
   position:absolute;
   width: 100px;
   height: 40px;
   left: 130px;
   top: 70px;
   padding: 0px;
}

#schem_afterHumidity{
   position:absolute;
   width: 100px;
   height: 40px;
   left: 340px;
   top: 240px;
   padding: 0px;
}

#schem_beforeHumidity{
   position:absolute;
   width: 100px;
   height: 40px;
   left: 170px;
   top: 400px;
   padding: 0px;
}

#schem_naturalExchange{
   position:absolute;
   width: 100px;
   height: 40px;
   left: 550px;
   top: 460px;
   padding: 0px;
}

#schem_mixedAir{
   position:absolute;
   width: 100px;
   height: 40px;
   left: 230px;
   top: 240px;
   padding: 0px;
}

#schem_outsideAir{
   position:absolute;
   width: 100px;
   height: 40px;
   left: 50px;
   top: 400px;
   padding: 0px;
}

#schem_returnAir{
   position:absolute;
   width: 100px;
   height: 40px;
   left: 50px;
   top: 230px;
   padding: 0px;
}

#schematic .submit input {

	display: none;
}

.schematicBox .readonly box {
	font-size: 10px;
    height: 10px;
    line-height: 10px;
    margin-bottom: 1px;
    margin-top: 0;
    width: 50px !important;
    border: #ccc 1px solid;
    background-color: #DDD !important;
    color: #999;
}

.schem_fan1 {
	position: absolute;
	top: 148px;
	left: 150px;
}

.schem_fan2 {
	position: absolute;
	top: 310px;
	left: 240px;
}


.readonly .box {

}

/*------- JQuery Style Override ------*/

.ui-dialog-titlebar {
    background: none repeat scroll 0 0 #006FBA;
	/* background: url("../images/popupheader_background.png") no-repeat scroll 50% 50% #CCCCCC; */
    /* border: 1px solid #AAAAAA; */
    border: none;
    color: #FFFFFF;
    font-weight: bold;
}


/*--------------- Table Look -------------------*/

.ui-jqgrid tr.ui-row-ltr td {
    border: none;
    text-align: left;
}

.ui-jqgrid tr.jqgrow td {
    border-bottom-color: #CCC;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    font-weight: normal;
    height: 22px;
    overflow: hidden;
    padding: 0 2px;
    white-space: pre;
}

#grid .ui-widget-content {
   border: none;
}

#grid a {
	color: #006fba;
	text-decoration: none;
}

#grid a:hover {
	text-decoration: underline;
}


/*----- Embedded page ----------- */
#main #wrapper {
	width: 700px;
	}

/*----- Forms General Styling ----------- */
.datarow {
	margin-top: 10px;
	margin-bottom: 5px;
}

#customerInformation .datarow, #projectInfo .datarow {
	margin-top: 2px;
	margin-bottom: 2px;
}


#zoneformleft .datarow {
	margin-top: 10px;
	margin-bottom: 5px;
	min-height: 40px;
	text-align: left;
}

#leftside label {
	width: 150px;
}

#zoneformleft .datarow select {
    float: left;
	clear: left;
}

select {
	color: #666;
	font-size: 12px;
	width: 180px;
}

/*----- Confirm Request Dialog -----*/
#quoteRequest label {
	display: block;
	margin-right: 5px;
	color: #333;
	width: auto;
	text-align: left;
}

#quoteRequest .datarow {
   margin-top: 2px;
   margin-bottom: 2px;
}

#quoteRequest .quoteLeft {
	width: 50%;
	float: left;
}

#quoteRequest .quoteRight {
	width: 50%;
	margin-left: 50%;
}

/*--- Schematic Styling --------------*/
.schematicBox div {
	margin-top: 0px;
	margin-bottom: 1px;
    width: 85px;
	font-size: 10px;
	line-height: 10px;
}

.schematicBox input {
	margin-top: 0px;
	margin-bottom: 1px;
	height: 10px;
	width: 50px !important;
	font-size: 10px;
	line-height: 10px;
}

/*--- Login Page --------------*/
#loginheader {
	width:920px;
	margin-right: auto;
	margin-left: auto;
	/* fix max-width incompatibility in IE6 */
	width:expression(document.body.clientWidth > 960? "960px": "auto" );
	margin-top: 00px;
	display:block;
	background-image: url("../images/header_bggrey_header.jpg");
	height: 250px;
	color: #ddd;
}

#loginheader p {
	color: #ddd;
}

#loginlogo {
	float: left;
	width: 424px;
	margin-left: 10px;
}

.loginlink a {
	color: #ccc;
}

.loginlink a:link {
	color: #ccc;
}

.loginlink a:visited {
	color: #ccc;
}

#loginlinks {
	height: 30px;
	padding: 10px;
}

#loginlinks a, .loginlinks a:link, .loginlinks a:visited {
	font-size: 16px;
	color: #666;
	text-decoration: none;
}

#loginheader>div>div {
	background: transparent !important;
}

#loginheader .dijitTitlePaneContentOuter {
	width: 420px;
	margin-top: 30px;
	padding-right: 20px;
	float: right;
	background: transparent !important;
	color: #ddd;
}

.dijitTitlePaneTitle{
	background: transparent !important;
}

#loginheader label {
	text-align: left;
	color: #baccea;
}

#loginnews .loginblogdate {
	color: #006FBA;
	font-size: 10px;
	margin-bottom: 3px;
}
#loginnews .loginblogtitle {
	font-size: 16px;
	font-weight: bold;
}
#loginnews .loginblogtext {
    font-size: 15px;
}
#loginnews .loginbloglink {
	color: #006FBA;
}

#loginnews .blogleft {
	width: 420px;
	float: left;
	min-height: 200px;
	padding-top: 20px;
	margin: 0 10px 0 10px;
}

#loginnews .blogleft img {
	float: left;
	margin-left: 15px;
}

.prevslidebutton, .nextslidebutton {
	margin-top:80px;
	width: 20px;
	height:40px;
	opacity : 0;
}

.prevslidebutton{
	float:left;
	background: url('../images/prev_btn.png');
}

.nextslidebutton{
	float:right;
	background: url('../images/next_btn.png');
}

#loginnews .blogright {
   float: right;
    margin-left: 10px;
    margin-top: 10px;
    min-height: 200px;
    padding-right: 10px;
    width: 400px;
}

#loginfooter {
	background-image: url("../images/login_footer_bg.png");
	color: #fff;
	border:none;
	margin: auto;
	margin-top:0px;
	height: 60px;
	width: 960px;
	text-align: right;
}

#loginfooter a {
	float: right;
	color: #64b1ef;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 30px;
}

/*   ---- Bill Of Materials Table Style ----- */

.nortecTable {
	background: none;
	border: none;
	color: #666;
	margin: 0px;
}

.nortecTable tr{
	width: 920px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px #CCC dotted;
    min-height: 45px;
    /* background: #FFF; */
}

.nortecTable td{
	border: none;
	border-left: 1px #DDD dotted;
	/* background: #FFF; */
	padding: 3px;
}
.nortecTable th {
	background: #CCC url("../images/table_headerbackground.png") repeat-x;
	font-style: italic;
	color: #666;
	font-weight: normal;
	font-size: 12px;
}

.nortecTableWrapper {
	padding-top: 15px;
	padding-bottom: 10px;
    width: 900px;
    margin:10px;
	background: #006FBA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.textAreaDialog {
    width: 95%;
    height: 120px;
    border: 3px solid #cccccc;
    padding: 5px;
    font-family: Tahoma, sans-serif;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.invert {
	background: #E8E8E8;
	color: #666666;
	font-weight:bold;
}

.ui-jqgrid .ui-userdata {
    height: 32px; /* default value in ui.jqgrid.CSS is 21px */
}

.ui-jqgrid-titlebar{
	border-bottom: 0 none !important;
}

#t_grid {
	border-top: 0 none;
}

.clearfix {
	clear: both;
}

.ui-jqgrid-title img{
	margin-top: 0px;
	float: left;
	padding: 0 4px 0 0;
}

.white {
	color: #FFF;\
}

/* home page fixups */
#tabs{
	border: 0 !important;
}

#tabs ul.nav-tabs{
	background: none !important;
	border-bottom: 1px solid #666;
	border-top: none;
	border-left: none;
	border-right: none;
}

.ui-tabs-nav li.ui-state-default{
	background: none;
	border: none;
}

.ui-tabs-nav li.ui-state-default a{
	background: none;
	border: none;
	color: #006FBA;
	font-weight: bold;
}
.ui-tabs-nav li.ui-state-active{
	border: 1px solid #555;
	background: #EEE;
}

.ui-tabs-nav li.ui-state-active a{
	color: #333;
	font-weight: normal;
}

#projectGrid td {
    padding: 0 6px;
}

.rss_preview {
    width: 500px;
    margin: 0 auto;
}

.rss_preview .readmore {
    float:right;
}

#nicewrapper {
    margin-left:167px;
}

.wysiwyg fieldset {
	width: auto;
}

#nicewrapper label{
    margin-left:-170px;
}

#proceed {
    float:right;
    margin: -10px 133px 0 0;
}

/* login page */
#loginForm .submit{
	width: 320px;
}

#loginForm input[type="submit"], #loginForm input[type="reset"] {
	float:right;
	font-size: 11px; color: #686868;
	font-weight: bold;
	display: inline-block;
	margin: 2px 4px 0 0;
	line-height: 13px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
 	padding: 4px 13px;

	border: 1px solid #d5d5d5;
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
	-webkit-box-shadow:  inset 0 1px 1px rgba(255,255,255,0.2);
	-moz-box-shadow:  inset 0 1px 1px rgba(255,255,255,0.2);
	background: #fafafa;
	background: -moz-linear-gradient(top,  #ffffff 0%, #d0d0d0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d0d0d0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d0d0d0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#d0d0d0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#d0d0d0 100%);
	background: linear-gradient(top,  #ffffff 0%,#d0d0d0 100%);
	height: 25px;
}

/* BANNERS */
#banner .cancel, #banner .submit{
	float:right;
}
#banner .submit #proceed {
	margin-top: 0;
}

.wysiwyg fieldset, .wysiwyg-dialog-modal-div fieldset {
	width: auto;
}
