
/*
Netscape tyylit ja muut browserit -> määriteltävät CSS tyylit
Fonttimääritykset tehtävä Fontit.css
*/
 
  .titlebox
 {
	background-color: #008EDD;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.greencursive
	{
	color: green;
	font-weight: bold;
	}

.redcursive
	{
	color: red;
	font-weight: bold;
	}




.submitbutton
	{
	font-size: 9pt;
	font-weight: normal;
	background-color: #003298;
	color: white;
	}

.resetbutton
	{
	font-size: 9pt;
	font-weight: normal;
	background: #6565A2;
	color: white; 
	}

/* Yleisten NaviButtonien CSS */
.button 
	{
	font-family: Tahoma, Arial, Helvetica, Sans serif; 
	font-size: 9pt;
	color: navy;
	text-decoration: none;
	font-weight: bold;
	}

 
	.nolink 
 	{
	font-size: 9pt;
	color: #6C6C6C;
	}

/* Menu.ASP:in entinen menu.css */
.mainmenu
	{
	font-weight: normal;
	font-size: 9pt;
	color: darkblue;
	}

 
.submenu
	{
	font-weight: normal;
	font-size:9pt;
	color: darkblue;
	}



/* Käytetään Messengerissä ja kalenterissa  */


.calendar
	{
	FONT-size: 9pt;
	COLOR: navy;
	text-align: center;
	}

.calendar-today
	{
	FONT-size: 9pt;
	COLOR: green;
	}

.calendar-marker
	{
	FONT-size: 9pt;
	COLOR: red;
	}

.calendar-week
	{
	FONT-size: 9pt;
	COLOR: navy;
	}


