/***************************************************************************
'* Copyright Data Ductus Nord AB
'* Torget 6
'* 931 31 SKELLEFTEA
'* SWEDEN
'* http://www.dataductus.se
'*
'* The copyright to the computer program(s) herein is the property
'* of Data Ductus Nord AB, Sweden.
'* The program(s) may be used and/or copied only with the written
'* permission of Data Ductus Nord AB or in accordance with terms
'* and conditions stipulated in the agreement/contract under which the
'* program(s) have been supplied.
'*
'* Description:
'* 
'*
'* $RCSfile: minicalendar.css,v $
'* $Revision: 1.3 $
'* $Date: 2004/11/08 12:29:50 $
'* $State: Exp $
'*
'* $Author: ddsktan $
'* $Locker:  $
'* $Source: /home/cvs/dd_asp_platform/platform_offline/config/CSS/swe/minicalendar.css,v $
'*/


/* empty */
.calendarContent_r1
{
	height : 1px; /* 13px; */
	width : 175px;   /* 205px; */
}
	
/* month */
.calendarContent_r2
{
	height : 10px;
	width : 175px;
}	
	
/* empty */
.calendarContent_r3
{
	height : 1px; /* 15px; */
	width : 175px;
}

/* 35 day data */
.calendarContent_r4
{
	height : 76px;
	width : 175px;
}

/* empty */
.calendarContent_r5
{
	height : 1px;
	width : 175px;
}

/* This day data */
.calendarContent_r6
{
	height : 10px;
	text-align : center;
	width : 175px;
}	
	
/* Days of current Month */
.calendarDayActive
{
	Color : #336699;
	Font-Family : verdana,arial,geneva,helvetica,sans-serif;
	Font-Size : 9px;
	Letter-Spacing : 0px;
	Line-Height : 15px;  /* ex 10px */
	text-decoration:none;
}	
	
/* Days of previous or next month */
.calendarDayInactive
{
	Color : #000000;
	Font-Family : verdana,arial,geneva,helvetica,sans-serif;
	Font-Size : 9px;
	Letter-Spacing : 0px;
	Line-Height : 15px;
}	
	
.calendarMonth
{
/* default value for line-height seems to be somewhat bigger than font-size, so decrease it to slightly to get minimum padding */
	Color : #000000;
	Font-Family : verdana,arial,geneva,helvetica,sans-serif;
	Font-Size : 9px;
	Letter-Spacing : 0px;
	line-height : 10px;
	Text-Transform : uppercase;
	text-decoration:none;
}
	
/* Events on previous or next month */
.calendarEventDayInactive
{
	Color : #000000;
	Font-Family : verdana,arial,geneva,helvetica,sans-serif;
	Font-Size : 9px;
	Font-weight : bold;
	Letter-Spacing : 0px;
	Line-Height : 15px;
}		
/* Events on current month */
.calendarEventCurrentMonth
{
	Color : #336699;
	Font-Family : verdana,arial,geneva,helvetica,sans-serif;
	Font-Size : 9px;
	Font-weight : bold;
	Letter-Spacing : 0px;
	Line-Height : 15px;
}

/* Single date (datum) in the calendar */
/* Approx. width of calender / 7 - padding or cellspacing */
.dateItem {
	Width: 21px;
}