﻿/* 
	@reference kendo.common.min.css	
	@reference kendo.default.min.css
*/

div.orderShipToNameLabel
{
	float: left;
	width: 202px;
	margin-bottom: 8px;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/* content.css */
/*  tables for data  **********/
table.grid {
	margin: 0 10px 0 0;
	border-collapse:collapse;
	font:12px Arial, Helvetica, sans-serif;
	width: 90%
}

table.grid tr th {
	padding: .3em 1em .3em .25em;
	background:#C2D1DC;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #34668a; 
	border-top:  0px;
}

table.grid tr th {
	border: 0;
}

table.grid tr th.center {
	padding: .3em 1em .3em 1em;
	text-align: center;
}

table.grid tr th.right, table.grid td.right {
	padding: .3em .5em 0 0;
	text-align: right;
}

table.grid tr th a {
	color:#34668A;
	text-decoration:none;
}


.checkBoxListWrapper {
	float: left;
	border: solid 1px #696969;
	height: 95px;
	width: 250px;	
	overflow: auto;
}
.checkBoxListWrapper tr td {
	padding: 2px;
}
.checkBoxListWrapper tr td input {
	margin-right: 4px;	
}

.ajax__tab_panel input img {
	padding: 0 .25em; 
}

.ajax__tab_default {
	width:99%;
}

.ajax__tab_body {
	height: 90%;
}

.ajax__tab_xp .ajax__tab_header {
	height: 20px;
	border-bottom: none;
	line-height: 1em;
}

.ajax__tab_xp .ajax__tab_body .ajax__tab_panel td {
	font-family:arial,helvetica,clean,sans-serif;
	font-size: 100%;
}

.ajax__tab_xp .ajax__tab_body .ajax__tab_panel div.labelValueRow {
	font-family:arial,helvetica,clean,sans-serif;
	font-size: 100%;
	line-height: 1em;
}


table.grid tr td {
	border:1px solid #F3F3F3;
	padding: .3em 1em .3em .25em;
}

table.grid tr td.center {
	padding: .3em 1em .3em 1em;
	text-align: center;
}

table.grid input.inputImage {
	padding: 0 .25em; 
	border:0px;
}

/* Required for changes to grid in business portal - */
table.grid tr.gridViewPager {
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #C5C5C5;
	background-color: #ffffff;
}

table.grid tr.gridViewPager table, table.pagertable tr td { 
	border: none;
}

table.horizontalTableList td {
	padding-right: 1em;
}

tr.gridViewPager a, tr.gridViewPager span {
	padding: 0 6px;
	line-height: 22px;
}

.j-grid-pager span {
	border: 1px solid #C5C5C5;
	background-color: #fff;
	color: #000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.j-grid-pager li {
	display: inline;
}

.j-grid-pager {
	float: left;
}

.j-grid-size {
	float: right;
}

/*  class name "grid" for div only, not the "table.grid" */
.grid {
	width: 90%;
}

.row {
	background:#FFF;
}

.rowalt {
	background:#F3F3F3;
}

.insertrow {
	background:#F3F3F3;
}

.rowsel {
	background: #E8E8EA url(Images/bgdTableRowSelected.gif) repeat-x scroll 0 0;
}

.row input img {
	margin: 0 10px;
}

table.grid .rowFooter td {
	background:#FFF;
	border: 0px;
}

td.nowrap {
	white-space: nowrap;
}

.grid .row .nowrap {
	margin: 0 10px;
}

.grid .rowalt .nowrap {
	margin: 0 10px;
}

.grid .rowalt .nowrap input, .grid .row .nowrap input, .grid .rowsel .nowrap input {
	margin: 0 5px;
}

caption {
	width: auto; 
	text-align: center; 
	font-size: 18px; 
	font-weight: bold; 
	color: #000000; 
	border: 1px solid #34668a; 
	border-bottom:  0px;
	line-height: normal;
	padding:5px 0 5px 5px;
	background: transparent url(Images/tableHeaderGrad1.gif) repeat-x scroll 0 0;
}

table.detailsview {
	width: 100%;
	margin: 20px 0 0 0;
}

.detailsview td {
	border:2px solid #FFF;
	padding: 0 .5em;
}

.detailsview td.fieldhead {
	width: 35%;
	padding: 0 10px 0 15px;
	background-color: #DEDEE8;
	font-weight: bold;
}

.detailsview a {
	padding: 0 10px;
}

.detailsview a.button {
	margin-right: 5px;
}

.fieldset {
	border: 1px solid #D8D8D8;
}

.volumnDetails {
	font-weight: bold;
	padding: 0 20px 0 0;
}

/*  status messages  **********/
p.message-info {
	margin:0 0 6px;
	background: #EEEEF0 url(Images/infomin.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #3c8ba9;
	border-bottom: 2px solid #3c8ba9;
}

p.message-success {
	margin:0 0 6px;
	background: #eaefd3 url(Images/checkmin.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #668e64;
	border-bottom: 2px solid #668e64;
}

p.message-warn {
	margin:0 0 6px;
	background: #FFFFCC url(Images/warning.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #FFD700;
	border-bottom: 2px solid #FFD700;
}

p.message-error {
	margin:0 0 6px;
	background: #F7CBCA url(Images/exclamationmin.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
}

a.outletWrapperLink {
	display: block;
	text-decoration: none;
}


/*  global rules **********/
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.clear-both {
    clear: both;
}

.hide{
	display:none !important;
}

.show{
	display:inline;
}

.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}

.valign-middle {
	vertical-align: middle;
}

.label, table td .label, td.label {
	white-space: nowrap;
}

.value {
	padding-left: 6px;
}

.subvalue {
	margin-right: 10px;
}

.signup_receipt {
	background: #F3F3F3;
	padding: 1em;
}

#grid {
	width:900px;
}

table.dashboard tbody {
	background: transparent;
}

table.dashboard tbody tr td {
	background: transparent;
}

table.dashboard {
	background: #457ba2;
	border-width: 0;
	padding: 0 0 10px 0;
	width: 100%;
	margin: 0 40px 20px 0;
	color: #000000;
}

table.dash_layout img {
	padding:0px 0px 0px 0px;
	margin:-2px;
}

table.dash_layout tr {
	margin-bottom:-2px;
	margin-top: -2px;
	padding:0px;
}

table.dash_layout td {
	margin-bottom:-2px;
	margin-top: -2px;
	padding:0px;
}

table.dashboard .label {
	font-weight: bold;
	text-align: right;
	margin: 0 5px 0 0;
	color: #FFFFFF;
}

.customer-select-cell01 {
    width: 20%;
}

.customer-select-cell02 {
    width: 80%;
}

.label, table td .label, td.label {
	font-weight:bold;
	padding:0 1em 2px 0.5em;
	color: #696969;
}

#guestAddressEdit .label {
	font-size: 85%;
}

div.labelValueRow {
    clear:both;
}

div.labelCellWider {
    width:125px;
    float:left;
    border:0;
    margin:5px 0 0;
    padding:2px 0;
}
div.bd div.labelCellWider {
    width:125px;
    float:left;
    border:0;
    margin:1px 0 0;
    padding:0;
}

div.labelCell {
    width:115px;
    float:left;
    border:0;
    margin:5px 0 0;
    padding:2px 0;
}

div.labelCell.medium {
    width:155px;
}

div.labelCell.large {
    width:229px;
}

div.labelCell.xlarge {
    width:304px;
}

div.bd div.labelCell {
    width:115px;
    float:left;
    border:0;
    margin:1px 0 0;
    padding:0;
}

div.valueCell {
    width:300px;
    float:left;
    border:0;
    margin:5px 0 0 12px;
    padding:2px 0;
}

div.valueCellNoWidth {
    float:left;
    border:0;
    margin:5px 0 0 12px;
    padding:2px 0;
}

