/* === LAYOUT === */
body, html {
	font-family: 'lucida sans', arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background: #DDDDDD;
	color: #000000;
}

body { min-width: 800px; }

.rounded { 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  behavior: url(/PIE.htc);
  border-radius: 5px; /*This should work in IE, but it breaks so we'll leave it for now. */
}
.rounded-big { 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  border-radius: 8px; 
  behavior: url(/PIE.htc); 
}

.rounded-big-t { 
  -moz-border-radius-topleft: 8px; 
  -moz-border-radius-topright: 8px; 
  -webkit-border-top-left-radius: 8px; 
  -webkit-border-top-right-radius: 8px; 
  border-radius: 8px 8px 0 0; 
  behavior: url(/PIE.htc); 
}
.rounded-big-b { 
  -moz-border-radius-bottomleft: 8px; 
  -moz-border-radius-bottomright: 8px; 
  -webkit-border-bottom-left-radius: 8px; 
  -webkit-border-bottom-right-radius: 8px; 
  border-radius: 0 0 8px 8px; 
  behavior: url(/PIE.htc); 
}
.rounded-t { 
  -moz-border-radius-topleft: 5px; 
  -moz-border-radius-topright: 5px; 
  -webkit-border-top-left-radius: 5px; 
  -webkit-border-top-right-radius: 5px; 
  border-radius: 5px 5px 0 0; 
  behavior: url(/PIE.htc); 
}
.rounded-b { 
  -moz-border-radius-bottomleft: 5px; 
  -moz-border-radius-bottomright: 5px; 
  -webkit-border-bottom-left-radius: 5px; 
  -webkit-border-bottom-right-radius: 5px; 
  border-radius: 0 0 5px 5px; 
  behavior: url(/PIE.htc); 
}
.rounded-tl { 
  -moz-border-radius-topleft: 5px; 
  -webkit-border-top-left-radius: 5px; 
  border-radius: 5px 0 0 0; 
  behavior: url(/PIE.htc); 
}
.rounded-tr { 
  -moz-border-radius-topright: 5px; 
  -webkit-border-top-right-radius: 5px; 
  border-radius: 0 5px 0 0; 
  behavior: url(/PIE.htc); 
}
.rounded-bl { 
  -moz-border-radius-bottomleft: 5px; 
  -webkit-border-bottom-left-radius: 5px; 
  border-radius: 0 0 0 5px; 
  behavior: url(/PIE.htc); 
}
.rounded-br { 
  -moz-border-radius-bottomright: 5px; 
  -webkit-border-bottom-right-radius: 5px; 
  border-radius: 0 0 5px 0; 
  behavior: url(/PIE.htc); 
}

.drop-shadow {
  -webkit-box-shadow: #666 0px 10px 30px;
  -moz-box-shadow: #666 0px 10px 30px;
  box-shadow: #666 0px 10px 30px;
  behavior: url(/PIE.htc);
  margin: 0 0 10px 20px;
}


input, select, textarea { font-family: 'lucida sans', arial, sans-serif; font-size: 12px; }
.left { float: left; }
.right { float: right; }
#container { position: relative; margin: 0 auto; padding: 0; width: 800px; z-index: 2; }
#header { position: relative; margin: 0; padding: 0; height: 82px; }
#header #branding { margin: 5px 10px 10px 10px; position: absolute; background-image:url("/images/layout/logo_122x72.png"); background-repeat: no-repeat; height: 72px; width: 122px; cursor: hand; }
#header #branding span { display: none; }

#header #utility-nav {
  float: right;
  text-align: right;
  margin: 5px 10px -25px 0;
  padding: 5px;
  height: 15px;
	background: #AE0000;
	color: #FFFFFF;
}

