/* 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 0px;
}

div#monthyearlistview 
{
	width:65%;
	padding-bottom:5px;
	text-align:center;
	float:left;
	clear:right;
}

.colorCodeLegend 
{
    background-color:#fff;
}

.colorCodeLegend .sectiontitle {
    padding-top:1px;
}

.filter_table_label{
	padding-right: 4px !important;
}


/*Color Filter Buttons */
.legend_btn a
{
    display: block;
    padding:3px;
    min-width:100px;
    width:100px;
    overflow:hidden;
    border: 2px solid #CCCCCC;
    color: #000000;
    font: bold 12px Arial !important;
}

.legend_btn .color_block
{
    float:left;
}


.legend_btn .text
{
    display: block;
    padding: 1px 0 0 20px;
}

.legend_btn_active a, a.legend_btn_active, .legend_btn_active div, .legend_btn_active a span, .legend_btn_active a:hover
{
    color:#fff;
    background:#666;
}

/* Filter Buttons */
.filter_btn_group {
    line-height:30px !important;
    clear:both;
}

.filter_btn {
    background-color:#efefef;
    margin-left: 2px;
    padding: 4px 8px;
    border: 1px solid #cccccc;
}

a.filter_btn {
    color: #333;
    font: bold 12px Arial;
}

a.filter_btn: hover {
    text-decoration: none;
}

.settings_msg {
    color: Green;
    font-weight:bold;
}

.activity_filter {
    width:51%;
    float: left;
    display:block;
}

.schedule_filter fieldset {
    margin-right: 5px;
    margin-top: 0px;
    padding: 5px;
}