div.valueCellView span.label {
    font-weight:400;
}

span.paymentAmount {
	display: inline-block;
	width: 100px;
	text-align: right;
}


.jGrid {
       margin: 8px 0;
}

.jGrid + .jGrid {
       margin-top: 20px;
}


.jGrid a.k-button {
  background-color: #f3f3f4 !important;
  border-color: #dbdbde !important;
  color: #515967 !important;
  text-decoration: none;
}
.jGrid a.k-link {
  color: #515967 !important;
}
.jGrid .grid-toolbar-actions {
  text-align: right;
}
.jGrid .grid-row-actions {
  display: block;
  text-align: center;
}
.jGrid .grid-row-actions a {
  display: inline-block;
}
.jGrid .grid-cell-checkbox,
.jGrid .grid-cell-radio {
  display: block;
  text-align: center;
}
.jGrid .grid-cell-checkbox:hover,
.jGrid .grid-cell-checkbox *:hover,
.jGrid .grid-cell-radio:hover,
.jGrid .grid-cell-radio *:hover {
  cursor: pointer;
}

.jGrid .grid-cell-checkbox.disabled:hover,
.jGrid .grid-cell-checkbox.disabled *:hover,
.jGrid .grid-cell-radio.disabled:hover,
.jGrid .grid-cell-radio.disabled *:hover {
  cursor: default;
}

.jGrid th .k-link {
  text-decoration: none;
  white-space: normal;
}
.jGrid .k-grid-content.km-scroll-wrapper {
  overflow: auto !important;
}
.jGrid .actionLink {
  padding: 4px 0;
}
.jGrid .actionLink:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.jGrid .actionLink,
.jGrid .actionPlaceholder {
  box-sizing: border-box;
  display: inline-block;
  height: 26px;
  overflow: hidden;
  text-align: center;
  width: 26px;
}
.jGrid.k-grid tbody button.k-button {
  min-width: 0;
}


.simple-form * {
	box-sizing: border-box;
}

.simple-form .form-row {
	position: relative;
	white-space: nowrap;
}

#confirmCancel.simple-form.k-content .form-row {
	position: relative;
	white-space: normal;
}

.simple-form .form-row + .form-row {
	margin-top: 12px;
}

.simple-form .form-row-padded {
	padding: 6px 0;
}

.simple-form .form-actions {
	margin-top: 10px;
	text-align: right;
}

	.simple-form .form-actions .k-button + .k-button,
	.simple-form .form-actions button + button {
		margin-left: 6px;
	}

.simple-form .form-col {
	display: inline-block;
	padding: 6px 0;
	position: relative;
	white-space: normal;
}

.simple-form .k-tooltip-validation {
	margin-top:-6px;
	position: absolute;
	top: 100%;
	left: 0;
}

.simple-form .form-label {
	width: 30%;
}

.simple-form .form-input {
	width: 70%;
}

	.simple-form .form-input .input {
		padding: 4px;
		width: 100%;
	}

	.simple-form .form-input .check {
		display: inline-block;
		margin-right: 6px;
	}

	.simple-form .form-input .select {
		width: 100%;
	}
	
.simple-form textarea {
	max-height: 160px;
	resize: vertical;
}

.simple-form label {
	display: inline-block;
	padding: 4px 6px;
}

.simple-form label > * {
	display: inline-block;
	vertical-align: middle;
}
.simple-form label > * + * {
	margin-left: 4px;
}

.simple-form label:hover{
	background-color: rgba(0,0,255,0.05);
}

.simple-form label:hover,
.simple-form label > *:hover {
	cursor: pointer;
}

.simple-form .w_10 {
	width: 10%;
}

.simple-form .w_20 {
	width: 20%;
}

.simple-form .w_30 {
	width: 30%;
}

.simple-form .w_40 {
	width: 40%;
}

.simple-form .w_50 {
	width: 50%;
}

.simple-form .w_60 {
	width: 60%;
}

.simple-form .w_70 {
	width: 70%;
}

.simple-form .w_80 {
	width: 80%;
}

.simple-form .w_90 {
	width: 90%;
}

/* Simple Data - created to be used similar to simple form, but for data display only, no input spacing*/
.simple-data * {
	box-sizing: border-box;
}

.simple-data .data-row {
	position: relative;
	white-space: nowrap;
}

.simple-data .data-row + .data-row {
	margin-top: 6px;
}

.simple-data .data-row-padded {
	padding: 3px 0;
}

.simple-data .data-actions {
	margin-top: 10px;
	text-align: right;
}

	.simple-data .form-actions button + button {
		margin-left: 6px;
	}

.simple-data .data-col {
	display: inline-block;
	padding: 3px 0;
    margin-left: 15px;
	position: relative;
    vertical-align: top;
	white-space: normal;
}

.simple-data .k-tooltip-validation {
	margin-top:-6px;
	position: absolute;
	top: 100%;
	left: 0;
}

.simple-data .data-col1 {
	width: 20%;
}

.simple-data .data-col2 {
    color: #000;
	width: 80%;
}

	.simple-data .data-input .input {
		padding: 4px;
		width: 100%;
	}

	.simple-data .data-input .check {
		display: inline-block;
		margin-right: 6px;
	}

	.simple-data .data-input .select {
		width: 100%;
	}
	
.simple-data textarea {
	max-height: 160px;
	resize: vertical;
}

.simple-data .w_10 {
	width: 10%;
}

.simple-data .w_20 {
	width: 20%;
}

.simple-data .w_30 {
	width: 30%;
}
	
.simple-data textarea {
	max-height: 160px;
	resize: vertical;
}

.simple-data .w_10 {
	width: 10%;
}

.simple-data .w_20 {
	width: 20%;
}

.simple-data .w_30 {
	width: 30%;
}

.simple-data .w_40 {
	width: 40%;
}

.simple-data .w_50 {
	width: 50%;
}

.simple-data .w_60 {
	width: 60%;
}

.simple-data .w_70 {
	width: 70%;
}

.simple-data .w_80 {
	width: 80%;
}

.simple-data .w_90 {
	width: 90%;
}

/*end Simple Data styles*/
.simple-data .data-actions {
	margin-top: 10px;
	text-align: right;
}

	.simple-data .form-actions button + button {
		margin-left: 6px;
	}

.simple-data .data-col {
	display: inline-block;
	padding: 3px 0;
    margin-left: 15px;
	position: relative;
    vertical-align: top;
	white-space: normal;
}

.simple-data .k-tooltip-validation {
	margin-top:-6px;
	position: absolute;
	top: 100%;
	left: 0;
}

.simple-data .data-col1 {
	width: 20%;
}

.simple-data .data-col2 {
    color: #000;
	width: 80%;
}

	.simple-data .data-input .input {
		padding: 4px;
		width: 100%;
	}

	.simple-data .data-input .check {
		display: inline-block;
		margin-right: 6px;
	}

	.simple-data .data-input .select {
		width: 100%;
	}
	
.simple-data textarea {
	max-height: 160px;
	resize: vertical;
}

.simple-data .w_10 {
	width: 10%;
}

.simple-data .w_20 {
	width: 20%;
}

.simple-data .w_30 {
	width: 30%;
}

.simple-data .w_40 {
	width: 40%;
}

.simple-data .w_50 {
	width: 50%;
}

.simple-data .w_60 {
	width: 60%;
}

.simple-data .w_70 {
	width: 70%;
}

.simple-data .w_80 {
	width: 80%;
}

.simple-data .w_90 {
	width: 90%;
}

/*end Simple Data styles*/


div.addressBlock {
    border-bottom:solid 1px gray;
    background-color:#FFF;
    cursor:default;
    padding:5px;
}

div.addressBlockOver {
    border-bottom:solid 1px gray;
    background-color:#FFFFE0;
    cursor:pointer;
    padding:5px;
}

