@charset "utf-8";

/* Sessions */
#sessiontable, #sessiontable table {
	border-collapse: collapse;
	border-spacing: 0px;
}

#sessiontable {
    color: #a9a9a9;
    border: 2px solid #e3e2e2;
	background-color:#FFFFFF;
	font-size: 11px;
}

#sessiontable a {
    font-weight: bold;
}

#sessiontable th {
    font-weight: bold;
    color: #492144;
    background-color: #e3e2e2;
}

#sessiontable td {
	text-align:center;
}

.bcksessionheader {
	background-color: #e3e2e2;
}

.tdday {
	color:#000000;
	border-right: #e3e2e2 2px solid;
}

