/** RESET **/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, input {
	margin:0;
	padding:0;
}
/*table { border-collapse:collapse; border-spacing:0; }*/
fieldset {
	border:0;
}
img {
	border:0;
	margin:0px;
	padding:0px
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
/** BASICS **/
body {
	font: 11px/17px Verdana, sans-serif;
	background:#EDEEEE url(../images/body_bg.png) repeat-y center 0;
	color: #4D4D4D;
}
html body.modalW {
	background:none !important;
}
a {
	color: #003781;
	outline: 0;
	text-decoration: none;
}
a:focus, a:hover {
	color: #009EE0;
	text-decoration: underline;
}
h1, h2 {
	color: #003781;
}
h1 {
	font-size: 20px;
	line-height: 24px;
}
.wrapper {
	margin: 0 auto;
	position: relative;
	width: 982px;
}
.wrapper2 {
	margin: 0 auto;
	position: relative;
	width: 1200px;
}
.wrapper3 {
	margin: 0 auto;
	width: 982px;
}
td {
	FONT-SIZE: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	COLOR: #3e3e3e;
}
/** EASY CLEARING METHOD (keep in mind that IE needs hasLayout) **/
.container:after, .content-box:after, .overview-block-row:after, .overview-list li:after, .overview-links li:after, #body:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/** IMAGE REPLACEMENT with Phark Method **/
#function-bar a {
	overflow: hidden;
	text-indent: -5000px;
}
/** GRID COLUMNS **/
.grid1 {
	width: 148px;
}
.grid2 {
	width: 312px;
}
.grid3 {
	width: 476px;
}
.grid4 {
	width: 640px;
}
/** CONTAINERS **/
/* basics */
.container-top {
	background-color: #FFF;
	margin-bottom: 0px;
	padding: 7px;
	background:url(../images/tab-nav-bg.png) #FFF bottom repeat-x;
}
.container {
	background-color: #FFF;
	margin-bottom: 2px;
	padding: 7px;
}
#related-area .container {
	background-color: #E5E5E5;
}
.container img {
	vertical-align: bottom; /* removes unwanted margin at the bottom */
}
/* floating containers */
.floating-containers {
	overflow: hidden; /* necessary for equal height columns */
}
.ie6 .floating-containers, .ie7 .floating-containers {
	zoom: 1;
}
.floating-containers .container {
	float: left;
	margin-left: 2px;
	/* equal height columns */
	padding-bottom: 500px;
	margin-bottom: -493px; /* keep 7px padding at the bottom */
}
.floating-containers .first {
	margin-left: 0;
}
/** DIVIDING LINE **/
div.divider_line {
	background:url(../images/tab-nav-divider-bg.png) no-repeat;
	height:14px;
	margin:0;
}
.divider {
	background: url(../images/dotted_line_h.gif) repeat-x;
	clear: both;
	height: 1px;
	margin: 10px 7px 0 7px;
}
.divider hr {
	display: none;
}
.container .divider {
	margin-left: 0;
	margin-right: 0;
}
.divider2 {
	background: url(../images/dotted_line_h.gif) repeat-x;
	clear: both;
	height: 1px;
	margin: 3px;
}
.divider2 hr {
	display: none;
}
.container .divider2 {
	margin-left: 0;
	margin-right: 0;
}
/** MODULES **/
/* basics */
.module {
	line-height: 13px;
}
.module h2 {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 8px;
}
.module p, .module ol, .module ul {
	margin: 7px 0;
}
.module li {
	margin-top: 4px;
}
.module .btn {
	margin-top: 14px;
}
.module label {
	display: block;
	margin-top: 7px;
}
.module select {
	margin: 5px 0 7px;
	width: 100%;
}
/* modules in the related area */
#related-area .module h2 {
	background: url(../images/dotted_line_h.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.ie6 #related-area .module h2 {
	zoom: 1;
}
#left-hand #related-area .module h2 {
	font-size: 11px;
	line-height: 13px;
}
/* specific module: special offer */
.module-special-offer p strong {
	color: #003781;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
}
/* specific module: news */
.module-news ul {
	height: 139px;
	margin: 0;
	overflow: auto;
}
.module-news li {
	background: url(../images/dotted_line_h.gif) repeat-x left top;
	margin-right: 7px;
	padding: 7px 0 2px;
}
/* specific module: multilink */
.module-multilink ul {
	background: url(../images/multilink_bg.png) no-repeat right top;
	height: 161px;
	margin: 0;
	position: relative;
}
.module-multilink li {
	margin: 0;
	padding-left: 319px;
	width: 321px; /* triggers hasLayout */
}
.module-multilink .multilink-title {
	border-top: 1px solid #E4E4E4;
	color: #4D4D4D;
	display: block;
	height: 23px;
	line-height: 23px;
	padding-left: 34px;
}
.module-multilink .multilink-title:hover {
	color: #009EE0;
}
.module-multilink li:first-child .multilink-title {
	border-top: 0;
}
.module-multilink .active .multilink-title {
	background: #FFF url(../images/img/multilink_arrows.gif) no-repeat 17px 8px;
	color: #003781;
}
.module-multilink .multilink-content {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.module-multilink .active .multilink-content {
	display: block;
}
/* specific module: multiteaser */
.module-multiteaser {
	padding-bottom: 14px;
	position: relative;
}
.ie7 .module-multiteaser {
	padding-bottom: 7px;
}
.module-multiteaser .multiteaser-next {
	line-height: 15px;
	position: absolute;
	right: 7px;
	top: 7px;
}
.module-multiteaser ul, .module-multiteaser li {
	margin: 0;
}
.module-multiteaser li .grid1 {
	float: left;
}
.module-multiteaser li .right {
	float: right;
}
.module-multiteaser p {
	margin-top: 0;
}
/** SORT **/
.sort {
	background: url(../images/sort_bg.png) repeat-x;
	height: 24px;
	line-height: 24px;
	padding: 3px 7px;
	text-align: right;
}
.sort span {
	margin-right: 10px;
}
.sort a {
	display: inline-block;
	padding: 0 10px;
}
.sort a.active {
	background-color: #FFF;
}
/** OVERVIEW MODULES **/
/* block module */
.overview-block-row {
	background: url(../images/overview_block_bg.gif) repeat-y; /* equal heights with faux columns */
	margin-bottom: 2px;
	width: 654px;
}
.overview-block .left, .overview-block .right {
	float: left;
	padding: 7px 7px 14px 7px;
	width: 312px;
}
.overview-block .right {
	float: right;
}
.overview-block img {
	margin-bottom: 9px;
}
.overview-block h2 {
	font-size: 15px;
	margin: 0 7px 7px 7px;
}
.overview-block ul, .overview-block p {
	font-size: 13px;
	margin-left: 7px;
	margin-right: 7px;
}
.overview-block .checkmarks li {
	margin-bottom: 0;
}
.overview-block .more {
	font-size: 11px;
	line-height: 11px;
	margin-top: 8px;
}
/* block module in smaller version (without image) */
.overview-block-small .left, .overview-block-small .right {
	padding-top: 14px;
}
.overview-block-small h2 {
	font-size: 13px;
}
.overview-block-small ul, .overview-block-small p {
	font-size: 11px;
	line-height: 13px;
}
/* list module */
.overview-list > li:first-child {
	background: none;
}
.overview-list li {
	background: url(../images/dotted_line_h.gif) repeat-x;
	clear: both;
	font-size: 13px;
	margin-top: 0;
	padding: 14px 0;
	vertical-align: bottom; /* corrects a small bottom gap in IE */
	width: 640px; /* triggers hasLayout */
}
.overview-list li li {
	width: auto;
}
.overview-list li:hover {
	background-color: #F6F6F6;
}
.overview-list li li:hover {
	background-color: transparent;
}
.overview-list li .grid1 {
	float: left;
	font-size: 15px;
	text-align: right;
}
.overview-list li .grid3 {
	float: right;
}
.overview-list h2 {
	font-size: 15px;
	margin-bottom: 4px;
}
.overview-list h3 {
	margin-bottom: 4px;
}
.overview-list .more {
	font-size: 11px;
	line-height: 11px;
	margin-top: 8px;
}
/* link module */
.overview-links {
	margin-top: 7px;
}
.overview-links li {
	background: url(../images/dotted_line_h.gif) repeat-x;
	clear: both;
	margin-top: 0;
	padding: 7px 0 12px 0;
	width: 640px; /* triggers hasLayout */
}
.overview-links li .left {
	float: left;
	padding-left: 7px;
	width: 141px;
}
.overview-links li .right {
	float: right;
	width: 492px;
}
.overview-links h2 {
	font-size: 13px;
}
.overview-links .link-list {
	display: inline; /* IE 6 */
	float: left;
	margin: 0 0 0 16px;
	width: 230px;
}
.overview-links .link-list li {
	line-height: 13px;
	margin-top: 4px;
	width: auto;
}
.ie7 .overview-links .link-list li {
	zoom: 1;
}
/** BUTTONS **/
/* basics */
.btn {
	background: #003781 url(../images/sprite_button_backgrounds.png) repeat-x; /* background color is important for IE 6 & 7 */
	border: 1px solid #003781;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	text-align: left;
}
input.btn, button.btn {
	font-family: Verdana, sans-serif;
	height: 26px;
	width: 155px;
}
.module .btn {
	width: 126px;
}
.module input.btn, .module button.btn {
	width: 148px;
}
.btn::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
.btn:focus, .btn:hover {
	background-position: 0 -30px;
	color: #FFF;
	text-decoration: none;
}
/* small size */
.btn-small {
	height: 16px;
	line-height: 16px;
}
button.btn-small, input.btn-small {
	height: 16px;
}
.btn-small:focus, .btn-small:hover {
	background-position: 0 -34px;
}
/* other colors */
.btn-gray {
	background-color: #E5E5E5;
	background-position: 0 -60px;
	border-color: #E5E5E5;
}
.btn-gray:focus, .btn-gray:hover {
	background-position: 0 -90px;
}
.btn-red {
	background-color: #AA0000;
	background-position: 0 -180px;
	border-color: #AA0000;
}
.btn-red:focus, .btn-red:hover {
	background-position: 0 -210px;
}
/* icons */
.btn span {
	background: url(../images/sprite_button_icons.png) no-repeat;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 16px;
}
.btn-small span {
	height: 24px;
	line-height: 24px;
}
.btn .btn-icon-contact {
	background-position: 0 6px;
}
.btn .btn-icon-calendar {
	background-position: 0 -20px;
}
.btn .btn-icon-mail {
	background-position: 0 -44px;
}
.btn .btn-icon-feed {
	background-position: 0 -70px;
}
.btn .btn-icon-phone {
	background-position: 0 -97px;
}
.btn .btn-icon-form {
	background-position: 0 -121px;
}
.btn .btn-icon-question {
	background-position: 0 -145px;
}
.btn .btn-icon-calculator {
	background-position: 0 -171px;
}
.btn .btn-icon-arrow-down {
	background-position: 0 -191px;
}
.btn .btn-icon-arrow-up {
	background-position: 0 -216px;
}
/* button container */
.buttons {
	margin-top: 0px;
	text-align: right;
}
.buttons p {
	float: left;
	line-height: 22px;
	margin: 0;
}
form .buttons {
	margin-top: 0px;
}
.module form .buttons {
	background-color: transparent;
}
.buttons .btn {
	color: #FFF;
	text-align: left;
}
.btn ui-state-disabled {
	color: red;
	display: inline-block;
	text-align: left;
}
.buttons .btn-gray, .buttons .btn-gray:focus, /* :focus and :hover for IE 6 */ .buttons .btn-gray:hover {
	color: #4D4D4D;
}
/* service buttons */
#service-buttons .btn {
	background-color: #898D93;
	background-position: 0 -120px;
	border: 0;
	padding-bottom: 1px;
	padding-top: 1px;
	width: 142px;
}
#service-buttons .btn:focus, #service-buttons .btn:hover {
	background-position: 0 -150px;
}
/* special arrow button */
.btn-arrow {
	background: #FFF url(../images/sprite_arrow.png) no-repeat 0 4px;
	display: block;
	font-size: 11px;
	height: 13px;
	line-height: 13px;
	text-align: right;
}
.btn-arrow input {
	background: #FFF url(../images/sprite_arrow.png) no-repeat -295px 4px;
	border: 0;
	color: #003781;
	cursor: pointer;
	overflow: visible;
	padding-left: 10px;
}
.btn-arrow input::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
#site-navigator .btn-arrow {
	background-color: transparent;
	background-position: 0 -16px;
}
#site-navigator .btn-arrow input {
	background-color: transparent;
	background-position: -152px -16px;
	color: #4D4D4D;
}
#left-hand #related-area .btn-arrow, #left-hand #related-area .btn-arrow input {
	background-color: #E5E5E5;
}
/** ADD TO LINK **/
.add-to {
	background: url(../images/add_to_gray.gif) no-repeat left center;
	color: #4D4D4D;
	line-height: 13px;
	padding-left: 14px;
}
.add-to:hover {
	color: #4D4D4D;
}
.add-to-white {
	background-image: url(../images/add_to_white.gif);
	color: #FFF;
}
.add-to-white:hover {
	color: #FFF;
}
/** CONTENT ICONS **/
/* basics */
.content-icon {
	background: url(../images/sprite_content_icons.png) no-repeat;
	clear: left;
	float: left;
	font-size: 11px;
	line-height: 13px;
	min-height: 60px;
	padding-left: 45px;
	text-align: left;
}
.ie6 .content-icon {
	height: 60px; /* hack for min-height */
}
.content-icon em {
	color: #4D4D4D;
	font-style: normal;
}
/* icons */
.content-icon-phone {
	background-position: 0 0;
	padding-left: 34px;
}
.content-icon-calculator {
	background-position: 0 -100px;
	padding-left: 40px;
}
.content-icon-mail {
	background-position: 0 -200px;
	padding-left: 43px;
}
.content-icon-feed {
	background-position: 0 -300px;
	padding-left: 39px;
}
.content-icon-form {
	background-position: 0 -400px;
	padding-left: 40px;
}
.content-icon-question {
	background-position: 0 -500px;
	padding-left: 50px;
}
/* icon bar */
.content-icon-bar {
	background: url(../images/content_icon_bar_bg.png) no-repeat;
	height: 62px;
	margin: 14px 0 7px;
}
.content-icon-bar .grid1 {
	float: left;
	font-size: 13px;
	padding-top: 8px;
	text-align: right;
}
.content-icon-bar .grid3 {
	float: right;
	padding-top: 11px;
}
.content-icon-bar li {
	display: inline;
	float: left;
	list-style-type: none;
	margin-right: 9px;
	padding-right: 7px;
	width: 148px;
}
.content-icon-bar li.last {
	margin: 0;
	width: 141px;
}
/** INFORMATION LAYER **/
.info-layer {
	background: url(../images/sprite_info_layer.png) no-repeat;
	cursor: pointer;
	height: 11px;
	display: inline-block;
	position: relative;
	z-index: 998;
	width: 14px;
}
.info-layer-container {
	background-color: #FFF;
	border: 1px solid #D1D1D1;
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
	padding: 7px;
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	width: 312px;
}
.info-layer:hover { /* in IE 6 & 7 javascript is used because of overlay bugs */
	background-position: -386px 0;
}
.info-layer:hover .info-layer-container {
	left: 24px;
}
.info-layer-caption {
	color: #003781;
	display: block;
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 6px 7px;
}
.info-layer-content {
	background: #E5E5E5 url(../images/gradient_content.png) no-repeat right top;
	color: #4D4D4D;
	display: block;
	font-size: 11px;
	line-height: 13px;
	padding: 10px 7px 12px;
}
.field .info-layer {
	position: absolute;
	left: 127px;
	top: 5px;
}
/** FLAPS **/
.flap {
	margin-top: 2px;
}
.flap-header {
	background: url(../images/gradient_small.png) repeat-x;
	height: 24px;
	line-height: 24px;
	padding-left: 9px;
}
.flap-header span {
	background: url(../images/sprite_flap.png) no-repeat 0 9px;
	display: block;
	padding-left: 17px;
}
.flap-open .flap-header span {
	background-position: 0 -22px;
}
#related-area .flap:first-child {
	margin-top: 0;
}
#related-area .flap-header {
	height: 21px;
	line-height: 21px;
}
#related-area .flap-header span {
	background-position: 0 7px;
}
#related-area .flap-open .flap-header span {
	background-position: 0 -24px;
}
#related-area .flap-body {
	position: relative; /* prevents rendering errors when toggling the flap in IE 6 */
	width: 312px; /* triggers hasLayout */
}
#related-area .flap-body-helper { /* padding has to be on helper div for smoother animation */
	padding: 10px 7px;
}
/** CONTENT LISTS **/
/* link list */
.link-list li {
	background: none;
	padding: 0 0 0 1em;
	position: relative;
}
.ie6 .link-list li {
	zoom: 1;
}
.link-list span {
	position: absolute;
	left: 0;
	top: 0;
}
/* checkmarks */
.checkmarks li {
	background: url(../images/checkmark.png) no-repeat 0 3px;
	list-style-type: none;
	margin: 0 0 4px 0;
	padding: 0 0 0 21px;
}
/** STEPS **/
.steps {
	background: url(../images/dotted_line_h.gif) repeat-x;
	line-height: 28px;
	margin: 14px 0;
	padding-left: 7px;
}
.steps ol {
	background: url(../images/dotted_line_h.gif) repeat-x left bottom;
	height: 28px;
	margin: -28px 0 0 -7px;
	padding-left: 164px;
}
.steps li {
	background: url(../images/sprite_arrow.png) no-repeat -250px 6px;
	float: left;
	height: 16px;
	line-height: 16px;
	margin: 6px 7px 0 0;
	width: 75px;
}
.steps li:first-child {
	background-image: none;
	width: 18px;
}
.steps li span {
	background-color: #FFF;
	border: 1px solid #4D4D4D;
	float: right;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	text-align: center;
	width: 16px;
}
.steps li strong span {
	background-color: #003781;
	border-color: #003781;
	color: #FFF;
}
/** FORMS **/
/* field */
/** FORMS **/
/* field */
.field {
	background: url(../images/label_bg_medium.gif) repeat-y left top;
	margin-bottom: 2px;
	padding-left: 157px;
	position: relative;
}
.ie6 .field {
	padding-left: 155px; /* without this the related area will drop under the content area */
	zoom: 1;
}
.module .field, #login .field {
	background-image: url(../images/label_bg_light.gif);
}
/* form elements */
label,
.td_label {
	background: #EDEEEE;
	padding-left:6px;
	padding-right:4px;
	padding-top:0px;
	padding-bottom:0px;
	/* height:36px; */
	height:20px;
}
#td_f1 {
	padding-left:4px;
	padding-right:4px;
}
#td_f {
	padding-left:4px;
}
input, textarea {
	color: #4D4D4D;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	border: 1px solid #C6C9D1;
	padding: 3px 0 3px 5px;
	background:#FFF
}
select {
	color: #4D4D4D;
	font: 11px/13px Verdana, sans-serif;
	border: 1px solid #C6C9D1;
	padding: 0px 0 0px 5px;
	padding-bottom:0px;
	padding-top:0px;
	background:#FFF;
	height:22px;
}
.input_read {
	background:#EBEBEB;
	padding-left:4px;
	padding-right:4px;
	color: #4D4D4D;
	font: 11px/13px Verdana, sans-serif;
	border: 1px solid #C6C9D1;
	padding: 3px 0 3px 5px;
}
.field input, .field textarea, .field select {
	border: 1px solid #C6C9D1;
	height: 13px;
	line-height: 13px;
	margin: 1px 0;
	padding: 3px 0 3px 5px;
	width: 300px;
}
.field textarea {
	height: 64px;
}
.field select {
	height: 19px;
	padding: 0;
	width: 307px;
}
.field label {
	display: inline-block;
	height: 21px;
	line-height: 21px;
	margin-top: 0;
	position: absolute;
	left: 7px;
	top: 0;
}
/* multiple form elements in one field */
.field li {
	padding-top: 2px;
}
.field .radios li {
	display: inline;
	margin-right: 15px;
}
.field li label {
	position: static;
}
.field li input {
	border: 0;
	height: auto;
	width: auto;
}
/* place: login */
#login .field {
	background-position: -7px 0;
}
#login .field input {
	width: 148px;
}
/* place: container with 1 column width */
.grid1 .field {
	padding-left: 49px;
}
.grid1 .field label {
	height: 16px;
	left: 4px;
	line-height: 16px;
}
.grid1 .field input {
	margin: 0;
	padding: 1px 0 1px 2px;
	width: 94px;
}
.grid1 .field select {
	width: 97px;
}
/* place: container with 2 columns width */
.grid2 .field {
	padding-left: 164px;
}
.grid2 .field input, .grid2 .field textarea {
	width: 141px;
}
.grid2 .field select {
	width: 148px;
}
/* place: related area in left-hand layout */
#left-hand #related-area .field {
	background-image: url(../images/label_bg_dark.gif);
	background-position: -108px 0;
}
/* place: service module */
#service-module .field {
	background-position: -49px 0;
	padding-left: 108px;
}
#service-module .field input, #service-module .field textarea {
	width: 183px;
}
#service-module .field select {
	width: 190px;
}
/* other form elements */
form h2 {
	color: #4D4D4D;
	font-size: 13px;
	margin-bottom: 8px;
}
form p {
	line-height: 13px;
	margin: 10px 0 5px;
}
fieldset {
	background-color: #EEE;
	margin-bottom: 0px;
	padding: 4px;
	position: relative; /* for IE 6 */
}
.levelgroupj {
	color: #FFF;
	background-color: #EEE;
	margin-bottom: 0px;
	padding: 4px;
	position: relative; /* for IE 6 */
}
.jlevel:disabled {
	background: #dddddd;
}
.btn:disabled {
	background: #dddddd;
	border-color: #D4D4D4;
}

