
a.calendar-cell{
	background-color: #FFFFFF;
	font-weight: bold;
}

.breadcrumbs,.crumbline{
	font-size: 9pt;
}
.calendar-bg{
	background-color: #001080;
	margin-left: 8px;
}
.calendar-table {
}
.calendar-cell{
	background-color: #FFFFFF;
}
.calendar-date{
	background-color: #FFFFFF;
	font-size: 90%;
}
.calendar-day{
	background-color: #FFFFFF;
	font-size: 80%;
	height: 5em;
	vertical-align: top;
}
.calendar-title {
	background-color: #FFFFFF;
	color: #001080;
	font-size: 8pt;
	text-decoration: none;
}

.folder{
	list-style-type: none;
	margin-left: 6px;
	padding-left: 6px;
}
.folder-dir{
	list-style-image: url(/includes/util/foldericon.gif);
	list-style-type: none;
}
.folder-file{
	list-style-image: url(/includes/util/preview.gif);
	list-style-position: outside;
	list-style-type: none;
}
.tableheader {
	background-color: White;
	color: #001080;
}

.calendar-head{
	background-color: White;
	font-size: 8pt;
	font-weight: normal;
	color: #001080;
}
#events h2 {
	font-size: 11pt;
}
.sidebar #events h2 {
	font-size: 10pt;
}

#main a.ext {
	background-image: url(/technology/images/external.gif);
	background-repeat: no-repeat;
	background-position: right;
        padding-right: 12px;
}


