/* CSS Document */

/* --== Global Constants ==-- */

html, body {
	background: #fff;
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	clear: both;
}

h1 {
	font-size: 32px;
	font-weight: lighter;
}

h2 {
	font-size: 24px;
	font-weight: lighter;
}
h2.pageTitleSub {
	font-size: 14px;
	font-weight: lighter;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0;
}

a:link, a:active, a:visited { color: #007EBB;outline:none; }
a:hover { color: #695710; }

.noPad {
	padding: 0px;
}

.noMarg {
	margin: 0px;
}

.marg5 {
	margin: 5px;
}

tr.altRow td {
	background-color: #e7e7e7;
}

/* --== Flash Messages ==-- */

#flash {
	margin: 10px;
	height: 32px;
	line-height: 32px;
	font-size: 11pt;
	padding-left: 36px;
}

.flash_error {
	border: 1px solid #F1C1AD;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: left;
	background: #FAE3DA url('/images/elements/flash_fail.gif') top left no-repeat;
}

.flash_error .message {}

.flash_notice {
	border: 1px solid #D5F0A6;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: left;
	background: #ECF8DA url('/images/elements/flash_success.gif') top left no-repeat;
}

.flash_notice .message {}

.flash_warning {
	border: 1px solid #FFE666;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: left;
	background: #FFF9C7 url('/images/elements/flash_warning.gif') top left no-repeat;
}

.flash_warning .message {}

.flash_info {
	border: 1px solid #C9E9F1;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: left;
	background: #EBF7FA url('/images/elements/flash_info.gif') top left no-repeat;
}

.flash_info .message {}

/* --== Color Repository ==-- */

.rzGreen { color: #76A921; }
.rzBrown { color: #695710; }
.rzBlue { color: #1AB5FF; }
.rzRed { color: #B0170F; }

.rzGreen_rev { background-color: #76A921;color: #fff; }
.rzBrown_rev { background-color: #695710;color: #fff; }
.rzBlue_rev { background-color: #1AB5FF;color: #fff; }
.rzRed_rev { background-color: #B0170F;color: #fff; }

/* --== Positioning / Containers ==-- */

#uberContainer {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#pageContainer {
	width: 100%;
}

#headerContainer {
	height: 90px;
	background: url('/images/elements/page_bg.gif') 50% top no-repeat;
}

#bodyContainer {
	width: 100%;
}

#branding {
	float: left;
	margin-top: 18px;
	position: absolute;
	z-index: 99;
}

.inMargin {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#footerContainer {
	border-top: 1px solid #ccc;
	padding: 10px;
	margin-top: 20px;
}

#footerContainer {
	font-size: 12px;
}

div.shim {
	clear: both;
	line-height: 0px;
	height: 0px;
}

/* --== Navigation Elements ==-- */

#primeNav {
	width: 100%;
	background: url('/images/elements/primeNav_bg.gif') bottom left repeat-x;
	position: relative;
	top: 60px;
	height: 30px;
}

#primeNav ul, #primeNav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	height: 30px;
}

#primeNav ul {
	height: 30px;
	float: right;
	overflow: hidden;
}

#primeNav ul li {
	display: inline;
	float: left;
	margin-left: 4px;
	height: 29px;
	overflow: hidden;
}

#primeNav ul li.active {
	height: 30px;
}

#primeNav a:link, #primeNav a:active, #primeNav a:visited {
	color: #1F5187;
	background: #B6E8FF;
	display: block;
	text-decoration: none;
	padding: 8px 12px;
}

#primeNav a:hover {
	background: #fff;
	display: block;
}

#primeNav li.active a:link, #primeNav li.active a:active, #primeNav li.active a:visited, #primeNav li.active a:hover {
	color: #695710;
	background: #F9E5A7;
	border: 1px solid #EEDB91;
	border-bottom: 0;
	display: block;
	text-decoration: none;
	padding: 7px 12px 8px;
}

