/* global.css */
/* Copyright © 2010 RelayHealth. All rights reserved. */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	-webkit-user-select: none;
}

body {
	line-height: 1.4em;
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}

ul.bulleted_list
 {
     margin: 10px;
     padding-left: 10px;
     list-style: disc;
 }

ul.tabbed_bulleted_list {
    list-style: disc;
    padding-left: 25px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end of reset css */

select,option,textarea,input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	-webkit-user-select: text;
}

th,td {
	vertical-align: top;
	font-size: 12px;
}
p {
	margin: 12px 0;
}

pre {
	font-family: Monospace;
	line-height: 1;
}
pre.proportional {
	font-family: Arial, Helvetica, sans-serif;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}


textarea.wide {
	width: 100%;
}

/* POSITIONING AIDS */
div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignbottom {
	vertical-align: bottom;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.noborder {
	border: 0 !important;
}

.normal {
	font-size: 12px;
	font-weight: normal !important;
}

.spacer {
	height: 5px;
}
.spacer2 {
	height: 10px;
}

.shadow {
	box-shadow: #777 0px 4px 10px;
	-webkit-box-shadow: #777 0px 4px 10px; 
	-moz-box-shadow: #777 0px 4px 10px;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-binding: url( 'moz_bindings.xml#ellipsis' ); /* Mozilla support for ellipsis */
}

.patient_ids_messaging .patient_ids {
	max-width: 200px;
}

a .ellipsis {
	*cursor: pointer; /* IE bug fix */
}

.vertical_text {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.breakword {
	word-wrap: break-word;
}

.bulleted { /* bulleted lists, classic style */
    padding-left: 20px;
    list-style-type: disc;
}

.DESVALRequiredFieldMarker {
	color: #900;
	text-align: center;
	font: italic bold 12px;
}

/* Branding */
.branding {
	padding:3px 0 0 0;
	min-height: 38px;
}

img.primarybrand {
	float: left;
	max-width: 220px;
	max-height: 45px;
}
/* end of Branding */




/* Popin */
div.popin {
	background-color: #fff;
	border: 1px solid #999;
	box-shadow: 0 5px 10px #333; -moz-box-shadow: 0 5px 10px #333; -webkit-box-shadow: 0 5px 10px #333; 
}

div.popin h1 {
	margin: 0 0 0.2em !important;
	padding: 0 !important;
}

div.popin h2 {
	background: #fff !important;
	border: 0 !important;
	margin: 0.2em 0 !important;
	padding: 0 !important;
	color: #003F73 !important;
}

div.popin p {
	margin: 0;
}

div.popin .loadingindicator {
	position: absolute;
	margin-top: 2px;
}

div.popin div.handlebar {
	background: #e8e8e8 url(/images/h2_bg.png) top repeat-x;
	height: 23px;
	width: 100%;
	border-bottom: 1px solid #999;
	cursor: move;
}

div.popin .closebutton {
	cursor: pointer;
	float: right;
	padding: 6px 20px 7px;
}

div.popin .scrollpane {
	-webkit-overflow-scrolling: touch;
}

div.popin div.content {
	padding: 10px;
	*display: inline-block;
}

div.popin div.content div.actionbar {
	margin: 0 -10px -10px -10px;
}

div.popin div.actionbar input {
	font-weight: normal;
	margin: 0 3px;
}

div.popin_background {
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/* End of Popin */

/* temporary modalpopin modalpopup legacy support */
/* Begin to Deprecate in 8.2 */
/* Modal Popup*/
.modalbackground {
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modalpopup {
	background-color: #fff;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

/*Modal popin*/
.modalpopin, .modalPopup {
	background-color: #fff;
	border: 1px solid #ccc;
}

.modalPopup h1 {
	margin: 0;
}

.modalBackground {
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* Global spinner */
.spinner, #globalSpinner {
	background: url('/images/ajax-loader.gif') no-repeat scroll 8px 4px;
	font-weight: bold;
	padding: 8px 12px 8px 38px;
}

#globalSpinner {
	background-color: #ffc;
	border-color: #fd7;
	border-style: solid;
	border-width: 1px;
	position: fixed;
	_position: absolute; /* ie6 */
	top: -1px;
	margin-left: 427px;
	margin-right: auto;
	z-index: 100010;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/* end of global spinner */

/* Confirmation control */
.confirmation {
	font-weight: bold;
	background-color: #dff1df;
	padding: 5px 10px;
	border: 1px solid #bbe2bb;
	text-align: center;
	position: fixed;
	_position: absolute; /* ie6 */
	top: 15px;
	z-index: 100010;
	border-radius: 5px;
	box-shadow: #999 0px 2px 6px; 
	display: none; 
}
/* end of Confirmation control */


/* modal foreground used to block users from interacting with the page during partial postbacks */
.modal_fg {
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 10000; 
	height: 100%; 
	width: 100%;     
	background-color: #000;
	filter: alpha(opacity=0); 
	opacity: 0;
}

/*begin calendar styles*/
.calendar .ajax__calendar_container {
	position: absolute;
	width: 210px;
	border: 1px solid #999;
	background-color: #fff;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 1;
	box-shadow: #777 0px 4px 10px; 
	-webkit-box-shadow: #777 0px 4px 10px; 
	-moz-box-shadow: #777 0px 4px 10px; 
}

.calendar .ajax__calendar_body {
	width: 100%;
}

.calendar .ajax__calendar_days,.calendar .ajax__calendar_months,.calendar .ajax__calendar_years {
	width: 100%;
}

.calendar .ajax__calendar_container table {
	width: 100%;
}

.calendar .ajax__calendar_container table td {
	line-height: 1em;
	padding: 0;
}

.calendar .ajax__calendar_header {
	padding: 3px 0 0;
	background-color: #e2eefb;
}

.calendar .ajax__calendar_prev, .calendar .ajax__calendar_next  {
	height: 17px;
}

.calendar .ajax__calendar_title {
	text-align: center;
}

.calendar .ajax__calendar_footer {
	height: 20px;
	border-top: 1px solid #f5f5f5;
}

.calendar .ajax__calendar_today {
	text-align: center;
}

.calendar .ajax__calendar_dayname {
	height: 15px;
	font-weight: normal;
	padding: 2px 2px 0 2px;
}

.calendar .ajax__calendar_day {
	height: 16px;
	border: 1px solid #fff;
	padding: 2px 2px 0 0;
}

.calendar .ajax__calendar_month {
	height: 35px;
	border: 1px solid #fff;
	padding: 0 2px;
}

.calendar .ajax__calendar_year {
	height: 35px;
	border: 1px solid #fff;
	padding: 0 2px 2px 0;
}

.calendar .ajax__calendar_active .ajax__calendar_day {
	background-color: #edf9ff;
	color: #06c;
	border-color: #06c;
}

.calendar .ajax__calendar_active .ajax__calendar_month {
	background-color: #edf9ff;
	color: #06c;
	border-color: #06c;
}

.calendar .ajax__calendar_active .ajax__calendar_year {
	background-color: #edf9ff;
	color: #06c;
	border-color: #06c;
}

.calendar .ajax__calendar_other .ajax__calendar_day {
	color: #646464;
}

.calendar .ajax__calendar_other .ajax__calendar_year {
	color: #646464;
}

.calendar .ajax__calendar_hover .ajax__calendar_day {
	background-color: #edf9ff;
	color: #06c;
	border-color: #daf2fc;
}

.calendar .ajax__calendar_hover .ajax__calendar_month {
	background-color: #edf9ff;
	color: #06c;
	border-color: #daf2fc;
}

.calendar .ajax__calendar_hover .ajax__calendar_year {
	background-color: #edf9ff;
	color: #06c;
	border-color: #daf2fc;
}

.calendar .ajax__calendar_hover .ajax__calendar_title {
	color: #06c;
}

.calendar .ajax__calendar_hover .ajax__calendar_today {
	color: #06c;
}


/* Begin Pages with Top (Blue) Bar  "navlessheaderwithlogo"  - This is used in areas that don't require the user to sign in */
table.navlessheaderwithlogo {
	width: 100%;
}

table.navlessheaderwithlogo h1 {
	background: #00396D;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 5px 0 5px 10px;
}

table.navlessheaderwithlogo .registrationsecure {
	float: right;
	padding: 0 5px 0 0;
}

body.navlessheaderwithlogo p {
	margin: 10px 10px 10px 0;
}

body.navlessheaderwithlogo table.verbosetable {
	width: 100%;
}

body.navlessheaderwithlogo td.verbosetableleft {
	padding: 10px;
}

body.navlessheaderwithlogo td.verbosetableright {
	text-align: left;
	vertical-align: top;
	background-image: url(/images/verboserightbg.gif);
	width: 270px;
	padding: 10px 0 25px 15px;
}

body.navlessheaderwithlogo table.verboseedit {
	width: 515px;
}

table.verboseedit td.requiredfield {
	width: 5px;
	vertical-align: top;
	padding: 7px 3px 0;
}
/* end of navlessheaderwithlogo */


/* HealthVault Sync Widget */
.syncstate {
	border: 1px solid #ccc;
	background-color: #e5eaf5;
	/* min-height: 40px; */
	margin: 4px 0 10px;
	padding: 4px;
	line-height: 1.75em;
}

.syncstate p {
	margin: 2px;
	padding: 2px 6px 2px 0;
}

.syncstate img {
	border: none;
	float: right;
}
/* End HealthVault Sync Widget */

/* new autocomplete */
ul.autocomplete {
	visibility: hidden;
	color: #333;
	background-color: #fff;
	border: 1px solid #999;
	overflow: auto;
	overflow-x: hidden;
	max-height: 320px;
	box-shadow: #777 0px 4px 10px; 
	-webkit-box-shadow: #777 0px 4px 10px; 
	-moz-box-shadow: #777 0px 4px 10px; 
	-webkit-overflow-scrolling: touch;
}
ul.autocomplete li {
	cursor: pointer;
}

ul.autocomplete li.item {
	padding: 1px;
	background-color: #fff;
}

ul.autocomplete li.highlighted {
	padding: 1px;
	background-color: #ffc;
	border: 0;
}

ul.autocomplete ul { /* multi-column layouts */
	height: 29px;
	width: 105%;
}
ul.autocomplete ul.header li {
	background: #eee url(/images/thead_bg.gif) top repeat-x;
	border-bottom: 1px solid #ccc;
	cursor: default;
}
ul.autocomplete li ul li {
	float: left;
	white-space: normal;
	height: 20px;
	padding: 4px;
	margin: 0;
}
ul.autocomplete li.item ul.item li {
	border-bottom: 1px solid #fff;
}
ul.autocomplete li.highlighted ul.item li {
	border-bottom: 1px solid #ddd;
}
ul.multi li.item, ul.multi li.highlighted {
	padding: 0;
}


/*Styles added for multiline automplete*/
ul.autocomplete li.highlighted ul.ac_multiline_row {
	border-bottom: 1px solid #ddd;
    display: inline-block;
    height: auto !important;
}

ul.autocomplete li.highlighted ul.ac_multiline_alternaterow {
	border-bottom: 1px solid #ddd;
    display: inline-block;
    height: auto !important;
}

ul.autocomplete li.item ul.ac_multiline_row {
	border-bottom: 1px solid #fff;
    display: inline-block;
    height: auto !important;
}

ul.autocomplete li.item ul.ac_multiline_alternaterow {
	border-bottom: 1px solid #fff;
    background-color: #f8f8f8;
    display: inline-block;
    height: auto !important;
}

ul.autocomplete li ul.ac_multiline_row li {
    height: auto !important;
    display: inline-block;
}

ul.autocomplete li ul.ac_multiline_alternaterow li {
    height: auto !important;
    display: inline-block;
}
/* end of new autocomplete */


.hide {
	display: none;
}

.pipe {
	padding: 0 3px;
}
.gray {
	color: Gray;
}
.tooltip {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #ffc;
	max-width: 400px;
	position: absolute;
	box-shadow: #777 0px 4px 10px; 
	-webkit-box-shadow: #777 0px 4px 10px; 
	-moz-box-shadow: #777 0px 4px 10px; 
}
.tooltip h1 {
	margin: 0;
	padding: 2px 0;
	color: #333;
	font-size: 11px;
}

.tooltip h4 {
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0;
}

.tooltip p {
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.warning {
	background-color: #fee; 
	border: 1px solid #c99;
}

div.warning {
	margin: 4px 0 10px;
	padding: 4px;
}

/* PRINT REFACTOR - Move print styles used for C2C, Referral, Registration Manager, Preregistration */
/* Print Styling used for Registration Manager, Results Manager, Referrals and C2C */
.print_only {
	display: none;
}

body.printresult {
	font-size: 11px !important;
	width: 622px;
}

body.printresult form {
	width: 622px;
}

body.printresult h3 {
	font-size: 11px !important;
	color: #333 !important;
}

/* Table layout */
table.fullwidth {
	width: 100%;
	border: 1px solid #999;
	border-width: 1px 1px 0px 1px;
}

table.fullwidth th {
	background-color: #eee;
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 2px 7px;
	font-size: 11px;
	line-height: 1.1em !important;
}

table.fullwidth td {
	vertical-align: top;
	width: 50%;
	padding: 2px 7px;
	font-size: 11px;
	line-height: 1.1em !important;
}

table.fullwidth ul li {
	padding: 0 0 2px;
}

table.fullwidth ul.indented li {
	padding-left: 10px;
}

/* logo styling */
table.fullwidth td.branding {
	width: 10%;
	padding: 3px;
}

/* CONFIRM placeholder for results data */
table.fullwidth td.result {
	width: 100%;
	padding: 2px 0 2px 7px;
}

/* placeholder for results data */
table.fullwidth td.resultheader {
	width: 100%;
	padding: 0;
}

table.fullwidth td.horrule {
	border-top: 1px solid #e5e5e5;
	padding-bottom: 1px;
}

/* Causes alignment issues.
table.fullwidth td.chartinfo {
	width: auto;
	padding: 5px 0 1px;
}
*/
table.fullwidth div.input {
	width: auto;
	border-bottom: 1px solid #000;
	padding:0 0 0 25px;
}

table.fullwidth table.results td {
	width: auto;
}
table.fullwidth.closed {
	border-bottom-width: 1px;
}
table.fullwidth div.results_header {
	padding:2px 0;
}
.coverpage .header, .coverpage .patient_name_and_address {
	 height: 140px;
}
.coverpage .message {
	 height: 280px;
}

.coverpage .patient_name_and_address .fullwidth {
	border: 0;
}
.coverpage .patient_name_and_address .fullwidth td {
	font-size: 12px;
}

/**Result Specific Layout**/
body.printresult table.results {
	width: 99%;
	border: 0px; 
}

body.printresult table.results td {
	background-color: #fff;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #ddd;
}

body.printresult table.results th {
	border: 0 !important;
}

body.printresult td.chartinfo {
	width: auto;
}

div.orderdetailsdelta {
	margin: 5px 0 5px 7px;
}

.resulttitle {
	padding: 0;
}

.print_results_report {
	margin: 0 5px 0 7px;
}


/* overrides for large prints - Renewals */
body.printresult.large, body.printresult.large h3 {
	font-size: 12px !important;
}

body.printresult.large table.fullwidth {
	border-width: 1px;
	margin-bottom: 10px;
}

body.printresult.large table.fullwidth th,  body.printresult.large table.fullwidth td {
	font-size: 12px !important;
	line-height: 1.4em !important;
}

/*end*/
/* Table with checkboxes**/
table.resultactions {
	width: 100%;
}

table.resultactions td.small {
	width: 5px;
}

/* Header Styling */
.printconfidential {
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}

/* Footer Styling */
.marketingcontent {
	clear: both;
	line-height: 1.2em;
	font-size: 10px;
	margin: 0 5px 10px;
}

.disclaimercontent {
	font-size: 10px;
	margin: 1px 0px;
}
.disclaimercontent td {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 10px;
	line-height: 1.1em;
}

div.poweredby {
	margin-top: 20px;
	text-align: center;
}

/* Image buttons */
.add_icon {
	background:transparent url(/images/icons_sprite.png) no-repeat -90px -87px;
	padding-left: 13px;
}

a.edit_icon {
	background:transparent url(/images/icons_sprite.png) no-repeat -86px -60px;
	padding-left: 16px;
}

a.delete {
	background:transparent url(/images/del.png) no-repeat scroll 0 0;
	display:block;
	height:15px;
	width:15px;
}

a.delete:hover {
	background:transparent url(/images/del.png) no-repeat scroll 0 -15px;
}
a.delete span {
	display:none;
}

a.id_icon, a.comment_icon, a.definition_icon, a.preview_icon, a.report_icon {
	background: transparent url(/images/icons_sprite.png) no-repeat scroll;
	width: 14px;
	height: 15px;
	display: inline-block;
}
a.comment_icon {
	background-position: 0 -8px;
}

a.preview_icon {
	background-position: -34px -8px;
	width: 13px;
	height: 13px;
}

a.definition_icon {
	background-position: -16px -8px;
	width: 15px;
	padding: 0 8px;
}

a.report_icon {
	background-position: -16px -30px;
	width: 38px;
	height: 8px;
}

a.id_icon {
	background-position: -50px -8px;
}

a.no_icon {
	background: none;
	width: auto;
	height: auto;
}

a.text_no_icon{
	background: none;
	width: auto;
	height: auto;
	text-decoration: none;
	cursor: default !important;	
	color:#000 !important; 	
}

/* End of image buttons */

/* color backgrounds */
.red_bg {
	background-color: #fcc !important;
}
.green_bg {
	background-color: #cfc !important;
}
/* end of color backgrounds */


/* Attachment Icon Sprites */
.attachment {	
	background-image: url(/images/attached_file_sprite.gif);
	width: 20px;
	height: 24px;
	background-position: -2px -2px;
}
.attachment.pdf {
	background-position: -32px -2px;
}
.attachment.doc {
	background-position: -64px -2px;
}
.attachment.gif {
	background-position: -94px -2px;
}
.attachment.jpg {
	background-position: -124px -2px;
}
.attachment.txt {
	background-position: -154px -2px;
}
.attachment.rtf {
	background-position: -184px -2px;
}
.attachment.png {
	background-position: -214px -2px;
}
.attachment.tif {
	background-position: -244px -2px;
}
/* End of Attachment Icon Sprites */

/* tabs */
.contentnav1-tabs {
	position: relative;
	width: 100%;
	height: 25px;
	background-repeat: repeat-x;
	white-space: nowrap;
}

.contentnav1-tabs ul {
	position: absolute;
	top: 0;
	left: 0;
	display: inline;
	line-height: 1.4em;
}

.contentnav1-tabs ul li {
	display: inline;
	text-align: center;
}

.contentnav1-tabs li a {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 8px 0 0;
	padding: 4px 12px;
	float: left;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	background-color: #ddd;
	cursor: pointer;
}

.contentnav1-tabs li a:link,.contentnav1-tabs li a:visited {
	color: #333;
}

.contentnav1-tabs li a:hover,.contentnav1-tabs li a:active {
	color: #F60;
}

.contentnav1-tabs li.current a {
	color: #000;
	background-color: #eee;
	font-weight: bold;
	padding-bottom: 5px;
}

.contentnav1-tabs li.navigator a:link,.contentnav1-tabs li.navigator a:visited {
	background-image: none;
}

/* ajax tabs */
.tabs .ajax__tab_header {
	position: relative;
	top: 1px;
}

.tabs .ajax__tab_header .ajax__tab_outer {
	margin-right: 8px;
}

.tabs .ajax__tab_header .ajax__tab_inner {
	background-color: #ddd;
	border: 1px solid #ccc;
	padding: 3px 10px 5px 13px;
}

.tabs .ajax__tab_hover .ajax__tab_inner {
	color: orange;
}

.tabs .ajax__tab_active .ajax__tab_outer {
	border-bottom-color: #fff;
}

.tabs .ajax__tab_active .ajax__tab_inner {
	border: 1px solid #ccc;
	border-bottom-width: 0;
	padding-bottom: 6px;
	background-color: #eee;
}

.tabs .ajax__tab_body {
	padding: 0px;
	background-color: #eee;
	border: solid 1px #ccc;
	margin-bottom: 6px;
}

.tabs .ajax__tab_body input select option textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.tabs .ajax__scroll_horiz {
	overflow-x: scroll;
}

.tabs .ajax__scroll_vert {
	overflow-y: scroll;
}

.tabs .ajax__scroll_both {
	overflow: scroll;
}

.tabs .ajax__scroll_auto {
	overflow: auto;
}

.tabs div.content {
	padding: 7px;
}

.tabs div.content .actionbar {
	margin: 7px -7px -7px -7px;
	border-width: 1px 0 0 0;
}

.tabs div.content span.secondaryaction{
	padding: 0 5px;
}

/* white ajax tabs. overrides tabs */
.white .ajax__tab_header {
	margin: 0;
}

.white .ajax__tab_header .ajax__tab_outer {
	padding-left: 0;
	margin-right: 10px;
}

.white .ajax__tab_active .ajax__tab_inner {
	background-color: #fff;
	font-weight: bold;
}

.white .ajax__tab_default .ajax__tab_tab {
	margin: 0;
	padding: 3px 10px 5px 10px;
}

.white .ajax__tab_body {
	background-color: #fff;
	padding: 10px;
	margin-right: 1px; 
}
/* end of white ajax tabs */

/* Button Tabs*/
.button_tabs ul li {
	display: inline;
}

.button_tabs li a:link,.button_tabs li a:visited, .button_tabs li span {
	margin: 0 20px 0 0;
	padding: 3px 12px;
	color: #666;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #666;
	background-color: #eee;
	cursor: pointer;
}

.button_tabs li a:hover,.button_tabs li a:active, .button_tabs li span:hover {
	color: #F60;
}

.button_tabs li.current a {
	color: #000;
	background-color: #fff;
	font-weight: bold;
}

.button_tabs li.navigator a:link,.button_tabs li.navigator a:visited {
	border: none;
	background-image: none;
}
/* end of tabs */


.barcode_2d {
	width: 500px;
	height: 100px;
}

div.instructions, div.warning_instructions {
	margin: 4px 0 10px;
	border: 1px solid #ccc;
	background-color: #ffc;
	padding: 4px;
}
div.warning_instructions {
	background-color: #fee;
}

div.instructions p {
	padding: 3px 0;
	margin: 0;
	line-height: 1.4em;
}

div.formfooterinstructions {
    color: #666;
    font-family: Arial;
    font-size: 11px;

}

div.forminstructions {
	background-color: #ffffcc;
	border: 1px solid #CCCCCC;
    margin: 4px 0 10px;
    padding: 4px;
}

/* ------------ modules -------------- */
/* Base module */
.mod {
}
.mod .left {
	float: left;
}
.mod .right {
	float: right;
}
.mod .hd {
	border-style: solid;
	border-color: #ccc;
}

.mod .hd h1, .mod .hd h2 {
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

.mod .hd h2 {
	color: #003f73;
}


.mod .bd {
	border-style: solid;
	border-color: #ccc;
}
/* end of base module */


/* panel1 module, large panel. aka vertical panelset */
.panel1 {
}

.panel1 .hd {
	background: url("/images/h2_bg.png") repeat-x scroll 0 0 #eee;
	border-width: 1px;
	padding: 4px 10px;
	*padding-bottom: 0;
	*height: 23px;
}

.panel1 .hd h2 {
	color: #333;
}

.panel1 .bd {
	border-width: 0 1px 1px 1px;	
	padding: 10px; 	
}
.panel1 .bd.open {
	border-bottom: 0;
}
/* end of panel1 module */


/* Generic small panel. */
.panel2 .hd {
	background: #dbdfea url('/images/h2_bg.png') repeat-x scroll 0 0;
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 4px;
	*padding-bottom: 0;
	*min-height: 21px;
	_height: 21px;
}

.panel2 .bd {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 4px;
}

.panel2.dark .bd {
	background-color: #e5eaf5;
}
/* End of generic panel */

/* tabs2 module */
.tabs2 .hd {
   background: none;
   border: 0;
   padding: 0;  
}
.tabs2 .hd ul {
	height: 25px;
	position: relative;
}

.tabs2 .hd li {
	padding:0;
	margin: 0 8px 0 0;
	float: left;
}

.tabs2 .hd li a {
	border: 1px solid #ccc;
	padding: 3px 12px;
	height: 18px;
	display: inline-block;
	text-decoration: none;
	color: #000;
	background-color: #ddd;
	white-space: nowrap;
}

.tabs2 .hd li.current a {
	background-color: #fff;
	padding-bottom: 4px;
	border-bottom: 0;
	font-weight: bold;
}
.tabs2 .hd a:hover {
	color: #f60;
} 

.tabs2 .bd {
	border: 1px solid #ccc;
	min-height: 50px;
	padding: 10px;
}
/* end of tabs2 module*/


/* gray tabs2 overide */
.tabs2.dark .hd li.current a {
	background-color: #eee;
}

.tabs2.dark .bd {
	background-color: #eee;
}
/* end of gray tabs2 overide */



/* grid module */
.grid .hd {
	margin: 10px 0 1px;
	border: 0;
	padding: 0;
	background: none;
	height: auto;    
}

.grid .hd h2 {
	color: #003f73;
}

.grid .bd {
	border: 0;
	padding: 0;
	min-height: 0;
}
/* end of grid module */


/* rounded corners */
.corners {
	position: relative;
}
.corners .tl, .corners .tr,  
.corners .bl, .corners .br  {
	background: url(/images/icons_sprite.png) no-repeat;
	position: absolute;
	width: 4px;
	height: 4px;
	font-size: 0;
	_display: none;
}
.corners .tr {
	right: 0px;
	background-position: -4px 0;
}
.corners .bl {
	left: 0px;
	bottom: 0px;
	background-position: -8px 0;
}
.corners .br {
	right: 0px;
	bottom: 0px;
	background-position: -12px 0;
}

.corners.outlined .tl {
	left: -1px;
	top: -1px;
	background-position: -16px 0;
}

.corners.outlined .tr {
	right: -1px;
	top: -1px;
	background-position: -20px 0;
}

.corners.outlined .bl {
	left: -1px;
	bottom: -1px;
	background-position: -24px 0;
}

.corners.outlined .br {
	right: -1px;
	bottom: -1px;
	background-position: -28px 0;
}

/* Required field */
#requiredField .marker {
	color: #900;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
}

#requiredField .info {
	color: #000;
	font-style: italic;
	font-size: 12px;
	vertical-align: top;
}
/* instructions - bulleted ul and li */

.instructions_bulleted ul
{
	list-style-type: disc;
	padding-left: 15px;
}
    
.instructions_bulleted li
{
	padding: 0px;
}

.validation_error_summary, div.validation_error_summary_heading {
    border: 1px solid #B94A48;
    color: #333;
    padding: .3em 0 0 .4em;
    background-color: #FEBFC0;
}

div.validation_error_summary_heading {
    border-bottom: 0;
    font-weight: 700;
}

.validation_error_summary
{
    border-top: 0;
    margin-bottom: 1em;
}

ul.validation_error_summary {
    list-style-type: none !important; 
}

ul.validation_error_summary li {
    padding-bottom: 3px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

/* end of rounded corners */

ul.bulleted_list li {
    padding: 0px 0px 0px 0px;
}

table.selectContact {
    margin: 15px 0px 5px 0px; 
    width: 100%;    
}

table.selectContact h2 {
    margin-top: 3px;
    margin-bottom: 3px;
}

table.selectContact h1 {
    margin-top: 3px;
    margin-bottom: 3px;
}

span.contactUs {
    font-size: 11px !important;
}