div.addressMatchText {
    font-size:1em;
}

div.valueCellView {
    width:230px;
    float:left;
    border:0;
    margin:5px 0 0 12px;
    padding:2px 0;
}
div.valueCellView.xlarge {
    width:460px;
}
.pagetitle_signup_receipt {
	text-decoration:underline;
	font-size:135%;
}
.account-info {
	padding-bottom:10px;
}

.carrierMethod {
	left: 128px;
	position: relative;
	top: -27px;
}

.boldText, .totalLabel {
	font-weight: bold;
}

.orderSummary .data {
	width: 99%;
	margin: 5px 0px;
}

.orderSummary .subotals .orderTotalSubtitle{
	width: 180px;
}

.orderSummary .subotals .orderTotalSubtitleSubTotal, 
.orderSummary .subotals .orderTotalSubtotal{
	width: 80px;
}

.subtotalRow {
	background: #dedee8;
}

table.data th {
	background:#98a8ba none repeat scroll 0 0;
	font-weight: bold;
}

.data .data td,.data .data th {
	padding: 0 20px;
}

td.orderVolumeTotal {
	text-align: right;
}

.cartrow {
	vertical-align: middle;
}

.cartrow .button {
	display: none;
}

.control_standard {
	width: 50%;
	float: left;
}

.control_standard input {
	margin: 0 10px 0 0;
}

table.dashboard table.grid {
	width:50%;
	min-width: 100%;
}

.searchHighlight {
	background: #F5C281;
}

/*   Account Info / Banking ********************/

.bankingSection {
	padding: 12px 0;
}
.bankingSection + .bankingSection {
	border-top: solid 1px #aaa;
}

/*   Cart Volume Display ********************/
.CartVolume {
	width: 48%;
	float: right;
	padding: 5px !important;
}

.CartQuals {
	width: 48%;
	float: left;
	padding: 5px !important;
}

.CartVolume table.data, .CartQuals table.data  {
	width: 100%;
	margin: 0;
}

.CartVolume .data td.cartVolumeTotal, .CartQuals .data td.cartVolumeTotal  {
	text-align: right;
}

/*   Cart Advice Display ********************/
ul.incentives-list li {
	    overflow: hidden;
}
ul.incentives-list li div {
	/*float: left;*/ 
}
ul.incentives-list li div div {
	clear: both;
}

/*   Order summary ********************/
table.data td.productSeparator {
	font-size: 30%;
}
table.data.noborder tr td{
	border:0px solid gray;}
table.data.noborder{
	border:0px solid gray;}
table.data tr.grouping{
	border:1px solid gray;}
table.data tr.groupingTop{
	border-top:1px solid gray;}
table.data.noborder tr th{
	border:1px solid gray;}


/*   Order Volume Display ********************/
.orderVolume table.data  {
	width: 100%;
	margin: 0;
}

fieldset.orderVolume legend {
    font-weight:bold;
    font-size:116%;
    color:#34668a;
    margin:10px 0 0;
}

/*  Custom Plan Settings  ********************************/
.customPlanKey {
    font-weight: bold;
}

.dash_title {
	font-weight: bold;
	padding: 0 10px 0 30px;
}

.dash_title img {
	margin: 0 0 0 10px;
}

.dash_content {
	padding: 10px 30px 80px;
}

.paddedtop_cell {
	padding: 0 10px;
	border: 0;
	border-bottom: 2px solid #FFFFFF; 
	border-top: 2px solid #FFFFFF; 
	font-weight: bold;
}

.paddedleft_cell {
	padding: 0 10px;
	border: 0;
	border-bottom: 2px solid #FFFFFF; 
	border-top: 2px solid #FFFFFF; 
}

.earningsAdjDetailsComments {
	padding: 1em;
	margin: 0 0 10px;
}

/*  GENEALOGY VIEWER  ***********************/
div.gvSelectionBox {
	margin-top: -20px;
	margin-left: -10px;
}

table.gvSelection {
	margin: 20px 0 0;
	padding: 5px;
	background:#457ba2;
	width:100%;
}

table.view-select {
	background:#457ba2;
	color: #FFFFFF;
	border:solid 1px #457ba2;
	padding: 5px;
	margin: 10px;
	width: 550px;
}

table.view-select tr .label {
	color: #FFFFFF;
	text-align: right;
}

table.view-select > tbody > tr > td.value > select { 
	width: 12em; 
}

table.gvPlanSelect {
	width: 550px;
}

table.gvPlanSelect .label {
	text-align: right;
}

table.view-select * select {
	width:160px;
}

.ViewerLegend {
	border:solid 1px #457ba2;
	margin: 10px 0 10px 5px;
}

.initialTopLeft {
	background: transparent url(Images/gvBorderTop.png) top left no-repeat;
}

.initialTopRight {
	background: transparent url(Images/gvBorderTop.png) top right no-repeat;
}

.initialBottomLeft {
	background: transparent url(Images/gvBorderBottom.png) top left no-repeat;
}

.initialBottomRight {
	background: transparent url(Images/gvBorderBottom.png) top right no-repeat;
}

.initialTopCenter, .initialBottomCenter {
	background: #457ba2;
	cursor: pointer;
}

.initialSide, .highlightSide {
	background: #457ba2;
	cursor: pointer;
}

.note {
	border: 0;
	padding: .5em;
	color: #FFFFFF;
	background-color: #2e547b;
}

.nodeDetailPanel_head img {
	padding: 4px;
	
}

.note#nodeDetailPanel {
	color: #000000;
	background-color:#FFF;
	background-image: url(Images/top-back.gif);
	background-repeat: repeat-x;
	padding: 0;
}

#tooltip {
	background-image: none;
}

.genealogyDetail {
	width: 250px;
	line-height: 1.5em;
}

.genealogyDetail .info-key {
	font-weight: 900;
}

.genealogyDetail .info-value {
	text-align: right;
}

.Code {
	color: #FFFFFF;
}

 .Code .info-value	{
	font-weight: 400;
}

.Code, .JoinDate, .PWV  {
	line-height: 3em;
}

.downlineTree td {
	padding: 5px 0px;
}

/*   / GENEALOGICAL VIEWER     ********************************/
/* REVIEW: Remove? Replace with CSS3 buttons */
/*  CART ROUNDED BUTTONS  ********************************/
.formtable .ajax__calendar_days th, .formtable .ajax__calendar_days td {
	padding:0px;
	margin:0px;
}

.formtable fieldset {
    padding:5px 5px 10px 5px !important /*Non-IE6*/; 
    padding:0 /*IE6*/; 
    margin:0 0 20px 0; 
    border:solid 1px #DCDCDC;
}
.formtable fieldset.incentive-suggested {
	 padding:5px 5px 10px 5px !important /*Non-IE6*/;
}

.formtable fieldset.incentive-suggested .incentive-text {
	padding: 0 0 10px 5px
}

.formtable fieldset.incentive-suggested li {
	padding: 0 10px 10px
}

.formtable fieldset legend {
    margin:0 0 0 5px !important /*Non-IE*/;
    margin:0 0 20px 5px /*IE6*/;
    padding:0 2px 0 2px;
    font-weight:bold;
    font-size:130%;
}

.formtable th, .formtable td {
    border: none;
    padding: .2em; 
}

.formtable .button * {
    display:block;
}

/* / CART ROUNDED BUTTONS  ************************************/
.footer {
	clear:both; 
	width:1000px; 
	height:3.7em; 
	padding:1.1em 0 0; 
	background:transparent; 
	font-size:1.0em; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	margin: 0 auto;
	text-align: center;
}

/* Standard control sizes */
select.xsmall {
    width:44px;
}

html>select.xsmall {
    width:auto;
    min-width:44px;
}

input.xsmall,textarea.xsmall {
    width:40px;
}

