/*
	system styles: basic tags
*/

@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: Verdana, Arial;
	font-size: 75%;
}

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%;
}

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: #f35c19;
	color: #804411;
	color: #507803;  */
	color: #555555;
}

a:hover { 
	text-decoration: underline; 
}

#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%;
}

input, select, textarea {
    font-family: Verdana, Arial;
    font-weight: normal;
    font-size: 100%;
}

::-webkit-file-upload-button { 
    font-family: Verdana, Arial; 
}

::-ms-browse { 
    font-family: Verdana, Arial; 
}

/*
        wrapper for centered page
*/

.page {
        width: 100%;
        height:100%;
        margin: 0;
        padding: 0;
        table-layout: auto;
}

.page_bl0, .page_br0 {
}

.page_mid {
        width: 900px;
}

@media print {
        .page_bl0, .page_br0 { display: none; }
        .page_mid { width: 100%; }
}

/*
	root htmltext
 */

.rootLayout {
        width: 100%;
        height: 100%;
        table-layout: auto;
        border-collapse: collapse;
}

@media print { .rootLayout { height: auto; } }
 
.rootBanner {
        width: 100%;
        height: 70px;
        padding: 5px 5px 0px 5px;
        background-color: #eeeeee;
        vertical-align: top;
}
 
.rootMenu {
        width: 100%;
        height: 1px;
        padding: 2px 0px 0px 10px;
        background-color: #eeeeee;
        border-collapse: collapse;
        border-style: none none solid none;
	border-width: 1px;
	border-color: #bcbcbc;
        vertical-align: top;
}

@media print { .rootMenu { display: none; } }
 
.rootMainBox {
        width: 100%;
        padding-top: 14px;
}

.rootMainBoxTab {
        width: 100%;
}

.rootMenuLeft {
        padding: 2px 0px 0px 0px;
        vertical-align: top;
        width: 1px;
}

@media print { .rootMenuLeft { display: none; } }
 
.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;
}

.rootCollContent { /* acquisition bin */
        margin: 0ex 1.5ex;
        vertical-align: top;
}
 
.rootMenuRight {
        padding: 2px 0px 0px 5px;
        vertical-align: top;
        width: 1px;
}
 
.rootImprint {
        width: 100%;
        padding-bottom: 10px;
        text-align: center;
        vertical-align: bottom;
}
 
 
.bannerSubTab {
        width: 100%;
        height: 100%;
        table-layout: fixed;
}
 
.bannerSub1 {
        height: 70px;
        vertical-align: middle;
        padding-left: 10px;   
}

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

.bannerSub3 {
        width: 300px;
        height: 70px;
        padding-right: 5px;
        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 {
	border-collapse: collapse;
	border-style: none none none solid;
	border-width: 1px;
	border-color: #bcbcbc;
	position: relative;
	top: 1px;
}

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

.mainM_hmenu_uns {
        padding: 3px 10px 4px 10px; /* compensate for 1px shift */
        border-style: none solid none none;
        border-width: 1px;
        border-color: #bcbcbc;
        white-space: nowrap;
}

.mainM_hmenu_uns:HOVER {
}

.mainM_hmenu_uns A {
	color: #555555;
}

.mainM_hmenu_sel {
        padding: 3px 10px 4px 10px;
        border-style: solid solid none none;
        border-width: 1px;
        border-color: #bcbcbc;
        color: #555555;
        background-color: white;
        white-space: nowrap;
        font-weight: bold;
}

.mainM_hmenu_sel A {
        color: #555555;
}


/*
        bottom menu (imprint)
*/

.impr_hmenu {
        font-size: 90%;
}
.impr_hmenu_uns {
        padding: 3px;
}
.impr_hmenu_sel {
        font-weight: bold;
        padding: 3px;
}
.img_hmenu {
        margin: 3px;
}

@media print { .impr_hmenu { display: none; } }


/*
	left side vertical menu
*/

.ss_vmenu {
	margin-left: 5px;
        padding: 3px;
        background-color: white;
	text-align: left; /* efacts left */
	vertical-align: baseline; /* efacts baseline */
	font-size: 11px;
	min-width: 150px;
}

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

.ss_vmenu_tab {
	width: 100%;
}

.ss_vmenu a {
	color: #25488a;
	font-weight: normal;
}

.ss_vmenu a:hover {
	text-decoration: underline;
}

.ss_vmenu_uns, .ss_vmenu_edt_uns {
	padding: 2px 8px 2px 2px; /* efact 3 4 3 2 */
	border-bottom: 1px solid #bcbcbc;
}

.ss_vmenu_sel, .ss_vmenu_edt_sel {
	padding: 2px 8px 2px 2px;
	background-color: #ffd921;
	border-bottom: 1px solid #bcbcbc;
}

.ss_vmenu_uns1, .ss_vmenu_edt_uns1 {
	padding: 2px 8px 2px 8px;
	border-bottom: 1px solid #bcbcbc;
}

.ss_vmenu_sel1, .ss_vmenu_edt_sel1 {
	padding: 2px 8px 2px 8px;
	background-color: #ffd921;
	border-bottom: 1px solid #bcbcbc;
}

.ss_vmenu_sel A, .ss_vmenu_edt_sel A, .ss_vmenu_sel1 A, .ss_vmenu_edt_sel1 A {
}

.ss_vmenu_uns:HOVER, .ss_vmenu_edt_uns:HOVER, .ss_vmenu_uns1:HOVER, .ss_vmenu_edt_uns1:HOVER {
}

.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;
	font-weight: bold;
}

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