.levelnamej {
	color: #F00;
	font-size:16px;
}
.levelnamebp {
	color: #060;
	font-size:16px
}
.levelgroupj td {
	background-color: #EEE;
	margin-bottom: 0px;
	padding: 4px;
	position: relative; /* for IE 6 */
}
.pageheader {
	color: #FFF;
	background-color: #EEE;
	margin-bottom: 0px;
	padding: 4px;
	position: relative; /* for IE 6 */
}
.report {
	color: #FFF;
	background-color: #EEE;
	margin-bottom: 0px;
	padding: 4px;
	position: relative; /* for IE 6 */
}
.report td {
	background-color: #EEE;
	margin-bottom: 0px;
	padding: 4px;
	position: relative; /* for IE 6 */
}
.reportj {
	color: #FFF;
	background-color: #C9C;
	margin-bottom: 0px;
	padding: 4px;
	position: relative; /* for IE 6 */
}
.reportj td {
	background-color: #C9C;
	margin-bottom: 0px;
	padding: 4px;
	position: relative; /* for IE 6 */
}
.reportbp {
	color: #FFF;
	background-color: #dddddd;
	margin-bottom: 0px;
	padding: 4px;
	position: relative; /* for IE 6 */
}
.reportbp td {
	background-color: #dddddd;
	margin-bottom: 0px;
	padding: 4px;
	position: relative; /* for IE 6 */
}
.blockj {
	border-style: solid;
	border-width:5px;
	background-color: #FFC;
}
.blockj td {
	background-color: #FFC;
}
.blockchemb {
	border-style: solid;
	border-width:5px;
	background-color: #BCF5A9;
}
.blockchemb td {
	background-color: #BCF5A9;
}
.blockchemp {
	border-style: solid;
	border-width:5px;
	background-color: #FCF;
}
.blockchemp td {
	background-color: #FCF;
}
.blockchembp {
	border-style: solid;
	border-width:5px;
	background-color: #CEF6F5;
}
.blockchembp td {
	background-color: #CEF6F5;
}
/** CONTENT MODULES **/
.content {
	color: #4D4D4D;
	font-size: 13px;
	line-height: 17px;
	position: relative; /* IE 6 */
	width: 640px; /* triggers hasLayout */
}
.content .grid3 {
	padding-left: 7px;
	margin-left: 157px;
}
.content .aside {
	font-size: 11px;
	line-height: 13px;
	padding-top: 3px;
	text-align: right;
	position: absolute;
	left: 0;
	width: 148px;
}
/* content items */
.content a {
	color: #003781;
}
.content a:focus, .content a:hover {
	color: #009EE0;
}
.content h2 {
	font-size: 17px;
	line-height: 21px;
	margin: 17px 0 11px;
}
.content h3 {
	color: #003781;
	margin: 17px 0 4px;
}
.content p, .content ol, .content ul, .content table {
	margin-bottom: 7px;
}
.content .divider {
	margin: 14px 0;
}
.content .flap-body {
	padding-bottom: 14px;
}
/* lists */
.content li {
	margin-bottom: 4px;
}
.content ul {
	list-style-type: circle;
}
.content ul li {
	margin-left: 1.5em;
}
.content ol {
	list-style-type: decimal;
}
.content ol li {
	margin-left: 1.7em;
}
.content .checkmarks, .content .link-list {
	list-style-type: none;
}
.content .checkmarks li, .content .link-list li {
	margin-left: 0;
}
/* tables */
.content table {
	border: 1px solid #E5E5E5;
	margin-top: 7px;
	width: 100%;
}
.content th, .content td {
	border: 1px solid #E5E5E5;
	font-size: 11px;
	line-height: 13px;
	padding: 6px 7px;
	width: 25%;
}
.content th {
	background: #E5E5E5 url(../images/gradient_small.png) repeat-x;
	border-right-color: #FFF;
	font-weight: bold;
}
.content th.last {
	border-right-color: #E5E5E5;
}
.content .zebra td {
	background-color: #F6F6F6;
}
.content table .col2 {
	width: 50%;
}
/* content boxes */
.content-box {
	margin: 18px 0;
	width: 640px; /* triggers hasLayout */
}
.content-box .divider {
	margin: 0;
}
.content-box .grid1 {
	float: left;
	padding-top: 10px;
	text-align: right;
}
.content-box .grid3 {
	background: #E5E5E5 url(../images/gradient_content.png) no-repeat -157px 0;
	float: right;
	margin-left: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}
