/* $Id: ubezwp_FWN.css 1004 2011-09-06 15:00:50Z johan $ */
/**
 ** stylesheet bezettingsgraad workstations studentenzalen
 **
 ** Johan Kelders, CIT RUG 2009
 **/

BODY {
    padding: 0;
    margin: 0;
    background: white;
    text-align: center;
    font-family: "Verdana", "Helvetica", sans-serif;
    font-size: 80%;
}

TH.titleDisplay {
    display: none;
    border: none;
}

TABLE {
    border-collapse: collapse;
}

TABLE.contentContainer {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

TABLE.contentContainer TD {
	text-align: left;
}

TABLE { text-align: left; }

#show {
	text-align: center;
	margin-top: 1em;
}

#show>CAPTION {
    font-weight: bold;
    border: none;
    background-color: transparent;
    color: black;
    text-align: left;
}

TR.hdr {
    background-color: #C00;
    color: white;
    border-top: 2px solid #7D7D7D;
    border-left: 1px solid #7D7D7D;
    border-right: 1px solid #7D7D7D;
    border-bottom: 2px solid #7D7D7D;
}

TR.hdrbot {
    border-top: none;
    border-left: 1px solid #7D7D7D;
    border-right: 1px solid #7D7D7D;
    border-bottom: 2px solid #7D7D7D;
}

TR.hdrmid {
    border-top: none;
    border-left: 1px solid #7D7D7D;
    border-right: 1px solid #7D7D7D;
    border-bottom: none;
}

TR.tot {
    border-top: 2px solid #7D7D7D;
    border-bottom: 2px solid #7D7D7D;
}

TR.lastmodified {
    color: #7D7D7D;
    font-size: 90%;
}

#show TR.hdrmid TD, #show TR.hdrbot TD {
    border: none;
}

#show TD {
    padding: 0.2em 0.8em 0.2em 0.8em;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #7D7D7D;
}

#show TH {
    padding: 0.2em 0.8em 0.2em 0.8em;
    text-align: center;
    font-weight: bold;
    background-color: #C00;
    color: white;
    border: none;
}

#show TD.avail {
    font-weight: bold;
}

#show TD.counts  {
    text-align: left;
    /*text-align: center;*/
}
#show TD.counts SPAN {
    display: inline-block;
    width: 48%;
    text-align: right;
}

#show TD.graph {
    text-align: left;
}

#show TD.roster {
    width: 24em;
    padding: 4px;
    font: 80% "Lucida Console", monospace;
    text-align: left;
    line-height: 150%;
}

#show TD IMG {
    height: 1em;
}

#show TD:first-child {
    text-align: left;
}

#show TD.highlighted {
    background-color: #DCDCDC;
    text-align: left;
}

DIV.legenda {
    width: 8em;
    border: 1px solid #7D7D7D;
    padding: 0.2em;
    text-align: left;
    margin-top: 1em;
    margin-bottom: 1em;
}

DIV.legenda IMG {
    width: 2em;
    height: 1em;
}

DIV.err {
    width: 36em;
    padding: 10px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #CC0000;
    font-weight: bold;
}

SPAN.vrij {
    background-color: transparent; /*#6F6;*/
    color: #050; /*black;*/
}

SPAN.bezet {
    background-color: transparent; /*#A00;*/
    color: #700; /*white;*/
}

STRONG {
    font-weight: bold;
}