.formit_ulmenu_uns {
	float: left;
	margin: 0px 0.6em 0.8ex 0px;
	text-align: center;
        white-space: nowrap;
        border-width: 1px;
        border-color: rgb(2,28,161);
        border-style: solid;
}

.formit_ulmenu_uns SPAN {
        padding: 4px 1em;
}

.formit_ulmenu_uns_o100 {
	background-color: rgb(207,212,237);
}

.formit_ulmenu_uns_o92 {
	background-color: #f0f0f0;
}

.formit_ulmenu_uns:HOVER {
	color: white;
	background-color: #021CA1;
}

.formit_ulmenu_uns:HOVER A {
	color: white;
	*color: black;
}

.formit_ulmenu_uns A:HOVER {
	color: white;
	*color: #555555;
	*text-decoration: underline;
}

.formit_ulmenu_sel {
	float: left;
	margin: 0px 0.6em 0.8ex 0px;
	text-align: center;
        white-space: nowrap;
        background-color: rgb(255,217,33);
        font-weight: bold;  
        border-width: 1px;
        border-color: rgb(231,198,23);
        border-style: solid;
}

.formit_ulmenu_sel SPAN {
        padding: 4px 1em;
}

.formit_ulmenu_sel:HOVER {
	background-color: rgb(255,237,53);
}

.formit_ulmenu_sel A {
	font-weight: bold;
}

.formit_ulmenu_sel A:HOVER {
	color: #555555;
	*text-decoration: underline;
}

.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 #25488a;
        text-align: center;
}

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

.bdm-cs3_hmenu_uns A {
	color: #25488a;
}

.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: #25488a;
	color: white;
	border-color: #25488a;
	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: help;
	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
*/

.itxt {
	border: solid 1px #514a4a;
	background-color: #ffffff;
	padding: 1px 3px 3px 3px;
	vertical-align: baseline;
}

.ibtn, .isub {
	padding: 3px 10px; 
	background-color: white;
	border: 1px solid #bcbcbc;
	color: #555555; 
	font-weight: bold; 
	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; 
}


/* 
	system style: language switch 
*/

.ss_langswitch {
	padding: 0px; 
	margin: 0px;
	white-space: nowrap;
	color: #909090;
}

@media print { .ss_langswitch { display: none; } }

.ss_langswitch SELECT {
	font-size: 90%;
	position: relative;
	top: -1px;
	border-color: #909090;
	color: #555555;
}

.ss_langswitch_flat { 
        color: #909090;
        margin-bottom: 3px;
}

@media print { .ss_langswitch_flat { display: none; } }

.ss_langswitch_flat A {
	color: #909090;
	font-weight: normal;
}

.ss_langswitch_flat a:hover {
	text-decoration: none;
	font-weight: normal;
}

.ss_langswitch_flat_selected {
        text-decoration: underline;
}

/*
	system style: mode switch
*/

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

@media print { .ss_mode_switch { display: none; } }

.ss_mode_switch A {
	color: #909090;
}

.ss_mode_switch_sel {
	text-decoration: underline; 
/*	font-weight: bold; */
}

/*
	system style: user name
*/

.ss_user_name {
	display: block;
	color: #909090;
	padding: 3px 0px;
	white-space: nowrap;
}

.ss_user_name A {
	color: #909090;
}

.ss_user_name A:hover {
}

/*
	system style: role switch
*/

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

.ss_role_switcher {
	font-size: 91%;
	border-color: #909090;
	color: #555555;
}

.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: baseline; /* 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 */
        position: relative;
        top: -1px;
        vertical-align: middle;
	/*margin: 1px 4px -1px 2px;*/
}

/*
	system style: block section
*/

.ss_block_section {
	width: 100%;
	border: 1px solid DimGray;
	border-collapse: collapse; /* req'd for old ie */
	empty-cells: show;         /* req'd for old ie */
}

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

.ss_block_section_head A {
	color: white;
}

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

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

