
body {font-family: arial, helvetica, sans-serif; background-color:silver;} 

a {color:#CB2323; text-decoration: none;}

p.logincaption {text-align: center; font-weight: bold; font-size: 2em}

p.loginmsg {text-align: center; font-weight: bold; font-size: 1.5em}



.client {position: absolute; left:5%; top: 10px; width: 90%; height: 92%; 
			color:#C00; background-color:white; 
			text-align:center;  
			text-decoration:none; font-weight:normal; 
			font-size:small}

.edit { 
    width: 80%;
    color:#C00; 
    background-color:whitesmoke;
    border: 1px solid red;
    text-align:center;  
    text-decoration:none; 
    font-size: 1em;
    font-weight:normal; 
}


fieldset {
    border: 2px solid red;
    width: 80%;
}

.beautiful-table {
    width: 80%;
    border: 1px solid black;
    border-collapse: collapse;
    margin: 0;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.beautiful-table th {
    border: 1px solid black;
    text-align:center;  
    font-weight: bold; 
    font-size: 1.2em;
    padding: 5;
    background-color:rgb(225, 225, 225);
}


.beautiful-table td {
    border: 1px solid black;
    text-align:left; 
    vertical-align: top;
    font-weight: normal; 
    background-color:white;
    padding: 0;
}

.beautiful-table td.grey {
    border: 1px solid black;
    text-align:right; 
    font-weight: bold; 
    background-color: rgb(225, 225, 225);
    padding: 0;
}

.navigation {
    border:none;
}

.navigation td {
    border:none;
}

.navigation th {
    border:none;
}

.cell-table {
    margin: 0; 
    width: 100%;
    border: none;
    border-collapse: collapse;
    background-color: rgb(225, 225, 225);
}

.cell-table th {
    border: none; 
    border-collapse: collapse;
    color:#C00; 
    text-align:right; 
    font-weight: bold; 
    font-size: 1em;
    padding-right: 10px;
    background-color: rgb(225, 225, 225);
}

.cell-table th.holiday {
    border: none; 
    border-collapse: collapse;
    color:#C00; 
    text-align:right; 
    font-weight: bold; 
    font-size: 1em;
    padding-right: 10px;
    background-color: rgb(225, 225, 225);
}

.cell-table td {
    color:#000; 
    border-top: 1px solid black;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-collapse: collapse;
    text-align:left; 
    font-weight: normal; 
    font-size: 1em;
    padding-left: 5px;
    margin: O;
    background-color: white;
}

.cell-table td.holiday {
    border: none; 
    text-align:center; 
    color:#C00; 
    font-weight: bold; 
    background-color: rgb(225, 225, 225);
    padding: 5px;
}

.planning {
    width: 80%;
    color: #C00;
    text-align:center; 
    background-color:whitesmoke;
    border: 1px solid black;
    border-collapse: collapse;
    font-family: sans-serif;
    
}


.planning th {
    border: 1px solid black;
    border-collapse: collapse;
    color: #C00;
    text-align:left;
    padding-left: 30px;
}

.planning td {
    border: 1px solid black;
    border-collapse: collapse;
    color: #000;
    text-align:left;
    padding-left: 30px;
}

.vacancies {
    width: 40%;
    border: 1px solid red;
    border-collapse: collapse;
    text-align:center;
}

.vacancies th  {
    border: 1px solid red;
    border-collapse: collapse;
    background-color:whitesmoke;
    font-weight: bold; 
    padding: 10px;
}

.vacancies td {
    border: 1px solid red;
    border-collapse: collapse;
    background-color:white;
    font-weight: normal; 
    padding: 10px;
}


.headPlanning  {
    width : 100%;
    color: #ffffcc;
    background-color: teal;
    
}

.headPlanMonth {
    font-size: 5em;
    text-align: left;
    padding-left: 100px;
}

.headPlanYear {
    font-size: 3em;
    text-align: right;
    padding-right: 100px;
}

.event {
    color:red; 
}