#header #utility-nav a { color: #FFFFFF; text-decoration: underline; padding: 5px 10px 5px 10px; }
#header #utility-nav a:hover { color: #E1E1D5; }
#primary-nav { position: absolute; bottom: 0px; right: 7px; height: 27px; }
#primary-nav ul { list-style-type: none; margin: 0; }
#primary-nav li {
	float: left;
	border: 0;
	height: 27px;
	background-color: #535353;
	margin: 0 0 0 5px;
	border-top: 1px solid #98a09f;
	border-left: 1px solid #98a09f;
	border-right: 1px solid #98a09f;
}
#primary-nav a { color: #FFFFFF; float: left; text-decoration: none; font-weight: bold; padding: 8px 20px 0 20px; }
#primary-nav li.selected  { background-color: #f0f4f5; }
#primary-nav li.selected a { color: #535353; }
#primary-nav li:hover { background-color: #f0f4f5; }
#primary-nav li:hover a { color: #535353; }
#secondary-nav { margin: -10px 0 0 -10px; height: 27px; }
#secondary-nav ul { list-style-type: none; margin: 0; padding: 0 0 0 10px; }
#secondary-nav li {
	float: left;
	border: 0;
	height: 27px;
	background-color: #f0f4f5;
	margin: 0 5px 0 0;
}

#secondary-nav a {
	color: #535353;
	float: left;
	text-decoration: none;
	padding: 8px 10px 0 10px;
	font-weight: bold;
}

#secondary-nav li.selected  { background-color: #535353; }
#secondary-nav li.selected a { color: #FFFFFF; }
#secondary-nav li:hover { background-color: #535353; }
#secondary-nav li:hover a { color: #FFFFFF; }
#page-title { /* min-height: 7px; */ min-height: 21px; }
#page-title h1 {
	margin: 0 0 -5px 14px;
	height: 55px;
	padding: 5px 0 0 0;
	font-size: 40px;
	color: #FFFFFF;
}
#breadcrumbs { padding-left: 15px; padding-bottom: 0px; padding-right: 30px; color: #FFFFFF; float: right; }
#breadcrumbs a { color: #FFFFFF; }
.breadcrumbs-long { padding-top: 31px; }
.breadcrumbs-alone { padding-top: 3px; }
#content {
	position: relative;
	background: #484848 url("/images/layout/gradient-dark-grey-content-background.png") repeat-x;
	margin-bottom: 50px;
	border: 1px solid #98a09f;
}

#footer { padding: 10px 10px 10px 10px; }
#footer a { color: #FFFFFF; }
#footer a:hover { color: #E1E1D5; }
#footer .left { float: left; }
#footer .right { float: right; }
#footer ul { padding: 0px; margin: 0px; }
#footer ul li { display: inline; padding: 0px 0px 0px 10px; }
.clear { clear: both; }

.std-column {
	position: relative;
	min-height: 300px;
	margin: 0px 7px 0 7px;
	background: #cccccc url("/images/layout/gradient-grey-column-background.png") repeat-x;
	padding: 10px;
}

.std-column-home {
	position: relative;
	min-height: 400px;
	margin: 0px 7px 0 7px;
	background: #dddddd url("/images/layout/gradient-grey-column-background-home.png") repeat-x;
	padding: 4px;
}

.primary-content { min-height: 310px; position: relative; z-index: 2; }

.std-column-shade-top {
	z-index: 1;
	position: absolute; top: 0; left: 0; height: 28px; width: 100%;
	background: url("/images/layout/content_shade_top.png") repeat-x;
}

.std-column-shade-bottom {
	z-index: 1;
	position: absolute; bottom: 0; left: 0; height: 28px; width: 100%;
	background: url("/images/layout/content_shade_bottom.png") repeat-x;
}


.std-panel {
	position: relative;
}

