/*
	system styles: basic tags
*/


/* exo-2-regular - latin_latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/exo-2-v4-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Exo 2'), local('Exo2-Regular'),
       url('../fonts/exo-2-v4-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/exo-2-v4-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/exo-2-v4-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/exo-2-v4-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/exo-2-v4-latin_latin-ext-regular.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-italic - latin_latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/exo-2-v4-latin_latin-ext-italic.eot'); /* IE9 Compat Modes */
  src: local('Exo 2 Italic'), local('Exo2-Italic'),
       url('../fonts/exo-2-v4-latin_latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/exo-2-v4-latin_latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/exo-2-v4-latin_latin-ext-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/exo-2-v4-latin_latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/exo-2-v4-latin_latin-ext-italic.svg#Exo2') format('svg'); /* Legacy iOS */
}


/* open sans */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans'); */

/* open-sans-regular - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin_latin-ext-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin_latin-ext-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v15-latin_latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin_latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin_latin-ext-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin_latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin_latin-ext-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin_latin-ext-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700italic - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin_latin-ext-700italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('../fonts/open-sans-v15-latin_latin-ext-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin_latin-ext-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin_latin-ext-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin_latin-ext-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin_latin-ext-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}












@media print { .no-print, .no-print * { display: none !important; } }



html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: white;
	vertical-align: text-top;
	text-align: left;
	font-family: 'Open Sans', Verdana, Arial;
	font-size: 13px;
}

body.htmlx {
	height: auto;
	margin: 10px;
}

body.editx {
	padding: 1ex;
	height: auto;
}

table {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	font-size: 100%;
}

td {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	vertical-align: baseline; 
	text-align: left;
	font-size: 100%;
}

th {
	letter-spacing: 0.05ex;
}

div, p {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 5px 0px;
	line-height: 150%;
}

br,div,span,form {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	clear: none;
	float: none;
}

a { 
	text-decoration: none; 
	color: #555555;
}

a:hover {
	color: #b4c9d9;
	-webkit-transition: color 0.3s;
	transition: color 0.3s; 
}

#link {
}

body.htmlx a,body.editx a {
}

ol,ul {
	border: 0px solid #00ff00;
	list-style-position: outside;
	padding: 0.5ex 0px 0.5ex 0px;
	margin: 0px;
}

li {
	border: 0px solid #0000ff;
	padding: 3px 0 3px 0;
	margin: 0 0 0 3ex ;
}

li::-moz-list-bullet { /* undo quirk.css */
	font-size: 100%;
}

b {
}

/* 
	user defined styles
 */

/*
	root htmltext
 */

.rootLayout {
	width: 100%;
	height: 100%;
	table-layout: auto;
	border-collapse: collapse;
}
 