select.small {
    width:77px;
}

html>select.small {
    width:auto;
    min-width:77px;
}

input[readonly] {
	border: 0;
	cursor: default;
	background-color: transparent;
}

input.small,textarea.small {
    width:73px;
}

select.medium {
    width:154px;
}

html>select.medium {
    width:auto;
    min-width:154px;
}

input.medium,textarea.medium {
    width:150px;
}

select.large {
    width:229px;
}

html>select.large {
    width:auto;
    min-width:229px;
}

input.large,textarea.large {
    width:225px;
}

select.xlarge {
    width:304px;
}

html>select.xlarge {
    width:auto;
    min-width:304px;
}

input.xlarge,textarea.xlarge {
    width:300px;
}

input.xxlarge,textarea.xxlarge {
    width:450px;
}

em {
    font-style:italic;
}

iframe.tframe {
    border:dotted 1px #000;
}

span span span span img {
	margin: 0 10px 0 0;
}

.progress {
    display: block;
    position: absolute;
    padding: 2px 3px;
}

.prog-container {
    border: solid 1px #808080;
    border-width: 1px 0px;
}

.prog-header {
    background: url(Images/gradient.png) repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    font-family: arial,helvetica,clean,sans-serif;
}

.prog-body {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}
.downline .planPeriodSelect {
	background:#457BA2 none repeat scroll 0 0;
	border-width:0;
	color:#FFFFFF;
	margin:0 40px 20px 0;
	padding:0;
	line-height:2em;
}
.downline .dataSelect {
	padding:5px 0;
}
.downline .planPeriodSelect .label {
	padding: 2px 1em 2px 0.5em;
}
.downline .submit {
	padding-top:4px;
}
/*   Plan builder  ********************************/
.planExpression {
	height: 6em;
	width: 450px;
}

/*   Cart Browse  ********************************/
/* Cart Available Credit */

.cart-available-balance-cont {
	clear: both;
	padding-bottom: 2px;
	text-align: right;
}

	.cart-available-balance-cont .cart-available-balance {
		background-color: #eeeeee;
		display: inline-block;
		padding: 2px 4px;
	}

/*Product browsing popup */
.browse .product {
	white-space:normal;
	width:100%;
	display: block;
	margin-top:15px;
}

.browse .product strong {
	font-weight:bold;
}

.browse .product .code {
	font-weight: bold;
	width: 80px;
}

.browse .product .description {
	font-weight: bold;
	width: 270px;
}

.browse .offer {
	width: 300px;
}

.browse .offer .first {
	width: 80px;
}

.browse .offer .priceAmount {
	width: 220px;
}

.browse .offer .priceType {
	font-weight: bold;
	padding: 8px 0 0 0;
	width: 50px;
}

.browse .offer .amount {
	padding: 8px 0 0 0;
	width: 170px;
}

.employeeHide {
	display:none;
}

/* Popup Browse */
#productBrowse {
	z-index:1000;
}

#productBrowse .product {
	width: 270px;
	height: 250px;
	float: left;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 2px solid #bbb;
	border-top: 1px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 2em;
	margin-bottom: 2em;
}

#productBrowse .product:hover {
	background-color: #ddd;
}

#productBrowse .product .prodNodeAdd {
	color:#ffffff;
	font-weight:bold;
	background:#222 url(Images/alert-overlay.png) repeat-x !important;
	margin-left:10px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
	border-radius:5px;
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	cursor:pointer;
    padding:4px 8px 5px;
	line-height:18px !important;
	position:absolute;
	bottom:0px;
	right:10px;
}

#productBrowse .product select {
	position: absolute;
	bottom:0px;
	left:10px;
}


#productArea div {
	text-align:center;
}
#productArea div.product > div > img {
    height: 200px;
}
/* Cart availability */
.availabilityIssue {
	display: block;
}

.availabilityIssue.Summary 
{
    /*show/hide summary should be drive by messages wrap tag*/
	/*display: none;*/
}

.availabilityIssue.Error.CartItem {
	display: block;
}

.availabilityIssue.Error.Cart {
	display: block;
}

.availabilityIssue.Error, .itemError .Error {
	background: #F7CBCA;
}

.availabilityIssue.Warning, .itemError .Warning {
	background: #F7F7CA;
}

.availabilityIssue.Error.Superseded, .itemError .Error.Superseded {
	background: #CBF7CA;
}

.itemError span {
	display: inline-block;
}

.itemError .Summary {
	display: none;
}

.itemError ul {
	display: inline-block;
	width: 100%;
}


.message-info .availabilityIssue.Warning {
	background: transparent;
}

.availabilityIssue.Product.Summary 
{
	/*Product summary is duplicated in Offer summary*/
	display: none;
}

/*  jCoach / GoalTracker Settings  ********************************/
.jCoach table {
	width:80%;
}
.jCoach th {
	border:0px;
	background:rgb(68,132,185);
	color:#696969;
	padding-left:5px;
}
.jCoach td {
	border:1px solid rgb(220,220,220);
	padding:5px;
}
.jCoach a {
	text-decoration:underline;
}
.dashboardDescription {
	padding-left:5px;
	padding-right:15px;
}
.jCoach .formtable .label {
	padding-left:5px;
}

.jCoach span span h3 {
    font-size: 1.3em;
    font-weight: bold;
	margin: 15px 0 5px 0;
}
div.jCoach tr.row td:first-child, div.jCoach tr.rowalt td:first-child {
    width: 290px;
}
.jCoach div span span div table .row table, .jCoach div span span div table .rowalt table {
    width: 33%;
}

.planPeriodSelect {
	width:80%;
	background:#457BA2;
	margin-bottom:10px;
	padding:5px 0;
}
	.planPeriodSelect .label {
		color:white;
		padding-left:10px;
	}
	.planPeriodSelect .label
	,.planPeriodSelect .dataSelect {
		padding-right:10px;
		float:left;
	}
.planPeriodSelectFoot {
	clear:both;
}
TABLE.dashboard {
    width: 80%;
}

.dashboardDescription  {
	font-weight: 900;
}

div.vol-list {
    text-align:right;
}

div.vol-list ol {
    padding-top: 4px;
}

div.vol-list ol li {
    padding:0;
}

div.vol-list br {
    clear:left;
}

div.vol-list ol li a {
    display:block;
    text-decoration:none;
}

div.vol-list ol li a:hover {
    color:#FFF;
    background-color:#E2A53A;
}

div.vol-list span {
    font-size:90%;
}

div.vol-list span.label {
    color:#FFF;
    float:left;
    padding:0;
}

div.vol-list span.value {
    color:#FFF;
    padding:0;
}

div.vol-list a:hover span.label,div.vol-list a:hover span.value {
    color:#FFF;
}

.block {
    display:block;
}

div.yuimenu {
    position:absolute;
    visibility:hidden;
    line-height:1.9em;
}

div.yuimenu .bd {
    zoom:normal;
}

div.yuimenu div.bd {
    background-color:#FFFFFF;
    border:1px solid #808080;
}

div.yuimenu li.yuimenuitem-selected {
    background-color:#B3D4FF;
}

div.yuimenu a.yuimenuitemlabel {
    text-decoration:none;
    text-align:right;
    padding:0 3px 0 10px;
}

.errortext {
    font-weight:bold;
    color:#f00;
}

.successtext {
    font-weight:bold;
    color:#006600;
}

.pmtItemStatus, .pmtStatusString{
	font-weight:bold;
}
/*  inventory tab stylings  */
.offerFilter SELECT {
	vertical-align: middle;
}

.offerFilter .country {
	width: 250px;
}

.offerFilter .currency {
	width: 250px;
}

.offerFilter .priceType {
	width: 300px;
}

/*  Content editor Settings  ********************************/
.contentEditorImages {
	overflow: auto;
	max-height:335px;
}

