/* default styles for extension "tx_smemployeelist_pi1" */

/* stylesheets for sm_employeelist ------------------------------------------ */

#head2ndrow{
	font-size:11px;
	}


/* wrapped around every output */
#staff-search{

	}
.staff-search-field{
	background-image:url(../images/magnifying-glass.gif);
 	background-repeat:no-repeat;
  	padding-left:17px !important;
	background-color: #F5F5F5;
	}

#staff-search form{
	display:inline;
}
	
#upperdetails{
	vertical-align:top;
	text-align:left;
}
.staff-search-button{
	width:77px;
	height:20px;
	background-image:url(../images/search-button-content.jpg)!important;
	margin-left:20px !important;
	}
.staff-search-field-dt{
	background-image:url(../images/magnifying-glass.gif);
 	background-repeat:no-repeat;
  	padding-left:17px !important;
	background-color: #F5F5F5;
	}
.staff-search-button-dt{
	width:77px;
	height:20px;
	background-image:url(../images/suche-button-content.jpg)!important;
	margin-left:20px !important;
	}	


div[class^="tx-smemployeelist"] {
	font-size: 1em;
	line-height: 1.5em;
	font-family: Verdana;
}

/* reset ALL margins, borders and paddings */
div[class^="tx-smemployeelist"] * {
	margin: 0;
	padding: 0;
	border: 0;
}

/* for error messages (like no pidList found) */
div[class^="tx-smemployeelist"] .error,
div[class^="tx-smemployeelist"] .success {
	color: red;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}
div[class^="tx-smemployeelist"] .success {
	color: green;
}

/* standard header */
div[class^="tx-smemployeelist"] h2 {
	text-align: center;
	margin-bottom: 0.8em;
}

div.tx-smemployeelist-pi1 h2.PositionName,
div.tx-smemployeelist-pi1 h2.DepartmentName, 
div.tx-smemployeelist-pi1 h2.CustomListName, 
div.tx-smemployeelist-pi1 h2.NumberName {
	width: 100%;
	padding: 0.2em;
	margin: 1em auto 1em auto;
}

/* links */
.tx-smemployeelist a {
	color: #036;
	text-decoration: none;
}

.tx-smemployeelist-pi1 .email a {
	text-decoration:none;
	color: #375c76;
	text-transform:lowercase;
	}
	
.tx-smemployeelist-pi1 .departments a {
	text-decoration:none;
	color: #375c76;
	}

.tx-smemployeelist-pi1 .fullname a {
	color:#375c76;
	text-decoration:underline;
}


/*div[class^="tx-smemployeelist"] a:hover {
	color: #036;
}*/

/* lists -------------------------------------------------------------------- */
/* department/position list */
div[class^="tx-smemployeelist"] ul {
	margin-left: 2em;
}

/* table and header rows */
div[class^="tx-smemployeelist"] table {

}
div[class^="tx-smemployeelist"] table th {
	background: #f7f7f7;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 0.2em 0.5em;
}
div[class^="tx-smemployeelist"] table th a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

/* odd and even rows */
div[class^="tx-smemployeelist"] .odd {
	background: #f4f4f5;
}
div[class^="tx-smemployeelist"] .even {
	background: #f7f7f7;
}

/* normal cells */
div[class^="tx-smemployeelist"] table td {
	padding: 0.2em 0.5em;
}

/* used for anchors to first letters of employees' names */
div[class^="tx-smemployeelist"] table tr.noDisplay {
	height: 5px;
}

/* "to top"-rows */
div[class^="tx-smemployeelist"] table tr.toTop td {
	text-align: center;
	font-size: 80%;
	background: #036;
}
div[class^="tx-smemployeelist"] table tr.toTop td a {
	color: #fff;
}
div[class^="tx-smemployeelist"] table tr.toTop td a:hover {
	color: #036;
}

/* anchor list above employee list */
div[class^="tx-smemployeelist"] div.anchorList {
	margin: 1em;
	text-align: center;
	font-size: 80%;
}
div[class^="tx-smemployeelist"] div.anchorList a {
	border: 0;
}

/* details page ------------------------------------------------------------- */
/* container around details page */
.right div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails {
	margin: 0 auto;
	border: 1px solid #ddd;
	padding: 0.1em;
}

.normal div.tx-smemployeelist-pi1{
padding: 0.5em;
width:100%;
float:left;
display:block;
}

.normal div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails {
	width: 100%;
	margin: 0 auto;
	padding: 0.5em;
}

* + html .normal div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails {
float:left;
border:none;
width:100%;
overflow:visible;
padding: 0 32766px 0 0;
margin-right: -32768px;
}

/* headers on details page */
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails h2 {
	text-align: left;
}

