<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* navigator */

.navigator_blue_main 
{
	xborder-left: 1px solid #A0A0A0;
	xborder-right: 1px solid #A0A0A0;
	xborder-bottom: 1px solid #A0A0A0;
    background-color: white;
    color: #000000;
}

.navigator_blue_month {
    font-family: Tahoma;
    font-size: 8pt;
    /*border: 1px solid black;*/
}
.navigator_blue_day {
    color: black;
    text-align: center;
    /*background-color: white;*/
}
.navigator_blue_weekend {
    background-color: #f0f0f0;
}
.navigator_blue_dayheader {
	text-align: center;
    color: black;
}

.navigator_blue_weeknumber {
	text-align: center;
}

.navigator_blue_line 
{
	xborder-bottom: 1px solid #A0A0A0;
}

.navigator_blue_dayother {
    color: gray;
}
.navigator_blue_todaybox
{
	border: 1px solid red;
}

.navigator_blue_select 
{
    background-color: #6b9cad;
    color: #fff;
}
.navigator_blue_title, .navigator_blue_titleleft, .navigator_blue_titleright {
	text-align: center;
    xborder-top: 1px solid #A0A0A0;
	color: #000;
	font-weight: bold;

}
.navigator_blue_busy {
	font-weight: bold;
}
</pre></body></html>