#calendar a {
padding-left:.5em;
}

#calendar th {
text-align:left;
background-color:#4B6099;
color:#eec;
padding-left:5px;
}

#calendar td {
vertical-align:top;
}

.audio {
background-image:url(../images/Audio.gif);
padding-right:19px;
background-repeat:no-repeat;
background-position:right;
}

.video {
background:url(../images/Video.gif);
padding-right:19px;
background-repeat:no-repeat;
background-position:right;
}

ul {
margin:0;
padding:0;
}

ul.horizontal-list li {
float:left;
list-style:none;
margin:5px;
padding:5px 10px 5px 15px;
}
.tbl {
	border: 1px solid gray;
	border-collapse: collapse;
	width:98%;
}
.tbl td {
	border: 1px dotted #b3b3b3;
}
#tbl tr td {
	padding:8px 6px 8px 6px;
}
#tbl th {
	padding:3px 0 3px 0;
}
.tbl-header {
	background-color:#4b6099;
	font-weight:bold;
	color:#FFFFFF;

}