@charset "utf-8";
/* CSS Document */

/* +++++++++++++++++++++++++++++++++++++++ */
/* LINKS */


a.hi {
  font-weight: bold;
}


a.linkInputPopup {
/*	margin-left: 20px;*/
	border: 1px solid black;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
}

/* +++++++++++++++++++++++++++++++++++++++ */

.left, 
.middle {
    float: left;
}

.right {
    float: right;
}

div.clearer {
  clear: both;
}
/* +++++++++++++++++++++++++++++++++++++++ */

.deactivated {
	color: #ccc;
	
}

/* +++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++ */

#module .left {
}

#module .left .spacing {
    padding-right: 15px;
}

#module .right {
}

#module .right .topText {
    height: 24px;
}



/* +++++++++++++++++++++++++++++++++++++++ */

#module .box {
    background-color: #7f7f7f;
    margin-bottom: 20px;
}

#module .box.light .roundTop .line1,
#module .box.light .roundBottom .line2 {
    height: 1px;
    background-color: #7f7f7f;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

#module .box.light .roundTop .line2,
#module .box.light .roundBottom .line1 {
    height: 1px;
    background-color: #7f7f7f;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#module .box.light .roundBottom .line1 {
    background-color: #b2b2b2;
}

#module .box.light .middle .head {
    height: 23px;
    border-bottom: 1px solid #7f7f7f;
    padding: 1px 0 0 4px;
    color: #e5e5e5;
    font-size: 13px;
    font-weight: bold;
}

#module .box.light .middle {
    border-left: 1px solid #7f7f7f;
    border-right: 1px solid #7f7f7f;
}

/*##### TABLES ##########*/

#module .box.light .middle .content {
    background-color: #fff;
}





div.dayContent div.element {
    background-color: #eee;
}


#module table.personPlan {
    background-color: white;
}
#module table.personPlan th {
    text-align: center;
    color: #b2b2b2;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    border-right: 1px solid #b2b2b2;
    border-bottom: 2px solid #b2b2b2;
    width: 14%;
}
#module table.personPlan td {
    color: #3e4346;
    background-color: white;
    font-size: 11px;
    border-right: 1px solid #b2b2b2;
    padding: 0px 0px 2px 1px;
}
#module table.personPlan tr.divider td {
  background-color: #e5e5e5;
  padding-left: 5px;
  font-size: 12px;
  border-left: 1px solid white;
  border-bottom: 1px solid black;
}
#module table.personPlan tr.dayContent td.hours_of_day {
  padding-left: 5px;
}
#module table.personPlan div.date {
  margin:1px 5px;
}
#module table.personPlan div.date div.content {
  padding: 1px 5px;
  height:100%
}
#module table.personPlan div.date span.time {
  display:block;
}
#module table.personPlan div.date span.subject {
    
}



#module table.listing td.divider {
  background-color: #e5e5e5;
  font-weight: bold;
  border-bottom: 1px solid #7f7f7f;
}

table.listing tr.mailingListRow td a {
	color: green;
}

/* +++++++++++++++++++++++++++++++++++++++ */


#module .box.light .middle .foot {
    height: 24px;
    border-top: 1px solid #7f7f7f;
    background-color: #b2b2b2;
}


span.jobNotAssigned {
	color: red;
}


span.symbol_21 {
    height: 21px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 2px;
    padding-left: 25px;
    padding-right: 10px;
}

span.symbol_21.veranstaltung_21 {
    background-image: url(../img/symbol/21_veranstaltung.png);
}

span.symbol_21.todos_21 {
    background-image: url(../img/symbol/21_todos.png);
}

span.symbol_21.kalender_21 {
    background-image: url(../img/symbol/21_kalender.png);
}


a.symbol_16 {
    height: 16px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: 2px top ;
    padding-top: 2px;
    padding-left: 25px;
    padding-right: 10px;
}

a.symbol_16.neu_16 {
    background-image: url(../img/symbol/16_neu.png);
}

a.symbol_16.bearbeiten_16 {
    background-image: url(../img/symbol/16_bearbeiten.png);
}

a.symbol_16.duplizieren_16 {
    background-image: url(../img/symbol/16_duplizieren.png);
}

a.symbol_16.absagen_16 {
    background-image: url(../img/symbol/16_absagen.png);
}

a.symbol_16.loeschen_16 {
    background-image: url(../img/symbol/16_loeschen.png);
}

a.symbol_16.erledigen_16 {
    background-image: url(../img/symbol/16_erledigen.png);
}

a.symbol_16.todo_16 {
    background-image: url(../img/symbol/16_todo.png);
}

