/* CSS Document */
.scheduletitlecolor {
	/*color: #5C5445;*/
	color:Black;
}

/*-------[ View Type ]-------*/
div#schedule div#viewtype {
	padding: 2px 10px 2px 2px;
	text-align: left;
	font-variant: small-caps;
	float:left;
	clear:right;
}
div#schedule div#viewtype a{
	color: #000000;	
	text-decoration: none;
}
div#schedule div#viewtype a:hover{
	color: #d6d4d0;	
	text-decoration: none;
}
div#schedule div#viewtype a#activeview {
	font-weight:bold;
}

a.highlighted
{
	font-weight:bold;
	font-size:11pt;
}

#filterset 
{
	float:right;	
	clear:both;
	width:100%;
}

/*-------[ Schedule List View ]-------*/
div#schedule {
	margin: 5px;

}
div#schedule table{
	border-collapse: collapse;
}
div#schedule tbody tr td{
	padding: 2px 4px;
}

div#monthyearlistview 
{
	width:65%;
	padding-bottom:5px;
	text-align:center;
	float:left;
	clear:right;
}

.colorCodeLegend 
{
    background-color:#DBE8F7;
    padding:5px;
}

