




BODY TD { 
	font-family: verdana;
	font-size: 11px;
	font-color: #000000;
}

b {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

i {
	color: #000000;
}



.normal {
	color: #000000;
}


.otsikko { 
	color: #000000;
	font-weight: bold;
	font-size: 11px; 
}

A:link {
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
	color: #000000;
}

A:visited { 
	font-size: 11px;
	font-family: verdana;
	text-decoration: none; 
	color: #000000;
}

A:active { 
	font-size: 11px;
	font-family: verdana;
	text-decoration: none; 
	color: #FF0000;
}

A:hover { 
	font-size: 11px;
	font-family: verdana;
	text-decoration: none; 
	color: #ff0000;
}


.mini {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

.piilo {
	font-family: arial;
	font-size: 1px;
	font-weight: none;
}


.hotmini {
	font-family: verdana;
	font-size: 11px;
        font-weight: normal;
	color: #ffffff;
}

.hotminib {
	font-family: verdana;
	font-size: 11px;
        font-weight: bold;
	color: #ffffff;
}

.tosiminib {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
}

.tosimini {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.tosiminilink {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.tosiminiharmaa {
	color: #C0C0C0;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
}

.tosiminiv1 {
	color: #00A800;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
}


/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #FFFFFF;
	border: 1px solid #99AEB0;
 }

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 11pt;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-image: url(/other/miitit/monthBg.gif);
	}
/* Month and Year Text Setup */
.monthYearText {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: Bold;
 color: #000000;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 10pt;
	background-color: #c3dde0;
	text-align: center;
	vertical-align: middle;
	}
/* Day Name Setup */
.dayNamesText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 9px; 
	font-weight: Bold; 
	color: #000000;
	background-image: url(/other/miitit/dayBg.gif);
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #433D27;
    line-height: 12pt;
	text-align: center;
	vertical-align: middle;
	}


/* Color of Today's Date */
.today {
	color: #CF0000;
	font-weight: Bold;
    }
/*


/* OverLIB popup text size */
.oLib {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
    }
/*

---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

Remove the "background-image..." lines to remove graphics as table cell background images.

If you do use images, change the "background-color..." to a sililar color to that
of your image. This will help persons with slow connections to see the event markings.

You can optionally remove the "background-color..." lines to only use graphics.

*/

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-color: #F0F9FA;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
        background-color: #E0E0E0;
        }

/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
        background-color: #0AD7F5;
        }

/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s22 {
        background-color: #0AF561;
        }

/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
        background-color: #EDFF05;
        }

/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
        background-color: #FF9B05;
        }

/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s25 {
        background-color: #FF051C;
        }