#subNav {
	width: 100%;
	background: url('/images/elements/primeNav_bg.gif') bottom left repeat-x;
	position: relative;
	top: 60px;
	height: 30px;
}

#subNav ul, #subNav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	height: 30px;
}

#subNav ul {
	height: 30px;
	float: right;
	overflow: hidden;
}

#subNav ul li {
	display: inline;
	float: left;
	margin-left: 4px;
	height: 29px;
	overflow: hidden;
}

#subNav ul li.active {
	height: 30px;
}

#subNav a:link, #subNav a:active, #subNav a:visited {
	color: #1F5187;
	background: #B6E8FF;
	display: block;
	text-decoration: none;
	padding: 8px 12px;
}

#subNav a:hover {
	background: #fff;
	display: block;
}

#subNav li.active a:link, #subNav li.active a:active, #subNav li.active a:visited, #subNav li.active a:hover {
	color: #695710;
	background: #F9E5A7;
	border: 1px solid #EEDB91;
	border-bottom: 0;
	display: block;
	text-decoration: none;
	padding: 7px 12px 8px;
}

/* --== Headers / Footers ==-- */

/* --== Login Widget ==-- */

.loginWidget {
	position: absolute;
	left: 50%;
	width: 480px;
	top: 10px;
	text-align: right;
}

.loginWidget ul, .loginWidget ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.loginWidget ul {
	float: right;
}

#loginLink {
	background: transparent url('/images/elements/icon_login.gif') 5px 4px no-repeat;
}

#logoutLink {
	background: transparent url('/images/elements/icon_logout.gif') 5px 4px no-repeat;
}

#createNewLink {
	background: transparent url('/images/elements/icon_createNew.gif') 5px 4px no-repeat;
}

.loginWidget ul li {
	display: inline;
	font-size: 0.8em;
	float: left;
	padding: 0;
	height: 26px;
	margin-left: 3px;
	background: transparent url('/images/elements/loginWidget_bg.gif') left repeat-x;
}

.loginWidget ul li a:link, .loginWidget ul li a:active, .loginWidget ul li a:visited {
	padding: 0;
	padding: 4px;
	display: block;
	padding-left: 26px;
	padding-right: 6px;
	border: 1px solid #B6E8FF;
}

.loginWidget ul li a:hover {
	border: 1px solid #fff;
	background-color: #fff;
}

/* --== Index Page Elements ==-- */

.splashContainer {
	background: #FEF8E1 url('/images/elements/splashContent_bg.gif') top left repeat-x;
	padding: 0px;
}

.splashContent {
	border-bottom: 1px solid #EEDB91;
	padding: 20px 0 10px;
}

.twoColumns {
	background: transparent url('/images/elements/twoColumn_dashed.gif') top center repeat-y;
	float: left;
	width: 960px;
}

.splashColumn {
	width: 540px;
	float: left;
	padding-top: 12px;
}

.splashMargin {
	width: 380px;
	float: right;
	clear: right;
	padding-top: 12px;
}

.iconBlurb {
	min-height: 70px;
	padding: 5px 0;
	padding-left: 70px;
	margin: 5px 0;
}

.iconBlurb h3 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

.iconBlurb p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.2em;
}

#doSomething {
	background: transparent url('/images/greenIcon_lightbulb.gif') top left no-repeat;
}

#earthFriend {
	background: transparent url('/images/greenIcon_earth.gif') top left no-repeat;
}

#startChange {
	background: transparent url('/images/greenIcon_leaf.gif') top left no-repeat;
}

#recycleSymbol {
	background: transparent url('/images/recycle_sympol_sm.gif') top left no-repeat;
	padding-left: 50px;
	min-height: 50px;
}

/* --== Sub Page Elements ==-- */

.subSandbox {
	width: 960px;
	float: left;
	padding-top: 12px;
	position: relative;
}

.subContent {
	background: #fff url('/images/elements/subContent_bg.gif') top left repeat-x;
	padding: 20px 0 10px;
}