.contentEditorImages fieldset {
	height:110px;
	width:110px;
	margin:5px;
	padding:5px;
	float:left;
}

.contentEditorImages fieldset legend {
	font-size: 110%;
}

.contentEditorImages fieldset span img {
	max-height:100px;
	max-width:100px;
}

.contentEditorInput {
	clear:both;
}

.contentEditorUpload {
	line-height: .8em;
	height: 20px;
}

.contentEditorImageError {
	display: block;
	color: Red;
}

/*  Ticket editor Settings  ********************************/
.ticketEditor_history_label {
	vertical-align: top;
	line-height: normal;
}

.ticketEditor_history_repeater {
	overflow:auto;
	height: 250px;
	width: 700px;
	float:left;
}

.ticketEditor_history_dateColumnHeader {
	line-height:normal;
	width: 80px;
	float:left;
	border-bottom-style:groove;
}

.ticketEditor_history_timeColumnHeader {
	line-height:normal;
	width: 80px;
	float:left;
	border-bottom-style:groove;
}

.ticketEditor_history_userColumnHeader {
	line-height:normal;
	width: 500px;
	float:left;
	border-bottom-style:groove;
}

.ticketEditor_history_historyItem {
	line-height:normal;
	width: 660px;
	font-size:12px;
}

.ticketEditor_history_column {
	width: 80px;
	float:left;
}

.ticketEditor_history_note {
	line-height:normal;
	width: 660px;
	font-size:12px;
	clear:left;
	border-bottom-style:groove;
	margin-bottom: 4px;
}

.ticketEditor_history_buttons {
	padding: -.1em 1em 0 0.5em;
}

/*AutoComplete styling */
.autoComplete_completionList {
	background-color: white;
	display:block;
	visibility: hidden;
	margin: 0;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor:pointer;
	overflow: auto;
    text-align: left;
    list-style-type: none;
}

.autoComplete_hover {
	background-color: #f5c281;
	color: black;
	padding: 1px;
}

.autoComplete_listItem {
	background-color: white;
	color: black;
	padding: 1px;
}

.autoComplete_completionList .code {
	display:block;
	font-weight:bold;
	margin-top:5px;
	margin-right:5px;
}

.autoComplete_completionList .description {
	display:block;
	margin-right:5px;
}

.autoComplete_completionList .highlight {
	background-color: #ffff99;
	color: black;
}

.fieldgrp {
	margin-bottom: 25px;
}

.prodGridTitle {
	padding-top: 0.1em;
	font-size: 14px;
}

.amtCol {
	text-align: right;
	white-space: nowrap;
}

.actCol, .ddCol {
	text-align: center;
}

/*  Payoneer Styling ***************/
.Payoneer a:hover {
	cursor: hand;
}

.Payoneer .register span {
	padding-left: 10px;
}
/*  ********************************/

.inline-buttons div {
	display:inline;
}

/* Menu -------------------------------------- */

#j6menu, #j6menu a {
    font:10pt Verdana; 
}

#j6menu div {
	overflow:hidden;
	margin-left:0em;
}

#j6menu li {
    list-style-type:none;
}

#j6menu ul {
    padding-left:0px;
}

/* Plan builder */

.slide-out-div {
	background:none repeat scroll 0 0 #DDDDDD;
    border:1px solid #AAAAAA;
    height:100%;
    padding:0px;
    width:280px;
}

.slide-out-content {
    overflow:auto;  
    height:100%;
	background-color:#EEEEEE;
	padding:4px;
	color:Black;
}

#tooltip-account {
	display: none;
	background:transparent url(Images/ArrowBottomFlip.png) no-repeat top;
	font-size:12px;
	width:280px;
	color:#fff;	
	z-index:999;
	padding: 39px 0 0 0;
}

#tooltip .content {
	width:160px;
	padding:25px 25px 0 25px;
	background:transparent url(Images/ArrowTop.png);
	min-height:65px;
}

#tooltip-account .content
{
	width:231px;
	padding:0 25px 0px 25px;
	background:transparent url(../../Images/account-details-bg.png);
	min-height:117px;
}

#tooltip-account .content-footer
{
	width:231px;
	padding:0 24px 0px 25px;
	background:transparent url(Images/ArrowTopFlip.png) bottom no-repeat;	
	min-height:85px;
}

#tooltip .description {
    margin-top:0px;
}

#tooltip-big { 
    display:none; 
    background:url(../../Images/Arrow_big.png); 
    height:163px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff; 
	z-index:1000;
} 

#tooltip a, #tooltip-big a {
    color:#fff;
}

.vertical {
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);	
    -o-transform: rotate(-90deg);	
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


/* from site.css MVC style*/

.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height:100%;
}
/*
body.genealogy-genealogy-aspx .page {
    width: 1210px;
}
*/
#header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-top: 8px;    
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    min-height:800px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

body.core-admin-resources-aspx #main { min-width: 1000px;}
body.genealogy-downline-aspx #main { min-width: 900px;}
body.genealogy-downline-aspx div.planPeriodSelect { width: 895px;}

/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 4px 0 6px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

#logindisplay {
    font-size:.9em;
    float:right;
    color:#fff;
    position: absolute;
    top: 0px;
    right: 5px;
}

#logindisplay span.item {
    margin-right: 20px;   
}

#logindisplay2 {
    font-size:.9em;
    float:right;
    color:#fff;
    position: absolute;
    top: 36px;
    right: 0px;
}

#logindisplay a:link {
    color: #fff;
    text-decoration: none;
}

#logindisplay a:visited {
    color: #fff;
    text-decoration: none;
}

#logindisplay a:hover {
    color: #fff;
    text-decoration: underline;
}

.navtext div {
    display:inline;
}

/* Getting rid of this as it's breaking the Plan Rule page.'*/
/*
div.toolbox {
    float: right;
    width:15%;
    margin-right: 5%;
}
*/

div.toolbox fieldset {
    border:none;
    border-top:solid 1px #E0E0E0;
    width:100%;
    margin: 0;
    padding-left: 1em;
}

div.toolbox fieldset legend {
    color: #696969;
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px;
}
/*
.rules {
    margin-top:0;
    width:78%;
    float: left;
}
*/
.node-level-1 {
    background-color:White;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* Vertical Accordion Menu
----------------------------------------------------------*/

ul.menu, ul.menu ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.menu a {
    display: block;
    text-decoration: none;
}

ul.menu li a {
    background: #DDD;
    color: #000;
    padding: 0.5em;
}

ul.menu li a:hover {
    background: #AAA;
}

ul.menu li {
    border-bottom: solid 1px #aaa;
}

ul.menu li ul {
    border-top: solid 1px #aaa;
}

ul.menu li ul li {
    border-bottom: none;
}

ul.menu li ul li a {
    background: #fff;
    color: #000;
    padding-left: 20px;
}

ul.menu li ul li a:hover {
    background: #aaa;
    border-left: 5px #404040 solid;
    padding-left: 15px;
}

table.edit_table .label {
    height:22px;
}

.val-hide {
    display:none;
} 

.val-show {
    display:inline;color:Red;
}

.form-field-error {
	display: inline;
	color: #f00;
}


/* report.css */

.report {
    overflow: auto;
    border: 1px solid;
}
/* overrides inherited default base css */
.reportPlus input[readonly], .report input[readonly] {
	border: 1px solid #707070;
	background-color: #ffffff;
}

.shortReport {
   overflow: auto;
   border: 1px solid;
  
}

/* CHROME SPECIFIC fixes  reports where it loses the height and puts in a strange missing image' */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
 .reportPlus{ height: 1000px;} 
 .reportPlus:nth-of-type(1) img[src*="Blank.gif"]{display:none;}
} 



/* theme-layout.css */

html,body,page {
    height:100%;
    padding:0px;
    margin:0px; 
    background-color:#3C5670;
}