/* top part of details page (name, departments, image etc.) */
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empTop {
	/*overflow: auto;*/
	padding: 0.1em 0;
}

/* employee's image */
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empTop div.tx-smemployeelist-empImage {
	float: right;
	width: 100%;
	text-align: center;
}
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empTop div.tx-smemployeelist-empImage img {
	margin: 2em 0 0 0;
}

/* icons for special groups */
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empTop div.tx-smemployeelist-empImage div.tx-smemployeelist-empIcons {
	margin: 0 0 0 1em;
}

/* info about the employee (name, departments etc.) */
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empTop div.tx-smemployeelist-empInfo {
	float: left;
	padding: 1em;
}
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empTop div.tx-smemployeelist-empInfo h2 {
	font-size: 140%;
	background: #036;
	color: #fff;
	padding: 0.2em;
	margin-bottom: 1.5em;
}
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empTop div.tx-smemployeelist-empInfo h3 {
	border-bottom: 1px solid #036;
	margin-bottom: 0.5em;
	padding: 0.2em;
}

/* wraps around department/position list */
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empTop div.tx-smemployeelist-empInfo div.tx-smemployeelist-empDepartments ul,
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empTop div.tx-smemployeelist-empInfo div.tx-smemployeelist-empPositions ul {
	margin: 0 0 2em 2em;
}

/* wrap around the bottom part of details page (hobbies, birthday etc.) */
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empBottom {
	clear: both;
}

/* the bottom part of details page (hobbies, birthday etc.) */
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empBottom h2 {
	font-size: 120%;
	margin: 1em 1em 0 1em;
	border-bottom: 1px solid #036;
}
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empBottom dl {
	margin: 0 1em;
	padding: 0.5em;
	clear: both;
	overflow: auto;
}
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empBottom dl dt {
	width: 100%;
	float: left;
	font-weight: bold;
}
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empDetails div.tx-smemployeelist-empBottom dl dd {
	float: left;
	width: 100%;
}

/* navigation (prev/next employee) */
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empNavi {
	font-size: 80%;
	color: #aaa;
	width: 100%;
	margin: 0 auto;
}
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empNavi	div.tx-smemployeelist-empNaviPrev {
	float: left;
	padding: 0.5em;
}
div.tx-smemployeelist-pi1 div.tx-smemployeelist-empNavi	div.tx-smemployeelist-empNaviNext {
	float: right;
	padding: 0.5em;
}

/* footer ------------------------------------------------------------------- */
div[class^="tx-smemployeelist"] div.Footer {
	text-align: center;
	color: #666;
	margin-top: 1em;
}

/* special styles for image list -------------------------------------------- */
div.tx-smemployeelist-pi1 table.smImageList td {
	text-align: center;
}

/* special styles for fields in list tables --------------------------------- */
/* employee's image */
/*The header of the imagelist aka header for each Position*/
.smImageList_header {
    padding-top: 10px!important;
	font-size: 11pt;
	font-weight: normal;
	background-color: #f9f9f9;
    font-family: arial, verdana, sans-serif;
    text-align:center;
	float: none!important;
}

/*The table in which the employee images of each position are wrapped */
.smImageList {
	padding-bottom: 25px!important;
    padding-top: 20px!important;
	background-color: #f9f9f9;
	float: none!important;
}
.smImageList a {
	
}

div.tx-smemployeelist-pi1 table td.image,
div.tx-smemployeelist-pi1 table td.signatureimage {
	text-align: center;
}
/* no border for linked images */
div.tx-smemployeelist-pi1 table td.image a,
div.tx-smemployeelist-pi1 table td.signatureimage a {
	border: 0;
}
div.tx-smemployeelist-pi1 table td.image a:hover,
div.tx-smemployeelist-pi1 table td.signatureimage a:hover {
	background: #fff;
}

/* special styles for birthday list ----------------------------------------- */
div.tx-smemployeelist-pi1 table.smBirthdayList {
	font-size: 100%;
	line-height: 120%;
	margin-bottom: 1em;
}
div.tx-smemployeelist-pi1 table.smBirthdayList a {
	color: #000;
	border: 0;
}
div.tx-smemployeelist-pi1 table.smBirthdayList span.birthday {
	display: block;
	float: left;
	margin-right: 1em;
}
div.tx-smemployeelist-pi1 table.smBirthdayList span.fullname {
	display: block;
	float: right;
	text-align: left;
	width: 100%;
}

/* special styles for presence list ----------------------------------------- */
div.tx-smemployeelist-pi1 table.smPresenceList span.online {
	color: green;
}
div.tx-smemployeelist-pi1 table.smPresenceList span.offline {
	color: red;
}

