/*
/css/global_de_DE.css
Language specific global css file.
Feb.2009
*/

*{
	margin:0;
	border:0;
	padding:0;
}
html{
	height:100%;
}
body{
	height:100%;
  font-family:Arial;
  font-size:11px;
	background:white;
	color:black;
}

td {
  font-size:11px;
}

hr{
	border:0.5px solid #ccc;

}
.headline{
	font-weight:bold;
}
.info-box{
	background:#ebebeb;
}
input, select, textarea{
	border:1px solid #ccc;
	font:12px Arial;
	padding:2px;
}
.dbd-list-box{
	background:white;
	border: 1px solid #D8D8D8;
	padding:8px;
	overflow-y:auto;
}
.dbd-list-item{
	margin:2px auto;
}
.input-large{
	width:200px;
}
.input-small{
	width:50px;
}
.input-full{
	width:100%;
}
.input-focus{
	background:#FEE8B9;
}
.input-error{
	border:1px solid red;
}
.dbd-error{
	font-weight:900;
	color:red;
}
.dbd_status_bar {
  background-image:url(/images/icons/icon_overlay_info.gif);
  background-repeat:no-repeat;
  background-position:5px 3px;

}

/* text classes ****************/
.selected1{
	background:#FEE8B9;
	font-weight:normal;
}
.selected0{
	background:white;
	font-weight:normal;
}
.picked{
	background:#FEE8B9;

}
.row-picked{
	background:#FEE8B9;
}
.txt-reg{
	font:11px Arial;
	color:black;
}
.txt-bold{
	font:11px Arial;
	color:black;
	font-weight:bold;
}
.txt-red{
	font:11px Arial;
	color:darkred;
	font-weight:bold;
}
.small_text {
  font-size:11px;
}
.content-table{
	width:100%;
	margin: 10px auto auto auto;
}
.dbd-search-result{
/*
	color:red;
	font-weight:bold;
*/
  text-decoration:underline;
}
/*********************************/
.dbd-table-head{
	font:12px Arial;
	color:#666;
	float:left;
	overflow:hidden;
}
/* links */
.standard-link, .small-link, .light-link, .alert-link, a.standard:link, a.standard:active,a.standard:visited{
	font:12px Arial;
	color:#141499;
	text-decoration:none;
	cursor:pointer;
	
}
.light-link {
  color:#77779f;
}
.standard-link:hover{text-decoration:underline;}
.alert-link { /* temporarily in use on mail_view */
  color:#880000;
}
.cancel-link, a.cancel:link, a.cancel:active,a.cancel:visited{
	color:black;
	text-decoration:none;
	cursor:pointer;
}

.small-link {
  font-size:10px;
  font-weight:bold;
}
.breadcrump_text {
  font-size:11px;
}
.breadcrump_arrow {
  top:2px;
  padding:3 3px 0 3px;
}
/* context icon for navi and folder trees */
.context_icon {
  background-color:white;
  margin-left:5px;
  position:absolute;
  right:0px;
  top:5px;
  font-size:1px;
  padding:5px 3px 3px 3px;
  border-left:solid 5px #FEE8B9;
  border-right:solid 5px #FEE8B9;
}

/* classes */
/* table header */
.th-background{
	position:relative;
	height:23px;
  line-height:23px;
  vertical-align:middle;
  color:white;
	background:url(/images/global/th_background.jpg) repeat-x;
	border:0;
}
.th-background-text{
	color:white;
	font-weight:bold;
	line-height:23px;
	padding-left:8px;
}
/* table header shadow */
.th-shadow{
	height:8px;
  line-height:8px;
  font-size:1px;
	background:url(/images/global/th_shadow.jpg) repeat-x;
}
.th-shadow-invers {
	height:7px;
  line-height:7px;
  font-size:1px;
	background:url(/images/global/th_shadow_invers.jpg) repeat-x;
}
/*yellow bar */
.th-content-background{
	font:12px Arial;
	background:#FFC75F;

	line-height:19px;


}
#action_headline table{width:100%}
#action_headline td{font-size:11px; height:19px;overflow:hidden}
#action_headline #content_head_right{text-align:right}
#content_head_right {
  padding-right:6px;
}
/* main content div: */
#center_content{

	overflow:auto;

}
#content_header {

}
.corporate-logo{
	display:block;
	margin:0 auto auto 10px;
  cursor:pointer;
}
/*start page from top to bottom */

