<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-height: 0px;
	padding-top : 0px;
	padding-right : 0px;
	padding-left : 0px;
	padding-bottom : 0px;
	background-color:  #FFFFFF;
	background-color:  #transparent;
	/*BACKGROUND-IMAGE: url(../_img/bg.gif);*/
	
}

.bodyText {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #033854;
}

.bodySmall2 {
	font-family: verdana, arial, helvetica;
	font-size: 8px;
	color: #033854;
}

.bodySmall {
	font-family: arial, arial, helvetica;
	font-size: 10px;
	color: #033854;
}

.background-orange {
	background-color: aqua;
}


a {
	color: #033854;
}

a:hover {
	color: #033854;
	text-decoration: none;
}

form {
	display: inline;
}

.heading {
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #033854;
}

.henPopup {
	font-family: verdana, arial, helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
}

.white {
	color:#FFFFFF;
}

.strikethrough {
	text-decoration: line-through;
}

.orange {
	color: #FB7015;
}

img {
	border-color: #FB7015;
}

input.text {
	font-family: verdana, verdana;
	font-size: 12px;
}

textarea.text {
	font-family: verdana, verdana;
	font-size: 12px;
}

hr {
	color: #4F1721;
}

.red {
	color: #FF0000;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.ui-dialog .ui-state-error { padding: .3em; background:#fdd !important}
.validateTips { border: 1px solid transparent; padding: 0.3em; }

.ui-dialog .ui-dialog-content {
	height:auto !important;
}


.tablerowheading {
	text-align:right;
}

.ui-datepicker{
	font-size:14px !important
}

#tbpricingoptions  .ui-icon, #tbshippingoptions  .ui-icon {
	background: none;
}

#tbpricingoptions .ui-accordion .ui-accordion-header, #tbshippingoptions .ui-accordion .ui-accordion-header {
    cursor: default;
}
	
.tbcell {
	border-right:solid 1px #ddd;
}

/*
#tabs .ui-widget-header {
	border-top:none;
	border-right:none;
	border-left:none;
	background:none;
}

#tabs {
	border:none;
}
*/

.notification_error {
	padding: 20px;
	color: #d55;
	position:absolute;
	z-index: 9999;
	top: 200px;
	margin-left: auto;
	margin-right: auto;
	font-weight:bold;
	background: none repeat scroll 0% 0% #fee;
	border: 1px solid #bbb;
	width: auto;
}

.notification_success {
	padding: 30px;
	color: #595;
	position:absolute;
	z-index: 9999;
	top: 200px;
	margin-left: auto;
	margin-right: auto;
	font-weight:bold;
	background: none repeat scroll 0% 0% #dfd;
	border: 1px solid #bbb;
	width: auto;
}</pre></body></html>