/* alle edities */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
	font-size: 62.5%;
	color: black;
	cursor: default;
	background-color: white;
}
td.agenda {
    margin: 0px;
    background-color: #ffffff;
    z-index: 20;
}
td.tabs {
    z-index: 21;
}
div.tab, div.tabe, div.tabee, div.tabi {
    position: relative;
    left: -1px;
    z-index: 10;
    width: 90px;
    height: 35px;
    background-color: #cccccc;
    color: black;
    font-size: 0.9em;
    margin: 5px 0 5px 0;
    cursor: pointer;
    text-align: center;
    border: 1px solid #999999;
}
div.tabe, div.tabee {
    background-color: #bbbbbb;
}
div.tabee {
    padding-top: 10px;
}
div.tab:hover, div.tabe:hover, div.tabee:hover {
    background-color: #777777;
    color: white;
    border: 1px solid #777777;
    width: 99px;
}
div.tabi {
    background-color: #ffffff;
}
div.tabi:hover {
    width: 99px;
}
div.tabactive {
    z-index: 30;
    background-color: white;
    color: black;
    width: 99px;
    left: -2px;
    font-weight: bold;
}
div.tabeactive {
    z-index: 30;
    width: 99px;
    color: white;
    left: -2px;
    font-weight: bold;
}
div.tekst {
    background-color: white;
    width: 162px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 1.1em;
    text-align: justify;
}
td.leeg {
}
tr.optreden {
    background-repeat: repeat-x;
}
td.nummer {
    font-size: 1.4em;
    text-align: right;
    width: 25px;
}
td.cafenaam {
    font-size: 1.4em;
    font-weight: bold;
    width: 335px;
}

td.tijd {
    width: 40px;
    font-size: 1.4em;
}
td.bandnaam {
    font-size: 1.4em;
    font-weight: bold;
    width: 291px;
}
td.adres {
    font-style: italic;
}
td.opmerking {
}
td.tagline {
}
td.cafelinks {
}
td.bandlinks {
}
.sponsor img {
    border: 1px solid black;
}

#koptekst{
    position: relative;
    top: -80px;
    left: 120px;
}
#editie {
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: 45px;
    color: white;
}
#datum {
    position: absolute;
    top: -15px;
    left: 675px;
    font-size: 18px;
    color: white;
    text-align: left;
}
div.sorteren {
    margin-top: 5px;
}
td.dag {
    font-size: 22px;
    text-indent: 10px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
}
div.twtr-ft {
	display: none;
}
div.twitter {
    width: 172px;
}
.twtr-bd {
    padding: 0;
}
.twtr-widget .twtr-tweet-wrap {
    padding: 4px 4px;
}
div.tab, div.tabe, div.tabee, div.tabi {
	border-top-right-radius: 5px;   
	border-bottom-right-radius: 5px;   
	webkit-border-top-right-radius: 5px;   
	webkit-border-bottom-right-radius: 5px;   
	-moz-border-radius-topright: 5px;   
	-moz-border-radius-bottomright: 5px;   
}
