/*************************************
* CALENDAR STYLE
*************************************/
/* Tittel på overskrifter (tid,aktivitet etc. i dag og ukevisning) */
.calfontlistheading
{
	letter-spacing:1px;
	font-size:8pt;
	font-weight:400;
	border-top:2px dashed #D6E03E;
	border-bottom:2px dashed #D6E03E;
	padding:3px;
	text-decoration:none;
	background-color:#D6E03E;
}

/* Innhold i SEARCH_COLOR_1 på dag og ukevisning */
.calfontlisttxt
{
	letter-spacing:1px;
	font-size:8pt;
	font-weight:400;
	border-bottom:1px dashed #B8C133;
	padding:3px;
	text-decoration:none;
}

/* Link til global aktivitet */
a.calfontlist
{
	letter-spacing:1px;
	color:blue;
	font-size:8pt;
	font-weight:700;
	text-decoration:none;
}

a:hover.calfontlist
{
	letter-spacing:1px;
	color:blue;
	font-size:8pt;
	font-weight:700;
	text-decoration:underline;
}

/* Link til privat aktivitet */
a.calfontlistpersonal
{
	letter-spacing:1px;
	font-size:8pt;
	color:red;
	font-weight:700;
	text-decoration:none;
}

a:hover.calfontlistpersonal
{
	letter-spacing:1px;
	font-size:8pt;
	color:red;
	font-weight:700;
	text-decoration:underline;
}

/* Datovisning i topp */
.calfontasked
{
	letter-spacing:2px;
	font-size:8pt;
	font-weight:700;
	text-decoration:none;
}

/* Farge for visning av personlig kalender (BOX) */
TD.calpersonal
{
	font-size:8pt;
	font-weight:400;
	background-color:red;
}

/* Farge for visning av global kalender (BOX) */
TD.calglobal
{
	font-size:8pt;
	font-weight:400;
	background-color:blue;
}

/* Tabell kalender visning */
TABLE.minicalendarTable
{
	background-color:#fff;
	border:1px solid #f1f1f1;
	padding:0;
	width:100%;
}

/* standard top color of top cell and standard height of top cell */
TD.minicaltdtopheight
{
	background-color:#fff;
	height:20px;
}

a.minicalfontcontent
{
	letter-spacing:0;
	font-size:7pt;
	font-weight:400;
	text-decoration:none;
}

a:hover.minicalfontcontent
{
	letter-spacing:0;
	font-size:7pt;
	font-weight:400;
	text-decoration:underline;
}

/* Datovisning i topp i kalendervisning*/
.minicalfontasked
{
	letter-spacing:0;
	font-size:10pt;
	font-weight:700;
	text-decoration:none;
}

/* standard height of weekday-cell */
TD.minicaltddayheight
{
	font-size:7pt;
	font-weight:400;
	height:20px;
}

/* Overskrift for søndag (font etc.) */
TD.minicalsundaytopclr
{
	font-size:8pt;
	font-weight:400;
	height:20px;
	background-color:#BBB;
}

/* Overskrift for ukedager (font etc.) */
TD.minicalweekdaytopclr
{
	font-size:8pt;
	font-weight:700;
	height:20px;
	background-color:#e6e6e6;
}

/* Tomme felt på søndager */
TD.minicalsundayemptyclr
{
	font-size:8pt;
	font-weight:700;
	height:20px;
/* standard height of day-cell */
	background-color:#FFF;
/* color of sunday that isn't in month */
}

/* Tomme felt på ukedager */
TD.miniminicalweekdayemptyclr
{
	font-size:8pt;
	font-weight:400;
	height:20px;
/* standard height of day-cell */
	background-color:#FFF;
/* color empty */
}

/* Felt på dagen idag */
TD.minicaltodayclr
{
	font-size:8pt;
	font-weight:400;
	height:20px;
/* standard height of day-cell */
	background-color:#D6DDF8;
/* color today */
}

/* Aktive dager med aktiviteter */
TD.minicalweekdayeventclr
{
	font-size:8pt;
	font-weight:400;
	height:20px;
/* standard height of day-cell */
	background-color:#D6E03E;
}

/* Felt på søndager som treffer på dato */
TD.minicalsundayclr
{
	font-size:8pt;
	font-weight:400;
	height:20px;
/* standard height of day-cell */
	background-color:#BBB;
/* color calendarsunday */
}

/* Felt på ukedager som treffer på dato */
TD.minicalweekdayclr
{
	font-size:8pt;
	font-weight:400;
	height:20px;
/* standard height of day-cell */
	background-color:#EEF0F0;
/* color calendarweekday */
}