
.rootClass object, .rootClass dl, .rootClass dt, .rootClass dd {margin:0; line-height:1em;}
.rootClass ol, .rootClass ul, .rootClass li, .rootClass h1, .rootClass h2 {margin:0; padding:0; line-height:1em;}
.rootClass h3, .rootClass h4, .rootClass h5, .rootClass h6, .rootClass p {margin:0; padding:0; line-height:1em;}
.rootClass form, .rootClass fieldset, .rootClass input, .rootClass textarea, .rootClass select {margin:0; padding:0; line-height:1em;}
.rootClass label, .rootClass legend, .rootClass button, .rootClass a, .rootClass small {margin:0; padding:0; line-height:1em;}
.rootClass table, .rootClass th, .rootClass td {margin:0; padding:0; line-height:1em;}
#appContainer {text-rendering:optimizeLegibility;}
.rootClass fieldset, .rootClass img, .rootClass abbr {border:0;}
.rootClass ul {padding-left:1.5em;}
.rootClass input, .rootClass textarea, .rootClass select, .rootClass button {font-family:inherit;}
.rootClass sup, .rootClass sub {position:relative; top:-.4em; vertical-align:baseline;}
.rootClass sub {top:.3em;}
.rootClass table {border-collapse:collapse; border-spacing:0;}
.rootClass th {text-align:left;}
.rootClass code {white-space:pre;}
.rootClass abbr {cursor:help;}
.rootClass q:before, .rootClass q:after {content:"";}
.rootClass a, .rootClass a:hover, .rootClass a:active {outline:none;}
.rootClass body {text-rendering:optimizeLegibility;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-rendering:optimizeLegibility;
}

#container {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 990px;
}

#content {
	padding-top: 10px;
	font-size: 68.75%;
	background: #FFF;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px; 
}

/*overwrote trking style, needed to remove
h1,
h2,
h3 { 
	color: #4D148C;
}*/

.outageDiv{
	padding-left:10px;
	padding-right:10px;
}
/*Need to replace werl page-level-err0-div to use these classes */
.outageBox{
	background-color:rgb(214,13,13);
	padding: 3px 10px;
	color: white;
	font-weight: bold;
}
/*Need to replace werl page-level-err0-div to use these classes 
Need to move image to common area
*/
.outage-icon{
	background: url("/wcdo/common/img/icon-outage.png") no-repeat scroll transparent !important;
}