/* top level table */
#home_table{
	table-layout:fixed;
	width:100%;
	height:100%;
}
/* head section */
#head_td{
	vertical-align:top;
	background:url(/images/global/header_background.jpg) repeat-x;
	height:30px;
	border-bottom:1px solid #dddddc;
	padding-left:8px;
}

.header_user_info {
	font:12px Arial;
  padding-left:5px;
}

/*cross navi */
#crossnavi_table{
	margin-top:0px;
}
.crosslink, .crosslink_status {
	height:16px;
  font-family:Arial;
  font-size:12px;
	padding-left:8px;
	padding-right:8px;
	border-left:1px solid #ccc;
	cursor:pointer;
  white-space:nowrap;
}

.crosslink_status {
  border-left:solid 1px #888888;
}

a.crosslink:HOVER {
  color:#141499;
}
/*center section */
#center_td{
	vertical-align:top;
}

/* main section 
this is the 2nd level table nested in #center td
*/
#main_table{
	width:100%;
	height:100%;
}

#main_left{
	vertical-align:top;
	width:160px;
	
}
#main_left_drag{
	
}
/*drag bar classes */
.drag-bar{
	width:6px;
	background:url(/images/global/drag_background.jpg) repeat-y;
	cursor:w-resize;
	
}
.drag-bar-active{
	
}
.drag-bar-move{
	position:absolute;
	z-index:100;
	width:1px;
	background:#666;
	cursor:w-resize;
}
/* leftmodule  navi */
#module_navi{
	margin-top:8px;
	margin-bottom:8px;
}
#module_navi div, #module_navi a {
	position:relative;
/*	width:160px;*/
	font-family:Arial;
	font-size:12px;
	height:23px;
	line-height:23px;
	vertical-align:middle;
	cursor:pointer;	
	overflow:hidden;
  white-space:nowrap;
}

#module_navi img{
	vertical-align:middle;
}
.arrow, .foldertree_arrow {
	margin-left:9px;
	margin-right:4px;
	vertical-align:middle;
}
.foldertree_arrow {
  margin-left:2px;
}
.icon-folder{
	width:20px;
	height:18px;
	margin-left:1px;
	margin-right:6px;
}
.folder-add{
	visibility:hidden;
}
#mod_navi_my_folders{
	margin-top:8px;
}
/*sub navi ***************************/
.mod-navi-sub{	
	display:none;
	
}
.mod-navi-sub div{
	/*padding-left:20px;*/
}
.mod-navi-sub .folder-delete{
	margin:auto 6px;
	visibility:hidden;
}
.mod-navi-sub .folder-edit{
	margin-right:6px;
	visibility:hidden;
}
#navi_distributors{
	padding-left:15px;
}
#navi_notes{padding-left:30px}

/* center content td */
#main_center{
	vertical-align:top;
	
}
#main_content_frame{
	width:100%;
	height:100%;
}
#main_right{
	vertical-align:top;
	width:142px;	
}

#foot_td{
	font-size:2px;
	height:2px;
}

/*utils */
.cover-div{
	position:absolute;
	z-index:2;
	
}
#dbdwindowcover{
  background-color:#cacaca;
  background-image:url(/images/backgrounds/website_bg.png);
  background-repeat:repeat-x;
}
/* loadbar styles */
#dbdloadbar{
	position:absolute;
	z-index:150000;
	width:155px;
	top:55%;
	left:50%;
	margin-left:-52px;
	background:white;
	border:1px solid #999;
	padding:4px;
}
/*loadbar text style: */
#dbdloadbar p{
	font:9px Arial;
	text-align:center;
	color:#ccc; 	
}
/*animation: */
#dbdloadbar img{

}
/* modular window */
.dbd-mod-win{
	position:absolute;
	z-Index: 1000;
	background:white;
}

.autocomplete{
	position:absolute;
	border:1px solid black;
	width:220px;
	height:100px;
	overflow-y:auto;
	display:none;
	background:white;
}
.autocomplete a{
	display:block;
	cursor:pointer;
}
.autocomplete .selected{
	background:#FEE8B9;
}

/****************************/
.dbd-drag-info{
	position:absolute;
	z-index:100000;
	width:200px;
	height:30px;
	background:#FEE8B9;
}


/*category marker */
.cat-mark{
	width:10px;
	height:10px;
	border:1px solid #ccc;
	margin-right:4px;
	float:left;
}	

