body {
	font-family: Verdana, Arial, Helvetica, sans-serif;     /* Body text font family */
	font-size: 11px;					/* Body text font size */	
	color: #FFFFFF;						/* Body text font color */				
	background-color: #CCCCCC;				/* Body background color */
}

body a {
	color: #E62100;                 	/*Body link font color */ 
	text-decoration: underline;		/*Body link decoration */
}

body a:hover {
	color: #E62100;                         /* Body link color when mouse is over*/
	text-decoration: none; 		        /* Body link text decoration when mouse is over */ 
}

/*************************************************************************** SiteAdmin styles */
.Header {
	font-family:  Arial,Verdana, Helvetica, sans-serif; /* Header Text font family */
	font-size: 16px; 				    /* Header Text font size */
	line-height: 18px;				    /* Header Text line height */
	text-transform: none;				    /* Header Text text transform */
	color: #C4201B;			           	    /* Header Text color */
	font-weight: bold;				    /* Header Text font weight */
}

.Text {
	font-family: Arial,Verdana, Helvetica, sans-serif   /* Normal Text font family */
	line-height: 16px; 				    /* Normal Text line height */	
	font-size: 12px; 				    /* Normal Text font size */
	color: #000000; 				    /* Normal Text font color */
}
	
/*************************************************************************** General styles */

.txtCopyright a {
	font-family: Verdana; 		/* Power by tai Copyright -link font type */
	font-size: 10px;  		/* Power by tai Copyright -link text size */
	color: #000000;     		/* Power by tai Copyright -link color */
	font-weight: normal; 		/* Power by tai Copyright -link text font weight */
	text-decoration:none; 		/* Power by tai Copyright -link text decoration */
}

.txtCopyright a:hover {
	font-family: Verdana;           /* Power by tai Copyright -link font type, when mouse is over */
	font-size: 10px;		/* Power by tai Copyright -link font size, when mouse is over */
	color: #000000;			/* Power by tai Copyright -link font color, when mouse is over */
	text-decoration: underline;	/* Power by tai Copyright -link text decoration, when mouse is over */
}


#Skeleton {
	background-color: transparent		/* Skeleton background color */
}

#HeaderBox {
	background-color: transparent;   	/* Header Box background color */
}

#ColPlacementOuter {
	border-left: 200px solid #C4201B;       /* Left TextBox background color */
	background-color: #FFFFFF;		/* ColPlacementOuter background color */
} 

#MainContainerBox {
	background-color: transparent;		/* MainContainerBox background color */
}

#LeftBox {
	border-top: 38px solid #FFFFFF;		/* LeftBox top border */
}

#CenterBox {
	background-color: transparent;          /* Center Box background color */
}

#Title {
	color: #FFFFFF;                         /* Ilmoitustaulu color */
	font-size: 13px;			/* Ilmoitus text font size */
	font-weight: bold;			/* Ilmoitus text font weight */
	background-color: #038CCB;		/* Ilmoitus text background color */
}


#FooterBox {
	background-color: transparent;		/* Power by tai Copyright -Background color */
}

/******************************************************************************** SAMenu -styles */
#SAMenu1_1_1 {
	border-bottom: 6px solid #DA241E;			/* SAMenu1_1_1 bottom border */
	background-color: #000000;				/* SAMenu1 background color */
}

#SAMenu1 {
	background-color: #000000;				/* SAMenu1 background color */					 
}

#SAMenu1 li {
	color: #FFFFFF;						/* SAMenu1 link text color */
	font-size: 13px;					/* SAMenu1 link font size */
	font-weight: bold;					/* SAMenu1 link font weight */
	background-color: transparent; 				/* SAMenu1 link background color */
}

#SAMenu1 li a {
	color: #FFFFFF; 			            	/* SAMenu1 link font color */
	text-decoration: none;				    	/* SAMenu1 link text decoration */	
}

#SAMenu1 li a:hover {		
	color: #FFFFFF;					    	/* SAMenu1 link font color - when mouse is over */
	text-decoration: underline;		            	/* SAMenu1 link text decoration - when mouse is over */
}

#SAMenu1 li a.Selected, #SAMenu1 li a.AtWay, #SAMenu1 li a.Selected:hover, #SAMenu1 li a.AtWay:hover { 
	color: #FFFFFF;					    	/* SAMenu1 link font color - when it is selected or AtWay */
	text-decoration: underline;		            	/* SAMenu1 link text decoration - when it is selected or AtWay */
	background-color: #DA241E;				/* SAMenu1 link background color - when it is selected or AtWay */
}

/* 2 LEVEL ***************/

#SAMenu2_2_0 {
	background-color: #DB241E;				/* SAMenu2_2_0 background color */
}

#SAMenu2 li a {
	font-size: 11px;					/* SAMenu2 link font size */
	color: #FFFFFF;						/* SAMenu2 link font color */
	font-weight: bold;					/* SAMenu2 link font weight */
	text-decoration: none;					/* SAMenu2 link text decoration */
}

#SAMenu2 li a:hover{
	color #FFFFFF;						/* SAMenu2 link font color, when mouse is over */
	text-decoration: underline;				/* SAMenu2 link text decoration, when mouse is over */
}

#SAMenu2 li a.Selected,#SAMenu2 li a.Selected:hover {
	color: #000000;						/* SAMenu2 link color, when it is selected */
	text-decoration: none;					/* SAMenu2 text decoration, when it is selected */
	background-color: #FFFFFF;				/* SAMenu2 background color, when it is selected */
}	

#SAMenu2 li a.AtWay, #SAMenu2 li a.AtWay:hover{
	background-color: #DA241E;				/* SAMenu2 background color, when it is AtWay */
	color: #FFFFFF;						/* SAMenu2 link color, when it is AtWay */
	text-decoration: none;					/* SAMenu2 link text decoration, when it is AtWay */
}

#SAMenu2 li ul li {
	border-bottom: 1px solid #CCCCCC;			/* Submenu bottom border */
}

#SAMenu2 li ul li a{
	text-decoration: none; 					/* Submenu link text decoration */	
 	color: #000000;						/* Submenu link color */
 	font-size: 11px;					/* Submenu link font size */
 	font-weight: normal;					/* Submenu link font weight */
 	background-color: #E5E5E5;				/* Submenu link background color */
}

#SAMenu2 li ul li a:hover {
	color: #000000						/* Submenu link font color, when mouse is over */
	font-weight: normal;					/* Submenu link font weight, when mouse is over */
	text-decoration: underline;				/* Submenu link text decoration, when mouse is over */
	background-color: #E5E5E5;				/* Submenu link background color, when mouse is over */
}

#SAMenu2 li ul li a.Selected, #SAMenu2 li ul li a.Selected:hover{
	color: #FFFFFF;						/* Submenu link font color, when it is selected */
	font-weight: normal;					/* Submenu link font weight, when it is selected */
	background-color: #000000;				/* Submenu link background color, when it is selected */
	text-decoration: none;					/* Submenu link text decoration, when it is selected */
}


/********************************************************************************* SA -styles */

/* Content-alueen tekstin linkin vari */

#SAContent1 a, #SAContent2 a, #SAArea1 a{
	color: #FF000E; 					/* SAContent and SAArea link color */
	text-decoration: underline; 				/* SAContent and SAArea link text decoration */
}

#SAContent1 a:hover, #SAContent2 a:hover, #SAArea1 a:hover{
	color: #FF000E; 					/* SAContent and SAArea link color, when mouse is over */
	text-decoration: none;                                  /* SAContent and SAArea text decoration, when mouse is over */
}