a.symbol_16.termin_16 {
    background-image: url(../img/symbol/16_termin.png);
}

a.symbol_16 span {
    color: #3e4346;
    font-size: 11px;
}





div.module .fullBox .boxDark .letterList, 
div.overlaypanel .letterList {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
div.module .fullBox .boxDark .letterList a,
div.overlaypanel .letterList a {
	text-transform: uppercase;
}


div.module .fullBox .roundBorder .line1 {
    height: 1px;
    background-color: #7f7f7f;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
div.module .fullBox .roundBorder .line2 {
    height: 1px;
    background-color: #7f7f7f;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
div.module .fullBox .boxDark .roundBorder .line1 {
    height: 1px;
    background-color: #b2b2b2;
    border-left: 2px solid #7f7f7f;
    border-right: 2px solid #7f7f7f;
}
div.module .fullBox .boxDark .roundBorder .line2 {
    height: 1px;
    background-color: #b2b2b2;
    border-left: 1px solid #7f7f7f;
    border-right: 1px solid #7f7f7f;
}
div.line1,  
div.line2 {
	/* only for IE 6 */
	font-size: 0px; line-height: 1px; min-height: 1px;
	zoom: 1;
}


div.module .titleRow span.addon {
  font-size: 14px;
  color: #7F7F7F;
	padding-left: 10px;
}

div.module .titleRowRight {
	float: right;
}

div.boxContent div.subInputRow {
    margin-bottom: 10px;
	margin-left: 150px;
	padding: 10px;
}
div.boxContent div.subInputRow.inputBlock {
    border: 1px solid black;
}

div.boxContent div.infoRow {
    margin-top: 10px;
    margin-bottom: 10px;
		padding-left: 10px;
		color: #7f7f7f;
}
div.clear {
	clear: both;
	
}

/* +++++++++++++++++++++++++++++++++++++++ */

div.space5 {
  padding-top: 5px;
}

/* +++++++++++++++++++++++++++++++++++++++ */


/*
	Subarea
*/
div#submenupanelcontent div.boxContent div.subarea {
	padding-bottom: 10px;
}
div#submenupanelcontent div.boxContent div.subarea div.roundTop,
div#submenupanelcontent div.boxContent div.subarea div.roundBottom {
	margin:0px;	
}
div.boxContent div.subarea div.subareahead {
	color:#E5E5E5;
	background-color:#7F7F7F;
	height:23px;
	margin:0px;
	padding-left:5px;
	font-size:14px;
}
div.boxContent div.subarea div.subareahead .head {
	display:block;
	float:left;
	margin-top:4px;
	margin-right:6px;
	font-weight: bold;
}

div.boxContent div.subarea div.subareacontent {
	padding-top: 10px;
	padding-left: 5px;
	
}

div.todoList {
}
div.todoList table tr.hi {
	font-weight: bold;
}




#contactDetails {
	z-index: 65;
}






/*
 * 
 * 
 */

table.plaintext td {
	padding-right: 5px;
}

div.clickable {
	cursor: pointer;
}

/* +++++++++++++++++++++++++++++++++++++++ */

/*
div.eventDetailView div.klapperElement {
	margin-bottom: 10px;
	zoom: 1;
}

div.eventDetailView div.klapperElement div.klapperHead {
	padding-left: 15px;
	background-image: url(../img/button/klapperClosed.png);
	background-repeat: no-repeat;
	background-position: 3px;
	cursor: pointer;
	float: left;
}	
div.eventDetailView div.klapperElement div.klapperOperations {
	margin-left: 5px;
	float: left;
}
div.eventDetailView div.klapperElement div.klapperAdditionalInfo {
	margin-left: 5px;
	float: left;
}
div.eventDetailView div.klapperElement div.klapperHead div {
	font-weight: normal;
	float: left;
	margin-left: 5px;
}

div.eventDetailView div.klapperElement div.klapperHead div.title {
	font-weight: bold;
}

div.eventDetailView div.klapperElement div.klapperContentShort,
div.eventDetailView div.klapperElement div.klapperContent {
	clear: left;	
}

div.eventDetailView div.klapperElement div.klapperHead.open {
	background-image: url(../img/button/klapperOpen.png);
	background-position: 0;
}
*/

/* +++++++++++++++++++++++++++++++++++++++ */

select.sort_order option.archived {
	font-weight:bold;
}




/* +++++++++++++++++++++++++++++++++++++++ 
 * Termine
 * */
div.appointmentElement.leadLagTime {
    width: 150px;
    position: absolute;
	z-index: 2;
}
div.appointmentElement {
    width: 150px;
    position: absolute;
	z-index: 3;
}