/* blury text */

.blury_text {
  color:#929292;
  font-style:italic;
}

/* LIST VIEWS */
 .dbd-list-head-cell{
  padding:4px;
  color:#999;
  font-size:12px;
  border-bottom:1px solid #999;
  white-space:nowrap;
  cursor:pointer;
 }
 .dbd-list-head-selected{
 	padding:4px;
  font-size:12px;
  border-bottom:1px solid #999;
  white-space:nowrap;
  cursor:pointer;
	text-decoration:underline;
	color:#FFC75F;
}
 /* data row td s*/   	
  .dbd-data-cell{
   padding:4px;
   font-size:12px;
   height:15px;
   white-space:nowrap;
   cursor:pointer;
}	
/* category container */
.dbd-cat{
	height:1em;
	line-height:1em;
	padding-left:4px;
	
}
/* file attachment classes: */
/*span*/
.dbd-file{
	
}
/* suffix icon*/
.dbd-file-icon{
	height:12px;
	margin:auto 4px;
	border:0;
	vertical-align:middle;
}
/* trash icon */
.dbd-file-delete{
	width:9px;
	height:12px;
	background:transparent url(/images/icons/icon_trashcan.gif) no-repeat;
	margin:auto 4px auto 4px;
	vertical-align:middle;
}

/*======== YEAR-VIEW========*/

/* Container Monate der Jahresansicht */
div#yearview  
{ position: relative; margin-top: 10px; top: 0px; left: 0px; width: 100%; height: 100%; background-color: transparent;  } 

.oddbg {
  background-color:#f7f7f7;
}
.oddbgmouse {
  color:#000000;
  background-color:#f7f7f7;
}
.evenbgmouse {
  background-color:#ffffff;
  color:#FF0000;
  cursor:pointer;
}
.evenbg {
  background-color:#ffffff;
}
.oddbgbold {
  background-color:#f7f7f7;
  font-weight:bold;
}
.evenbgbold {
  background-color:#ffffff;
  font-weight:bold;
}
.columnheadline {
  background-color:#d9d9d9;
  font-family:Verdana;
}

a {
  cursor:pointer;
}

.labelhighlight {
  color:red;
}
.label {
  color:#000000;
}

.appointmentstd {
  background-color:#FEE8B9;
}
.labelhighlightbold {
  font-weight:bold;
  color:#666;
}
.labelhighlight {
  color:#ff0000;
}
.labelbold {
  color:yellow;
}

/* right action menu */

#right_content .container{
	padding-left:4px;
}
#right_content .headline{
	font-weight: normal;
	border-bottom:1px solid #ccc;
	margin-bottom:6px;
}
#right_content .headline img{
	margin-left:4px;
	margin-right:4px;
	cursor:pointer;
	vertical-align:middle;
}
#right_content td{
	font:11px Arial;
	white-space:nowrap;
}

#right_content .color-swatch, #cat_headline .color-swatch{
	
	width:8px;
	height:10px;
	border:1px solid #ccc;
	vertical-align:middle;
	margin-right:4px;
}
#right_content input{
	margin-left:10px;
	margin-right:4px;
	vertical-align:middle;
}

#right_content a{
	color:black;
	text-decoration:none;
}
#right_content a:hover{
	color:#141499;
	text-decoration:none;
}

.small-win-drag-bar{
	height:12px;
	font-size:9px;
	padding:0;
	background:url(/images/global/header_bg_12px.jpg) repeat-x;
	cursor:move;
	border-bottom:2px solid #666;
}
.small-win-drag-bar td, .small-win-drag-bar a{
	font:9px Arial;
	color:white;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
}
/* folder tree edit images */
.ft-edit-box img{
	margin-right:1px;
}


/* tooltip classes */
a.dbd-tip{
	display:block;
	position:relative;
}
a.dbd-tip span{
	position:absolute;
}
a.dbd-tip .dbd-tip-info{
	display:none;
}
a.dbd-tip:hover .dbd-tip-info{
	display:block;
	z-index:100;
	background:white;
	border:1px solid #ccc;

}
.crosslink .standard-link{
	font-weight:bold;
}
.crosslink .standard-link:hover{text-decoration:none}
.frame-navi .crosslink .cancel-link{font-weight:bold}


/* form views */