a { color: #AE0000; }
a:hover { color: #660000; }

a.forward {
	background: no-repeat center left;
	padding: 1px 10px 2px 18px;
	font-weight: normal;
}

a.tight-right { padding-right:0; }
a.forward { background-image: url("/images/layout/link_prompt.png"); }

.column-set { background: #535353; margin: 0 -10px 0px -10px; width: 786px; padding: 1px 0 1px 0; }
.column-set-no-lead { margin-top: -10px; padding-top: 0px; }
.column-set-no-tail { margin-bottom: -10px; padding-bottom: 0px; }

.column {
	float: left;
	margin: 0 1px 0 0;
	padding: 10px;
	background: #cccccc url(/images/layout/gradient-light-grey-215.png) repeat-x;
	text-align: justify;
}

.column h3 {
	color: #111111;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.column .last { margin-right: 0; }
.size-4		{ width: 176px; }
.size-4-squeeze { width: 173px; }
.size-2 { width: 373px; }
.size-2-squeeze { width: 371px; }
.size-1		{ width: 786px; margin: 0; }

.height-1   { height: 13px; }
.height-2   { height: 61px; }
.height-3   { height: 109px; }
.height-4   { height: 157px; }
.height-5   { height: 205px; }
.height-6   { height: 253px; }
.height-7   { height: 308px; }
.height-8   { height: 349px; }
.height-9   { height: 392px; }
.height-10   { height: 445px; }
.height-11   { height: 500px; }

.bg_alt { background: #aaaaaa url(/images/layout/gradient-medium-grey-215.png) repeat-x; }

.admin-toggle {
	position: fixed; top: 10px; left: 10px; padding: 5px;
	background-color: #AE0000; color: #FFFFFF;
	z-index: 1; text-align: right;
}

.admin-toggle a { color: #FFFFFF; }
.admin-toggle a:hover { color: #E1E1D5; }

.formDescription {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}

#setup-list {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 3px 10px 3px 10px;
	border: 1px solid #bbc0c0;
	background: #FFFFFF url("/images/layout/white_grade.png") repeat-x;
}

#setup-list .entry { display: inline; margin: 0 10px 0 0; font-weight: bold; background: url("/images/layout/list-arrow.png") no-repeat center right; padding-right: 25px; }
#setup-list .next { color: #000000; }
#setup-list .skipped { color: #777777; text-decoration: line-through; }
#setup-list .not-eligible { color: #777777; }
#setup-list .not-ready { color: #777777; }
#setup-list .last { background: none; }

#action-list {
	padding: 10px 0 10px 0;
}

#action-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#action-list li {
	position: relative;
	border: 1px solid #000000;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
}

#action-list li.next {
	font-size: 25px;
	background-color: #FFFFFF;
}

#action-list li.next:hover {
	background-color: #FAFAFA;
}

#action-list li.not-ready {
	background-color: #CCCCCC;
	color: #222222;
}

#action-list li.not-eligible {
	background-color: #999999;
	color: #222222;
}

#action-list li div.prompt-next {
	position: absolute;
	top: 10px;
	right: 10px;
}

#action-list li div.prompt-completed {
	position: absolute;
	right: 10px; top: 10px;
}

#action-list li div.prompt-pending {
	position: absolute;
	right: 10px; top: 10px;
}

#action-list li a {
  display: block;
  text-decoration: none;
}

#action-list li .additional-info {
	margin: 5px; padding: 10px;
	border: 2px solid #4A4E3C;
	background: #E1E1D5;
	font-size: 12px;
}

#action-list li .additional-info a {
	display: inline;
}



#summary-action-list {
	margin: 0; padding: 0; height: 22px;
	width: 100%;
	border-bottom: 1px solid #000000;
	list-style-type: none;
	background: #FFFFFF;
}

#summary-action-list li {
	float: left;
	margin: 0;
	padding: 3px 5px 3px 5px;
	border: 0;
	width: auto;
	display: block;
}

#summary-action-list li:hover {
	border-bottom: 3px solid #000000;
}

#mailbox-panel {
	padding: 10px;
	margin: 10px 0 10px 0;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #222222;
	color: #222222;
	text-align: center;
}

#mailbox-send-panel {
	padding: 5px;
	font-size: 16px;
	background: #535353;
	border: 1px solid #484848;
	margin: 10px 0px 10px 0px;
	color: #FFFFFF;
	text-align: center;
}

#mailbox-send-panel a { color: #FFFFFF; }
#mailbox-send-panel a:hover { color: #E1E1D5; }