.subColumn {
	width: 540px;
	float: left;
	padding-top: 12px;
}

.subMargin {
	width: 380px;
	float: right;
	clear: right;
	padding-top: 12px;
}

/* --== Account Pages ==-- */

.accountColumns {
	background: transparent url('/images/elements/twoColumn_dashed.gif') top center repeat-y;
	float: left;
	width: 960px;
}

.accountFullPage {
	padding-top: 12px;
}

.accountColumn {
	width: 720px;
	float: left;
	padding-top: 12px;
}

.accountMargin {
	width: 220px;
	float: right;
	clear: right;
	padding-top: 12px;
}

.accountBlock {
	padding: 10px;
	border: 1px solid #999;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	margin: 0 0 20px;
	background: #fff;
}

#block_search {
	background: #fff url('/images/elements/icon_blockHdr_magniGlass.gif') top right no-repeat;
}

#block_routes {
	background: #fff url('/images/elements/icon_blockHdr_recycleTruck.gif') top right no-repeat;
}

#block_events {
	background: #fff url('/images/elements/icon_blockHdr_eventCalendar.gif') top right no-repeat;
}

#block_alerts {
	background: #fff url('/images/elements/icon_blockHdr_alerts.gif') top right no-repeat;
}

#block_schedule {
	background: #fff url('/images/elements/icon_blockHdr_schedule.gif') top right no-repeat;
}

#block_services {
	background: #fff url('/images/elements/icon_blockHdr_services.gif') top right no-repeat;
}

#block_segments {
	background: #fff url('/images/elements/icon_blockHdr_segment.gif') top right no-repeat;
}

.accountBlock table th {
	font-size: 0.8em;
	font-weight: bold;
	padding: 6px;
}

.accountBlock table td {
	font-size: 9pt;
}

.blockName {
	padding-top: 4px;
	margin-bottom: 12px;
}

.blockName span.contractorName {
	font-size: 10pt;
	font-weight: normal;
}

ul#accountOptions, ul#accountOptions li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#accountOptions {
}

ul#accountOptions li {
	padding: 3px;
}

ul#accountOptions li.option {
	background: #fff url('/images/elements/bullet_star.gif') 0px 5px no-repeat;
	padding-left: 18px;
}

table.pickupSchedule tr th {
	text-align: center;
}

table.pickupSchedule tr td {
	border: 1px solid #e7e7e7;
	text-align: center;
}

td.selectDay {
	background: #fff url('/images/elements/selectDay_bg.gif') center no-repeat;
	font-size: 8pt;
}

.blockFooter {
	font-size: 8pt;
	padding: 5px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}

ul.actionLinks, ul.actionLinks li {
	list-style: none;
	font-size: 8pt;
}

ul.actionLinks {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

ul.actionLinks li {
	padding: 4px;
}

ul.actionLinks li a {
	padding: 4px;
	padding-left: 20px;
}

a.actionLink_schedule {
	background: url('/images/elements/icon_date.gif') 0px 3px no-repeat;
}
a.actionLink_reminder {
	background: url('/images/elements/icon_reminder.gif') 0px 3px no-repeat;
}
a.actionLink_remove {
	background: url('/images/elements/icon_delete.gif') 0px 4px no-repeat;
}
a.actionLink_edit {
	background: url('/images/elements/icon_edit.gif') 0px 3px no-repeat;
}
a.actionLink_create {
	background: url('/images/elements/icon_wand.gif') 0px 3px no-repeat;
}
a.actionLink_add {
	background: url('/images/elements/icon_add.gif') 0px 3px no-repeat;
}

ul.account_insideList, ul.account_insideList li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.account_insideList li {
	padding: 2px;
	padding-left: 18px;
}

/* --== Search Results ==-- */

.searchResults {
	padding: 10px 0;
	position: relative;
}

.searchResults table th {
	padding: 4px;
	background: #EEDB91;
}

.searchResults table tbody td.divRow {
	border-top: 1px solid #ccc;
}

.searchResults table ul, .searchResults table ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.9em;
}