/* <general styles for all popups> */
.dbd_popup_body {
	
  height:100%;
  overflow-x:hidden;
 
}
.dbd_popup_top_buttons_bg {
  background-image:url(/images/global/popup_top_buttons_bg.jpg);
  height:23px;
  line-height:23px;
  overflow:hidden;
}
.dbd_popup_top_buttons_active_tab {
  background-image: url(/images/global/action_bar_active.png);
  height:23px;
  line-height:23px;
  color:#FFE7BB;
  border-right:solid 1px #d8d8d8;
  font-weight:bold;
  text-align:center;
}
.dbd_popup_top_button {
  height:23px;
  line-height:23px;
  color:white;
  font-weight:bold;
  font-family:Arial;
  font-size:11px;
  border-right:solid 1px #d8d8d8;
  padding:0px 8px 0px 8px;
  cursor:pointer;
}

.dbd_popup_title_bar, .dbd_modwin_title_bar {
  font-size:12px;
  position:relative;
  height:20px;
  border-bottom:solid 1px #d8d8d8;
  margin-bottom:8px;
}
.dbd_modwin_title_bar {
  margin-bottom:0px;
}

.dbd_popup_title_bar_left {
  position:absolute;
  left:0px;
  top:0px;
  width:300px;
  font-size:12px;
}
.dbd_popup_title_bar_right {
  position:absolute;
  right:0px;
  top:0px;
}
.dbd_popup_object_title {
  font-weight:bold;
  font-size:12px;
}
ol {
  margin:8px 0 8px 30px;
  font-weight: bold;
}
ol p {
  font-weight:normal;
}
.popup_title_on_button_bg {
  color:white;
  font-weight:bold;
  margin-left:8px;
  font-size:11px;
}

.dbd_text_link, .dbd_text_link:HOVER {
  font-size:11px;
  color:#141499;
  text-decoration:none;
}

/* </general styles for all popups> */

/* labels for input fields */
.input_label, .input_label_active {
  color:#929292;
  font-size:11px;
}
.input_label_active {
  color:black;
}


/* grey line */
.dbd_ruler_line {
  border-bottom:solid 1px #d8d8d8;
  height:1px;
  width:100%;
  font-size:1px;
  line-height:1px;
}

/* action buttons on forms */
.primary_action {
  font-weight:bold;
  font-size:12px;
  color:#141499;
  text-decoration:none;
}
.primary_action:HOVER {
  text-decoration:none;
}
.secondary_action {
  color:black;
  text-decoration:none;
}	
.secondary_action:HOVER {
  color:#141499;
  text-decoration:none;
}

/* date and time input */
.datetimeinput {
  width:100px;
}

/* floating */
.left {
  float:left;
}
.right {
  float:right;
}
.clear {
  clear:both;
}

.bold {
  font-weight:bold;
} 

/* calendar and clock icon */
.dbd_form_cal_icon, .dbd_form_time_icon {
  margin:0 0 2px 5px;
  vertical-align:bottom;
}

/* category page */
#cat_home{width:100%}
#cat_home td{
	font:12px Arial;
}
#cat_home #cat_headline{
	height:20px;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
}
#cat_home .color-swatch{vertical-align:middle}
#cat_home .capt{
	margin:4px auto;
	height:16px;
	line-height:16px;
}
#cat_home .capt img, #cat_home .cat-entry img, #cat_home .second-cat-entry img{
	vertical-align:middle;
	margin:auto 10px;
}
#cat_home .cat-entry{
	margin:4px auto ;
	padding-left:30px;
	height:16px;
	line-height:16px;
}
#cat_home .second-cat-entry{
	margin:4px auto;
	padding-left:50px;
	height:16px;
	line-height:16px;
}

#book_win{
	position:absolute;
	z-index:1000;
	width:180px;
	height:200px;
	border:1px solid #ccc;
	background:white;
}
#book_win_content{
	height:185px;
}


/* context menu folder mgr */

.dbd_context_menu, .dbd_context_menu_nohover {
  margin:0px;
  padding-bottom:5px;
  width:200px;
  position:absolute;
  z-index:30;
  border-top:solid 1px #888888;
  border-right:solid 1px #c8c8c8;
  border-left:solid 1px #888888;
  border-bottom:solid 1px #c8c8c8;
  background-color:white;

} 
.dbd_context_menu a, .dbd_context_menu_nohover a {
  text-decoration:none;
  display:block;
  color:black;
  background-repeat:no-repeat;
  background-position:6px center;
  padding:2px 15px 2px 23px;

}
.dbd_context_menu a:HOVER {
  background-color:#FEE8B9;
}