.rootBanner {
	width: 100%;
	height: 80px;
	padding: 0px 5px 0px 0px;
	*background-color: #f8f8f8;
	background-image: linear-gradient(white,white,white,#f8f8f8);
	vertical-align: top;
}
 
.rootMenu {
	width: 100%;
	height: 1px;
	padding: 2px 0px 0px 10px;
	background-color: #f8f8f8;
	border-collapse: collapse;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #bcbcbc;
	vertical-align: top;
}
 
.rootMainBox {
	width: 100%;
	padding-top: 14px;
}

.rootMainBoxTab {
	width: 100%;
}

.rootMenuLeft {
	padding: 2px 0px 0px 0px;
	vertical-align: top;
	width: 1px;
}
 
.rootPad0 {
	padding: 0px;
	width: 7px;
}
.rootPad1 {
	padding: 0px;
	width: 13px;
}
.rootPad2 {
	padding: 0px;
	width: 12px;
}

.rootContent {
	width: 100%;
	padding: 2px 0px 0px 0px;
	vertical-align: top;
}
 
.rootMenuRight {
	padding: 2px 0px 0px 5px;
	vertical-align: top;
	width: 1px;
}
 
.rootImprint {
	width: 100%;
	height: 14px;
}
 
 
.bannerSubTab {
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
 
.bannerSub1 {
	width: 436px; /* 10 padding + img width */
	height: 70px;
	vertical-align: middle;
	padding-left: 15px;
}

.bannerSub1 IMG {
	height: 70px;
}

.bannerSub2 {
	width: 100%;
	height: 70px;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 5px;
	font-family: "Exo 2";
	font-size: 200%;
	letter-spacing: -0.01em;
	color: #aaa;
}

.bannerSub3 {
	width: 250px;
	height: 70px;
	padding-right: 10px;
	vertical-align: middle;
}

.msg_hmenu {
	padding-left: 10px;
	margin-left: 10px;
}
 
.msg_hmenu_sel {
}

.msg_hmenu_uns {
}

.boxTop { /* still needed? rename? */
	padding: 1px 1px;
}
 
.boxBot { /* still needed? */
	padding: 1ex 1px;
}


/* 
	top-level hmenu 
 */

.mainM_hmenu {
	font-family: 'Exo 2';
	font-size: 110%;
	border-collapse: collapse;
	border-style: none;
}

.mainM_hmenu A:hover {
	text-decoration: none;
}

.mainM_hmenu_uns {
	padding: 3px 10px;
	border-style: none;
	border-color: #bcbcbc;
	white-space: nowrap;
}


.mainM_hmenu_uns A {
	color: #555555;
}

.mainM_hmenu_uns A:hover, .mainM_hmenu_sel A:hover {
	color: #d7898b;
}
.mainM_hmenu_sel {
	padding: 3px 10px;
	border-style: none;
	background-color: #f7f7f7;
	white-space: nowrap;
	font-weight: normal;
}

.mainM_hmenu_sel A {
	color: #954e52; /*2e69a3 */
}


/*
	system style: vertical menu
	FIXME: is a user style
*/

.ss_vmenu {
	min-width: 166px;
	margin-left: 5px;
	padding: 3px 0px;
	border-radius: 3px;
	background-color: #f2f2f2;
	text-align: left; 
	vertical-align: baseline;
	*font-size: 85%;
	font-size: 100%;
}

.ss_vmenu_tit {
	margin-left: 5px;
	white-space: nowrap;
	padding: 1px 5px;
	font-weight: bold;
}

.ss_vmenu_tab {
	width: 100%;
}

.ss_vmenu a {
	*color: #954e52;
	font-weight: normal;
	text-decoration: none;
}

.ss_vmenu_uns:HOVER, .ss_vmenu_edt_uns:HOVER, .ss_vmenu_uns1:HOVER, .ss_vmenu_edt_uns1:HOVER, 
.ss_vmenu_sel:HOVER, .ss_vmenu_edt_sel:HOVER, .ss_vmenu_sel1:HOVER, .ss_vmenu_edt_sel1:HOVER {
	background-color: #ffffff;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.ss_vmenu_uns:HOVER A, .ss_vmenu_edt_uns:HOVER A, .ss_vmenu_uns1:HOVER A, .ss_vmenu_edt_uns1:HOVER A, 
.ss_vmenu_sel:HOVER A, .ss_vmenu_edt_sel:HOVER A, .ss_vmenu_sel1:HOVER A, .ss_vmenu_edt_sel1:HOVER A {
	color: #d7898b;
}

.ss_vmenu_uns, .ss_vmenu_edt_uns {
	padding: 2px 11px 2px 11px;
}

.ss_vmenu_sel, .ss_vmenu_edt_sel {
	padding: 2px 11px 2px 11px;
	background-color: white;
}

.ss_vmenu_uns1, .ss_vmenu_edt_uns1 {
	padding: 2px 5px 2px 11px;
}

.ss_vmenu_sel1, .ss_vmenu_edt_sel1 {
	padding: 2px 5px 2px 11px;
	background-color: white;
}

.ss_vmenu_sel A, .ss_vmenu_edt_sel A, .ss_vmenu_sel1 A, .ss_vmenu_edt_sel1 A {
	color: #954e52;
}

.ss_vmenu_img {
	vertical-align: baseline;
	padding-right: 2px;
}


/*
	form iterator
*/

.formit_ulmenu {
	list-style-image: none; 
	list-style-position: outside; 
	list-style-type: none; 
	padding: 0;
	margin: 0;


.formit_ulmenu A:HOVER 	text-decoration: none;
	text-decoration: none;
	color: white;
}

.formit_ulmenu_uns {
	float: left;
	padding: 4px 1em;
	margin: 0px 0.6em 0.8ex 0px;
	background-color: #954e5260;
	border: 1px solid #954e5270;
	text-align: center;
	white-space: nowrap;
}

.formit_ulmenu_uns_o100 {
}

.formit_ulmenu_uns_o92 {
	background-color: #954e5230;
	border: 1px solid #954e5240;
}

.formit_ulmenu_uns A {
	color: black;
}


.formit_ulmenu_sel {
	float: left;
	padding: 4px 1em;
	margin: 0px 0.6em 0.8ex 0px;
	background-color: #954e52f0;
	border: 1px solid #954e52;
	text-align: center;
	white-space: nowrap;
}

.formit_ulmenu_sel A {
	color: white;
}

.formit_ulmenu_sel:HOVER, .formit_ulmenu_uns:HOVER {
}

.formit_ulmenu_uns:HOVER A {
	color: #954e52f0;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.formit_ulmenu_sel:HOVER A {
	color: #fdd;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.formit_ulmenu_uns IMG, .formit_ulmenu_sel IMG {
	padding-right: 3px;
}

/*
	textx below form iterator
*/

.formit_txt {
	margin-top: 7px;
	clear: both;
}
.formit_txt A {
	font-weight: bold;
}

.formit_txt_1col {
	clear: both;
	margin-top: 0px;
	margin-bottom: -1ex;
}
.formit_txt_1col A {
	font-weight: bold;
}

/*
	block_derivation_menu
*/

.bdm-cs3_hmenu {
	/* width: 100%; */
	margin-left: -3px;
}

.bdm-cs3_hmenu_uns {
	padding: 3px;
	background-color: #cfd4ed;
	border: 1px solid #00589C;
	text-align: center;
}

.bdm-cs3_hmenu_uns IMG {
	padding-right: 2px;
}

.bdm-cs3_hmenu_uns A {
	color: #00589C;
}

.bdm-cs3_hmenu_sel {
	padding: 3px;
	background-color: #ffd921;
	border: 1px solid #f1d917;
	text-align: center;
	font-weight: bold;
}

.bdm-cs3_hmenu_sel IMG {
	padding-right: 2px;
}

.bdm-cs3_hmenu_sel A {
	color: #555555;
}

.bdm-cs3_hmenu_uns:hover, .bdm-cs3_hmenu_sel:hover,
.bdm-cs3_hmenu_uns:hover A, .bdm-cs3_hmenu_sel:hover A,
.bdm-cs3_hmenu_uns A:hover, .bdm-cs3_hmenu_sel A:hover {
	background-color: #00589C;
	color: white;
	border-color: #00589C;
	text-decoration: none;
}
 
/*
	system style: electronic signature?
*/ 


.ss_esig_h {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #80a8c8;
	color: #ffffff; /*ccf96d;*/
}

.ss_esig {
	border-style: solid;
	border-width: 1px;
	border-color: #97bf31;
	color: #97bf31; 
	background-color: #f5f9e7;
	padding-bottom: 1ex;
}

/*
	system style: container edit frame
*/

.ss_container_frame {
	border: 1px dashed DarkSlateGray;
}


/*
	system style: overlib links
*/ 

A.overlay { 
	border-bottom: 1px dashed #f32ed4; 
	cursor: default;
	font-weight: normal;
	color: black;
}

#link.overlay {
	color: black;
}

A.overlay:HOVER { 
	text-decoration: none; 
}

.overlay_close {
	color: red;
	background-color: #ffcb4f;
	font-size: 80%;
}

body.htmlx a, body.editx a {
	font-weight: bold;
}

body.htmlx a.overlay, body.editx a.overlay {
	font-weight: normal;
}

/*
	system style: input elements
*/
.ialt  {} /* still required? */ 

.itxt {
	border: solid 1px #514a4a;
	background-color: #ffffff;
	padding: 1px 3px 3px 3px;
	*font-family: 'Open Sans', Verdana, Arial;
	font-size: 100%;
	vertical-align: baseline;
}

/* isub in browser specific stylesheets */

input.isub {
}

.ibtn, .isub {
	padding: 3px 10px; 
	background-color: white;
	border: 1px solid #bcbcbc;
	color: #555555; 
	font-weight: bold; 
	*font-family: 'Open Sans', Verdana,Arial;
	font-size: 90%;
}

.ibtn:HOVER, .isub:HOVER {
	background-color: #bcbcbc;
	color: black;
}

.ibtn[disabled="disabled"], .isub[disabled="disabled"] {
	background-color: white;
	color: #dddddd;
	border: solid 2px #dddddd;
}

.ibtn[disabled="disabled"]:HOVER, .isub[disabled="disabled"]:HOVER {
	background-color: white;
}

.idrd  {
	border: solid 1px #514a4a;
	background-color: #fff; 
	padding: 0px 1px 1px 1px; 
	*font-family: Verdana,Arial;
	font-size: 100%;
}

.idrd_ro  {
	border: solid 0px #514a4a;
	background-color: #7d7f80; 
	padding: 0px 1px 0px 1px; 
	*font-family: Verdana,Arial;
	font-size: 100%;
}

.ihidden  {
	display: none;
}

/* ipasv1 = ipasv nested in groups */

.ipasv, .ipasv1 { 
	border: solid 1px black; 
	background-color: #e0e0e0;
	padding: 1px 3px 3px 3px; 
	*font-family: Verdana,Arial; 
	font-size: 100%;
}

.idat {
	border: solid 1px #514a4a;
	background-color: #ffffff;
	padding: 1px 3px 3px 3px;
	*font-family: Verdana, Arial;
	font-size: 100%;
	vertical-align: baseline;
}

.idat_gy { /* must be declared AFTER .idat!! */
	color: #bbbbbb;
}


/* 
	system style: country switch 
*/

.ss_country_switch {
	padding: 0px; 
	margin: 0px;
	white-space: nowrap;
	color: #585959;
}

.ss_country_switch SELECT {
	font-size: 80%;
	position: relative;
	top: -1px;
	color: #585959;
	border-color: #585959;
}


/* 
	system style: language switch 
*/

.ss_langswitch_flat { 
	color: #909090;
	*font-size: 80%;
}
.ss_langswitch_flat A {
	color: #909090;
	font-weight: normal;
}
.ss_langswitch_flat_selected { 
	*color: #f35c19;
	font-weight: bold;
	*text-decoration: underline;
/* border-bottom: 1px dotted #fac0a5; */
}

.ss_langswitch_flat a:hover {
	color: #80cc28;
	text-decoration: none;
	font-weight: normal;
}

/*
	system style: mode switch
*/

.ss_mode_switch {
	display: block;
	color: #909090;
}
.ss_mode_switch A {
	color: #909090;
}

.ss_mode_switch A:hover {
	color: #b4c9d9;
}

.ss_mode_switch_sel {
       text-decoration: underline;
}

/*
	system style: user name
*/

.ss_user_name {
	display: block;
	color: #909090;
}

.ss_user_name A {
	color: #909090;
	text-decoration: none;
}

.ss_user_name A:hover {
	color: #b4c9d9;
}

/*
	system style: role switch
*/

.ss_role_switch {
	display: block;
	color: #909090;
}

.ss_role_switcher {
	font-family: 'Open Sans', Verdana, Arial;
	font-size: 91%;
}

.ss_global_show {
}

/*
	system style: cpedit links
*/

.ss_cpedit {
	font-size: 9px;
	font-weight: bold;
	color: #ee0000;
}

.ss_cpedit A {
	color: #ee0000;
}

.ss_cpeditor_head {
	background-color: Gainsboro;
	color: black;
	padding: 4px;
}

/*
	system style: loginpage
*/

.ss_login_auth { /* DIV around "authenticated" login page */
}

.login_txt_1col {
	text-align: center;
}

/*
	system style: logoutpage
*/

.ss_logout { /* DIV around "logged out" page */
}



/*
	system style: programmed form
*/

.ss_pgm_form {
}

.ss_pgm_form A {
	font-weight: bold;
}

.ss_pgm_form_fname_top {
	padding-top: 1.2ex;
	padding-right: 0.7em;
	vertical-align: top;
}

.ss_pgm_form_fname {
	padding-top: 1.2ex;
	padding-right: 0.7em;
	vertical-align: baseline;
}

.ss_pgm_form_ictrl {
	padding-top: 1.2ex;
	padding-right: 0.7em;
	vertical-align: baseline;
}

.ss_pgm_form_ictrl A {
	font-weight: bold;	
}

.ss_pgm_form_head {
	padding-top: 1.2ex;
	padding-right: 0.7em;
	vertical-align: baseline;
	font-weight: bold;
}

.ss_pgm_form_th { /* not used by programmed form, only by legacy code ! */
	padding-top: 1.2ex;
	padding-right: 0.7em;
	vertical-align: baseline;
	text-align: center;
}

.ss_abs_form_sub { /* submit button column, only by legacy code ! */
} 

/*
	system style: abstract form
*/

.ss_abs_form_error {
	width: 80%;
	border: 1px solid #ff9999;
	margin-top: 1ex;
	margin-bottom: 1.5ex;
	margin-left: 0ex;
	background-color: #fff5f5;
	padding: 1ex 2em;
}

.ss_abs_form_error LI {
	text-align: left;
}

.ss_abs_form_errortitle {
	color: #cc0000;
	margin: 1ex 0px 0px 0px;
	font-weight: bold;
}

.ss_abs_form_successtitle {
	color: #00cc00;
	margin: 1ex 0px 1ex 0px;
	font-weight: bold;
}

.ss_abs_form_message {
	margin: 1ex 0px 1ex 0px;
	padding: 1ex;
	border: solid 1px #00196b;
	background-color: #faffe5; /*f5f9e7*/
	color: #00196b;
	font-weight: bold;
}


/*
	system style: folders
*/

.ss_folder_desc {
	padding: 0px 0px 1ex 0px;
}
.ss_folder_desc A {
	font-weight: bold;
}
.ss_folder {
	width: 99%;
}

.ss_folder A {
	font-weight: bold;
}

.ss_folder_th {
	border-bottom: 1px solid #000000;
	padding: 0px 1em 2px 0px;
}

/*
	system style: files in "row" mode (e.g. in folder), cols 0..5
*/

.ss_file_row_date { /* date */
	padding: 2px 1em 0px 0px;
	vertical-align: baseline;
}
.ss_file_row_description { /* description */
	padding: 2px 1em 0px 0px;
	vertical-align: baseline;
}
.ss_file_row_size { /* size */
	padding: 2px 1em 0px 0px;
	vertical-align: baseline;
	text-align: right;
	white-space: nowrap;
}
.ss_file_row_author { /* author */
	padding: 2px 1em 0px 0px;
	vertical-align: baseline;
}
.ss_file_row_icon { /* icon */
	padding: 2px 4px 0px 0px;
	vertical-align: top;
	text-align: right;
}
.ss_file_row_link { /* link */
	padding: 2px 1em 0px 0px;
	vertical-align: baseline;
	white-space: nowrap;
}

.ss_file_row_file { /* file */
	padding: 2px 1em 0px 0px;
	vertical-align: baseline;
	white-space: nowrap;
}

.ss_file_txticon { /* icon within text */
	margin: 1px 4px -1px 2px;
	/* padding: 2px 4px 0px 0px;*/
}


/*
	system style: block
	block border for designmode
*/

.ss_block {
	width: 100%;
	padding: 0px 5px 0px 5px;
}

.ss_block_head {
	padding: 2px 5px;
}

.ss_block_main {
	padding: 5px 5px 5px 5px;
	border: 1px dashed orange;
}

.ss_block_tools {
	padding: 0.7ex 0;
}

.ss_mergeid {
	color: orange;
	vertical-align: baseline;
	font-size: 80%;
}


/*
	system style: block section
*/

.ss_block_section {
	width: 100%;
	border: 1px solid #954e52;
	border-collapse: collapse; /* old ie */
	empty-cells: show;	   /* old ie */
	padding: 0px;
}

.ss_block_section_head {
	background-color: #954e52;
	padding: 0.7ex;
	color: white;
}

.ss_block_section_head A {
	color: white;
}

.ss_block_section_main {
	padding: 0.5ex 0.7ex;
	background-color: white;
}

.ss_block_section_tools {
	padding: 0.5ex 0.7ex;
	background-color: white;
}


/*
	system style: family history (must be declared after ss_block_section!)
*/

.ss_family_block_section {
	width: 630px;
	border: 1px solid #00589C;
	position: absolute;
	z-index: 0;
	visibility: hidden;
	border-collapse: collapse; /* old ie */
	empty-cells: show;	   /* old ie */
}

.ss_family_block_section_head {
	padding: 0.7ex;
	background-color: #00589C;
	color: white;
	cursor: default;
}

.ss_family_block_section_head A {
	color: white;
}

.ss_family_block_section_main {
	padding: 0.5ex 0.7ex;
	background-color: white;
}

.ss_family_block_section_tools {
	padding: 0.7ex;
	background-color: white;
}


/*
	system style: block group (enhance forms1 group styles with width 100%)
*/

.ss_block_group {
	border: 0px solid olive;
	border-spacing: 0px 0px;
	border-collapse: collapse; /* old ie */
	empty-cells: show;	   /* old ie */
	width: 100%;
}

.ss_block_group_head {
	padding: 1.2ex 0 1.2ex 0;
	text-align: left;
	vertical-align: baseline;
}

/* top level form group name column ("depth0 column0") */
.ss_block_group_c0_d0 {
	vertical-align: baseline;
	padding: 1.2ex 1em 1.2ex 0; 
	width: 23%;
	min-width: 200px;
	max-width: 900px;
}

/* top level form group input control column ("depth0 column1") */
.ss_block_group_c1_d0 {
	vertical-align: baseline;
	padding: 0;
	width: 77%;
	min-width: 200px;
	max-width: 900px;
}

/* top level form group tools column ("depth0 column2") */
.ss_block_group_c2_d0 {
	white-space: nowrap;
	vertical-align: baseline;
	padding: 1.2ex 0 0 1em;
	text-align: right;
}

/* nested form group name column ("depth1 column0") */
.ss_block_group_c0_d1 {
	vertical-align: baseline;
	padding: 1.2ex 1em 1.2ex 0;
	width: 23%; /* 18% */
	min-width: 200px;
	max-width: 900px;
}

/* nested form group input control column ("depth1 column1") */
.ss_block_group_c1_d1 {
	vertical-align: baseline;
	padding: 0;
	width: 77%;
	min-width: 200px;
	max-width: 900px;
}

/* nested form group tools column ("depth1 column2") */
.ss_block_group_c2_d1 {
	white-space: nowrap;
	vertical-align: baseline;
	padding: 5px 0 0 0.8em;
	text-align: right;
}

/* for embedded containers w/o left label ("invisibly embedded") */
.ss_block_group_cX {
	padding: 0;
	margin: 0;
	width: 0%;
}

.ss_block_group_fillx {
	*width: 100%;
}

.ss_block_group_img {
	padding:10px; 
}

/*
	system style: block table border for designmmode
*/

.ss_block_table {
	padding: 5px;
	border: 1px dashed MediumSeaGreen;
}

.ss_block_table_trcol {
	background-color: #954e52;
}

.ss_block_table_trcol .hu_form1_ro {
	background-color: #fff0;
}

/*
	system style: block input component
*/

.ss_form_ic_error_name { /* input control title SPAN on error */
	color: IndianRed;
}

.ss_form_ic_query { /* input control background SPAN on query */
	padding: 4px 4px 6px 4px;
	background-color: #95cae6; 
}

.ss_form_ic_query2 { /* input control background SPAN on query */
	padding: 4px 4px 6px 4px;
	background-color: #baddef;
}

.ss_form_ic_annotate1, .ss_form_ic_annotate2, .ss_form_ic_annotate3 { /* annotated crf */
	color: green; /* #aa5500 */
	vertical-align: baseline;
	font-size: 80%;
}

.ss_form_ic_annotate3 {
	color: #0484a3; /* #ffaa00 */
}

.ss_form_ic_changed { /* value changed, see form based export */
	color: #aa2;
}

/*
	system style: block_input_string w/ coding
*/
.ss_coding_group {
	border: 0px solid olive;
	border-spacing: 0px 0px; /* hor vert */
	border-collapse: collapse; /* req'd for old ie */
	empty-cells: show;	   /* req'd for old ie */
}

.ss_coding_group_head {
	text-align: left;
	vertical-align: baseline;
}

/* top level form group name column ("depth0 column0") */
.ss_coding_group_c0_d0 {
	vertical-align: baseline;
	padding: 1.2ex 0 1.2ex 0; 
	/*min-width: 200px;*/
	max-width: 900px;
}

/* top level form group input control column ("depth0 column1") */
.ss_coding_group_c1_d0 {
	vertical-align: baseline;
	padding: 0; 
	/*min-width: 200px;*/
	max-width: 900px;
}

/* top level form group tools column ("depth0 column2") */
.ss_coding_group_c2_d0 {
	white-space: nowrap;
	vertical-align: baseline;
	padding: 1.2ex 0 0 1em;
	text-align: right;
}

/* nested form group name column ("depth1 column0") */
.ss_coding_group_c0_d1 {
	vertical-align: baseline;
	padding: 0;
}

/* nested form group input control column ("depth1 column1") */
.ss_coding_group_c1_d1 {
	vertical-align: baseline;
	*padding-left: 0.2em;
	width: 77%;
	/*min-width: 200px;*/
	max-width: 800px;
}

/* nested form group tools column ("depth1 column2") */
.ss_coding_group_c2_d1 {
	white-space: nowrap;
	vertical-align: baseline;
	padding: 0;
	text-align: right;
}

/* for embedded containers w/o left label ("invisibly embedded") */
.ss_coding_group_cX {
	padding: 0;
	margin: 0;
	width: 0%;
}

.ss_coding_group_fillx {
}

/*
	system style: form manager
*/
.ss_form_mgr_top {
	padding-top: 1ex; 
	padding-bottom: 1.5ex;
}

.ss_form_mgr_bottom {
	padding-bottom: 1ex;
}

/*
	system style: exportable list
*/
.ss_explst_p0 {
	padding: 0px 5px 0px 2px;
	font-weight: normal;
}

.ss_explst_p1 {
	margin: 0px 1px;
	padding: 0px 3px;
	border: 1px solid gray;
	background-color: #f4f4f4;
	font-weight: normal;
}

.ss_stdy_exp_stg { // FIXME: should be renamed?
	font-size: 80%;
}

/*
	system style: textx and paragraph
*/
.ss_txt {
	clear: both;
	width: 800px;
}

.ss_txt TD {
	vertical-align: top;
}

.ss_txt A {
	font-weight: bold;
	text-decoration: none; 
}

.ss_txt A:HOVER {
	text-decoration: underline;  
}

.ss_txt_1col {
	clear: both;
	width: 800px;
}

.ss_txt_1col A {
	font-weight: bold;
	text-decoration: none; 
}

.ss_txt_1col A:HOVER {
	text-decoration: underline;  
}

.ss_par {
	max-width: 600px;
	line-height: 155%;
}

.ss_par_tit { /* paragraph title */
	margin: 6px 0px 0px 0px; /* efacts CODE 3.5ex */
	padding: 5px 0px; /* efacts inherited 0px */
	color: #954e52;
	font-size: 110%; /* should be 120 in textx/html mode */
	font-weight: bold;
	letter-spacing: 0.05ex;
}

.ss_par_tit a {
	font-weight: normal;
}

.ss_par_imgl {
/*	float: left;  */
	margin-right: 2ex;
	margin-top: 4px;
}


.ss_par_imgr {
	float: right; 
	margin-right: 2ex;
}

.ss_par_imgt {
	padding-bottom: 2ex;
}
.ss_par_imgtc {
	padding-bottom: 2ex;
	text-align: center;
}
.ss_par_imgcapt { /* image caption */
	font-size: 80%; 
	padding: 1px; 
	background-color: #daf2bd;
}

.ss_par_imgcapt A, .ss_par_imgl A, .ss_par_imgr A, .ss_par_imgt A, .ss_par_imgtc A {
	border: none;
}
.ss_par_imgcapt A:HOVER, .ss_par_imgl A:HOVER, .ss_par_imgr A:HOVER, .ss_par_imgt A:HOVER, .ss_par_imgtc A:HOVER {
	border: none;
}
/*
	system style: login applet
*/

.ss_logappl {
}
.ss_logappl div {
	padding-top: 4px;
}

/*
	system style: overlib
*/
.ss_ol_fg {
	background-color: #fcec7e; /* #bbdaed; /* lighter blue #dff0f7; /* darker blue: #bbdaed */
	color: black;
}
.ss_ol_bg {
/* green
	background-color: #e4f2c7;
	border: 1px solid #79b504;
*/
/* blue
	background-color: #95cae6;
	border: 1px solid #0477b5;
*/
	background-color: #fcec7e; /* #bbdaed; /* lighter blue #dff0f7; /* darker blue: #bbdaed; */
	border: 1px solid #ffcb4f; /* #0477b5; */
}
.ss_ol_main {
	padding: 3px 4px;
	background-color: #fcec7e;
	font-size: 11px;
}
.ss_ol_caption {
/*	background-color: #79b504; green */
	background-color: #e7b93b; /* #0477b5; */
	padding: 1px 3px 1px 3px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

/*
	system style: block comments
*/

.ss_block_cmt {
	border: 1px solid #00589C;
	background-color: white;
	margin: 0;
	padding: 0;
	position: absolute; 
	z-index: 990;
	visibility: hidden;
}

.ss_block_cmt_head {
	background-color: #00589C;
	color: white;
	padding: 0.7ex 0.4em 0.7ex 0.7em;
	cursor: default;
}

.ss_block_cmt_1 {
	padding: 1ex 0.7em;
	vertical-align: baseline;
}

.ss_block_cmt_2 {
	padding: 0 0.5em;
	vertical-align: baseline;
}



.ss_form_cmt_cal0 { /* calendar: this day */
	text-decoration: underline;
	color: #6da304;
}
.ss_form_cmt_cal1 { /* calendar: other day */
}
.ss_form_cmt_cal2 { /* calendar: other month's day */
}

/*
	system style: history
*/

.ss_hist {
	width: 100%;
}

.ss_hist_th { /* caption with line */
	padding: 0.5ex 1em 0.5ex 1em;
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

.ss_hist_th2 { /* caption without line */
	padding: 2ex 1em 0.5ex 1em;
	font-weight: bold;
}

.ss_hist_td {
	padding: 0.5ex 1em 0px 1em;
}

.ss_hist_sub {
	padding: 0.5ex 1em 0px 1em;
}

.ss_hist_tz { /* timezone row */
	padding: 1.5ex 1em 1.5ex 1.18em;
	font-size: 85%;
}

/*
	system style: aclmgr
*/

.ss_aclmgr {
	background-color: white;
	padding: 1ex 1em 1ex 1em;
/*	height: 100%; provokes scrollbar at IFRAMEs */
}
.ss_aclmgr A {
	font-weight: bold;
}

/*
	system style: groupmgr
*/
  
.ss_grpmgr {
}

.ss_grpmgr_th { /* caption with line */
	padding: 0.5ex 1em 0.5ex 1em;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	vertical-align: baseline;
}

.ss_grpmgr_murks { 
	font-size: 3pt;
}

.ss_grpmgr_td {
	padding: 0.2ex 1em 0px 1em;
	vertical-align: baseline;
} 
.ss_grpmgr_td IMG {
	vertical-align: bottom;
} 
.ss_grpmgr_td A {
	font-weight: bold;
} 

/*
	system style: news  * FIXME: not yet complete *
*/

.ss_news {
	padding-bottom: 1ex;
}
.ss_news A {
	font-weight: bold;
	text-decoration: none; 
/*	border-bottom: dotted 1px #4d800f;*/
}
.ss_news A:HOVER {
	border-bottom: solid 1px #4d800f; 
}

table.ss_news TD {
	padding: 0px 0px 1ex 0px;
}

table.ss_news TD#title {
	padding-right: 2ex;
}
.ss_news_nav {
	margin-top: 2ex;
	text-align: center;
}
.ss_news_nav A, .ss_artcl A {
	font-weight: bold;
}

/*
	system style: messages
*/
.ss_msg_chk A {
	color: #cc0000;
}
.ss_msg_table {
	background-color: #f6f8fa; 
	border: solid 1px #99b; 
	font-size: 90%;
	width: 100%; 
}
.ss_msg_table_edit {
	border-color: #00589C;
	border-width: 1px;
	font-size: 100%;
}
.ss_msg_section_head {
	color: #fff;
	background-color: #00589C;
	border: solid 0px; 
	padding: 0.7ex;
}
.ss_msg_head {
	padding-top: 2px;
	padding-left: 5px; 
	padding-bottom: 8px; 
	vertical-align: baseline;
	font-size: 90%; 
	width: 97%;
}
.ss_msg_head_edit {
	padding-top: 8px;
	padding-left: 12px;
	font-size: 90%
}
.ss_msg_body {
	background-color: white;
	border-color: #514a4a; 
	border-top: solid 1px #99b; 
	padding: 5px;
	vertical-align: baseline;
	font-size: 100%; 
}
.ss_msg_body_edit {
	background-color: #f6f8fa;
	padding-top: 0;
	padding-left: 12px; 
	padding-bottom: 10px; 
	border-top: solid 0px; 
}
.ss_msg_color {
	background-color: #990;
}
.ss_msg_color_archived {
	background-color: #e3e88b;
}

/* colors for specific message types */
.ss_msg_query_color {
	background-color: #87cefa; 
}

/*
	system style: addresses
*/

table.ss_addrbk td {
	padding: 2px 0.5ex 0px 0.5ex;
}

table.ss_addrbk A {
	font-weight: bold;
}

.ss_addr A {
	font-weight: bold;
	border: none;
}

/*
	system style report
*/
.ss_report_htmlx {
	margin: 2ex;
	font-weight: normal;
}
 
/*
	system style images 
*/

.ss_img_a {
	vertical-align: middle;
}

A.ss_img_a, A:HOVER.ss_img_a {
	border: none;
	margin: 0px; 
	padding: 0px;
}

.ss_icon_txt {
	margin: 0 3px -1px 0;
	/*margin: 0 3px -2px 0;*/
	vertical-align: baseline;
}

.ss_img_txticon {
}

/*
       system style htmltools 
*/

.ss_tools {
}

.ss_tools_div {
	padding: 3px 0;
}

.ss_tools_tip {
	background-color: #f3f2f2; /* SYSCOL5 */
	border: 1px solid #555555;
	padding: 1px 2px;
	font-size: 80%; /* efacts 0.9em */
}
.ss_tools_drd {
	font-size: 80%;
}

/*
	system style db_query
*/

.ss_qry {
	padding: 0px 0ex 0ex 0em;
	margin: 0px;
}

/*
	system style db_study_payment
*/
.ss_pymnt_th {
	font-size: 80%;
}

/*
	system styles ws_windows 
*/

.ss_unselectable {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	/* to be introduced in IE 10: http://ie.microsoft.com/testdrive/HTML5/msUserSelect/ */
	-ms-user-select: none;
	user-select: none;
}

.ss_popup {
	margin: 0px;
	padding: 0px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: 85%;
}
  
.ss_popup a {
	text-decoration: none;
	font-weight: normal;
}
  
.ss_popup a:hover { 
	text-decoration: none;
	font-weight: normal;
}

.ss_popup td {
	margin: 0px;
	padding: 0px;
}

/* using pseudo class DIV:HOVER not supported by ie[567] */
/* csshover.htc won't fix it because it is dynamically generated :-( */
/* script generates different names instead */
/* more "native" padding: padding: 1px 18px 3px 18px; */
.ss_popup_div_n {
	padding: 1px 15px 3px 15px;
	background-color: #ffffff;
	color: #000000;
}
 
.ss_popup_div_h {
	padding: 1px 15px 3px 15px;
	background-color: #316ac5;
	color: #ffffff;
}


/* system style double-data-entry (dde) */
.ss_dde {
	margin: 0px 0 7px 0;
}

/* mailling list */
.ss_mllst_c0 {
	padding-left: 100px;
	width: 250px;
}
/*
	tables and tabs
	1=mit gitternetzlinien, 2=ohne, 3=linien außen
*/
.ss_table, .ss_table3 {
	margin-top: 1ex;
	margin-bottom: 1ex;
	border-color: #7d7f80;
	border: 1px solid #7d7f80;
	border-collapse: collapse;
}

.ss_table TD, .ss_table TH {
	border-top: 1px solid;
	border-left: 1px solid;
	padding: 3px 5px 3px 5px;
}

.ss_table A, .ss_table3 A {
	font-weight: bold;
}

.ss_table A.overlay, .ss_table3 A.overlay {
	font-weight: normal;
}

.ss_table2 {
	border: 0;
}

.ss_table2 TD, .ss_table2 TH {
	border: 0;
	padding: 3px 5px 3px 5px;
}

.ss_table3 TH {
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #7d7f80;
}

.ss_table3 TD {
	border-top: 1px solid #7d7f80;
	padding: 3px 5px 3px 5px;
}

/*
	DEPRECATED system style: visit_selector
*/

.ss_vsel_div {
/*	  float:left;*/
	clear: left;
	margin: 1ex 0;
	width: 100%;
}

.ss_vsel_div P {
	margin-top: 20px;
	padding-left: 5px;
}

.ss_vsel_div HR {
	margin-bottom: 1ex;
}

.ss_vsel_tb {
	width: 100%;
	margin: 0;
}

.ss_vsel_tb TH {
	text-align: left;
}

.ss_vsel_chkbx {
	margin: 0;
	margin-top: 1px;
}

/*
	system style: visit_manager
*/

.ss_vmgr, .ss_vmgr_multi {
	vertical-align: baseline;
	border-spacing: 0px;
}

.ss_vmgr_td {
	white-space: nowrap;
	padding: 0px 4.0em 1px 0;
}

.ss_vmgr_td_row0 {
	padding: 1.0ex 4.0em 0.6ex 2px;
}

.ss_vmgr_td_col0 {
	vertical-align: top;
	padding: 1.2ex 4.0em 0.9ex 0;
}

.ss_vmgr_multi_td {
	white-space: nowrap;
	padding: 0px 1.0em 1px 0;
}

.ss_vmgr_multi_td_row0 {
	padding: 1.0ex 1.0em 0.6ex 2px;
}

.ss_vmgr_multi_td_col0 {
	vertical-align: top;
	padding: 1.2ex 1.0em 0.9ex 0;
}

.ss_vmgr_td_null, .ss_vmgr_multi_td_null {
	margin: 0;
	padding: 0;
}

.ss_vmgr_overdue {
	color: #990000;
}

.ss_vmgr_ready {
	color: #009900;
}

/*
	system style: visit_form_manager
 */

.ss_vst_mgr {
	padding-top: 1ex;
	padding-bottom:1ex;
}

.ss_vst_mgr_head {
	margin: 6px 0px 0px 0px;
	padding-top: 2.5ex;
	padding-bottom:1ex;
	color: #954e52;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.05ex;
	clear: both;	
	/* padding: 5px 0px; */
}

.ss_vst_mgr_mop {
	margin: 0px 0 0 15px; 
	padding: 0 0 0 0;
}

.ss_vst_mgr_btns {
	padding: 10px 0;
}

/*
	system style: action dashboard
*/

.ss_action_dashboard {
	margin-left: 5em;
}

.ss_action_dashboard_box {
	width: 15em;
	height: 17ex;
}

.ss_action_dashboard UL {
	list-style-image: none; 
	list-style-position: outside; 
	list-style-type: none; 
	padding: 0.5ex 0 2ex 0; 
	/* no-margin-bottom: 3ex; */
}

.ss_action_dashboard UL LI {
	float: left;
}

.ss_action_box_top {
	white-space: nowrap;
	width: 170px;
	margin-right: 5px;
}
 
.ss_action_box_bot {
	width: 170px;
	margin-right: 5px;
}

.ss_action_overlay { 
	border-bottom: 1px dashed #f32ed4; 
}

.ss_action_overlay:HOVER { 
	text-decoration: none; 
}

/*
	system style: feedback (info/warning/error texts)
*/

.ss_feedback_error {
	border: 1px solid #ff4444;
	margin-top: 1ex;
	margin-bottom: 2ex;
	clear: both;
	/*margin-left: -0.5ex;*/
	background-color: #ffe8e8;
	padding: 1ex 1em;
	text-align: left;
}

.ss_feedback_warning {
	border: 1px solid #f2f200;
	margin-top: 1ex;
	margin-bottom: 2ex;
	clear: both;
	/*margin-left: -0.5ex;*/
	background-color: #ffffe5;
	padding: 1ex 1em;
	text-align: left;
}

.ss_feedback_info {
	border: 1px solid #047a0d; 
	margin-top: 1ex;
	margin-bottom: 2ex;
	clear: both;
	/*margin-left: -0.5ex;*/
	background-color: #e4f0d8; 
	padding: 1ex 1em;
	text-align: left;
}

.ss_feedback_title {
	font-weight: bold;
/*	font-size: 120%; */
	padding: 1ex 0.5em 0ex 0.5em;
	letter-spacing: 0.05em;
}

.ss_content_title {
	*color: #00589C;
	color: #954e52;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.05ex;
}

.ss_content_title A {
	*color: #00589C;
	color: #954e52;
	font-weight: bold;
	letter-spacing: 0.05ex;
	text-decoration: none;
}

.ss_content_title A:hover {
	color: #b4c9d9;
}

#bkg { background-color: #edf0f5; }
#border_r { border-right: 1px solid #7d7f80; }
#border_br { border-right: 1px solid #7d7f80; border-bottom: 1px solid #7d7f80; }

.tab0 { border-style: solid solid solid solid; border-color: #7d7f80; border-width: 1px; padding: 3px 0.5em 3px 0.5em; }
.tab1 { border-style: solid solid solid none; border-color: #7d7f80; border-width: 1px; padding: 3px 0.5em 3px 0.5em; }
.tab2 { border-style: solid solid none solid; border-color: #7d7f80; border-width: 1px; padding: 3px 0.5em 3px 0.5em; }
.tab3 { border-style: solid solid none none; border-color: #7d7f80; border-width: 1px; padding: 3px 0.5em 3px 0.5em; }
.tab4 { border-style: solid none none none; border-color: #7d7f80; border-width: 1px; padding: 3px 0.5em 3px 0.5em; }

.tab5 { border-style: none solid none solid; border-color: #7d7f80; border-width: 1px; padding: 3px 0.5em 3px 0.5em; }
.tab6 { border-style: none solid none none; border-color: #7d7f80; border-width: 1px; padding: 3px 0.5em 3px 0.5em; }
.tab7 { border-style: none none none none; border-color: #7d7f80; border-width: 1px; padding: 3px 0.5em 3px 0.5em; }
.tab8 { border-style: solid  none solid none; border-color: #7d7f80; border-width: 1px; padding: 3px 0.5em 3px 0.5em; }

td.tab0 A { font-weight: bold; }
td.tab1 A { font-weight: bold; }
td.tab2 A { font-weight: bold; }
td.tab3 A { font-weight: bold; }
td.tab4 A { font-weight: bold; }
td.tab5 A { font-weight: bold; }
td.tab6 A { font-weight: bold; }
td.tab7 A { font-weight: bold; }
td.tab8 A { font-weight: bold; }

.tr_tab0 { }
.tr_tab1 { background-color: #edf0f5; }
.tr_tab2 { }
.tr_tab_h0 { background-color: #ffe5e5; }
.tr_tab_h1 { background-color: #ffefef;}
.tr_tab_h2 { background-color: #ffe5e5; }

.tabs1	{ border-style: solid none solid solid; border-width: 1px; border-color: #514a4a #514a4a #ffffff #514a4a; padding: 2px 1ex 0px 1ex; }
.tabs2	{ border-style: solid none solid solid; border-width: 1px; border-color: #514a4a; padding: 2px 1ex 0px 1ex; }
.tabs3	{ border-style: none none solid solid; border-width: 1px; border-color: #514a4a; padding: 3px 1ex 3px 1ex; }
.tabs4	{ border-style: none solid solid solid; border-width: 1px; border-color: #514a4a; padding: 1ex; }

.tabs1 A { font-weight: bold; }
.tabs2 A { font-weight: bold; }
.tabs3 A { font-weight: bold; }
.tabs4 A { font-weight: bold; }
.tabs4 A.overlay { font-weight: normal; } 

/* system syle faq */

.ss_faq {
	list-style-position: outside;
}

.ss_faq a {
	text-decoration: none;
}

.ss_faq_li_title {
	font-weight: bold;
	color: #4d800f;
	padding: 0.5ex 0px 0.5ex 0px;
}

.ss_faq_li_answer {
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ss_faq_nl_title {
	font-weight: bold;
	color: #4d800f;
}

.ss_faq_nl_answer {
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ss_faq_dd_title {
	font-weight: bold;
	color: #4d800f;
	padding: 0.5ex 0px 0.5ex 0px;
}
.ss_faq_dd_title img {
	margin-right: 10px;
}
.ss_faq_dd_answer {
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ss_faq_rg_title {
	font-weight: bold;
	padding: 0.5ex 0px 0.5ex 0px;
}
.ss_faq_rg_title a {
	text-decoration: none;
}
.ss_faq_rg_title a:visited, .ss_faq_dd_title_v {
	color: #0069be; 
}	

.pad5br { padding-bottom: 5px; padding-right: 5px}
.pad5tl { padding-top: 5px; padding-left: 5px}
.pad5tr { padding-top: 5px; padding-right: 5px}
.indent { margin-left: 23px; }
.smlfnt { font-size: 80% }

.sub_par_tit { /* isub paragraph title */
	margin: 3px 0px 0px 0px;
	padding: 2px 0px 5px 0px;
	color: #f35c19;
	font-size: 100%;
	font-weight: bold;
}

.hl1 { color: #954e52; font-weight: 200; }
/*
.indent { margin-left: 23px; }
*/