@media print { 
	.ss_block_section {
		width: 100%;
		border: 0px none black;
		border-collapse: collapse; /* req'd for old ie */
		empty-cells: show;         /* req'd for old ie */
	}

	.ss_block_section_head {
		padding: 0.7ex;
		background-color: white;
		color: black;
		font-size: 100%;
		font-weight: bold;
	}

	.ss_block_section_head A {
		color: black;
		font-weight: bold;
	}

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

	.ss_block_section_tools {
		padding: 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 DimGray;
	position: absolute;
	z-index: 0;
	visibility: hidden;
	border-collapse: collapse; /* req'd for old ie */
	empty-cells: show;         /* req'd for old ie */
}

.ss_family_block_section_head {
	padding: 0.7ex;
    	background-color: DimGray;
	color: white;
	cursor: default;
}

.ss_family_block_section_head A {
	color: white;
}

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

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


/*
	block border for designmode
*/

.ss_block {
	width: 100%;
}

.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: DarkOrange;
        vertical-align: baseline;
        font-size: 80%;
}

.ss_topic {
	color: darkorchid;
	background-color: WhiteSmoke;
        vertical-align: baseline;
        font-size: 80%;
}

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

.ss_block_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 */
	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 {
	white-space: nowrap;
	vertical-align: baseline;
	padding: 1.2ex 1em 1.2ex 0; 
	width: 23%;
}

/* top level form group input control column ("depth0 column1") */
.ss_block_group_c1_d0 {
	white-space: nowrap;
	vertical-align: baseline;
	padding: 0; 
}

/* 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 {
	white-space: nowrap; 
	vertical-align: baseline;
	padding: 1.2ex 1em 1.2ex 0;
	width: 18%; 
}

/* nested form group input control column ("depth1 column1") */
.ss_block_group_c1_d1 {
	white-space: nowrap;
	vertical-align: baseline;
	padding: 0;
}

/* 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%;
}

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

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

/*
	system style: block input component
*/

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

.ss_form_ic_warning_name { /* input control title SPAN on warning */
        background-color: #ffff88;
}


.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, editmode */
        color: green; /* #aa5500 */ 
        vertical-align: baseline;
        font-size: 80%;
}

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

/*
	system style: form manager
*/

.ss_form_mgr_top {
	padding-top: 1ex; 
	padding-bottom: 1.5ex;
}

.ss_form_mgr_bottom {
	padding-bottom: 1ex;
}

.ss_stdy_exp_stg {
	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 */
	font-size: 120%;
	font-weight: bold;
	color: #303030;
}

.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 DimGray;
	background-color: white; 
        margin: 0;
	padding: 0;
	position: absolute; 
	z-index: 990;
	visibility: hidden;
}

.ss_block_cmt_head {
	background-color: DimGray;
	color: WhiteSmoke;
	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;
}

/*
	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;
}

.ss_uglist_h {
    font-weight: bold;
    margin-bottom: 1rem;
}

.ss_uglist {
}

.ss_uglist TR TH {
    padding: 0.9rem 0 0.5rem 0;
    vertical-align: baseline;
    font-style: italic;
    font-weight: normal;
    text-align: left;
}

.ss_uglist TR:first-child TH {
    padding: 0 0 0.5rem 0;
}

.ss_uglist TR TD:first-child {
    vertical-align: top;
    padding: 1px 0 0.3rem 0rem;
}

.ss_uglist_h + .ss_uglist TR TD:first-child {
    padding-left: 1rem;
}

.ss_uglist TD {
    padding: 0 1.5rem 0.3rem 0.25rem;
}


/*
        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: DimGray;
	border-width: 1px;
	font-size: 100%;
}

.ss_msg_section_head {
	color: #fff;
	background-color: DimGray;
	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;
        vertical-align: baseline;
}

.ss_img_txticon {
        position: relative;
        top: -1px;
        vertical-align: middle;
}

/*      
       system style htmltools 
*/

.ss_tools_tip {
	background-color: #f3f2f2; /* SYSCOL5 */
        border: 1px solid #555555;
        padding: 1px 2px; 
        font-size: 80%;
}
.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;
	font-size: 120%;
	clear: both;	
	font-weight: bold;
	color: #303030;
	/*
	padding: 5px 0px;
 	*/
}

.ss_vst_mgr_mop {
	margin: 0px 0 0 15px; 
	padding: 0 0 0 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;
	max-height: 45ex;
	overflow-y: auto;
}

.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;
	max-height: 45ex;
	overflow-y: auto;
}

.ss_feedback_info {
	border: 1px solid #0477b5; /* #6da304;  #99ff99; */
	margin-top: 1ex;
	margin-bottom: 2ex;
	clear: both;
	/*margin-left: -0.5ex;*/
	background-color: #dff0f7; /* #f5fae8;  #f5fff5; */
	padding: 1ex 1em;
	text-align: left;
	max-height: 45ex; 
	overflow-y: auto;
}

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

.ss_content_title {
        color: #25488a;
        font-size: 120%;
        font-weight: bold;
        font-style: italic;
}

.ss_content_title A {
        color: #25488a;
        font-weight: bold;
        font-style: normal;
}


#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 style: 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% }
/*
.indent { margin-left: 23px; }
*/