#dbd_status_overlay_div, #dbd_status_inlay_div {
  position:absolute;
  overflow:hidden;
  width:100%;

  border-top:solid 1px #c3c3c3;
  border-bottom:solid 1px black;
  background-color: #FFC75F;
  z-index:1;
}
#dbd_status_overlay_div {
  z-index:30;
}
#dbd_status_overlay_div {
  bottom:0%;
}
#dbd_status_inlay_div {
  top:0%;
}

/* pager styles ****************/
     	  .mini-pager{
     	  	/*
     	  	position:absolute;     	  	  
     	  	width:60px;
     	  	height:20px;
     	  	line-height:20px; 
     	  	*/    	  	
     	  }
     	  .mini-pager img, .mini-pager span{
     	  	vertical-align:middle;     	  
     	  }
     	  .mini-pager img{cursor:pointer;}
     	  
 .elemBorder{
 	border:1px solid #d8d8d8;	
}  


/* time picker styles */
    #tp_hours, #tp_minutes {
      float:left;
      height:100px;
      margin:0px 0 3px 0;
      text-align:center;
      overflow:auto;
      font-size:12px;
      cursor:pointer;
    }
    .time_picker_headline {
      float:left;
      font-size:11px;
    }
    #tp_hours, #tp_minutes, .time_picker_headline {
      width:55px;
    }
    #time_picker {
      border:solid 1px #666666;
      border-left:none;
      border-top:none;
      width:120px;
      position:absolute;
      background-color:white;
      z-index:30;
    }
    #time_picker_border {
      border:solid 2px #d8d8d8;
    }
    #time_picker_shadow {
      background-image:url("/images/global/th_shadow_8px.png");
      background-repeat:repeat-x;
      height:8px;
    }
    #time_picker_top_bar {
      background-image: url("/images/global/header_bg_12px.jpg");
      height:14px;
      text-align:right;
      cursor:move;
    }
    #time_picker_sub_bar {
      background-color:#FFC75F;
      height:14px;
    }
    #time_picker_closer {
      color:white;
      padding:0 3px 0 5px;
      cursor:pointer;
      position:relative;
      top:-1px;

    }
    .time_picker_selected {
      background-color:#FEE8B9;
      font-weight:bold;
      border-top:solid 1px #aaaaaa;
      border-bottom:solid 1px #aaaaaa;
    }
/* end of time picker styles */
.control-navi{
	padding-top:4px;
	height:25px;
	border-top:1px solid #ccc;
}
/* checkboxes */
.chk {
  border:none;
  position:relative;
  top:2px;
  margin-right:3px;
}

/* skin cleanup moved from messeges.css to here */
a.dbd_action_field_headline {
  display:block;
  border-bottom:solid 1px #cccccc;
  margin:16px 3px 0 0;
  background-color:#FEE8B9;
  padding:2px 0 2px 0;
  position:relative;
  white-space:nowrap;
}
a.dbd_action_field_headline span.context_icon {
  top:2px;
  border-width:0 2px 0 3px;
  display:inline;
}

a.dbd_action_field_headline:HOVER span.context_icon {
  display:inline;
}

.dbd_action_field_headline img {
  vertical-align:middle;
  margin:0 4px 0 4px;

}
.dbd_action_field, .dbd_action_field_empty {
  padding:3px 0 0 0;
  height:150px;
  margin-right:3px;
  background-color:#f0f0f0;
  overflow-y:auto;
  overflow-x:hidden;
}
.dbd_action_field_empty {
  height:50px;
}
.dbd_action_field .line, .dbd_action_field_empty .line {

  padding:3px 2px 3px 2px;
}
.dbd_action_field .line {
  white-space:nowrap;
}

.dbd_action_field .line img, .dbd_action_field_empty .line img {
  vertical-align:middle;
}
.dbd_action_bottom_line {
  margin:0px 3px 4px 0;
  border-top:solid 1px #e9e9e9;
  text-align:right;
  
}
.dbd_action_bottom_line a {
  color:#141499;
}
.dbd_action_bottom_dragger {
  margin-right:3px;
	text-align:center;
	height:12px;
  background:url("/images/backgrounds/bg_hor_mover.gif") repeat-x;

}
.main-box-grab{
	width:45px;

	cursor:s-resize;
}
