/* 
	CSS styles for print media 

	Document structure:
	- Generic styles for tags
	- Unique elements and their contents
	- Other classes
	
*/


body {
    font-family: Arial,Verdana;
    font-size: 12px;
    color: #333333;
    margin: 10px 0px 10px 2px;
}

div#quicklinks {
    display: none;
}

div#menu {
    display: none;
}

div#actions {
    display: none;
}

div#footer {
    display: none;
}

div#sidebar {
    display: none;
}

div#email-box { display: none; }

div#header {height: 60px;}

a, img {border:0;text-decoration:none;}


.subpage #content {margin: 30px;}

/* EVENT CALENDAR CSS SAATU SYRJÄLTÄ */


.event {
    padding: 10px 0;
    border-top: 1px solid #AEAEAE;

}

.eventimage {display:none;}




