/*
* Dialoge
*/
.openDialog {
    display: none;
    z-index: 20;
}

.openDialog:after {
    display: none;
    z-index: -2;
}

.openDialog:before {
    display: none;
    z-index: -1;
}

/*
Farbpalette
=============
*/
.hover {
    background-color: #8cf;
}

.imageLink.activated {
    background-color: #ffe4c4;
}

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #cacacf;
    background-color: #eaeaea;
    empty-cells: show;
    border-radius: 6px;
    margin: 10px 0 15px 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/* RESET END */

/* LAYOUT */
html{
    min-height: 100%;
}

body{
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1.2em;
    color: black;
    background-color: #fafaff;
    background-image:url(../images/body_bg.png);
    background-repeat: repeat-x;
}

#container
{
    margin: auto;
    width: auto; /*1000px;*/
    background-color: #fff;
    border-left: 1px solid #cacacf;
    border-right: 1px solid #cacacf;
    border-bottom: 1px solid #cacacf;
    padding-top: 30px;
}

#content
{
    width: auto; /*970px;*/
    /*float: left;*/
    margin: left;
    padding: 0px 15px 15px 15px;
}

#header
{
    margin-bottom: 30px;
}

#header img
{
    position: absolute;
    top: 30px;
    z-index: 1;
}

#navigation
{
    height: 66px;
    background-image: url(../images/menu_list.png);
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

#footer {
    color: #ddd;
    font-size: 0.8em;
    text-align: right;
    clear: both;
    display: block;
    margin-right: 5px;
    padding-top: 20px;
}

.mainBox
{
    width: 740px;
    float: left;
}

.mainBoxCalendar
{
    width: 800px;
    float: left;
}

.mainBoxLeft
{
    width: 740px;
    float: none;
}

.mainBoxSmall
{
    width: 600px;
    float: left;
}

.boxEmployees
{
    width: 1400px; /* 740px; */
    float: left;
}

.infoBox
{
    width: 200px;
    float: right;
}

.clearBoth
{
    clear: both;
}

.pageBreak{
    display: none;
    page-break-before: always;
}

/* LAYOUT END */

/* MENU */
#menuInformation
{
    background-image: url(../images/menu_information.png);
    background-position: 35px 5px;
    width: 100px;
}

li.active #menuInformation
{
    background-position: 35px -59px;
}

#menuInformation:hover
{
    background-position: 35px -59px;
}

#menuAbsenteeism
{
    background-image: url(../images/menu_calendar.png);
    background-position: 50px 6px;
    width: 130px;
}

li.active #menuAbsenteeism
{
    background-position: 50px -58px;
}

#menuAbsenteeism:hover
{
    background-position: 50px -58px;
}

#menuEducation
{
    background-image: url(../images/menu_education.png);
    background-position: 40px 5px;
    width: 110px;
}

li.active #menuEducation
{
    background-position: 40px -59px;
}

#menuEducation:hover
{
    background-position: 40px -59px;
}

#menuReminder
{
    background-image: url(../images/menu_reminder.png);
    background-position: 35px 5px;
    width: 100px;
}

li.active #menuReminder
{
    background-position: 35px -59px;
}

#menuReminder:hover
{
    background-position: 35px -59px;
}

#menuUserdata
{
    background-image: url(../images/menu_userdata.png);
    background-position: 35px 6px;
    width: 100px;
}

li.active #menuUserdata
{
    background-position: 35px -58px;
}

#menuUserdata:hover
{
    background-position: 35px -58px;
}

#menuSettings
{
    background-image: url(../images/menu_settings.png);
    background-position: 35px 6px;
    width: 100px;
}

li.active #menuSettings
{
    background-position: 35px -58px;
}

#menuSettings:hover
{
    background-position: 35px -58px;
}

#menuCandidate
{
    background-image: url(../images/menu_candidate.png);
    background-position: 35px 6px;
    width: 100px;
}

li.active #menuCandidate
{
    background-position: 35px -58px;
}

#menuCandidate:hover
{
    background-position: 35px -58px;
}

#menuLogout
{
    padding: 0px 5px;
    border-left: 1px solid #EAEAEA;
    border-right: 0 !important;
    float: left; /*right !important;*/
}

#menuLogout a
{
    background-image: url(../images/menu_logout.png);
    background-position: 35px 6px;
    width: 100px;
}