.content-box-both {
	background: #E5E5E5 url(../images/gradient_content.png) no-repeat;
}
/** TABS **/
.ui-tabs, .ui-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-panel {
	background: none;
	border: 0;
	padding: 0;
}
.ui-tabs .ui-tabs-nav {
	border-bottom: 1px solid #D9D9D9;
}
.ui-tabs .ui-tabs-nav li {
	background: #E5E5E5 url(../images/gradient_small.png) repeat-x;
	/*	background:#999 url(../../images/bg-title-gray.png) repeat-x;*/
	
	border-color: #D9D9D9;
	margin-right: 2px;
}
.ui-tabs .ui-tabs-nav li a {
	line-height: 11px;
	padding: 4px 10px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background: #FFF;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	color: #003781;
	font-weight:bold
}
.content-tab {
	height:460px;
	padding:0px;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
}
.content-tab-cliam {
	height:276px;
	padding:0px;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
}
.content-tab-provider {
	height:400px;
	padding:0px;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
}
/** RECOMMENDATIONS **/
.recommendations {
	background-color: #F6F6F6;
	border: 1px solid #E5E5E5;
	width: 100%;
}
.recommendations th {
	background: #E5E5E5 url(../images/gradient_small.png) repeat-x;
	border-right: solid 1px #CCC;
	color: #4D4D4D;
	font-size: 11px;
	margin: 0;
	padding-left:2px;
	padding: 3px 2px;
}
.recommendations th.last {
	background: #E5E5E5 url(../images/gradient_small.png) repeat-x;
	border-right: solid 0px #CCC;
	color: #4D4D4D;
	font-size: 11px;
	margin: 0;
	padding-left:2px;
	padding: 3px 2px;
}
.recommendations th.center {
	background: #E5E5E5 url(../images/gradient_small.png) repeat-x;
	border-right: solid 0px #CCC;
	color: #4D4D4D;
	font-size: 11px;
	margin: 0;
	text-align:center;
}
.recommendations th.number {
	background: #E5E5E5 url(../images/gradient_small.png) repeat-x;
	border-right: solid 0px #CCC;
	color: #4D4D4D;
	font-size: 11px;
	margin: 0;
	text-align:right;
	padding-right:10px;
}
.recommendations td {
	padding: 3px 2px;
}
.recommendations td.number {
	padding-right:10px;
	text-align:right;
}
.recommendations .zebra td {
	background-color: #FFF;
}
.recommendations .col1 {
	background: url(../images/dotted_line_v.gif) repeat-y right top;/*width: 150px;*/
}
.recommendations .col2 {
	background: url(../images/dotted_line_v.gif) repeat-y right top;
	padding-left: 2px;
	padding-left: 2px;/*width: 375px;*/
}
.recommendations .col3 {
	padding-left: 2px;
	padding-right: 0;
}
/** RECOMMENDATIONS4 **/
.recommendations4 {
	background-color: #F6F6F6;
	border: 1px solid #E5E5E5;
}
.recommendations4 th {
	background: #E5E5E5 url(../images/gradient_small.png) repeat-x;
	border-right: solid 1px #CCC;
	color: #4D4D4D;
	font-size: 11px;
	margin: 0;
	padding-left:2px;
	padding: 3px 2px;
}
.recommendations4 th.last {
	background: #E5E5E5 url(../images/gradient_small.png) repeat-x;
	border-right: solid 0px #CCC;
	color: #4D4D4D;
	font-size: 11px;
	margin: 0;
	padding-left:2px;
	padding: 3px 2px;
}
.recommendations4 td {
	padding: 3px 2px;
}
.recommendations4 .zebra td {
	background-color: #FFF;
}
.recommendations4 .col1 {
	background: url(../images/dotted_line_v.gif) repeat-y right top;/*width: 150px;*/
}
.recommendations4 .col2 {
	background: url(../images/dotted_line_v.gif) repeat-y right top;
	padding-left: 2px;/*width: 375px;*/
}
.recommendations4 .col3 {
	padding-left: 2px;
	padding-right: 0;
}
/** RECOMMENDATIONS2 **/
.recommendations2 {
	background-color: #F6F6F6;
	border: 1px solid #E5E5E5;
	width: 100%;
}
.recommendations2 th {
	background: #E5E5E5 url(../images/gradient_small.png) repeat-x;
	color: #4D4D4D;
	font-size: 11px;
	margin: 0;
	padding: 2px 7px;
}
.recommendations2 td {
	padding: 2;
}
.recommendations2 .zebra td {
	background-color: #FFF;
}
.recommendations2 .col1 {
	background: url(../images/dotted_line_v.gif) repeat-y right top;/*width: 150px;*/
}
.recommendations2 .col2 {
	background: url(../images/dotted_line_v.gif) repeat-y right top;
	padding-left: 8px;/*width: 375px;*/
}
.recommendations2 .col3 {
	padding-left: 8px;
	padding-right: 0;
}
/** TOP LINKS **/
#top-links1 {
	/*background:url(../../images/dockbar_bg.png) #666;	*/
	background-color: #666666;
}
#top-links {
	background-color: #EDEEEE;
	line-height: 22px;
	text-align: right;
}
#top-links li {
	display: inline;
	margin-left: 16px;
}
#top-links a {
	color: #4D4D4D;
}
/** HEADER **/
#header {
	background: url(../images/header_bg.png) repeat-x;
	padding-top: 19px;
	z-index: 2; /* IE 7 & 6 */
}
/* logo */
#logo, #logo img {
	vertical-align: bottom;
	position: relative;
	left:-8px
}
/* site label */
#site-label {
	color: #003781;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
	z-index:1;
}
/* search */
#search-login {
	position: absolute;
	right: 0;
	bottom: -6px;
	z-index: 10;
}
#search {
	background-color: #FFF;
	border: 1px solid #C6C9D1;
	height: 24px;
	float: left;
	position: relative;
	width: 324px;
}
#f-search-query {
	border: 0;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	position: absolute;
	left: 0;
	top: 0; /* ensures correct position in IE */
	width: 290px;
}
#f-search-submit {
	position: absolute;
	right: 0;
	top: 0;
}
/* login */
#login {
	float: left;
	position: relative;
}
#login button {
	/* margin-left: 9px; */
	width: 162px;
}
#login button span img {
	float: right;
	margin-top: 7px;
}
/*
#login form {
	background-color: #FFF;
	border: 1px solid #8F9091;
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
	display: none;
	position: absolute;
	right: -1px;
	top: 27px;
	width: 312px;
}
*/
#login form .buttons {
	background-color: transparent;
}
#login form a {
	color: #4D4D4D;
}
/** MAIN NAVIGATION **/
/* basics */
#main-nav {
	position: absolute;
	left: 180px;
	top: 11px;
	z-index: 15;
}
#main-nav li {
	float: left;
	height: 28px;
	line-height: 26px;
}
#main-nav a {
	color: #4D4D4D;
}
#main-nav a.active {
	color: #003781;
}
#main-nav a:hover {
	color: #009EE0;
	text-decoration: none;
}
/* main nav with left-hand menu */
#left-hand #main-nav li {
	margin-right: 21px;
}
/* main nav with flyout menu */
#flyout #main-nav {
	margin-left: -14px;
}
#flyout #main-nav li a {
	float: left;
	height: 26px;
	padding: 1px 11px;
}
#flyout #main-nav > li:first-child a {
	padding-left: 15px;
}
#flyout #main-nav .level2 {
	background-color: #FFF;
	border: 1px solid #A9AAAA;
	border-top-color: #D7D7D7;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	padding: 21px 14px 14px;
	position: absolute;
	left: -9999px;
	top: 28px;
	z-index: 5;
	width: 749px;
}
#flyout #main-nav .level2 li {
	float: none;
	height: auto;
	line-height: 1;
}
#flyout #main-nav .level2 li a {
	float: none;
	height: auto;
	padding: 0;
}
#flyout #main-nav .level2 .col1, #flyout #main-nav .level2 .col2, #flyout #main-nav .level2 .col3 {
	float: left;
	margin-right: 16px;
	width: 206px;
}
#flyout #main-nav .level2 .col3 {
	margin-right: 0;
	width: 305px;
}
#flyout #main-nav .level2 li h2 {
	color: #4D4D4D;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#flyout #main-nav .level2 li ul {
	border-top: 1px solid #D4D4D4;
}
#flyout #main-nav .level2 li li {
	border-bottom: 1px solid #D4D4D4;
	padding: 5px 0;
}
#flyout #main-nav .level3 {
	border-top: 0 !important;
	margin-left: 10px;
}
#flyout #main-nav .level3 li {
	border-bottom: 0 !important;
	padding: 7px 0 0 !important;
}
#flyout #main-nav li:hover a, #flyout #main-nav li.sfhover a {
	background-color: #FFF;
	border: 1px solid #D4D4D4;
	border-bottom: 0;
	padding: 0 10px 2px;
	position: relative;
	z-index: 6;
}
#flyout #main-nav > li:first-child:hover a {
	padding-left: 14px;
}
#flyout #main-nav li:hover .level2 a, #flyout #main-nav li.sfhover .level2 a {
	background-color: transparent;
	border: 0;
	padding: 0;
}
#flyout #main-nav li:hover .level2, #flyout #main-nav li.sfhover .level2 {
	left: 0;
}
/* main nav with flyout menu small */
#flyout #main-nav.flyout-small {
	margin-left: -10px;
}
#flyout #main-nav.flyout-small > li:first-child a {
	padding-left: 11px;
}
#flyout #main-nav.flyout-small > li:first-child:hover a {
	padding-left: 10px;
}
#flyout #main-nav.flyout-small li {
	position: relative;
}
#flyout #main-nav.flyout-small .level2 {
	padding: 13px 10px 10px;
	width: 234px;
}
#flyout #main-nav.flyout-small .level2 li {
	padding: 3px 0;
}
#flyout #main-nav.flyout-small .level2 li a {
	padding-left: 0 !important;
}
/** BODY LAYOUT **/
#body {
	margin-top: 6px;
	padding-bottom: 51px; /* because of bottom links */
}
#navigation-area {
	float: left;
	margin-right: 2px;
	width: 150px;
}
#content-area {
	float: left;
	width: 654px;
}
#related-area {
	float: left;
	margin-left: 2px;
	width: 162px;
}
#flyout #related-area {
	width: 326px;
}
#content-admin {
	float: left;
	width: 830px;
}
/** NAVIGATION AREA **/
/* sub nav */
#sub-nav {
	background-color: #FFF;
	margin-bottom: 14px;
}
#sub-nav li {
	background: url(../images/dotted_line_h.gif) repeat-x 1px top;
	padding-top: 1px;
}
#sub-nav li:first-child, #sub-nav li li {
	background: none;
	padding-top: 0;
}
#sub-nav a {
	color: #4D4D4D;
	display: block;
	line-height: 15px;
	padding: 4px 7px;
}
.ie6 #sub-nav a {
	zoom: 1;
}
#sub-nav a:focus, #sub-nav a:hover, #sub-nav a.active {
	background-color: #819CCC;
	color: #FFF;
	text-decoration: none;
}
#sub-nav li li a {
	padding-left: 17px;
}
#sub-nav li li li a {
	background: #FFF url(../images/sprite_minus.png) 17px -187px no-repeat;
	padding-left: 27px;
}
#sub-nav li li li a:focus, #sub-nav li li li a:hover, #sub-nav li li li a.active {
	background-position: 20px 11px;
}
/* meta nav */
#meta-nav li {
	border-bottom: 1px solid #939598;
	padding: 1px 7px;
}
#meta-nav a {
	color: #4D4D4D;
	line-height: 13px;
}
/* site navigator */
#site-navigator {
	padding: 0 7px;
}
#site-navigator label {
	display: block;
}
#site-navigator select {
	display: block;
	margin: 3px 0;
	width: 100%;
}
/** BREADCRUMB **/
#breadcrumb {
	background: #FFF;
	line-height: 11px;
	margin: 5px 0 10px 5px;
}
#breadcrumb li {
	display: inline;
	margin-right: 7px;
}
#breadcrumb a {
	color: #4D4D4D;
}
.breadcrumb-home {
	display: inline;
	margin-right: 7px;
	background: url(../images/home-16-001.png) no-repeat;
	padding-left:16px;
	width:16px;
	height:12px;
}
/** PAGE TITLE **/
/* default */
#page-title {
	padding: 21px 7px 7px;
	position: relative;
	width: 626px; /* triggers hasLayout */
}
#page-title a {
	position: absolute;
	right: 7px;
	top: 31px;
}
/* colored */
#page-title.colored {
	background-color: #F2A900;
	margin-bottom: -5px;
	padding-bottom: 14px;
}
#page-title.colored h1 {
	color: #FFF;
}
/** INTRODUCTION **/
#intro {
	background: url(../images/dotted_line_h.gif) repeat-x left top;
	margin-top: 7px;
	padding-top: 14px;
}
#intro p {
	margin-top: 0;
}
/** FUNCTION BAR **/
#function-bar {
	clear: both;
	height: 20px;
	margin-top: 2px;
}
#function-bar a {
	background: url(../images/sprite_function_bar.png) no-repeat;
	float: left;
	height: 20px;
	margin-right: 7px;
	width: 22px;
}
#function-bar #function-bar-top {
	background-position: 0 0;
}
#function-bar #function-bar-top:hover {
	background-position: -25px 0;
}
#function-bar #function-bar-print {
	background-position: 0 -23px;
}
#function-bar #function-bar-print:hover {
	background-position: -25px -23px;
}
#function-bar #function-bar-forward {
	background-position: 0 -46px;
}
#function-bar #function-bar-forward:hover {
	background-position: -25px -46px;
}
#function-bar #function-bar-add {
	background-position: 0 -69px;
}
#function-bar #function-bar-add:hover {
	background-position: -25px -69px;
}
#function-bar #function-bar-edit {
	background-position: 0 -69px;
}
#function-bar #function-bar-edit:hover {
	background-position: -25px -69px;
}
/** CLOSER **/
#closer {
	clear: both;
	margin: 21px 0 0 7px;
}
#closer ul {
	display: inline;
}
#closer li {
	display: inline;
	margin-left: 9px;
}
#closer a {
	color: #4D4D4D;
}
/** RELATED AREA **/
#service-buttons li {
	margin-bottom: 2px;
}
#related-area #service-module {
	background-color: #FFF;
}
#related-area #service-module p, #related-area #service-module ul {
	margin-top: 0;
}
#related-area #service-module .btn-arrow {
	margin-top: 5px;
}
/** BOTTOM LINKS **/
#bottom-links {
	background: url(../images/bottom_links_bg.png) repeat-x;
	height: 37px;
	line-height: 37px;
	padding-top: 4px;
	position: fixed;
	bottom: 0;
	z-index: 1500;
	width: 100%;
}
.ie6 #bottom-links {
	position: static;
}
#bottom-links li {
	display: inline;
	margin-right: 16px;
}
#bottom-links a {
	color: #4D4D4D;
}
/* INPUT */
.input_boxxxx {
	font: 11px tahoma, Helvetica, sans-serif;
	color: #4D4D4D;
	border: 1px solid #C6C9D1;
	font-weight:normal;
	background:#FFFFFF;
	padding: 3px 0 3px 5px;
}
.input_box_read {
	/*	FONT-SIZE:11px; */
	font: 11px tahoma, Helvetica, sans-serif;
	color: #4D4D4D;
	border: 1px solid #C6C9D1;
	font-weight:normal;
	background:#F2F2F2;
	padding: 3px 0 3px 5px;
}
.input_box_hide1 {
	/*	FONT-SIZE:11px; */
	font: 11px tahoma, Helvetica, sans-serif;
	color: #4D4D4D;
	border: 1px solid #FFFFFF;
	font-weight:normal;
	background:#FFFFFF;
	padding: 3px 0 3px 5px;
}
.input_box_hide2 {
	/*	FONT-SIZE:11px; */
	font: 11px tahoma, Helvetica, sans-serif;
	color: #4D4D4D;
	border: 1px solid #F6F6F6;
	font-weight:normal;
	background: #FFF;
	padding: 3px 0 3px 5px;
}
.select_box_read {
	/*	FONT-SIZE:11px; */
	font: 11px tahoma, Helvetica, sans-serif;
	color: #4D4D4D;
	border: 1px solid #C6C9D1;
	font-weight:normal;
	background:#F2F2F2;
	padding: 0px 0 0px 5px;
	height:22px
}
.input_box_red {
	/*	FONT-SIZE:11px; */
	font: 11px tahoma, Helvetica, sans-serif;
	color: #4D4D4D;
	padding: 3px 0 3px 5px;
	border: 1px solid #C00;
	font-weight:normal;
	background: #FFFFFF;
}
.input_box_read_red {
	/*	FONT-SIZE:11px; */
	font: 11px tahoma, Helvetica, sans-serif;
	color: #4D4D4D;
	padding: 3px 0 3px 5px;
	border: 1px solid #C00;
	font-weight:normal;
	background:#EBEBEB;
}
.input_red {
	background:#FFFFFF;
	padding-left:4px;
	padding-right:4px;
	color: #4D4D4D;
	font: 11px/13px Verdana, sans-serif;
	border:1px solid #C00;
	padding: 3px 0 3px 5px;
}
.input_box_calendar {
	font: 11px tahoma, Helvetica, sans-serif;
	color: #4D4D4D;
	padding: 3px 0 3px 5px;
	border:1px solid #C6C9D1;
	font-weight:normal;
	background-color:#fff;
	BACKGROUND-IMAGE: url(../images/txt_calendar.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color:white;
	cursor:pointer;
}
.input_box_calendar_dis {
	font: 11px/13px Verdana, sans-serif;
	color: #4D4D4D;
	padding: 3px 0 3px 5px;
	border:1px solid #C6C9D1;
	font-weight:normal;
	BACKGROUND: url(../images/txt_calendar_dis.gif) #F2F2F2;
	background-repeat: no-repeat;
	background-position: top right;
}
.input_box_calendar_red {
	font: 11px tahoma, Helvetica, sans-serif;
	color: #4D4D4D;
	padding: 3px 0 3px 5px;
	border: 1px solid #C00;
	font-weight:normal;
	background-color:#fff;
	BACKGROUND-IMAGE: url(../images/txt_calendar.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color:white;
	cursor:pointer;
}
.input_box_search {
	background:url(../images/btn_search_textbox.gif) #FFFFFF no-repeat top right;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	padding: 3px 0 3px 5px;
	border:1px solid #C6C9D1;
	cursor:pointer;
}
.input_number {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	padding:2px;
	border:1px solid #C6C9D1;
	background:#FFFFFF;
}
.input_number_read {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	padding:2px;
	border:1px solid #C6C9D1;
	background:#EBEBEB;
}
.input_number_error {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	padding:2px;
	border:1px solid #C00;
	background-color:#FFDFDF;
}
.MonthNav_back {
	BACKGROUND: url(../images/txt_calendar_dis.gif) #EBEBEB;
	background-repeat: no-repeat;
	background-position: top right;
}
.MonthNav_next {
	BACKGROUND: url(../images/txt_calendar_dis.gif) #EBEBEB;
	background-repeat: no-repeat;
	background-position: top right;
}
/*notification@@@@@@@@@@@@@@@@ */
.notification {
	line-height: 30px;
	cursor: pointer;
	clear: both;
	height: 30px;
	margin: 8px 0px 8px 0px;
	padding: 20px 25px 10px 60px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.notification strong {
	margin-right: 5px;
}
.notification p {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
.message p {
	font-size: 11px;
}
.warning {
	background-image: url(../images/notification/error.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #FFC237;
	background-color: #FFEAA8;
	color: #826200;
}
.success {
	background-image: url(../images/notification/accept.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #99C600;
	background-color: #EFFFB9;
	color: #3C5A01;
}

.summary {
	border: 1px solid #ddd !important;

}

.summary td {
	border: 1px solid #ddd !important;

}

.failure {
	background-image: url(../images/notification/exclamation.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #EB5339;
	background-color: #FCCAC2;
	color: #AC260F;
}
.information {
	background-image: url(../images/notification/information.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #418ACC;
	background-color: #D0E4F4;
	color: #235685;
}
.lightbulb {
	background-image: url(../images/notification/lightbulb.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #D3A350;
	background-color: #FEF0CB;
	color: #835F21;
}
.messages {
	background-image: url(../images/notification/email.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #42B4FF;
	background-color: #9DDFFF;
	color: #835F21;
}
.div_header h2 {
	height: 19px;
	padding: 0;
	background-color: #838383;
	color:#FFF;
	padding-left:6px;
	/*	font-family: "Tahoma", sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px
}
.popup-header {
	/*	background:#0080C0;*/
	background:url(../images/bg-title-blue3.jpg);
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
	padding:4px;
	text-align:center;
	Text-shadow: 1px 1px 1px #003651;
}
.popup-detail {
	padding:8px;
}
.etbl_style_head_1 {
	BACKGROUND-COLOR: #E5E5E5;
	BORDER-RIGHT: #C6C8C1 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	BORDER-LEFT: #ffffff 0px solid;
	BORDER-BOTTOM: #7A8180 1px solid;
	padding:2px 2px;
	font-size:11px;
	font-weight:bold
}
.etbl_style_head_2 {
	BORDER-RIGHT: #C6C8C1 1px solid;
	BORDER-TOP: #C6C8C1 1px solid;
	BORDER-LEFT: #ffffff 0px solid;
	BORDER-BOTTOM: #C6C8C1 1px solid;
	background: #93AAD3 url(../images/bg-title-blue3.jpg) repeat-x;
	background: #D5F1FF;
	padding:2px 2px;
}
.etbl_style_head_22 {
	BORDER-RIGHT: #C6C8C1 1px solid;
	BORDER-TOP: #C6C8C1 1px solid;
	BORDER-LEFT: #ffffff 0px solid;
	BORDER-BOTTOM: #C6C8C1 1px solid;
	background: #93AAD3 url(../images/bg-title-blue3.jpg) repeat-x;
	background:#D5F1FF;
	padding:2px 2px;
}
.etbl_style_head_3 {
	BACKGROUND-COLOR: #E5E5E5;
	BORDER-RIGHT: #C6C8C1 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	BORDER-LEFT: #ffffff 0px solid;
	BORDER-BOTTOM: #7A8180 1px solid;
	padding:2px 2px;
	font-size:11px;
}
.etbl_style_td {
	/*	BACKGROUND-COLOR: #E5EBF9;*/
	BORDER-RIGHT: #C6C8C1 1px solid;
	padding:1px;
	padding-top:0px;
	padding-bottom:0px;
}
.btn_tooth {
	background:url(../images/icons/tooth.gif) repeat-x;
	width:20px;
	height:19px;
	border:0px;
	cursor:pointer
}
.btn_tooth_active {
	background:#CBD7ED url(../images/icons/tooth_active_red.gif) repeat-x;
	width:20px;
	height:19px;
	border:0px;
	cursor:pointer
}
.btn_tooth_dis {
	background:url(../images/icons/tooth_dis.gif) repeat-x;
	width:20px;
	height:19px;
	border:0px;
}
h2.search {
	background: url(../images/icons/search-16.png) no-repeat;
	padding-left:20px
}
table {
	border-collapse: collapse;
	border-spacing:0;
	border-collapse: collapse;
	width:100%;
}
td {
	border:0;
	padding: 0px;
}


.spinner {
    display:    none;
    opacity: .8;
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background:  #eee url('../../../common/publicStatic/images/loader.gif') 50% 50% no-repeat;
}


#page {
    display: none;
}
#loading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("../../../common/publicStatic/images/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.bgGray{
  background-color: rgba(202, 202, 202, 0.45);
}
.bgGray td label{
  background-color: transparent;
}
.bglightGray{
  background-color: rgba(232, 231, 231, 0.62);
}

.li-dis a{
	/*color: gray !important;*/
	opacity: 0.5;
	cursor: not-allowed;
}