.titleblock {
	float: left; 
	width: 20em;
	}
.conf .date {
    font-size: 0.6em;
}
.conf .title {
    font-weight: bold;
}
.yearspan, .datemarker, .monthmarker, .confmarker {
    height:2em;
    display:block;
    position:absolute;
    y:0px;
}
.confmarker {
    background:#fc0;
    border-left: 1px solid #c40;
    border-right: 1px solid #c40;
}
.yearspan {
    width:600px;
    border:1px solid black;
    float:left;
    position:relative;
}
.datemarker {
    width:6px;
    background: rgba(255,0,0,0.125);
    border-left: 1px solid #f00;
}
.monthmarker {
    width:1px;
    background:none;
    border-left: 1px solid #ccc;
//    height:3.8em;
    font-size: 0.5em;
    padding-left: 3px;
    padding-top: 3px;
    margin-bottom: -3px;
    }
.monthmarker.newyear {
    border-left: 2px solid #888;
}