#menuLogout a:hover
{
    background-position: 35px -58px;
}

#navigation ul
{
    color: #000;
}

#navigation ul.menu
{
    width: 100%;
    list-style-type: none;
}

#navigation li
{
    float: left;
    padding: 0 5px 0 5px;
    border-right: 1px solid #EAEAEA;
    background-image: url(../images/menu_list.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

#navigation li:hover
{
    background-position: 0px -66px;
}

#navigation li.active
{
    background-position: 0px -132px;
    border-bottom: 1px solid #d4eae9;
}

#navigation li.active:hover
{
    background-position: 0px -66px;
}

/* Menu END */


/* LINK Definitions */
#footer a{
    color: #bbb;
}

a
{
    color: #000;
}

#navigation a
{
    text-align: center;	
    text-decoration: none;
    background-repeat: no-repeat;
    height: 18px;
    padding-top: 48px;
    display: block;
    font-weight: bold;
}

#navigation a:hover
{
    text-decoration: underline;
}

/* subNavigation wird nicht als ID herangezogen bzgl. Wertigkeitsproblemen*/
.subNavigation
{
    height: 5px;
    padding: 0px 15px 0px 15px;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
    background-image: url(../images/subNavigation_list.png);
}

.subNavigation a, .subNavigation form, .subNavigation div.form
{
    color: #555;
    text-decoration: none;
    background-image: url('../images/subMenuLeft.png');
    display: block;	
    height: 22px;
    padding: 5px 0px 0px 7px;	
}

.subNavigation form input{
    margin-top: -5px;
}

.subNavigation a:hover
{
    color: #000;
    text-decoration: underline;
}

.subNavigation li
{
    float: left;
    margin: 5px 20px 0px 0px;
    padding-right: 7px; /* Platz f�r background-image */
    background-image: url('../images/subMenuRight.png');
    background-position: right;
    background-repeat: no-repeat;	
}

#subNavEmployeeSearch{
    float: right;
    margin-right: 0px;
}

#absFormPanel{
    width: 495px;
}

#dayCount{
    margin-left: 10px;
}

#halfDayPanel{
    float: right;
    width: 199px;
    height: 290px;
    border-left: 1px solid #cacacf;
}

#chooseHalfDays{
    padding: 2px;
}

#halfDayList{
    height: 250px;
    width: 180px;
}

hr.newWeek{
    float: left;
    width: 160px;
    margin: 3px 0px 0px 10px;
    color: #aaa;
    display: block;
}

span.newWeek{
    float: right;
    font-size: 9px;
    color: #888;
    height: 12px;
    margin-top: -3px;
    display: block;
}

a.imageLink img
{
    padding-right: 6px;
}

div.imageLink img
{
    padding-right: 6px;
}

.optionBar a
{
    text-decoration: none;  
}

.optionBar a:hover
{
    text-decoration: underline;  
}
/* LINK Definitions END */

/* HEADS */
#header h1 {
    font-size: 2em;
    color: #D3D9CC;
    text-align: right;
    height: 45px;
    padding:  15px 15px 0 0;
    /* background-color: #003877; */
}

#header h1 span
{
    font-weight: bold;
}
/* wird derzeit nicht verwendet 
h2
{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
}*/

h3
{
    font-weight: bold;
    margin-bottom: 10px;
    padding: 2px;
}

h3.reminder
{
    padding: 7px;
    color: #000;
    margin-bottom: 1px;
    cursor: pointer;
    background-color: #e7e7ef;
    background-repeat: repeat-x;
    background-position: left top;
    border-radius: 6px;
}

h3.reminder span{
    padding-left: 20px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url('../images/accordion.png');
}

h3.toggleActive span{
    background-position: left bottom;
}
/*
h3.std
{
  background-image: url('../images/reminder_bg.png');
}*/

h3.dis
{
    background: #b2eadc;
}

h3.toggleActive
{
    background-color: #b2dcea;
    border-left: 1px solid #bbb;	
    border-top: 1px solid #bbb;	
    border-right: 1px solid #bbb;	
    border-radius: 6px 6px 0 0;
    margin: 0;
}

/* HEAD END */

legend
{
    font-weight: bold;
    vertical-align:top;
    padding-bottom: 20px;
    display: block;
}