.searchResults table ul li.icon {
	padding: 3px;
	padding-left: 24px;
}

.icon_office {
	background: transparent url('/images/elements/icon_office.gif') 0px 3px no-repeat;
}

.icon_phone {
	background: transparent url('/images/elements/icon_phone.gif') 0px 3px no-repeat;
}

.icon_website {
	background: transparent url('/images/elements/icon_website.gif') 0px 3px no-repeat;
}

.searchResults table ul.bullets {
}

.searchResults table ul.bullets li {
	padding: 2px;
	padding-left: 18px;
}

.bullets_blue li {
	background: transparent url('/images/elements/bullet_blue.gif') 0px 2px no-repeat;
}

.bullets_black li {
	background: transparent url('/images/elements/bullet_black.gif') 0px 2px no-repeat;
}

.bullets_orange li {
	background: transparent url('/images/elements/bullet_orange.gif') 0px 2px no-repeat;
}

.bullets_green li {
	background: transparent url('/images/elements/bullet_green.gif') 0px 2px no-repeat;
}

.bullets_star li {
	background: transparent url('/images/elements/bullet_star.gif') 0px 2px no-repeat;
}

a.icon {
	padding: 2px;
	padding-left: 21px;
	font-size: 0.9em;
}

.link_date {
	background: transparent url('/images/elements/icon_date.gif') 0px 3px no-repeat;
}

.link_fave {
	background: transparent url('/images/elements/icon_fave.gif') 0px 3px no-repeat;
}

.link_unfave {
	background: transparent url('/images/elements/icon_unfave.gif') 0px 3px no-repeat;
}

.link_add {
	background: transparent url('/images/elements/icon_add.gif') 0px 3px no-repeat;
}

.link_delete {
	background: transparent url('/images/elements/icon_delete.gif') 0px 3px no-repeat;
}

/* --== Form Elements ==-- */

.splashZipInlet {
	border: 0;
	margin: 0;
	background: transparent url('/images/elements/splashZipForm_bg.gif') top left no-repeat;
	height: 94px;
	width: 446px;
	margin-left: 30px;
	position: relative;
}

fieldset#splashZipForm {
	border: 0;
	margin: 0;
	padding: 21px;
	padding-right: 76px;
}

.zipAction {
	position: absolute;
	bottom: 43px;
	right: 43px;
	z-index: 10;
}

.miniZipInlet {
	border: 0;
	margin: 0;
	background: transparent url('/images/elements/splashZipForm_mini_bg.gif') top left no-repeat;
	height: 94px;
	margin-left: 10px;
}

fieldset#miniZipForm {
	border: 0;
	margin: 0;
	padding: 10px 0 10px 30px;
	margin: 0 7px;
}

input.textIn_lg {
	font-size: 20pt;
	padding: 2px;
	border: 1px solid #999;
	font-weight: normal;
}

input.textIn_std {
	font-size: 100%;
	padding: 2px;
	border: 1px solid #999;
	border-top: 1px solid #666;
}

textarea.textArea_std {
	font-size: 100%;
	padding: 2px;
	border: 1px solid #999;
	border-top: 1px solid #666;
}

select.select_std, .selectSpecial select {
	font-size: 100%;
	padding: 2px;
	border: 1px solid #999;
	border-top: 1px solid #666;
}

fieldset legend {
	font-size: 24px;
	font-weight: lighter;
}

fieldset.userForm {
	margin: 10px 20px;
	border: 0;
}

.formLayer {
	clear: both;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
}

div.slot {
	float: left;
	clear: right;
	padding: 6px;
}

div.labelSlot {
	float: left;
	clear: right;
	padding: 6px;
	width: 160px;
	text-align: right;
}

label.label_std {
	font-size: 1.0em;
	line-height: 1.8em;
}

