/* GENERAL */
BODY{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin: 0px;
	text-decoration: none;
}

BODY.print{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin: 0px;
	text-decoration: none;
	background-color: #FFFFFF;
}


FORM{
	margin:0px;
	padding:0px;
}

INPUT{
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	padding-left: 3px;
}

INPUT.input{
	background-color: #FFFFFF;
	border: 1px solid #AAB7C8;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	padding-left: 3px;
}

INPUT.button {
	padding: 0px 3px 0px 3px;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 8pt;
	color: black;
	background-color: #DBE8F7;
	border-style: outset;
	border-width: thin;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF; 
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

INPUT.button_big {
	padding: 5px 13px 5px 13px;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	background-color: #DBE8F7;
}

INPUT.button_cal {
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 8pt;
	color: black;
	background-color: #DBE8F7;
	border-style: solid;
	border-width: 1px;
	border-left-color: #839DBF;
	border-right-color: #839DBF; 
	border-top-color: #839DBF;
	border-bottom-color: #839DBF;
}

SELECT{
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	border: 1px solid #AAB7C8;
}

SELECT.layout_organisation{
	margin-top: 3px;
	height: 16px;
	width: 137px;
	border: 1px solid #0075bb;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #0075bb;
}
INPUT.layout_ranking{
	margin: 0px;
	background: transparent;
	font-size: 10px;
	color: #0075bb;
	width: 13px;
}

TEXTAREA{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #AAB7C8;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	padding: 3px;
}

INPUT.layout_search { 
	color: #0075bb;
	font-size: 10px;
	font-family: Verdana;
	height: 17px;
	border: solid 1px;
}

INPUT.layout_search_button { 
	padding: 0px;
	width: 30px;
	color: #FFFFFF;
	background-color: #999;
	font-size: 10px;
	font-family: Verdana;
	height: 16px;
	border: solid 1px;
	padding-bottom: 1px;
}

TD{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
}


/* TOOLTIPS */
TABLE.ttInfo_table{
	border: 1px solid black;
}
TD.ttInfo_title{
	background-color: #DBE8F7;
	color: black;
	padding: 2px;
	font-weight:bold;
}
TD.ttInfo_content{
	background-color: #FFFFFF;
	color: black;
	padding: 2px;
}

TABLE.ttError_table{
	border: 1px solid black;
}
TD.ttError_title{
	background-color: red;
	color: white;
	padding: 2px;
	font-weight:bold;
}
TD.ttError_content{
	background-color: white;
	color: black;
	padding: 2px;
}

TABLE.ttMonthQuickPick_table{
	border: 1px solid black;
}
TD.ttMonthQuickPick_content{
	background-color: #FFFFFF;
	color: black;
	padding: 2px;
	text-align: center;
}
DIV.ttMonthQuickPickRow{
	padding: 2px 0px 2px 0px;
	background-color: #FFFFFF;
	/*font-weight: bold;*/
	color: #2A4C7E;
}
DIV.ttMonthQuickPickRow_hover{
	padding: 2px 0px 2px 0px;
	cursor: pointer;
	background-color: #DEE9F7;
	/*font-weight: bold;*/
	color: #f90;
}


/* GENRERAL LAYOUT STUFF */
TD.layout_ranking{
	width: 60px;
	padding-top: 4px;
	color: #2A4C7E;
}

DIV.layout_content{
	width: 630px;
	background-color: #FFFFFF;
	padding: 0px 10px 10px 10px; 
}
TD.layout_bottombar{
}
.layout_bottombar_txt { 
	color: #C8E646;
	font-size: 10px;
	font-family: Verdana;
	margin-left: 15px;
	margin-right: 15px;
}
a.layout_bottombar_txt			{ color: #C8E646; font-size: 10px; font-family: Verdana; text-decoration: none; }
a.layout_bottombar_txt:link		{ color: #C8E646; font-size: 10px; font-family: Verdana; text-decoration: none; }
a.layout_bottombar_txt:hover	{ color: #C8E646; font-weight: normal; text-decoration: none; }

TD.layout_bannerarea {
	padding: 10px;
	/*border-left: 1px solid #9cf;*/
}

TD.form_background{
	background-color: white;
	border: 0px;
}

TD.form_title{
	background-color: white;
	font-size: 8pt;
	font-weight: bold;
}

TD.form_sectiontitle{
	font-weight: bold;
	padding: 10px 2px 2px 2px;
	border-bottom: 1px solid #D2D2D2;
}
.message_info2 {
	background-color: #DDE2EF;
	border-radius: 4px;
	border: 1px solid #4D6191;
	padding: 5px;
}
.message_info {
	border: 2px dashed green;
	margin: 15px;
	padding: 10px;
	font-size: 8pt;
	font-weight: bold;
}
.message_error {
	border: 2px dashed red;
	margin: 15px;
	padding: 10px;
	font-size: 8pt;
	font-weight: bold;
}


DIV.status_success{	
	padding: 4px;
	border: 1px dotted black;
	background-color: #9FA7B9;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}
DIV.status_failed{
	padding: 4px;
	border: 1px solid black;
	background-color: red;
	font-size: 8pt;
	font-weight: bold;	
	color: white;
}


/* CLOCK */
TD.clock	{
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}
#clock	{
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	background-color: #6485B8;
}

TD.login, TD.login A {
	color: white;
	font-weight: bold;
	white-space: nowrap;
}




/* GENERAL MENU STUFF FOR ALL MENUS */
TD.topmenu { 
	padding-left: 15px;
}
a.topmenu		{ color: #FFFFFF; font-size: 10px; font-family: Verdana; text-decoration: none; }
a.topmenu:link	{ color: #FFFFFF; font-size: 10px; font-family: Verdana; text-decoration: none; }
a.topmenu:hover { color: #f90; font-weight: normal; text-decoration: none; }

TD.menu_bg	{
}

TD.menu_bg2 { 
	background-color: #dee9f7;
	border-top: 1px solid #9cf;
	border-right: 1px solid #9cf;
	border-left: 1px solid #9cf;
	padding: 10px 0px 10px 0px;

}




/* BASIC MENU (not DOM-menu) */
/* 1st level */
TD.menu_level_0{
	padding-left: 3px;
	padding-top: 5px;
}
a.menu_level_0{
	font-size: 8pt;
}
a.menu_level_0:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
a.menu_level_0:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
a.menu_level_0:hover   { color: #f90; font-weight: bolder; text-decoration: none; }

TD.menu_level_0_hover{
	padding-left: 3px;
	padding-top: 5px;
}

TD.menu_level_0_selected{
	padding-left: 3px;
	padding-top: 5px;
}
a.menu_level_0_selected{
	font-size: 8pt;
}
a.menu_level_0_selected:link    { color: #0075bb; font-weight: bolder; text-decoration: none; }
a.menu_level_0_selected:visited { color: #0075bb; font-weight: bolder; text-decoration: none; }
a.menu_level_0_selected:hover   { color: #f90; font-weight: bolder; text-decoration: none; }

TD.menu_level_0_selected_hover	{
	color: #000000;
	padding-left: 3px;
	padding-top: 5px;
}


/* 2nd level */
TD.menu_level_1{
	padding-left: 15px;
}
a.menu_level_1{
	font-size: 8pt;
}
a.menu_level_1:link    { color: #2A4C7E; font-weight: normal; text-decoration: none; }
a.menu_level_1:visited { color: #2A4C7E; font-weight: normal; text-decoration: none; }
a.menu_level_1:hover   { color: #f90; font-weight: normal; text-decoration: none; }

TD.menu_level_1_hover{
	padding-left: 0.5em;
	padding-left: 15px;
}

TD.menu_level_1_selected{
	padding-left: 15px;
}
a.menu_level_1_selected{
	font-size: 8pt;
}
a.menu_level_1_selected:link    { color: #0075bb; font-weight: normal; text-decoration: none; }
a.menu_level_1_selected:visited { color: #0075bb; font-weight: normal; text-decoration: none; }
a.menu_level_1_selected:hover   { color: #f90; font-weight: normal; text-decoration: none; }

TD.menu_level_1_selected_hover{
	padding-left: 15px;
}


/* 3rd level */
TD.menu_level_2{
	padding-left: 25px;
}
a.menu_level_2{
	font-size: 8pt;
}
a.menu_level_2:link    { color: #2A4C7E; font-weight: normal; text-decoration: none; }
a.menu_level_2:visited { color: #2A4C7E; font-weight: normal; text-decoration: none; }
a.menu_level_2:hover   { color: #2A4C7E; font-weight: normal; text-decoration: none; }

TD.menu_level_2_hover	{
	padding-left: 25px;
}

TD.menu_level_2_selected	{
	padding-left: 25px;
}
a.menu_level_2_selected{
	font-size: 8pt;
}
a.menu_level_2_selected:link    { color: #0075bb; font-weight: normal; text-decoration: none; }
a.menu_level_2_selected:visited { color: #0075bb; font-weight: normal; text-decoration: none; }
a.menu_level_2_selected:hover   { color: #f90; font-weight: normal; text-decoration: none; }

TD.menu_level_2_selected_hover{
	padding-left: 25px;
}



/* DOMMENU */
/* Default Style */
DIV.domMenu_menuBar {
    /*border: solid #000000;  
    border-width: 1px 0 0 1px;*/
}
DIV.domMenu_menuElement {
    font-family: Arial, sans-serif; 
    font-size: 12px;
    font-weight: bold;
	border-top: 0px;
	border-right: 1px solid #2A4C7E;
	border-bottom: 1px solid #2A4C7E;
	border-left: 2px solid #2A4C7E;
    background-color: #6485B8;
    color: #FFFFFF;
    text-align: left;
    padding: 4px;
}
DIV.domMenu_menuElementHover {
	background-color: #FFFFFF;
	color: #000000;
}
DIV.domMenu_subMenuBar {
    border: solid #000000;  
    border-width: 1px 1px 1px 1px;
}
DIV.domMenu_subMenuElement {
    font-family: Arial, sans-serif; 
    font-size: 12px;
    font-weight: bold;
    border: solid #000000;  
    border-width: 0px 0px 0px 0px;
    background-color: #6485B8; 
    color: #FFFFFF;
    padding: 4px;
}
DIV.domMenu_subMenuElementHeading {
    font-weight: bold;
	text-align: right;
}
DIV.domMenu_subMenuElementHover {
    background-color: #FFFFFF;
    color: #000000;
}



/* PAGETITLES */
DIV.pagetitle{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	width: 635px;
}
TD.pagetitle{
	padding: 4px;
}

TD.pagetitle_text{
	font-size: 8pt;
	font-weight: bolder;
	color: #0075bb;
	padding: 2px 0px 2px 7px;
}

TD.pagetitle_back{
	padding: 2px 7px 2px 0px;
}

A.pagetitle_back{
	font-size: 8pt;
}
A.pagetitle_back:link    { color: #0075bb; font-weight: normal; text-decoration: none; }
A.pagetitle_back:visited { color: #0075bb; font-weight: normal; text-decoration: none; }
A.pagetitle_back:hover   { color: #f90; font-weight: normal; text-decoration: none; }

/* where pagetitle is link (gallery etc) */
A.pagetitle_link{
	font-size: 8pt;
}
A.pagetitle_link:link    { color: white; font-weight: bolder; text-decoration: none; }
A.pagetitle_link:visited { color: white; font-weight: bolder; text-decoration: none; }
A.pagetitle_link:hover   { color: white; font-weight: bolder; text-decoration: underline; }



/* NAVIGATION */
A.navigation{
	font-size: 8pt;
}
A.navigation:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.navigation:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.navigation:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: underline; }

TD.pagenumber{
	background-color: white;
	border: 1px solid white;
	font-weight: bolder;
	padding: 1px 3px 1px 3px;
}
A.pagenumber{
	font-size: 8pt;
}
A.pagenumber:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.pagenumber:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.pagenumber:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: underline; }

TD.pagenumber_selected{
	background-color: #DEE9F7;
	border: 1px solid black;
	font-weight: bolder;
	padding: 1px 3px 1px 3px;
}
A.pagenumber_selected{
	font-size: 8pt;
}
A.pagenumber_selected:link    { color: white; font-weight: bolder; text-decoration: none; }
A.pagenumber_selected:visited { color: white; font-weight: bolder; text-decoration: none; }
A.pagenumber_selected:hover   { color: white; font-weight: bolder; text-decoration: underline; }



/* ARTICLES */
TD.artic_list{
	background-color: white;
	font-size: 8pt;
	font-weight: bolder;
	color: #0075bb;
}
A.artic_list_title{
	font-size: 8pt;
}
A.artic_list_title:link			{color: #0075bb; font-weight: bolder; text-decoration: none;}
A.artic_list_title:active		{color: #0075bb; font-weight: bolder; text-decoration: none;}
A.artic_list_title:visited		{color: #0075bb; font-weight: bolder; text-decoration: none;}
A.artic_list_title:hover		{color: #f90; font-weight: bolder; text-decoration: none;}

A.artic_readmore{
	background-color: #6485B8;
	border: 1px solid #2A4C7E;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
}
A.artic_readmore:link		{color: white; font-weight: bolder; text-decoration: none;}
A.artic_readmore:visited	{color: white; font-weight: bolder; text-decoration: none;}
A.artic_readmore:hover		{color: white; font-weight: bolder; text-decoration: none;}


DIV.artic_title{
	background-color: white;
	font-size: 11pt;
	font-weight: bolder;
	color: #0075bb;
}
DIV.artic_date{
	margin: 2px 0px 10px 0px;
	font-size: 8pt;
	color: #B0B0B0;
}

.disabled_input {
	color: #555555 !important;
	border: 1px solid #DDDDEE !important;
}

.bulletin_textarea {
	border: 2px inset #F0F0F0;
}
/* FRONTPAGE ARTICLES */
DIV.index_artic_title{
	padding: 2px 0px 0px 0px;
}
A.index_artic_title{
	font-size: 8pt;
}
A.index_artic_title:link    { color: #0075bb; font-weight: bold; text-decoration: none; }
A.index_artic_title:visited { color: #0075bb; font-weight: bold; text-decoration: none; }
A.index_artic_title:hover   { color: #f90; font-weight: bold; text-decoration: none; }

DIV.index_artic_date{
	font-size: 8pt;
	color: #B0B0B0;
}
DIV.index_artic_short{
	font-size: 8pt;
	color: black;
}
DIV.index_artic_space{
	height: 10px;
}

/* FRONTPAGE RIGHT PANEL*/
A.index_event_name{
	font-size: 8pt;
}
A.index_event_name:link    { color: #0075bb; font-weight: bold; text-decoration: none; }
A.index_event_name:visited { color: #0075bb; font-weight: bold; text-decoration: none; }
A.index_event_name:hover   { color: #f90; font-weight: bold; text-decoration: none; }




/* SITEMAP */
A.sitemap_link{
	font-size: 8pt;
}
A.sitemap_link:link    { color: #000000; font-weight: normal; text-decoration: none; }
A.sitemap_link:visited { color: #000000; font-weight: normal; text-decoration: none; }
A.sitemap_link:hover   { color: #000000; font-weight: normal; text-decoration: underline; }



/* SEARCH */
TD.search_sectiontitle	{
	font-weight: bold;
	color: #2A4C7E;
	padding-left: 5px;
}
TD.search_sectiontitle_lev2	{
	font-weight: bold;
	color: #0075bb;
	padding-left: 5px;
}

TD.search_result{
	padding: 3px 5px 3px 5px;
}

A.search_result{
	font-size: 8pt;
}
A.search_result:link    { color: #0075bb; font-weight: normal; text-decoration: none; }
A.search_result:visited { color: #0075bb; font-weight: normal; text-decoration: none; }
A.search_result:hover   { color: #f90; font-weight: normal; text-decoration: none; }


TD.search_result_lev2{
	padding: 3px 5px 3px 17px;
}

A.search_result_lev2{
	font-size: 8pt;
}
A.search_result_lev2:link    { color: #0075bb; font-weight: normal; text-decoration: none; }
A.search_result_lev2:visited { color: #0075bb; font-weight: normal; text-decoration: none; }
A.search_result_lev2:hover   { color: #f90; font-weight: normal; text-decoration: none; }


TD.search_result_right{
	font-size: 10px;
	color: #8B8B8B;
}


/* EVENTS */
TD.events_otsikko{
	font-weight: bold;
	padding: 5px 2px 2px 0px;
	border-bottom: 1px solid #D2D2D2;
}
TD.events_highlighted_bg{
	background-color: #DBE8F7;
}

td.events_menu_bg{
	background-color: white;
}

td.events_menu{
	background-color: #DBE8F7;
	border: solid 1px black;
	color: black;
	padding: 2px 10px 2px 10px;
	width: 200px;
	height: 17px;
}

td.events_menu_selected{
	background-color: #6485B8;
	border: solid 1px black;
	color: black;
	padding: 2px 10px 2px 10px;
	width: 200px;
	height: 17px;
}

A.events_menu_back{
	font-size: 8pt;
}
A.events_menu_back:link		{ color: black;		font-weight: bold; text-decoration: none; }
A.events_menu_back:visited	{ color: black;		font-weight: bold; text-decoration: none; }
A.events_menu_back:hover	{ color: #326597;	font-weight: bold; text-decoration: none; }
A.events_menu_back:active	{ color: #326597;	font-weight: bold; text-decoration: none; }

A.events_menu_link{
	font-weight: bold;
}
A.events_menu_link:link		{ color: black;		font-weight: bold; text-decoration: none; }
A.events_menu_link:visited	{ color: black;		font-weight: bold; text-decoration: none; }
A.events_menu_link:hover	{ color: #326597;	font-weight: bold; text-decoration: none; }
A.events_menu_link:active	{ color: #326597;	font-weight: bold; text-decoration: none; }

a.events_public_top_links{
	font-size: 8pt;
}
a.events_public_top_links:link    { color: #660099; font-weight: bold; text-decoration: none; }
a.events_public_top_links:visited { color: #660099; font-weight: bold; text-decoration: none; }
a.events_public_top_links:hover   { color: #660099; font-weight: bold; text-decoration: none; }

a.events_public_top_links_selected{
	font-size: 8pt;
}
a.events_public_top_links_selected:link    { color: white; font-weight: bold; text-decoration: none; }
a.events_public_top_links_selected:visited { color: white; font-weight: bold; text-decoration: none; }
a.events_public_top_links_selected:hover   { color: white; font-weight: bold; text-decoration: none; }


/* eventcard / bulletincard */
table.bc_container, table.bc_title_container{
	width: 620px;		
}
table.bc_box_container{
	width: 600px;
}
.card_frame  { 
	border: solid 1px #4d6191; 
}
.card_title{
	background-color: #dde2ef;
	padding-left: 10px;
	border-bottom: none; 
	font-family: Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #4d6191;
}
.card_title_right{
	background-color: #dde2ef;
	padding-right: 10px;
}
.card_boxrow {
	padding: 10px 10px 0px 10px;
}
.card_box{
	padding: 5px 10px 10px 10px;
	border: 1px solid #dde2ef;
}
.card_boxname{
	margin-bottom: 12px;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #4f698e;
}
.card_fieldname {
	height: 14px;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #4f698e; 
}
.card_fieldvalue {
	height: 14px;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #2F2F2F;  
}

DIV.eve_list_container{
	margin: 5px 0px 5px 0px;
	border: 1px solid #4D6191;
}
DIV.eve_list_title{
	padding: 5px;
	background-color: #e0e4ef;
	border-bottom: 1px solid #4D6191;
}
DIV.eve_list_title td {
	font-weight: bold;
}
DIV.eve_list_info{
	padding: 5px;
	background-color: white;
}
DIV.eve_list_banners{
	padding: 5px;
	background-color: white;
}

DIV.eve_list_info_bullet{
	padding: 5px;
	background-color: red;
}


DIV.list_pagetitle{
	font-size: 11pt;
	margin-bottom: 10px;
}

DIV.bul_list_container{
	margin: 5px 0px 5px 0px;
	border: 1px solid #4D6191;
}
DIV.bul_list_title{
	padding: 5px;
	background-color: #e0e4ef;
	border-bottom: 1px solid #4D6191;
	font-weight: bold;
}
DIV.bul_list_info{
	padding: 5px;
	background-color: white;
}


 
 div.layout_calendar_topic{
	 padding: 3px;
	 border-bottom: 1px solid #99CCFF;
	 border-bottom: 1px solid #99CCFF;
	 font-weight: bold;
	 color: #2A4C7E;
 }

/* pikkukalenterin otsikko eli kuukausi */
TABLE.cal {
	font-size: 8pt;
	text-align: center;
}
/* pikkukalenterin viikonpäivät (otsikot) ja viikot(linkit,vasen laita) */
TD.cal_week { 
	background-color: #93AFB7;
	color: black;
}
A.cal_week {
}
A.cal_week:link		{color: black; font-weight:normal; text-decoration: none;}
A.cal_week:active		{color: black; font-weight:normal; text-decoration: none;}
A.cal_week:visited	{color: black; font-weight:normal; text-decoration: none;}
A.cal_week:hover		{color: black; font-weight:normal; text-decoration: none;}

/* pikkukalenteri otsikko (kk) */
A.cal_topic{
}
A.cal_topic:link		{color: #2A4C7E; font-weight:normal; text-decoration: none;}
A.cal_topic:active		{color: #2A4C7E; font-weight:normal; text-decoration: none;}
A.cal_topic:visited		{color: #2A4C7E; font-weight:normal; text-decoration: none;}
A.cal_topic:hover		{color: #f90; font-weight:normal; text-decoration: underline;}

/* pikkukalenteri, ei nykyisen kuun päivä */
TD.cal_day_dis { 
	background-color: #D3D3D3; 
}
A.cal_day_dis {
}
A.cal_day_dis:link		{color: #A9A9A9; font-weight:normal; text-decoration: none;}
A.cal_day_dis:active	{color: #A9A9A9; font-weight:normal; text-decoration: none;}
A.cal_day_dis:visited	{color: #A9A9A9; font-weight:normal; text-decoration: none;}
A.cal_day_dis:hover		{color: #A9A9A9; font-weight:normal; text-decoration: none;}

/* pikkukalenteri normaali (DEFAULT) */
TD.cal_day_def { 
	background-color: white;  
}
A.cal_day_def {
}
A.cal_day_def:link		{color: black; font-weight:normal; text-decoration: none;}
A.cal_day_def:active	{color: black; font-weight:normal; text-decoration: none;}
A.cal_day_def:visited	{color: black; font-weight:normal; text-decoration: none;}
A.cal_day_def:hover		{color: black; font-weight:normal; text-decoration: none;}

TD.cal_has_events { 
	background-color: #894C7E;  
}
A.cal_has_events { 
}
A.cal_has_events:link		{color: white; font-weight:normal; text-decoration: none;}
A.cal_has_events:active		{color: white; font-weight:normal; text-decoration: none;}
A.cal_has_events:visited	{color: white; font-weight:normal; text-decoration: none;}
A.cal_has_events:hover		{color: white; font-weight:normal; text-decoration: none;}

/* pikkukalenteri VALITTUNA (SELECTED) oleva päivä */
TD.cal_day_sel { 
	background-color: white;  
}
A.cal_day_sel { 
}
A.cal_day_sel:link		{color: black; font-weight:normal; text-decoration: none;}
A.cal_day_sel:active	{color: black; font-weight:normal; text-decoration: none;}
A.cal_day_sel:visited	{color: black; font-weight:normal; text-decoration: none;}
A.cal_day_sel:hover	{color: black; font-weight:normal; text-decoration: none;}

/* pikkukalenteri tänään-päivä */
TD.cal_today { 
	border: 1px solid black;
}
A.cal_today {
}
A.cal_today:link		{color: black; font-weight:normal; text-decoration: none;}
A.cal_today:active		{color: black; font-weight:normal; text-decoration: none;}
A.cal_today:visited		{color: black; font-weight:normal; text-decoration: none;}
A.cal_today:hover		{color: black; font-weight:normal; text-decoration: none;}

div#participants table th{
	font-weight: bold;
	font-size: 8pt;
	border-bottom: 1px solid #000000;
	text-align: left;
}
tr.listrow_1 {
}

tr.listrow_2 td{
	background: #EFEFEF;
}