form span.help
{
    font-size: 0.8em;
    color: #aaa;
    display: block;
    margin-left: 160px;
}

dt
{
    font-weight: bold;
    float: left;
    clear: left;
    padding-right: 10px;
}

tbody tr
{
    background: #fafaff;
    background: linear-gradient(top, #f7f7fa 0%, #fcfcff 40%);	
    background: -moz-linear-gradient(top, #f7f7fa 0%, #fcfcff 40%);	
    background: -webkit-linear-gradient(top, #f7f7fa 0%, #fcfcff 40%);	
    background: -o-linear-gradient(top, #f7f7fa 0%, #fcfcff 40%);	
    background: -ms-linear-gradient(top, #f7f7fa 0%, #fcfcff 40%);	
}

table table {
    background-color: #efefff;
    border: 1px solid #cacacf;
    border-radius: 6px;
    padding: 5px;
    margin: 5px;
    width: 98%;
}

table.highlightTable table td {
    border: none;
    padding: 3px 0px 3px 3px;	
}

table table th {
    background-image: none;
    padding-top: 12px; 
}

table table tr
{
    background: #efefff;
}

table table tr.highlighted
{
    background-image: none;
}


/* Star-Rating von http://www.pmob.co.uk/temp/star-rating.htm */
.rating{
    background: url("../images/rating.png") no-repeat scroll 0 0 transparent;
    clear: both;
    height: 12px;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 60px;
}
.avgrating{
    background: url("../images/rating.png") no-repeat scroll 0 0 transparent;
    clear: both;
    height: 12px;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 60px;
}
.nostar {
    background-position: 0 0;
}
.onestar {
    background-position: 0 -12px;
}
.twostar {
    background-position: 0 -24px;
}
.threestar {
    background-position: 0 -36px;
}
.fourstar {
    background-position: 0 -48px;
}
.fivestar {
    background-position: 0 -60px;
}
ul.rating li {
    cursor: pointer;
    float: left;
    text-indent: -999em;
}
ul.rating li a {
    height: 12px;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 12px;
    z-index: 200;
}
ul.rating li.one a {
    left: 0;
}
ul.rating li.two a {
    left: 12px;
}
ul.rating li.three a {
    left: 24px;
}
ul.rating li.four a {
    left: 32px;
}
ul.rating li.five a {
    left: 48px;
}
ul.rating li a:hover {
    background: url("../images/rating.png") no-repeat scroll 0 0 transparent;
    height: 12px;
    left: 0;
    overflow: hidden;
    width: 60px;
    z-index: 2;
}
ul.rating li.one a:hover {
    background-position: 0 -72px;
}
ul.rating li.two a:hover {
    background-position: 0 -84px;
}
ul.rating li.three a:hover {
    background-position: 0 -96px;
}
ul.rating li.four a:hover {
    background-position: 0 -108px;
}
ul.rating li.five a:hover {
    background-position: 0 -120px;
}

/* Star-Rating Ende */

li
{
    list-style-position: inside;
}


fieldset
{
    margin-top: 55px;
    border: 0px;
    display: block;
}

fieldset h3
{
    color: #555;
    clear: both;
}

legend span
{
    border-bottom: 1px solid #cacacf;
    padding-right: 50px;
    font-size: 1.1em;
}

legend span.selectedEmployee
{
    color: #ff5737;	
}

legend img
{
    margin-right: 10px;
    vertical-align: bottom;
    padding: 0 0 1px 0;
}

tr.candidateDetails
{

}

div.reminderDetails
{
    padding: 3px;
    background-color: #f7f7fa;
    border-left: 1px solid #cacacf;	
    border-right: 1px solid #cacacf;	
    border-bottom: 1px solid #cacacf;	
    border-radius: 0 0 6px 6px;
    margin-bottom: 1px;
    overflow: auto;  /* schließt die optionBar (float-basiert) für die Höhenkalkulation mit ein */
}

div.optionBar
{
    float: right;
    width: 25%;
}

div.optionBar a
{
    padding: 2px;
    margin: 0 0 2px 0;
    display: block;
    border: 1px solid #bbb;
    border-radius: 6px;
    background: #ddd;
}

div.optionBar div
{
    padding: 2px;
    margin: 0 0 2px 0;
    display: block;
    border: 1px solid #bbb;
    border-radius: 6px;
    background: #ddd;
}

div.optionBar a:hover{
    background: #e7e7ef;
    text-decoration: none;
}

div.optionBar div:hover{
    background: #e7e7ef;
    text-decoration: none;
}

div.windowContent div.optionBar a,
div.windowContent div.optionBar a:hover{
    background: transparent;
    border: 0px;
}

div.windowContent div.optionBar div,
div.windowContent div.optionBar div:hover{
    background: transparent;
    border: 0px;
}

/* horizontales ScrollPanel */
div.hScrollPanel {
    position: relative;
    overflow: auto;	
    overflow-y: hidden;
}

/* vertikales ScrollPanel */
div.vScrollPanel {
    position: relative;
    overflow: auto;	
    overflow-x: hidden;
}

.infoMessage
{
    background-color: #ffffaa;
    border: 1px solid #dddd88;
    margin: 15px 0px;
    padding: 3px;
}

.errorMessage
{
    background-color: #ffaaaa;
    border: 1px solid #dd8888;
    margin: 15px 0px;
    padding: 3px;
}

.positive
{
    background: #dfd;
}

.negative
{
    background: #fdd;
}

img.overlay
{
    z-index: 10;
    left: -16px;
    position: relative;
}

div.cancelApplication
{
    background-color: #fdd;
}

p
{
    margin: 6px 0 12px 0;
}

dl
{
    line-height: 1.4em;
    margin: 0 0 15px 0;
    width: 75%;
    min-width: 120px;
    float: left;   /* Verhindert ein Flackern beim Akkordion-Effekt */
}

.infoBox dl{
    width: 100%;
}

dd
{
    padding-left: 150px;
}

.infoBox dd
{
    float: right;
    clear: right;
    padding-left: 5px;
}

.validFrom
{
    font-weight: bold;
}

/* FORMS */

div.verticalFormBlock
{
    width: 49%;
    float: left;
}

form div.inputField
{
    padding: 2px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

form div.inputField label
{
    width: 150px;
    float: left;
    padding-top: 3px;
}

form div.longLabeledField label
{
    width: 250px;
    float: left;
}

input,
textarea,
select
{
    margin-left: 10px;
    border: 1px inset #cacacf;
    background-color: #f7f7fa;
    border-radius: 4px;
    padding: 3px;
}

input.submit
{
    margin: 5px 0 0 160px;
}

button.submit
{
    margin: 5px 0 0 160px;
}

input[type=submit],
input[type=button],
input[type=reset]{
    border: 1px solid #aaa;
    background-color: #ddd;	
    min-width: 100px;	
}

input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover{
    border: 1px solid #bbb;
    background-color: #e7e7ef;	
}

/* IE surrounds checkboxes and radios with the above border and background definitions */
input[type=checkbox],
input[type=radio]{
    border: 0px;
    background-color: #fff;
}

input.employeeSearch{
    padding: 0px 2px;
}

label.checkList
{
    width: 250px;
    height: 19px;
    float: left;
    display: block;
}

div.error_list
{
    margin-left: 160px;
    color: #f55;
    font-weight: bold;
}

ul.error_list
{
    margin-left: 160px;
    color: #f55;
    font-weight: bold;
}

.error{
    color: #f55;
    font-weight: bold;
}

option.newOption
{
    background-color: #ffffaa;
}

input.datepicker
{
    border: 1px inset #cacacf;
    background-image: url('../images/datepicker.png');
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 4px;
}
/* FORMS END */

*.changeYear
{
    width: 740px;
    float: none; /*left;*/
    margin: 45px 0 -10px 0;
    text-align: center;
}

span.changeYear
{
    margin: 5px 2px;	
    text-align: left;	
}

.changeYear span,
.changeYear p 
{
    font-weight: bold;
}

.changeYear a
{
    margin: 0 10px;
}

*.changeYear .selectedYear
{
    background-color: #d4eae9;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 0 6px;
    margin: 0 10px;
}

img.persImage
{
    border: 1px solid #eee;
    margin-bottom: 10px;
    float: left;
    max-width: 150px;
}

img.photo
{
    width: 24%;
    float: right;
}

img.persIconList
{
    margin: 5px;
    display: block;
}

img.imageBorder
{
    border: 1px solid #eee;
}



table th
{
    vertical-align: middle;
    border-bottom: 1px solid #aaa;
    height: 20px;
    padding: 10px 2px;
    font-weight: bold;	
}

table thead
{
    background: #efefff;
    background: linear-gradient(top, #efefff 75%, #d4d4d8 100%);	
    background: -o-linear-gradient(top, #efefff 75%, #d4d4d8 100%);	
    background: -ms-linear-gradient(top, #efefff 75%, #d4d4d8 100%);	
    background: -moz-linear-gradient(top, #efefff 75%, #d4d4d8 100%);	
    background: -webkit-linear-gradient(top, #efefff 75%, #d4d4d8 100%);	
}

table.highlightTable td
{
    padding: 6px 2px;	
    border-bottom: 1px solid #eee;
}

tr.rowColor1
{
    background: #FcFcFf;
    background: linear-gradient(center top , #F7F7FA 0%, #FCFCFF 40%);	
    background: -o-linear-gradient(center top , #F7F7FA 0%, #FCFCFF 40%);	
    background: -ms-linear-gradient(center top , #F7F7FA 0%, #FCFCFF 40%);	
    background: -moz-linear-gradient(center top , #F7F7FA 0%, #FCFCFF 40%);	
    background: -webkit-linear-gradient(center top , #F7F7FA 0%, #FCFCFF 40%);	
}

tr.rowColor2
{
    background: #F0F0F7;
    background: linear-gradient(center top , #F0F0F7 0%, #FCFCFF 50%, #F0F0F7 100%);	
    background: -o-linear-gradient(center top , #F0F0F7 0%, #FCFCFF 50%, #F0F0F7 100%);	
    background: -ms-linear-gradient(center top , #F0F0F7 0%, #FCFCFF 50%, #F0F0F7 100%);	
    background: -moz-linear-gradient(center top , #F0F0F7 0%, #FCFCFF 50%, #F0F0F7 100%);	
    background: -webkit-linear-gradient(center top , #F0F0F7 0%, #FCFCFF 50%, #F0F0F7 100%);	
}

.calendarInfoBox
{
    position: absolute;
    z-index: 1000;
    border: 1px solid #888;
    display: inline;
    padding: 3px;
    background-color: #ddd;
    opacity: .92;
    background-repeat: no-repeat;
    line-height: 1.3em;
    box-shadow: 5px 5px 5px #555;
}

.calendarInfoBox h4
{
    margin: 0px;
    padding: 1px;
    background-color: #555;
    color: #fff;
    font-weight: bold;
}

tbody tr.toggleActive{
    background: #b2dcea;
}


table tr.highlighted
{
    background-image: url(../images/rowHighlighted.png);
}

tbody.bigRows td
{
    height: 58px;
    vertical-align: middle;
}

tbody.bigRows tr.highlighted
{
    background-image: url(../images/bigRowHighlighted.png);
}

.marginTop
{
    margin-top: 20px;
    display: block;	
}

.alignRight
{
    text-align: right;
}

.cursorPointer{
    cursor: pointer;
}

.linkButton
{
    clear: left;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 10px;
}

.linkButton2
{
    text-decoration: underline;
    cursor: pointer;
    padding-left: 10px;
    float: left;
}

.keepInformed {
}

.foldedButton
{
    clear: both;
    padding: 15px 0 5px 3px;
}

.foldedButton span
{
    padding-left: 22px;
    background: url(../images/toggleContent.png) no-repeat top left;
    text-decoration: underline;
    cursor: pointer;
}

/* Auto-Completion */
div.auto_complete {
    z-index: 100;
    width:300px;
    display: block;
}
div.auto_complete ul {
    list-style-type:none;
    width:300px;
    float: left;
    display: block;
    border:1px solid #888;
    background-color: #fff;
}
div.auto_complete ul li.selected {
    background-image: url(../images/rowHighlighted.png);
    background-repeat: repeat-x;
}

div.auto_complete ul li {
    padding: 2px 3px;
    width: 294px;
    cursor:pointer;
    background-image: none;
}

#searchRequest_auto_complete{
    top: 29px !important;
    left: 1279px !important; /*579px !important;*/
}

/* PossAjaxWindow */
div.windowContainer
{
    position: absolute;
    border: 1px solid #aaa;
    background-color: #fff;
    box-shadow: 5px 5px 5px #888;
}

div.windowTitleBar
{
    background-image: url(../images/windowTitleBar.png);
    background-repeat: repeat-x;
    background-color: #2d2d2d;
    padding: 3px 2px;
    font-weight: bold;
    color: #fff;
    cursor: move;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

div.windowActive
{
    border: 1px solid #000;
}

div.windowControls
{
    position: absolute;
    right: 0px;
    top: 2px;
    width: 80px;
}

div.windowControls div
{
    float: right;
    cursor: pointer;
    margin: 0px 5px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

div.windowClose
{
    background-image: url(../images/windowClose.png);
}

div.windowMaximize
{
    background-image: url(../images/windowMaximize.png);
}

div.windowMinimize
{
    background-image: url(../images/windowMinimize.png);
}

div.windowControls div:hover
{
    background-position: 0px -16px;
}

div.windowContent
{
    border-top: 1px solid #000;
    padding: 1px;
}

div.centerDialog
{
    text-align: center;
    padding: 20px 1px !important;
}

div.windowDialog
{
    padding: 5px 1px;
}

div.windowButtonBar
{
    padding: 6px;
    text-align: center;
    border-top: 1px solid #eee;
}

div.windowButtonBar input
{
    padding: 0px 10px;
    margin: 0px 10px;
}

/* microformats */
.tel .type
{
    display: none;
}

/* absenteeism calendar */
table.absCalendar
{
    table-layout: fixed;
}

table.absCalendar .highlighted
{
    background-color: #f5ffff;
    border: 1px solid #8cf;
    padding: 0px 1px 0px 1px;
}

table.absCalendar tr.furtherInfo td
{
    background-color: #eee;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

table.absCalendar td
{
    padding: 1px 0px 0px 1px;
    border: 0px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 20px;
    width: 18px;
}

table.absCalendar td div
{
    position: relative;
}

table.absCalendar td div img
{
    position: absolute;
}

table.absCalendar td div img.rect
{
    top: -16px;
    left: -1px;
}

table.absCalendar td div img.bcircle
{
    top: -11px;
    left: -1px;
}

table.absCalendar td div img.scircle
{
    top: -11px;
    left: -1px;
}

table.absCalendar td div img.lastYear
{
    right: -1px;
    bottom: -3px;
}

table.absCalendar td div img.nextYear
{
    right: -1px;
    bottom: -3px;
}

table.absCalendar td.saturday
{
    background-image: url('../images/absenteeism/fix/saturday.png');
    background-repeat: no-repeat;
}

table.absCalendar td.sunday
{
    background-image: url('../images/absenteeism/fix/sunday.png');
    background-repeat: no-repeat;
}

table.absCalendar td.holiday
{
    background-image: url('../images/absenteeism/fix/holiday.png');
    background-repeat: no-repeat;
}

table.absCalendar td.noDay
{
    background-image: url(../images/noDay.png);
}

table.absCalendar th
{
    text-align: center;
    padding: 2px;
}

table.absCalendar tr.monthDays th
{
    font-weight: normal;
    font-size: 0.9em;
}

table.absCalendar .month, table.absCalendar tr.furtherInfo td.month
{
    border-right: 1px solid #aaa;
    padding-right: 0px;
    width: 78px;
}

table.absCalendar th.monthCalculation
{
    text-align: center;
}

table.absCalendar .monthCalculation
{
    border-left: 1px solid #cacacf;
    padding-left: 0px;
    text-align: right;
    width: 25px;
}

table.absCalendarEmployeeList
{
    width: 150px;
    float: left;
}

table.absCalendarEmployeeList td{
    white-space: nowrap;
    width: 100%;
}

table.absMultiCalendar
{
    float: left;
}

table.absMultiCalendar th
{
    text-align: left;
}

table.absMultiCalendar td.beginningMonth, th.beginningMonth
{
    border-left: 1px solid #aaa;
}

ul.calendarLegend li
{
    float: left;
    margin-right: 35px;
}

.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #0060DF;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#multiCalendarSet {
    margin: 0;
    padding: 0.4em;
    border: 1px solid #ccc;
}

#multiCalendarSet legend {
  display: block;
  padding-left: 2px;
  padding-right: 2px;
}