body {
    background-color: #3C5670;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #696969;
    text-align: left;
}

/*  header  **********/
#header {
    background-image:url('Images/headerTitle.gif');
    background-repeat:no-repeat;
    position: relative;
    color: #000;
    margin-top: 5px;
    height: 55px;
}

.contactpanel {
    text-align: left;
}


/* REVIEW: Are these styles used in next version? */
.accountProfile {
    margin-bottom: 6px;
}

.accountProfileAvatar {
    float: left;
    display:block;
    height: 66px;
    width: 48px;
}

.defaultProfilePicture {
    background:#FFFFFF url(Images/accountProfileAvatar.jpg) center top no-repeat;
    height: 66px;
    width: 48px;
}

.accountProfileAvatar img {
    border:1px solid #8a8a8a;
    max-height: 66px;
    max-width: 48px;
    background:#FFFFFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.accountProfileNameEmail  {
    color:#fff;
    float:left;
    margin-left:4px;
    text-align:left;
    overflow: hidden;
    white-space: wrap;
}

.accountProfileNameEmail span {
    font-weight: bold;
    text-decoration:none;
}

.accountProfileNameEmail span span {
    font-weight:normal;
    text-decoration:none;
}

.selectedAccount {
    margin:0;
}

.search {
    margin:0;
    width: 200px;
}

.accountSearch {
    margin:0;
}

.searchform {
    margin:0px;
    width:0px;
}

.searchAbove {
	margin:5px 0 5px 0;
	width:300px;
}

div.searchAbove a {
	margin:0px;
}

.searchAbove input {
	margin-right:5px;
	float: left;
}

.searchAbove br {
	clear:both;
}

input.searchformfield {
   display: block;
   float: left;
   width: 142px;
   height: 15px;
   padding: 4px 3px 3px 22px;
   border: none;
   background: transparent url(Images/bgsearch.gif) no-repeat;
   color: #797979;
   font-size: 1.1em;
}

