/* SKIN CSS */ 

/* Overskrift style. Used on front page */ 
.green {
	color: #FF0000; /* #85A123;*/
}

/* Color of the active Tab text */
.yui-navset .yui-nav .selected a {
	color:#FF0000; 
}

/* Color of active link in (personer/tid/opgaver) */
div#scheme a.activeViewType {
	color: #FF0000; /* green #85A123; */
} 

/* Color of the active group-tag */
#menu a:link.active, #menu a:visited.active {
	color : #FF0000; /* green #85A123; */
}

/* Color of the day-bar in the planner */
#weekdays {
	background-color: #FF0000; /* green #85A123; */
}

/* style of the bar in the bottom of header */
div.blackBar {
	height:1px;
	background-color:  #D9D9D9;
}

/* color of the attention-day in callendar */ 
td.toolboxCal_primary {
   	color: #f00; 
}
