/* Starter style */

.contentStarter {
	/*position:absolute;*/
	position:relative;
	top:40px;
	width:700px;
}
.eventlineBody {
 	/*position:absolute;*/
	position:relative;
	top:0px;
	width:698px;
	border-top:1px solid #cc9900;
}

.eventlinePos {
        position:absolute;

  	border-left:1px solid #cc9900;
	padding-left:5px;
}

.eventTblH {
        border-bottom:1px solid #e3e3e3;
        font-weight:bold;
}

.eventTblB {
        border-bottom:1px solid #e3e3e3;
}

.eventTblTrBOver {
        border-bottom:1px solid #e3e3e3;
	background-color: #d4cbaf;
}


.eventTblTrBOut {
	border-bottom:1px solid #e3e3e3;
}


.eventTblFlag {
	width:30px;
	height:15px;
}


