table#outsidetable {
border: 0px #FFFF00 solid;
padding: 5px;
margin: 5px;
text-align: center;
}

table#insidetable {
border: 1px #000 solid;
padding: 0px;
margin: 0px;
text-align: center;
}

table#insidetable td {
border: 1px #000 solid;
width: 50px;
text-align: center;
}


.header {
font-style: tahoma;
font-size: 14px;
background-color: #9E1F63;
color: white;
}


.days {
font-style: tahoma;
font-size: 10px;
font-weight: bold;
background-color: #AFAFAF;
}

table.avail {
width: 100%;
border: 0px;
padding: 0px;
margin: 0px;
}

table.avail td{
width: 100%;
border: 0px;
padding: 0px;
margin: 0px;
}

.date { 
}

.gavarnie { 
height: 10px;
background-color: green;
}
.pau { 
height: 8px;
background-color: orange;
}
.basque { 
height: 8px;
background-color: black;
}
.mauresque { 
height: 8px;
background-color: blue;
}
.paris { 
height: 8px;
background-color: purple;
}
.full { 
height: 10px;
background-color: red;
}

table.key td{
float:right;
border: 1px;
padding: 4px;
margin: 4px;
}

.key1 { 
height: 8px;
width: 50px;
background-color: red;
}
.key2 { 
height: 8px;
width: 50px;
background-color: orange;
}
.key3 { 
height: 8px;
width: 50px;
background-color: green;
}
.key4 { 
height: 8px;
width: 50px;
background-color: blue;
}
.key5 { 
height: 8px;
width: 50px;
background-color: purple;
}
.key6 { 
height: 8px;
width: 50px;
background-color: black;
}