/* special styles for telephone list ---------------------------------------- */
/* wrapped around every page of the telephone list */
div.tx-smemployeelist-pi1 div.smTelephoneList {
	clear: both;
	overflow: auto;
	font-size: 100%;
	line-height: 100%;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 3em;
}

/* last changed info */
div.tx-smemployeelist-pi1 h2.TLLastChanged {
	font-size: 90%;
	margin: 1em 0 1em 0;
}

/* each department/group of numbers gets its own table */
div.tx-smemployeelist-pi1 div.smTelephoneList table {
	width: 100%;
	margin-bottom: 1em;
}

/* my layout is based on 2 columns on each page! */
div.tx-smemployeelist-pi1 div.smTelephoneList div.column1,
div.tx-smemployeelist-pi1 div.smTelephoneList div.column3 {
	float: left;
	width: 100%;
}
div.tx-smemployeelist-pi1 div.smTelephoneList div.column2,
div.tx-smemployeelist-pi1 div.smTelephoneList div.column4 {
	width: 100%;
	margin-left: 37em;
}

/* special fields in the telephone list */
div.tx-smemployeelist-pi1 div.smTelephoneList table td.name {
	width: 100%;
}
div.tx-smemployeelist-pi1 div.smTelephoneList table td.telephone {
	width: 100%;
}
div.tx-smemployeelist-pi1 div.smTelephoneList table td.description {
}
div.tx-smemployeelist-pi1 div.smTelephoneList table th a {
	color: #fff;
}

/* links in the telephone list */
div.tx-smemployeelist-pi1 div.smTelephoneList a {
	color: #000;
	border: 0;
}
div.tx-smemployeelist-pi1 div.smTelephoneList a:hover {
	color: #036;
}

/* these are my classes for the employees' different priorities */
div.tx-smemployeelist-pi1 div.smTelephoneList .lowPriority {
	font-style: italic;
}
div.tx-smemployeelist-pi1 div.smTelephoneList .highPriority .name,
div.tx-smemployeelist-pi1 div.smTelephoneList .higherPriority .name,
div.tx-smemployeelist-pi1 div.smTelephoneList .highestPriority .name {
	font-weight: bold;
}

/* special styles for department list --------------------------------------- */
div.tx-smemployeelist-pi1 table.smDepartmentList tr {
	border-bottom: 5px solid #aaa;
}

/* these are my classes for the employees' different priorities */
div[class^="tx-smemployeelist"] table[class^="sm"] .lowPriority,
div.tx-smemployeelist-pi1 table.smDepartmentList .lowPriority {
	background: #c8daff;
}
div[class^="tx-smemployeelist"] table[class^="sm"] .highPriority,
div.tx-smemployeelist-pi1 table.smDepartmentList .highPriority {
	background: #ff9b9b;
}
div[class^="tx-smemployeelist"] table[class^="sm"] .higherPriority,
div.tx-smemployeelist-pi1 table.smDepartmentList .higherPriority {
	background: #fd5757;
}
div[class^="tx-smemployeelist"] table[class^="sm"] .highestPriority,
div.tx-smemployeelist-pi1 table.smDepartmentList .highestPriority {
	background: #ff2f2f;
}

/* styles for special content ----------------------------------------------- */
div.tx-smemployeelist-pi1 div.smEmployeeListCurrentBirthdays span.date,
div.tx-smemployeelist-pi1 div.smEmployeeListCurrentJubilees span.date {
	display: block;
	width: 100%;
	float: left;
}

/* styles for statistics page ----------------------------------------------- */
div.tx-smemployeelist-pi1 div.smStatistics dl dt {
	font-weight: bold;
	width: 100%;
	float: left;
}
div.tx-smemployeelist-pi1 div.smStatistics dl dd {}




.tx-smemployeelist-empImage IMG {
	display: none !important;
}
 
div.tx-smemployeelist-pi2 table ul {
		list-style: none;
		margin-left: 0;
}

.tx-smemployeelist-pi1 ul.alpha {
list-style-type:none;
display:block;
width:100%;
margin:0;
}

.tx-smemployeelist-pi1 ul.alpha li {
float:left;
padding: 0;
margin: 0 3px 10px 3px;
}

TABLE.smEmployeeList {
width:100%;

}

div.tx-smemployeelist-pi2 table td.adminOptions {
	text-align: center;
}

div.tx-smemployeelist-pi2 table input[type="submit"] {
	margin: 0.5em 0 0.5em 1.5em;
	padding: 0.2em;
	font-size: 80%;
	border: 1px solid #666;
}

div.tx-smemployeelist-pi2 div.Footer div.statistics {
	font-size: 80%;
	margin: 1em;
}

div.tx-smemployeelist-pi2 div.toSignup {
	text-align: center;
	font-size: 80%;
	margin: 2em 0 1em 0;
} 