#mailbox-panel #mailbox-address {
	font-size: 20px;
	font-weight: bold;
}

#mailbox-panel #mailbox-address #mailbox-hint {
	font-size: 12px;
	font-weight: normal;
}

#mail-list {
	position: relative;
	border: 3px solid #4a4e3c;
	margin: 10px 0 20px 0;
}

#mail-list-badge {
	position: relative;
	float: left;
	top: 0; left: 0;
	height: 100px; width: 80px;
	text-align: center;
}

#mail-filters {
	position: relative;
	height: 60px;
	margin: 10px 10px 0 90px;
}

#mail-filters #mail-list-filter input { font-size: 10px; }
#mail-filters #mail-list-filter {
	font-size: 10px; font-weight: bold;
	float: left;
}

#mail-filters #mail-list-sort select, #mail-filters #mail-list-sort input { font-size: 10px; }
#mail-filters #mail-list-sort {
	font-size: 10px; font-weight: bold;
	float: right;
}

#mail-list-page-top {
	position: absolute;
	width: 660px;
	top: 70px; right: 10px;
}

#mail-list-page-bottom {
	position: relative;
	bottom: 15px;
	right: 10px;
}

#mail-list-page-summary {
	position: relative;
	left: 0;
	font-size: 10px; font-weight: bold;
	float: left;
}

#mail-list-page-links, #mail-list-page-links {
	font-size: 10px; font-weight: bold;
	float: right;
}

#mail-items { margin: -12px 0 20px 0; }

.mail-item {
	position: relative;
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
	padding: 0;
	height: 40px;
}

#mail-items .alt {
	background-color: #DDDDDD;
}

.mail-item .mail-direction {
	margin-top: 10px;
	position: absolute;
	left: 10px;
	width: 150px;
}

.mail-item .mail-mailbox {
	margin-top: 5px;
	position: absolute;
	left: 10px;
	width: 250px;
}

.mail-item .mail-profile {
	margin-top: 5px;
	position: absolute;
	right: 10px;
}

.mail-item .mail-remove {
	font-size: 10px; font-weight: bold;
}

.mail-item .mail-subject {
	font-size: 12px;
}

.mail-item .mail-actions {
	position: absolute;
	margin-top: 5px;
	left: 275px;
}


.mail-item .mail-profile .mail-profile-image {
	display: inline;
}
.mail-item .mail-profile .mail-profile-action {
	position: relative;
	display: inline;
	text-align: right;
	bottom: 10px;
	margin: 5px 10px 0 0;
}

.link-button {
	width: 100px;
	padding: 5px 20px 5px 20px;
	display: block;
  text-decoration: none;
	text-align: center;
	background-color: #686D57;
	color: #e1e1d5;
}

.link-button:hover {
	background-color: #4A4E3C;
	color: #fdfdfd;
}

.affirmative {
	color: #00AA00;
}

.negative {
	color: #AA0000;
	font-weight: bold;
}

.negative li {
	margin-bottom: 8px;
}

.positive-note {
	display: inline;
	padding: 10px;
	font-size: 14px;
}

.negative-note {
	display: inline;
	padding: 10px;
	font-size: 14px;
}

.warning, .StandardNotification, .ProminentBox, .ProminentBoxSecondary {
	padding: 10px;
	font-size: 14px;
	background: #565656;
	border: 1px solid #484848;
	color: #FFFFFF;
	text-align: center;
}