/* copied over
.rootClass a {*/
a {
	color: #4D148C;
	text-decoration: none;
}
/*updated to match werl*/
a.blk:link, a.blk:visited {
    background: url("/images/c/t1/assets.png") no-repeat scroll 100% -155px transparent;
}
/*same*/
a.blk {
    font-weight: bold;
    margin-top: 10px;
    padding: 0 10px 0 0;
}
/* copied from werl
.rootClass ul {*/
ul {
	margin-left: 15px;
}
/* copied from werl
.rootClass ul li {*/
ul li {
	font-size: 1.1em;
	padding: 5px 0;
}
#content {
	padding-top: 10px;
	font-size: 68.75%;
	background: #FFF;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px; 
}
h3 {
	font: bold 1.545em "Arial Narrow",Arial,sans-serif;
	color: #666;
	margin-bottom: 5px;
}
.block p {
	font-size: 1.09em;
}
/* same */
.cols .col {
	float: left;
}
/* same */
.cols .col .double:first-of-type {
	padding-right: 20px;
}
/* same*/
.cols .main,
.cols .side {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
/*same*/
.cols .main.multi {
	float: right;
	margin-bottom: 10px;
}
/*same*/
.cols .main.multi .main-left {
	margin-bottom: 10px;
}
/*same*/
.cols .side.side-left {
	display: none;
}
/*same*/
.cols .main-left,
.cols .main-right {
	width: 100%;
}
/*same*/
.cols .content-full-bottom {
	clear: both;
	width: 100%;
	padding-top: 5px;
	border-top: 1px solid #CCC;
}
/*same*/
.cols .content-full-bottom p {
	width: 75%;
}
/* same */
.cols h2 {
	font: bold 1.545em "Arial Narrow",Arial,sans-serif;
}
/* same */
.cols p {
	margin: 10px 0;
	font-size: 1.087em;
	line-height: 1.4em;
}
#content .table h2 {
	border: none;
}
/* changed to .data-tabel to match werl  
#WCDO-content .data-table { */
.data-table {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #CCC;
}
/* same */
.data-table.acct {
	margin: 0 0 10px 0;
}
/* same */
.data-table th,
.data-table td {
	padding: 7px;
}
/* same */
.data-table th {
	font-size: 1.2em;
}
/* same */
.data-table td {
	font-size: 1.05em;
	border-left: 1px solid #CCC;
}
/* same */
.data-table.no-rule td {
	border-left: none;
}
/* same */
.data-table th {
	color: #FFF;
	background: #dcddde;
	background: -moz-linear-gradient(top,  #dcddde 0%, #a8aaad 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcddde), color-stop(100%,#a8aaad));
	background: -webkit-linear-gradient(top,  #dcddde 0%,#a8aaad 100%);
	background: -o-linear-gradient(top,  #dcddde 0%,#a8aaad 100%);
	background: -ms-linear-gradient(top,  #dcddde 0%,#a8aaad 100%);
	background: linear-gradient(top,  #dcddde 0%,#a8aaad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcddde', endColorstr='#a8aaad',GradientType=0 );
}
/* same */
.data-table tr.alt {
	background-color: #E5E5E5;
}
/* same */
.data-table td.radio {
	text-align: center;
	vertical-align: top;
}
/* same */
.data-table th.delivery-option {
	width: 69%;
}
/* same */
.data-table .delivery-window {
	padding: 5px 0 0 0;
}
/* same */
.data-table .delivery-window select {
	margin-top: 10px;
}
/*
.rootClass .form-wrapper {*/
/* same */
.form-wrapper {
	padding: 0 20px 5px 0;
}
/* same */
.form-wrapper.full {
	padding-right: 0;
}
/* same */
.form-wrapper.table {
	padding-right: 0;
}
/* same */
.form-wrapper.border {
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
/* same */
.main-right .form-wrapper:last-child {
	border: none;
}
/* same */
.form-wrapper ol {
	margin: 0 0 20px 20px;
}
/* same */
.form-wrapper ol li {
	font-size: 1.1em;
	margin: 10px 0;
}
/* same */
.multi-mod .row {
	width: 100%;
	margin: 20px 0;
}
/* same */
.row.half {
	width: 50%;
}
/* same */
.row:first-child {
	margin-top: 0;
}
/* same */
.row.no-margin {
	margin: 0;
}
/* same */
.row .input {
	position: relative;
	float: left;
	width: 100%;
}
/* same */
.row .input.half input,
.row .input.half select {
	width: 50%;
}

/* same*/
.row .input input,
.row .input textarea {
	padding: 5px;
	border: 1px solid #CCC;
	-webkit-appearance: none;
	font-size: 12px;
}
/* same */
.row .input input,
.row .input select,
.row .input textarea {
	width: 85%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* same */
.row .input textarea {
	font-size: 12px;
	width: 90%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* same */
.checkbox-wrapper.optional {
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 5px 5px 0;
	background: none;
}
/* same */
.row .checkbox,
.row .radio {
	clear: both;
}
/* same */
.row .checkbox input,
.row .radio input {
	float: left;
	width: 5%;
}
/* same */
.row .radio input,
.row .radio span {
	margin: 7px 0;
}
/* same */
.row.sched-options {
	width: 70%;
}
/* same */
.row.sched-options .radio {
	float: left;
	clear: none;
	width: 50%;
}
/* same */
.row.sched-options .radio input {
	width: 20%;
}
/* same */
.row.sched-options .radio span {
	width: 80%;
}
/* same */
.notify-type {
	display: none;
}
/* same */
.pre-pop h3 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
/* same */
.pre-pop span {
	display: block;
	margin: 5px 0;
	font-size: 1.1em;
}
/* same */
.form-wrapper .field-note {
	font-size: 1em;
}
/* same */
.gutter {
	width: 93.5%;
}
/* same */
.gutter.login-right {
	width: 89%;
}
/* same */
.mid {
	width: 95.5%;
}
/* same */
.half.gutter {
	width: 97%;
}
/* same */
.button-wrapper .button {
	float: right;
	margin-left: 1%;
	width: 48%;
	min-width: 70px;
	max-width: 170px;
}

/* same */
.button-wrapper.left .button {
	float: left;
}

/*duplicated below .button input {
	display: block;
	min-height: 30px;
	width: 100%;
	font-size: 1.2em;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	text-overflow: ellipsis;
	padding: 5px 10px;
	overflow: hidden;
	-webkit-appearance: none;
}*/

/* same */
.button.halbutton input {
	border:1px solid; 
	border-color: gray;
	background: #ffffff;
	color: #4D148C;
}

.button.purple input {
	border: 2px solid #4d148c;
	border-radius: 4px;
	background: #4d148c;
	background: -moz-linear-gradient(top,  #a78bc6 0%, #6d3fa1 40%, #4d148c 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a78bc6), color-stop(40%,#6d3fa1), color-stop(50%,#4d148c));
	background: -webkit-linear-gradient(top,  #a78bc6 0%,#6d3fa1 40%,#4d148c 50%);
	background: -o-linear-gradient(top,  #a78bc6 0%,#6d3fa1 40%,#4d148c 50%);
	background: -ms-linear-gradient(top,  #a78bc6 0%,#6d3fa1 40%,#4d148c 50%);
	background: linear-gradient(top,  #a78bc6 0%,#6d3fa1 40%,#4d148c 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a78bc6', endColorstr='#4d148c',GradientType=0 );
}
/* same */
.button.purple input:hover {
	background: #6954A1;
	background: -moz-linear-gradient(top,  #ACA0CC 0%, #7D6BAD 40%, #6954A1 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACA0CC), color-stop(40%,#7D6BAD), color-stop(50%,#6954A1));
	background: -webkit-linear-gradient(top,  #ACA0CC 0%,#7D6BAD 40%,#6954A1 50%);
	background: -o-linear-gradient(top,  #ACA0CC 0%,#7D6BAD 40%,#6954A1 50%);
	background: -ms-linear-gradient(top,  #ACA0CC 0%,#7D6BAD 40%,#6954A1 50%);
	background: linear-gradient(top,  #ACA0CC 0%,#7D6BAD 40%,#6954A1 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACA0CC', endColorstr='#6954A1',GradientType=0 );
}
/* same */
.button.purple input:active {
	background: #28194C;
	background: -moz-linear-gradient(top,  #817692 0%, #443760 40%, #28194C 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#817692), color-stop(40%,#443760), color-stop(50%,#28194C));
	background: -webkit-linear-gradient(top,  #817692 0%,#443760 40%,#28194C 50%);
	background: -o-linear-gradient(top,  #817692 0%,#443760 40%,#28194C 50%);
	background: -ms-linear-gradient(top,  #817692 0%,#443760 40%,#28194C 50%);
	background: linear-gradient(top,  #817692 0%,#443760 40%,#28194C 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#817692', endColorstr='#28194C',GradientType=0 );
}
/* same */
.button.blue input {
	border: 2px solid #15456F;
	border-radius: 4px;
	background: #15456f;
	background: -moz-linear-gradient(top,  #8ca3b8 0%, #476d8e 40%, #15456f 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ca3b8), color-stop(40%,#476d8e), color-stop(50%,#15456f));
	background: -webkit-linear-gradient(top,  #8ca3b8 0%,#476d8e 40%,#15456f 50%);
	background: -o-linear-gradient(top,  #8ca3b8 0%,#476d8e 40%,#15456f 50%);
	background: -ms-linear-gradient(top,  #8ca3b8 0%,#476d8e 40%,#15456f 50%);
	background: linear-gradient(top,  #8ca3b8 0%,#476d8e 40%,#15456f 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3b8', endColorstr='#15456f',GradientType=0 );
}
/* same */
.button.blue input:hover {
	background: #386F94;
	background: -moz-linear-gradient(top,  #9CADC3 0%, #5D81A2 40%, #386F94 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9CADC3), color-stop(40%,#5D81A2), color-stop(50%,#386F94));
	background: -webkit-linear-gradient(top,  #9CADC3 0%,#5D81A2 40%,#386F94 50%);
	background: -o-linear-gradient(top,  #9CADC3 0%,#5D81A2 40%,#386F94 50%);
	background: -ms-linear-gradient(top,  #9CADC3 0%,#5D81A2 40%,#386F94 50%);
	background: linear-gradient(top,  #9CADC3 0%,#5D81A2 40%,#386F94 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9CADC3', endColorstr='#386F94',GradientType=0 );
}
/* same */
.button.blue input:active {
	background: #0F3C5A;
	background: -moz-linear-gradient(top,  #81889D 0%, #3A516D 40%, #0F3C5A 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81889D), color-stop(40%,#3A516D), color-stop(50%,#0F3C5A));
	background: -webkit-linear-gradient(top,  #81889D 0%,#3A516D 40%,#0F3C5A 50%);
	background: -o-linear-gradient(top,  #81889D 0%,#3A516D 40%,#0F3C5A 50%);
	background: -ms-linear-gradient(top,  #81889D 0%,#3A516D 40%,#0F3C5A 50%);
	background: linear-gradient(top,  #81889D 0%,#3A516D 40%,#0F3C5A 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81889D', endColorstr='#0F3C5A',GradientType=0 );
}
/* same */
form small a {
	display: inline-block;
	margin: 5px 22px 0 0;
	font-size: 1.1em;
	color: #888;
}
/* same */
a.forgot-pass {
	display: inline-block;
	padding-top: 5px;
}
/* same */
a.pdf-button {
	float: right;
}
/* same */
.form-wrapper .error p {
	clear:left;
	padding:5px 0 0;
	margin:0;
	color:#D60D0D;
}
/* same */
.form-wrapper .error .options p { /* negate error overrides */
	padding:0 !important;
	margin-top:8px !important;
}
/* same */
.form-wrapper .error a:link,
.form-wrapper .error a:visited,
.form-wrapper .error a:hover,
.form-wrapper .error a:active {
	color:#D60D0D;
	text-decoration:underline !important;
}
/* same */
.row .input.expiration select {
	float: left;
	width: 33%;
	margin-right: 10px;
}
/* same */
.row .input.expiration select:last-of-type {
	margin: 0;
}
/* same */
.row .input.notify select,
.row .input.notify span {
	float: left;
	width: 35%;
	margin: 0 10px 5px 0;
}
/* same */
.row .input.notify span {
	padding: 0;
}
/* same */
.row .input.notify input {
	float: left;
	width: 60%;
}
/* same */
.ruled {
	border-bottom: 1px solid #CCC !important;
}
/* Icons for Account Management */
/* same */
a.add {
	height: 16px;
	padding-left: 20px;
	background: url(/images/c/t1/icon-add.gif) no-repeat left 2px;
}
/* same */
a.view {
	height: 16px;
	padding-right: 20px;
	background: url(/images/c/t1/icon-edit.gif) no-repeat right top;
}
/* same */
a.remove {
	
	padding-right: 20px;
	background: url(/images/c/t1/icon-remove.png) no-repeat right 2px;
}
/* same */
#banner {
	position: relative;
	width: 100%;
	height: 70px;
	font-size: 68.75%;
}
/* same */
#banner.slim {
	height: auto;
}

.button input {
	display: block;
	width: 100%;
	min-height: 30px;
	font-size: 1.2em;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	text-overflow: ellipsis;
	padding: 5px 10px;
	overflow: hidden;
	-webkit-appearance: none;
}

.errorIcon {
	background: url(/images/icon-alert-red.gif);
   	background-repeat: no-repeat;
   	float: left;
   	height: 15px;
   	width: 15px;
   	background-position: left top;
}
    
.form-elements .errorlabel label {
   	color: #FF0000;
   	display: block;
   	float: left;
   	padding: 2px 15px 0 0;
   	font-weight: bold;
   	margin-left: 20px;
}
    
@media all and (min-width: 440px) {
	.cols .main-left,
	.cols .main-right {
		width: 50%;
	}
	.form-wrapper.border {
		padding-top: 0;
		border: none;
	}
	.tooltip img.icon {
		top: 0;
		right: 0;
	}
	.data-table .delivery-window select {
		margin: 5px 0 0 0;
	}
	.row.sched-options {
		width: 33%;
	}
}

@media all and (min-width: 540px) {
	  .row .label {
       width: 25%;
   }
   .row .input {
       width: 74%;
       margin-left: 1%;    
   }
	
	/*.row .label {
		width: 39%;
	}*/
	.row .erroricon{
		width: 5%;
	}/*
	.row .input {
		width: 59%;
		margin-left: 1%;
	}*/
	.row .error {
		width: 59%;
		margin-left: 1%;
	}
	.preferences .row .label {
		width: 35%;
	}
	.preferences .row .input {
		width: 65%;
	}
	.preferences .row .input.notify {
		width: 100%;
	}
	.row .input span {
		font-size: 1.1em;
		line-height: 1.3em;
	}
	/* unused
	.nav-drop {
		display: block;
	}*/
	/* unused
	#ship-details .step.transit {
		left: 33.3%;
		width: 33.3%;
	}
	#ship-details .step.pickup,
	#ship-details .step.delivery {
		padding-top: 0;
		width: 27%;
	}*/
	/* unneeded
	.row .input.expiration select {
		float: left;
		margin-right: 12px;
	}*/
	/* unused
	.app-links li {
		display: block;
	}*/
	/* unused
	.button-wrapper.login-right .button {
		width: auto;
		min-width: 170px;
	}*/
	/* wcdo only */
	.button-wrapper.third .button {
		width: 32%;
		min-width: 50px;
	}
	
	.errorIcon {
		background: url(/images/icon-alert-red.gif);
    	background-repeat: no-repeat;
    	float: right;
    	height: 15px;
    	width: 15px;
    	background-position: right top;
	}
	
	.form-elements .errorlabel label {
    	color: #FF0000;
    	display: block;
    	float: left;
    	padding: 2px 15px 0 0;
    	font-weight: bold;
    	margin-left: 0px;
	}
}
/*
.halbutton input {
border:1px solid; 
border-color: gray;
background: #FFFFFF;
font: inherit;
font-size: 14px;
font-weight: bold;
color: #4D148C;
cursor: hand;
cursor: pointer;
	padding: 5px 10px;
	min-width: 100px;
	max-width: 200px;
}*/