form cite {
	font-size: 10px;
	font-style: normal;
	color: #666;
}

input.text {
	width: 220px;
	padding: 2px;
	font-size: 110%;
	border: 1px solid #625A42;
}

#splashZipForm label {
	font-size: 1.1em;
	line-height: 140%;
}

#splashZipGo {
	position: relative;
	top: 16px;
	* top: 15px;
	left: 4px;
}

#miniZipForm label {
	font-size: 1.1em;
	line-height: 140%;
}

#miniZipGo {
	position: relative;
	top: 13px;
	* top: 12px;
	left: 4px;
}

fieldset#subZipForm {
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	height: 70px;
}

#subZipForm label {
	font-size: 1.4em;
}

#subZipGo {
	position: relative;
	top: 9px;
	* top: 5px;
	left: 4px;
}

fieldset#signup_set {
	background: yellow;
}

#signup_set label {
	width: 200px;
	text-align: right;
	margin-right: 8px;
}

.supplement {
	clear: both;
	padding: 10px;
	margin: 10px;
	background: none;
}

div.postIt {
	background: #FEFB89 url('/images/elements/postIt_bg.gif') bottom right no-repeat;
	padding: 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div.loginInvite {
	float: right;
	margin-top: 52px;
	margin-right: 36px;
}

div.loginInvite p {
	margin: 0;
	text-align: center;
}


/* --== Form Errors / Validation ==-- */

.fieldWithErrors {
  padding: 1px;
  background: url('/images/elements/icon_invalid.gif') right 2px no-repeat;
  display: table;
  padding-right: 20px;
}

.fieldWithErrors input {
	border: 1px solid #c00;
}

#errorExplanation {
  width: 400px;
  border: 1px solid #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


/* --== Schedule Editing ==-- */

table.editSchedule {
}

table.editSchedule > thead th {
	text-align: center;
}

table.editSchedule > tbody td {
	display: table-cell;
}

table.editSchedule > tbody td > div {
	position: relative;
	display: block;
	border: 1px solid #DFDFDF;
	background: #f7f7f7;
	padding: 5px;
	height: 60px;
}

.editSchedule tbody td h2.dateFlag {
	position: absolute;
	top: 5px;
	left: 8px;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	z-index: 100;
}

.editSchedule tbody td h2.dateFlag a {
	text-decoration: none;
}

table.editSchedule > tbody td > div.selectedDate {
	border: 1px solid #B6E8FF;
	background: #CFF0FF;
}

table.editScheduleSmall {
}

table.editScheduleSmall > thead th {
	text-align: center;
}

table.editScheduleSmall > tbody td {
	display: table-cell;
}

table.editScheduleSmall > tbody td > div {
	position: relative;
	display: block;
	border: 1px solid #DFDFDF;
	background: #f7f7f7;
	padding: 5px;
	height: 20px;
}

.editScheduleSmall tbody td h2.dateFlag {
	position: absolute;
	top: 3px;
	left: 5px;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	z-index: 100;
}

.editScheduleSmall tbody td h2.dateFlag a {
	text-decoration: none;
}

table.editScheduleSmall > tbody td > div.selectedDate {
	border: 1px solid #B6E8FF;
	background: #CFF0FF;
}

/* --== Schedule Viewing (for public consumption) ==-- */

table.viewSchedule {
}

table.viewSchedule > thead th {
	text-align: center;
}

table.viewSchedule > tbody td {
	display: table-cell;
}

table.viewSchedule > tbody td > div {
	position: relative;
	display: block;
	border: 1px solid #DFDFDF;
	background: #f7f7f7;
	padding: 5px;
	height: 80px;
}

.viewSchedule tbody td h2.dateFlag {
	position: absolute;
	top: 5px;
	left: 8px;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	z-index: 100;
}

.viewSchedule tbody td h2.dateFlag a {
	text-decoration: none;
}

table.viewSchedule > tbody td > div.selectedDate {
	border: 1px solid #B6E8FF;
	background: #CFF0FF;
}

div.calIcons {
	position: absolute;
	bottom: 3px;
	right: 3px;
	padding: 0px;
	background: transparent;
	/*
	height: 20px;
	*/
	z-index: 101;
}

table.viewSchedule > tbody td > div div.calIcons a {
	padding: 4px;
	float: left;
	clear: right;
	background: #fff;
	border-right:1px solid #1AB5FF;
	border-bottom:1px solid #1AB5FF;
	margin: 2px 0 0 2px;
}

div.linkBar {
	clear: both;
	margin-top:5px;
	padding: 5px 0 0 0;
	text-align: center;
	border-top: 1px dashed #999;
}

div.linkBar a.icon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 4px;
	padding-left: 21px;
}