.warning { border: 2px solid #AE0000;}

.ProminentBox {
	position: relative;
	font-size: 22px;
	text-align: center;
	margin: 20px 0px 20px 0px;
	padding: 10px;
}

.ProminentBoxSecondary {
	position: relative;
	font-size: 16px;
	text-align: center;
	margin: 20px 0px 20px 0px;
	padding: 10px;
}

.StandardNotification {
	margin: 10px 0 20px 0; padding: 5px;
	font-weight: bold;
	border: 1px solid #686D57;
	background: #FFFFFF; color: #222222;
}

.warning a, .StandardNotification a, .ProminentBox a, .ProminentBoxSecondary a {
	color: #FFFFFF;
}

.warning a:hover, .StandardNotification a:hover, .ProminentBox a:hover, .ProminentBoxSecondary a:hover {
	color: #E1E1D5;
}

.contrast-box {
	padding: 10px;
	font-size: 16px;
	background: #4A4E3C;
	border: 4px solid #686D57;
	margin: 10px 0px 10px 0px;
	color: #222222;
	text-align: center;
}

.contrast-box a { color: #FFFFFF; }
.contrast-box a:hover { color: #FFFFFF; }

div.ErrorNotification {
	border: 1px solid #AE0000;
	background-color: #c25a55; color: #FFFFFF;
	font-size: 14px; text-align: center;
	margin: 5px 0px 5px 0px; padding: 5px;
}

#no-account-notifications { margin: 4px 0 0 0; padding: 4px 10px 4px 10px; background: #FEFEFE; }
#pending-decisions-more { padding: 5px; text-align: right; }
#notifications-more { padding: 5px; text-align: right; }
.profile-decision, .notification { position: relative; padding: 5px; }
.profile-decision { border-bottom: 1px dashed #444444; }
.notification { border-bottom: 1px dashed #aeaeae; }
.profile-decision .menu { position: absolute; top: 2px; right: 5px; }
.notification .menu { position: absolute; top: 2px; right: 5px; }
.notification .date { display: none; position: absolute; font-size: 10px; font-weight: bold; bottom: 5px; left: 5px; }
.profile-decision .date { display: none; background: #AAAAAA; font-size: 10px; font-weight: bold; padding: 2px 0px 2px 12px; margin: 0 0 5px -5px; }
.profile-decision .icon { float: left; width: 25px; }
.profile-decision .message { float: left; width: 375px; font-size: 12px; }
/* .profile-decision .message { float: left; width: 225px; font-size: 12px; } */
.notification .icon { float: left; width: 25px; }
.notification .message { float: left; width: 300px; font-size: 12px; }
.profile-decision ul, .notification ul { list-style-type: none; margin: 5px 0 5px 0; float: right; }
.profile-decision li, .notification li { float: left; border: 0; margin: 0 0 0 4px; }
.conversation-row ul { list-style-type: none; margin: 2px 5px 5px 5px; padding: 0; float: left; }
.conversation-row li { float: left; border: 0; margin: 0 4px 0 0; }
/* .conversation-row .main { position: absolute; left: 24px; right: 125px; } */
.conversation-row .main { float: left; left: 24px; right: 125px; margin-bottom: 5px; display: run-in; }
.mail-half .conversation-row .main { width: 250px; }
.mail-full .conversation-row .main { width: 605px; }
.conversation-row .main .name { font-weight: bold; }
.conversation-row .main .via { color: #555555; }
.conversation-row .main .subject {  }
.conversation-row .action { float: right; width: 100px; text-align: center; margin: 15px 10px 0 0; }

#phone-verification-code-border { padding: 2px; margin-bottom: 10px; background: #565656; } 
#phone-verification-code {
	padding: 5px;
	font-size: 16px; font-weight: bold;
	background: #27578e url(/images/layout/gradient-blue-20.png) repeat-x; color: #ffffff;
	text-align: center;
}

#phone-verification-script-border { padding: 2px; margin-bottom: 10px; background: #565656; }
#phone-verification-script {
	padding: 5px;
	font-size: 20px; font-weight: bold;
	background: #27578e url(/images/layout/gradient-blue-20.png) repeat-x; color: #ffffff;
	text-align: center;
}

#phone-verification-progress-border { padding: 2px; margin: 10px; background: #565656; }
#phone-verification-progress {
	padding: 10px;
	background: #FFFFFF;
	font-size: 14px;
	text-align: center;
}

#phone-call-worker { text-align: center; }
#phone-call-cancel { text-align: center; }

#registration-status {
	position: relative;
	border: 1px solid #000000;
	font-size: 16px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
}

.btn-mail { font-size: 10px; color: #FFFFFF; padding: 4px; width: 90px; float: right; }
.btn-view-profile { background: #009900; color: #FFFFFF; border: 1px solid #005d27; }
.btn-verify-user { background: #AE0000; color: #FFFFFF; border: 1px solid #8d0827; }
.btn-verification-pending { background: #444444; color: #FFFFFF; border: 1px solid #111111; }
a.btn-mail:hover { color: #FFFFFF; border: 1px solid #FFFFFF; }

#sub-summary { position: relative; text-align: left; }
#sub-summary p { margin: 0 0 10px 0;}
#sub-summary p strong { font-size: 14px; color: #444444;}
#sub-summary a { color: #AE0000; font-size: 10px; text-decoration: none; }

ul.horizontal { padding: 0; margin: 0 0 20px 0; }
ul.horizontal li { display: inline; list-style: none; margin-right: 10px; height: 25px; vertical-align: top; padding-right: 20px; }

ul.form-list { padding: 0; margin: 0; }
ul.form-list li { display: inline; list-style: none; margin-right: 10px; white-space: nowrap; }

ul.press { padding: 0; }
ul.press li { list-style: none; margin-bottom: 10px; }

#remote-working-indicator { position: fixed; top: 10px; right: 10px; background: #565656; padding: 20px; }

#seen-scroll { width: 310px; margin: 20px; margin-left: 0px; padding: 0 10px 10px 10px; height: 147px; background: #c0c0c0 url(/images/layout/gradient-light-grey-215.png) repeat-x; border: 1px solid #565656; text-align: center; }
#seen-scroll h3 { margin-bottom: 0; text-align: center; }
#seen-scroll ul { padding: 0; margin: 5px 0 0 0; text-align: center; }
#seen-scroll li { display: block; list-style: none; margin: 0; padding: 0 0 10px 0; }

#test-scroll { float:right; width: 411px; padding: 5px 5px 5px 5px; height: 147px; z-index: 2; background: #c0c0c0 url(/images/layout/red-gradient-210.png) repeat-x; border: 1px solid #FFFFFF; text-align: center; color: #FFFFFF; }
#test-scroll a { color: #ffffff; }
#test-scroll a:hover { color: #cccccc; }
#test-list { position: relative; }
.home-test-entry { position: absolute; top: 0; left: 0;}
#test-scroll .test-photo { float: left; width: 80px; margin-right: 5px; }
#test-scroll .test-photo img { border: 1px solid #cccccc; }
#test-scroll .test-body { float: left; width: 300px; text-align: left; }
#test-scroll .test-title { font-size: 14px; font-weight: bold; margin-left: 7px; }
#test-scroll .test-text { font-size: 12px; border: 2px solid #ffffff; background: #df5a5a; color: #ffffff; padding: 5px; margin: 5px; }
#test-scroll .test-text-more { font-size: 12px; text-align: right; }
#test-scroll .test-body-wide { float: left; width: 400px; text-align: left; }

#report { width: 755px; background: #27578e url(/images/layout/gradient-blue-20.png) repeat-x; border: 1px solid #ffffff; color: #ffffff; }
#report a { color: #ffffff; }
#report a:hover { color: #cccccc; }

#how-link { margin-top: 10px; padding: 7px; background: #AF0000; color: #fff; width: 120px; text-align: center; }
#how-link a {color: #fff;}

.active { color: green; }
.pending { color: red; }
.passive { color: grey; }

.bottom { position: absolute; bottom: -10px; margin-top: 0px; }

.nowrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

#cl-help-callout-1 {
  left: 120px;
}
#cl-help-callout-2 {
  left: 306px;
}
.image-holder {
  position: relative;
}
p.cl-help-callout {
  position: absolute;
  top: 273px;
  margin: 0px;
  padding: 0;
  font-family: sans-serif;
  font-size: 12px;
}

#faq strong {
  font-size: 14px;
}
#faq p {
  font-size: 13px;
  margin: 15px;
}