a.searchformfield {
    font-family: verdana,arial,sans-serif;
    height: 18px;
    padding: 2px 7px 0px 7px;
    font-size: 11px;
    display: block;
    float: left;
    line-height: 1.5; 
    outline: 0;
    color: #A9A9A9;
    text-align: center;
    vertical-align: middle;  
    text-decoration: none; 
    -ms-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;
    border: solid 1px #D6D7DA;
    background-color: #F2F2F4;
    background-image: -webkit-linear-gradient(bottom, #F2F2F4, #F7F7F7);
    background-image: -moz-linear-gradient(bottom, #F2F2F4, #F7F7F7);
    background-image: -o-linear-gradient(bottom, #F2F2F4, #F7F7F7);
}

.view-select .ViewerRefresh {
    margin-top:5px;
}

.view-select .ViewerRefresh  .button{
    margin-left:5px;
	margin-right:0px;
}

.searchform input.button {
    background:#E6E6E6 none repeat scroll 0 0;
    border:0px;
    color:#FFF;
    float:left;
    font-family:verdana,arial,sans-serif;
    font-size:10px;
    margin-top:0.5em;
    padding:1px;
    text-align:center;
}

/* css3 button styling*/
a.button,a.button:visited {
    background:#222 url(Images/alert-overlay.png) repeat-x;
    display:inline-block;
    color:#fff;
    text-decoration:none;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
    text-shadow:0 -1px 1px rgba(0,0,0,0.25);
    border-bottom:1px solid rgba(0,0,0,0.25);
    position:relative;
    cursor:pointer;
    padding:4px 8px 5px;
    margin-right: 5px;
}

.searchAbove a.button,a.button:visited {
	margin-top:0px;
}
a.button:hover {
    background-color:#111;
    color:#fff;
}

a.button:active {
    top:1px;
}

a.small.button,a.small.button:visited {
    font-size:11px;
}

a.button,a.button:visited,a.medium.button,a.medium.button:visited {
    font-size:12px;
    font-weight:bold;
    line-height:1;
    text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	margin-right:5px;
}

a.large.button,a.large.button:visited {
    font-size:14px;
    padding:8px 14px 9px;
}

a.alt1.button,a.alt1.button:visited {
    background-color:#91bd09;
}

.alt1.button:hover {
    background-color:#749a02;
}

.navigationOptions {
    margin:10px 0 0;
}

/*  sidebar navigation  **********/
.sidebarMenu {
    padding: 1px 0 0 20px;
    margin: 10px 0 0;
    width:200px;
}

.sidebarHeading {
    margin:0;
    border-bottom:1px solid #34668A;
    position:relative;
    top:5px;
    left:0px;
    width:220px;
}

.sidebarHeading h1 {
    color:#34668A;
    font-weight:bold;
    padding: 0 0 5px 20px;
}

.menuBox {
    position:relative;
    /*min-width:8em;*/
    max-width:225px; /* based on image dimensions - not quite consistent with drip styles yet */
    /*color:#fff;*/
    margin-left:14px; /* default, width of left corner */
    margin-bottom:0; /* spacing under menuBox */
    float: center;
    margin-left: auto;
    margin-right: auto;
}

.menuBox .menuBox2,			
.menuBox .menuBoxLeft,
.menuBox .menuBoxBottom,
.menuBox .menuBoxBottom div {
    background:transparent url(Images/bg_sidebar_menu.png) no-repeat top;
}

.menuBox .menuBox2 {
    position:relative;
    zoom:1;
    _overflow-y:hidden;
    padding:0px 12px 0px 0px;
}

.menuBox .menuBoxBottom {
    position:relative;
    width:100%;
    background-position:bottom right;
    height:30px; /* height of bottom cap/shade */
    font-size:1px;
}

.menuBox ul li {
    padding:0.2em 0px;
}

.sidebarMenu ul li a {
	color: #000000;
	display: block;
	margin: 0 0 0 -20px;
	padding: 3px 6px 3px 19px;
}

.menuBox .menuBox2 .sidebarMenu ul li a:hover {
	background-color:#f5c281;
}

div.data {
    line-height: 1.3em;
}

tr.subtotalRow td {
    text-align:right;
}

table.data {
	margin: 0 0px 0 0;
	border: 1px solid gray;
	border-collapse:collapse;
	font:12px Arial, Helvetica, sans-serif;
}

table.data tr th {
	padding: .3em 3px .3em 3px;
	color:#ffffff;
	background:#3c566f;
	text-decoration: none;
	font-weight: bold;
}

.order-ordercancel-aspx table.data tr th {
	background: #C2D1DC;
	color: #696969;
}

table.data tr td {
	border: 1px solid gray;
	padding: .3em 3px .3em 3px;
}

table.data .rowFooter td {
    background:#FFF;
}

.calendar{
	cursor:pointer;
	margin-left:4px;
	margin-right:4px;
	vertical-align:middle;
}

/* container.css */
.yui-overlay,
.yui-panel-container {
    visibility:hidden;
    position:absolute;
    z-index: 2;
}

.yui-panel {
    visibility:hidden;
    border-collapse:separate;
    position:relative;
    left:0;
    top:0;
    font:1em Arial;
    background-color:#FFF;
    border:1px solid #000;
    z-index:1;
    overflow:hidden;
}

.yui-panel .hd {
    background-color:#3d77cb;
    color:#FFF;
    font-size:100%;
    line-height:100%;
    border:1px solid #FFF;
    border-bottom:1px solid #000;
    font-weight:bold;
    padding:4px;
    white-space:nowrap;
}

.yui-panel .bd {
    overflow:hidden;
    padding:15px;
}

.yui-panel .bd p {
    margin:0 0 1em;
}

.yui-panel .container-close {
    position:absolute;
    top:5px;
    right:8px;
    z-index:6;
    height:15px;
    width:25px;
    margin:0px;
    padding:0px;
    background:url(Images/close.png) no-repeat;
    cursor:pointer;
    visibility:inherit;
    text-indent:-10000em;
    overflow:hidden;
    text-decoration:none;
}

.yui-panel .ft {
    padding:4px;
    overflow:hidden;
}

.yui-simple-dialog .bd .yui-icon {
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    margin-right:10px;
    float:left;
}

.yui-panel .container-close {
    position:absolute;
    top:5px;
    right:8px;
    z-index:6;
    height:15px;
    width:25px;
    margin:0px;
    padding:0px;
    background:url(Images/close.png) no-repeat;
    cursor:pointer;
    visibility:inherit;
    text-indent:-10000em;
    overflow:hidden;
    text-decoration:none;
}

.yui-tt {
    visibility:hidden;
    position:absolute;
    color:#333;
    background-color:#FDFFB4;
    font-family:arial,helvetica,verdana,sans-serif;
    padding:2px;
    border:1px solid #FCC90D;
    font:100% sans-serif;
    width:auto;
}

.yui-tt-shadow {
    display: none;
}

* html body.masked select {
    visibility:hidden;
}

* html div.yui-panel-container select {
    visibility:inherit;
}

* html div.drag select {
    visibility:hidden;
}

* html div.hide-select select {
    visibility:hidden;
}

.mask {
    z-index: 1; 
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
    background-color:#000;
}


/* z-overrides.css */

.formtable {
	width:100%;
}

td.formtable-content {
	vertical-align:top;
}

td.seq-map-steps-container {
	vertical-align:top; 
	padding:0pt 0pt 0pt 15px;
	width:250px;
}

/* Product selection table */
td.formtable-content table.data {
	width:100%;
}

.formtable fieldset {
	padding: 5px 5px 10px 5px;
}

table.data tr.subtotalRow td {
	border-top:0px none;
	border-collapse:collapse;
}

table.data tr.rowOrderTotal {
    background-color:#F3F3F3;
    white-space:nowrap;
}

.prodContainer {
	width: 100%;
}

.stkC {
	width: 100px;
}

.stk.small 
{
	width: 80px;
}
.brs {
	margin-left: 3px;
	margin-right: 3px;
	text-align: right;
}

.qtyC {
	width: 80px;
}
.qty.xsmall {
	width: 76px;
}
.ptpC,
.prcC,
.extC,
.crdC,
.subC {
	width: 8%;
}
.qordC,qrecC {
	width: 5%;
}

.ptp {
	width: 100%;
}
.rmvC {
	width: 20px;
}

.data p {
	margin-bottom: 0;
}
.prodGrid .data input {
	margin-right: 8px;
}
.prodGrid .data .errortext {
	margin-left: -6px;
}

.order-summary-table {
	
}

.order-summary-table .two-wide {
	overflow: auto;
}

.order-summary-table .col-one {
	width: 48.5%;
	float: left;
}

.order-summary-table .col-two {
	width: 48.5%;
	float: right;
}




/* Payment */
fieldset.ordertotal table.formtable td.label,
fieldset.billcard table.formtable td.label,
fieldset.orderstatus table.formtable td.label,
fieldset.billaddr table.formtable td.label {
	width:140px;
	text-align:left;
	padding-right:0;
}

fieldset.ordertotal table.formtable tr.rowOrderTotal{	
	background-color:#F3F3F3;
	white-space:nowrap;
}

fieldset.Ordertotal table.formtable td span.orderTotal{
	font-weight:bold;white-space:nowrap;
}

fieldset.billcard table.formtable input:not(input[type=image]) {
	width:130px;
}

.product-list-item {
	float: left;
    padding: 5px;
}

.product-list-item > .product-list-item-image {
	height: 200px;
	width: 200px;
	overflow: hidden;
}
.product-list-item > .product-list-item-image > img {
	width: 100%;
}

.product-list-item .prodNodeAdd {
	display: block;
	text-align: center;
    
}

.incentive-suggested li, .incentive-earned li, .incentive-info li {
	margin-bottom: 15px;
   }

/* Order Summary/Receipt */
.orderSummary .carrierMethod {
	top:-17px;
	padding-left:.5em;
}


.order-summary-table .OrderMessageBrief {
	background-color: #F3F3F3;
}

.order-summary-table .OrderMessageBrief div {
	text-align: center;
}


.order-summary-table .briefQvView {
	border: 1px solid black;
	overflow: auto;
}

	.order-summary-table .briefQvView1,
	.order-summary-table .briefQvView2 {
		float: left;
		display: inline-block;
		padding-left: 1em;
		padding-right: 1em;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
	}

	.order-summary-table .briefQvView1 {
	}

	.order-summary-table .briefQvView2 {
		font-size: x-large;
	}


.login_field {
	margin:0 0 0 5px;
}

tr.propay {
	height: 2em;
}

tr.propay td.value {
	padding: 0 0 0 0.2em;
}

tr.propay td.value iframe {
	height: 50px;
	width: 100%;
}

tr.ctel {
	height: 4em;
}

tr.ctel td.value {
	padding: 0 0 0 0.2em;
}

tr.ctel td.value iframe {
	height: 4em;
	width:500px
}

/* This doesn't look right
tr.propayExp {
	display:block;
}
*/
tr.ctelExp {
	display:none;
}

/* Genealogy Viewer and Grid ***********************************************/
.view-accountlist DIV {
	padding-top:.25em;
	padding-bottom:.25em;
}

.view-accountlist SPAN {
	line-height:1.8em;
}

.view-accountlist table.grid SPAN.NoActivity {
	line-height:3em;
	margin-left:7px;
}

table.genealogyDetail .info-value a {
	color:#ffffff;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
}

div.genealogyViewer {
	width:100%;
}

.Code, .JoinDate, .PWV {
	line-height:inherit;
}

/*Event pages ***********************************************/

.eventdetails td.label {
    width: 113px;
}

table.eventsWrapper td.eventsList,
table.eventsWrapper td.eventsCalendar
{
	vertical-align: top;
	padding-top: 5px;
}
table.eventsWrapper td.eventsList div.eventsListItemsWrapper
{
	/*width: 600px;*/
}

 
 .posBalanceDue, .negBalanceDue 
 {
 	color:Red;
 	font-weight:bold;
 }
 
 /*Category Management *********************************************/
 .inventory-category-aspx a.button {
	margin-top:5px;
	margin-bottom:10px;
}

/* Sitemap *******************************************************/
.core-admin-sitemap-aspx .yui-u div div a.button {
	margin-top:5px;
}

.wtlabel{
    white-space: nowrap;
    width:140px;
    font-weight: bold;
}

.wtbox
{
    margin-top:15px;
    border:solid 1px;
    width: 800px;
}

.aspNetValidatorStyle /* This is just so I can match some controls to the ASP.NET validator style, which applies it's styling at the element level (grrr.) */
{
	color: Red;
	font-style: normal;
}

.scrollingControlContainer
{
    overflow-x: hidden;
    overflow-y: scroll;
}

.scrollingControlContainer td {
	border: none;
}

.scrollingCheckBoxList
{
    border: 1px #808080 solid;
    margin: 5px;
	padding: 5px;
    height: 80px;
}

input.noBorder {
	border: 0;
	cursor: default;
}

input.button {
    background:#222 url(Images/alert-overlay.png) repeat-x;
    display:inline-block;
    color:#fff;
    text-decoration:none;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
    text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border: 0;
    border-bottom:1px solid rgba(0,0,0,0.25);
    position:relative;
    cursor:pointer;
    padding:4px 8px 5px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

input.button:hover {
    background-color:#111;
    color:#fff;
}

input.button:active {
    top:1px;
}

.has-tooltip .tooltip {
    bottom: 100%;
    color: #fff;
	background-color: #fff;
    display: block;
    left: -25px;
    margin-bottom: 15px;
	border: solid 1px gray;
    opacity: 0;
    padding: 10px;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
         -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.has-tooltip .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}  

.has-tooltip:hover .tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
}

.field-validation-error {
    display: block;
    padding-top: 1px;
}
.preventScrolling, body.preventScolling {
	overflow: hidden;
}

/* Employee Maintenance *******************************************************/

.userDetail tr td {
	padding: 4px;	
}
.userDetail .allCountries {
	width: 246px;	
}
.userDetail .allCountries {
	padding: 2px;
	border-top: solid 1px #696969;
	border-left: solid 1px #696969;
	border-right: solid 1px #696969;
}

.userDetail .required {
	float: left;
	color:Red;
	display: none;
}
/* Employee Maintenance *******************************************************/

.roleCheckBoxList {
	float: left;
	border: solid 1px #696969;
	background-color: #ffffff;
	height: 95px;
	width: 250px;	
	overflow: auto;
}
.roleCheckBoxList tr td {
	padding: 2px;
	border: none;
}
.roleCheckBoxList tr td input {
	margin-right: 4px;	
}

.jCoach-Col1 {
    width: 50px;
}
.jCoach-Col2{
    width: 300px;
}
.jCoach-Col3 {
    width: 50px;
}

.orderComments {
	margin: 20px 0;
}

.orderComments {
	margin: 20px 0;
}

.orderComments .toggleLink {
	text-decoration: underline;
	color: #34668A;
	cursor: pointer;
}

.orderComments fieldset {
	border: none;
	margin-top: 10px;
	padding: 0px !important;
}

.orderComments legend {
	display: none;	
}

.orderComments .message-error, 
.orderComments .message-success{
	margin-top: 20px;
}

.orderEdit_orderComments .orderComments table.grid {
	width: 100%;
}

.orderCancel_orderComments .orderComments table.grid {
	width: 99%;
}

.orderSummary_orderComments .orderComments .toggleLink {
	padding: 5px 0 10px 5px;
}

.orderSummary_orderComments .orderComments fieldset {
	border: 1px solid #DCDCDC;
	padding: 5px 0 10px 5px !important;
}

.orderSummary_orderComments .orderComments legend {
	display: inline;
}

.orderSummary_orderComments .orderComments table.grid {
	width: 99%;
	margin: 0;
	border-collapse: collapse;
	font: 12px Arial,Helvetica,sans-serif;
}
.orderSummary_orderComments .orderComments table.grid tr {
	border: 1px solid gray !important;
}

.orderSummary_orderComments .orderComments table.grid tr td {
	border: 1px solid gray !important;
}

.orderSummary_orderComments .orderComments table.grid tr th {
	background: none repeat scroll 0 0 #3C566F;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.3em 1em 0.3em 0.25em;
	text-decoration: none;
}

.deliveryDaysMessage {
	clear: both;
	padding: 1em 0 .5em .5em;
}


.creditApplication .applicationPreface{
	margin-top: 5px;
	margin-bottom: 20px;
}

.creditApplication .errormessage{
	margin-bottom: 20px;
}

.creditApplication .btn-apply{
	margin-left: 300px;
	margin-bottom: 20px;
}

/*************** EXEMPTIONS ********************/
.exemptionGrid {
	overflow-x: hidden;
}
.exemptionGrid > div {
	overflow-x: auto;
}
.exemptionDateField {
	width: 8em;
}
.exemptionCodeSelect {
	max-width: 28em;
}

/*************** Kendo Grid Override ********************/
.k-grid .k-grid-toolbar {
    text-align: right;
}

/****************Content Editor -> Kendo Editor ****************************/
.j6-modal {
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10001;
}

.j6-modal-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.j6-editor-wrap {
	display: inline-block;
	text-align: left;
	min-height: 300px;
	padding: 3px 5px 5px 3px;
	border-radius: 3px;
	background-color: #ffffff;
}

	.j6-editor-wrap a.button.update, .j6-editor-wrap a.button.cancel {
		margin-top: 5px;
	}

.j6-hide {
	display: none;
}

.k-imagebrowser.k-secondary div.k-thumb > img.k-image {
	width: 80px;
	height: 80px;
}

.j-imagebrowser {
	padding: 10px 10px 10px 10px;
}

.j-imagebrowser-tile {
	float: left;
	width: 160px;
	height: 120px;
	overflow: hidden;
	padding: 2px;
	margin: 0 10px 10px 0;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
}

.j-imagebrowser-images {
	padding-top: 60px;
	text-align: center;
}

.j-imagebrowser-tile:hover {
	border-color: #f19827;
}

.j-imagebrowser-thumb {
	margin-bottom: 4px;
}

	.j-imagebrowser-thumb img {
		width: 80px;
		height: 80px;
	}

.j-imagebrowser-file {
}

.j-imagebrowser-upload-wrap {
	width: 100%;
	position: absolute;
	top: 1px;
	left: 0;
	background-color: #393939;
	box-shadow: 0 8px 6px -6px black;
	border-radius: 3px;
}

	.j-imagebrowser-upload-wrap div.k-dropzone {
		border: 1px solid #c5c5c5; /* For Default; Different for each theme */
	}

		.j-imagebrowser-upload-wrap div.k-dropzone em {
			visibility: visible;
		}

.k-imageInsert {
	background-position: -288px -96px;
}

[data-trigger-editor] {
	cursor: pointer;
}

.editor-btn-update, .editor-btn-cancel {
	margin-top: 5px;
	margin-right: 5px;
}

/* Use on Employee Portal Account info page */
.font-no-weight {
	font-weight: normal;
}

.site-content-instructions {
	font-size: .8em;
}
b.addrSpace{ display: inline-block;width: 210px;margin-bottom: 8px;}
table.eventSummary, table.eventSummary *{vertical-align: top}
table.eventSummary b.addrSpace{width: 135px;}
.nowrap { white-space: normal; }
.enrollTable .formtable {
    width: 750px;
}
.enrollTable .formtable >tbody > tr > td:first-child {
  width: 175px;
}
.enrollTable td > div {
  display: inline;
}
#nodeWindow {
	max-width: 460px;
	min-width: 280px;
}
	#nodeWindow * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
#nodeWindow .node-content * {
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: left;
}
#nodeWindow .bp-only{
	display:none;
}
#nodeWindow .node-header {
  margin-bottom: 12px;
}
#nodeWindow .node-header:after {
  clear: both;
  display: table;
  content: " ";
}
#nodeWindow .node-header .node-image-container {
  background-color: #efefef;
  float: left;
  height: 80px;
  overflow: hidden;
  margin-right: 8px;
  vertical-align: top;
  width: 80px;
}
#nodeWindow .node-header .node-image-container img {
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  width: auto;
}
#nodeWindow .node-header .node-header-title {
  color: #34668A;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
  vertical-align: top;
}
#nodeWindow .node-detail-tiles {
  clear: both;
  margin-bottom: 12px;
  white-space: normal;
}
#nodeWindow .node-detail-tiles div {
  display: inline-block;
  min-width: 160px;
  overflow: hidden;
  width: 50%;
  white-space: nowrap;
}
#nodeWindow .node-detail-tiles div span:first-child {
	display: none; /*hide icon element*/
}
#nodeWindow .node-detail-tiles div span:last-child {
  white-space: normal;
}
#nodeWindow .node-detail-list div span.list-label {
  color: #34668A;
  display: inline-block;
  font-weight: bold;
  padding-right: 6px;
  min-width: 160px;
  width: 50%;
}
#nodeWindow .node-detail-list div span.list-value {
  display: inline-block;
  min-width: 160px;
  width: 50%;
}
#nodeWindow h2 {
    vertical-align:top;
    margin-top:20px;
    margin-bottom:10px
}
input.k-textbox:disabled {
 background-color: #ccc
}