table.viewSchedule > tbody td > div.rowLabel {
	border: 1px solid #DEBF45;
	background: #F9E5A7;
	font-size: 200%;
	font-weight: bold;
}

table.viewScheduleSmall {
}

table.viewScheduleSmall > thead th {
	text-align: center;
}

table.viewScheduleSmall > tbody td {
	display: table-cell;
}

table.viewScheduleSmall > tbody td > div {
	position: relative;
	display: block;
	border: 1px solid #DFDFDF;
	background: #f7f7f7;
	padding: 5px;
	height: 20px;
}

.viewScheduleSmall tbody td h2.dateFlag {
	position: absolute;
	top: 3px;
	left: 5px;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	z-index: 100;
}

.viewScheduleSmall tbody td h2.dateFlag a {
	text-decoration: none;
}

table.viewScheduleSmall > tbody td > div.selectedDate {
	border: 1px solid #B6E8FF;
	background: #CFF0FF;
}


input[type=text], input.text, input[type=password], input.password, select, textarea {
	border: 1px solid #999;
	border-top: 1px solid #666;
}

/* --== Public Event Display ==-- */

#eventData {
	padding: 20px;
}

#eventData > p {
	padding-top: 0;
	margin-top: 0;
}

/* --== Provider Directory / Listing ==-- */

.pageData {
	padding: 0;
	position: relative;
}

.dataContainer {
	margin-right: 380px;
}

.providerBadge {
	background: transparent;
	float: right;
	width: 360px;
	margin-left: 20px;
	clear: right;
	position: absolute;
	top: -30px;
	right: 0px;
}

.badgeSlideInside {
	background: url(/images/elements/contactBadge-bg.gif) bottom left no-repeat;
	padding-bottom: 20px;
	min-height: 150px;
}

.badgeTop {
	height: 35px;
	overflow: hidden;
	background: url(/images/elements/contactBadgeTop-bg.gif) bottom left no-repeat;
	position: relative;
}

.badgeTop div {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px;
}

h2.badgeTab {
	width: 159px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	margin-left: 12px;
	background: url(/images/elements/contactBadgeTab.gif) top left no-repeat;
}

.badgeData {
	padding: 7px 10px 10px;
}

.badgeData h3 {
	font-weight: bold;
}

.providerBadge ul.details {
	list-style: none;
	margin: 0;
	padding: 0px 10px 10px;
}

.providerBadge ul.details li {
	margin-top: 10px;
	/*
	padding-top: 10px;
	background: url(/images/elements/div-dash-gray.gif) top left repeat-x;
	*/
}

.providerBadge ul.details li.icon {
	padding-left: 20px;
}

.dataLayer {
	margin-bottom: 10px;
	background: #fff;
	clear: left;
}

.dataLayer h3 {
	padding: 2px 4px;
}

.dataSet {
	margin: 0;
	padding: 10px;
}

ul.directoryActions, ul.directoryActions li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.directoryActions li {
	padding: 0 0 4px;
}


/* Turn off printable elements */
#printableContainer {
	display: none;
}

div#printThis {
	position: absolute;
	z-index: 10;
	right: 80px;
	top: 15px;
}