/* ==ALKU eTaika modulit == */
/* Nm tyylit pit aina olla mriteltyin portal.css tiedostossa saitin
juuressa */
/* Arvoja voi muuttaa harkitusti ja muutokset nkyvt koko saitilla
eTaika-moduleissa*/

.etLih {
    font-family: verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: Bold;
    color: Black;
}
.etLihSin {
    font-family: verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: Bold;
    color: #003366;
}

.et {
    font-family: verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: Black;
}

.etSin {
    font-family: verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: Black;
}


/* text style for buttons and link buttons used in the portal admin pages */
.etLinkkipainike     {
    font-family: verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #003366;
}

/* hyperlink style for buttons and link buttons used in the portal admin
pages */
A.etLinkkipainike:link {
    text-decoration:    underline;
    color: #003366;
    font-size: 11px;
    font-weight: normal;
}

A.etLinkkipainike:visited  {
    text-decoration:    underline;
    color: #003366;
    font-size: 11px;
    font-weight: normal;
}

A.etLinkkipainike:active   {
    text-decoration:    underline;
    color: #003366;
    font-size: 11px;
    font-weight: normal;
}

A.etLinkkipainike:hover    {
    text-decoration:    underline;
    color: #ff0000;
    font-size: 11px;
    font-weight: normal;
}


.kuvaoikea
{
     float: right;
     margin-right: 0px;
     margin-left: 10px;
     margin-top: 10px;
     margin-bottom: 10px;
}

.kuvavasen
{
     float: left;
     margin-right: 10px;
     margin-left: 0px;
     margin-top: 10px;
     margin-bottom: 10px;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

</* Muuta tt kytss olevan normaalifontin mukaan */
.table
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}


/* ==LOPPU eTaika modulit == */



li {
color: black;
}


body {
	font: normal 11px verdana;
	}


	.ul1 {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 0px solid #ccc;
	width: 60px; /* Width of Menu Items */
	}
	
	.ul2 {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 0px solid #ccc;
	width: 55px; /* Width of Menu Items */
	}
	
	.ul3 {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 0px solid #ccc;
	width: 160px; /* Width of Menu Items */
	}
	
	.ul4 {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 0px solid #ccc;
	width: 80px; /* Width of Menu Items */
	}
	
	.ul5 {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 0px solid #ccc;
	width: 60px; /* Width of Menu Items */
	}
	
ul li {
	position: relative;
	}
	

li ul {
	position: absolute;
	left: 1px; /* Set 1px less than menu width */
	top: 23;
	display: none;
	}

.li ul1 {
	position: absolute;
	left: 30px; /* Set 1px less than menu width */
	top: 23;
	display: none;
	}



/* Styles for Menu Items */
ul li li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 0px;
	border: 0px solid #ccc;
	border-bottom: 0;
	width: 200px; /* Width of Menu Items */
	font-size: 9,5pt;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #EFEFEF; } /* Hover Styles */
		
li ul li a { padding: 1px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */




/* Color border, Color */
.Contitle_White_11px
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica;
}


/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */

H1  {
    font-family: verdana, Arial, Helvetica;
    font-size: 140%;
    font-weight:    bold;
    color: #000000;
}

H2  {
    font-family: verdana, Arial, Helvetica;
    font-size: 110%;
    font-weight:   bold;
    color: #000000;
}

H3  {
    font-family: verdana, Arial, Helvetica;
    font-weight:    bold;
    color: #000000; 
    font-size: 115%;
}

H4  {
    font-family: verdana, Arial, Helvetica;
    font-size: 105%;
    font-weight:    bold;
    color: black;
}

H5, DT  {
    font-family: verdana, Arial, Helvetica;
    font-size: 95%;
    font-weight:    bold;
    color: black;
}

H6  {
    font-family: verdana, Arial, Helvetica;
    font-size: 12px;
    text-decoration:    none;
    color:  #000000;
    font-weight:    normal;

}



/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  12px;
    font-weight:  bold;
    color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}



SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    none ;
}

UL LI LI    {
    list-style-type:    none;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF;
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 0x;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



BODY
{
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(media/body_bg.gif);
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}
A
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}
A:link
{
	color: #808285;
	text-decoration: none;
}
A:visited
{
	color: #808285;
	text-decoration: none;
}
A:active
{
	color: #808285;
	text-decoration: none;
}
A:hover
{
	color: #000000;
	text-decoration: underline;
}
#SearchTextBox INPUT
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 11px;
	border-left: #000000 1px solid;
	color: #003366;
	border-bottom: #000000 1px solid;
	height: 20px;
}

A.BBM
{
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma;
}
A.BBM:link
{
	color: #000000;
	text-decoration: none;
}
A.BBM:visited
{
	color: #9c9d9f;
	text-decoration: none;
}
A.BBM:active
{
	color: #000000;
	text-decoration: none;
}
A.BBM:hover
{
	color: #000000;
	text-decoration: underline;
}


/* MODULE Links */
A.Normal
{
	font-weight: normal;
}
A.Normal:link
{
	color: #CA252C;
	text-decoration: none;
}
A.Normal:visited
{
	color: #CA252C;
	text-decoration: none;
}
A.Normal:active
{
	color: #CA252C;
	text-decoration: none;
}
A.Normal:hover
{
	color: #CA252C;
	text-decoration: underline;
}
/* [USER][LOGIN] */
.Top_Link
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
}
A.Top_Link:link
{
	color: #FA5C54;
	text-decoration: none;
}
A.Top_Link:visited
{
	color: #FA5C54;
	text-decoration: none;
}
A.Top_Link:active
{
	color: #FA5C54;
	text-decoration: none;
}
A.Top_Link:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.Top_Link_Admin
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
}
A.Top_Link_Admin:link
{
	color: #666666;
	text-decoration: none;
}
A.Top_Link_Admin:visited
{
	color: #666666;
	text-decoration: none;
}
A.Top_Link_Admin:active
{
	color: #666666;
	text-decoration: none;
}
A.Top_Link_Admin:hover
{
	color: #333333;
	text-decoration: underline;
}


A.Sisaankirjaus:link
{
	color: #9c9d9f;
	text-decoration: none;
}
A.Sisaankirjaus:visited
{
	color: #9c9d9f;
	text-decoration: none;
}
A.Sisaankirjaus:active
{
	color: #9c9d9f;
	text-decoration: none;
}
A.Sisaankirjaus:hover
{
	color: #9c9d9f;
	text-decoration: underline;
}
.Sisaankirjaus_Admin
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
}
A.Sisaankirjaus_Admin:link
{
	color: #9c9d9f;
	text-decoration: none;
}
A.Sisaankirjaus_Admin:visited
{
	color: #9c9d9f;
	text-decoration: none;
}
A.Sisaankirjaus_Admin:active
{
	color: #9c9d9f;
	text-decoration: none;
}
A.Sisaankirjaus_Admin:hover
{
	color: #9c9d9f;
	text-decoration: underline;
}

.Search
{
	font-weight: bold;
	font-size: 11px;
	text-transform: capitalize;
	color: #000000;
	font-family: Tahoma;
}
.Search_Button
{
	padding-right: 15px;
	vertical-align: middle;
	padding-top: 1px;
}
A.Search:link
{
	color: #ffffff;
	text-decoration: none;
}
A.Search:visited
{
	color: #ffffff;
	text-decoration: none;
}
A.Search:active
{
	color: #ffffff;
	text-decoration: none;
}
A.Search:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.Breadcrumb
{
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	color: #666666;
	line-height: 19px;
	font-family: Tahoma;
}
.Breadcrumb_Link
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
}
A.Breadcrumb_Link:link
{
	color: #666666;
	text-decoration: none;
}
A.Breadcrumb_Link:visited
{
	color: #666666;
	text-decoration: none;
}
A.Breadcrumb_Link:active
{
	color: #666666;
	text-decoration: none;
}
A.Breadcrumb_Link:hover
{
	color: #666666;
	text-decoration: underline;
}
.Current_Date
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
}
/* [LINKS] */
.Content_Link
{
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
}
A.Content_Link:link
{
	color: #ffffff;
	text-decoration: none;
}
A.Content_Link:visited
{
	color: #ffffff;
	text-decoration: none;
}
A.Content_Link:active
{
	color: #ffffff;
	text-decoration: none;
}
A.Content_Link:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.Copyright
{
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
}
.Copyright_Admin
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma;
}
/* [TERMS][PRIVACY][HELP] */
.Bottom_Link
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
}
A.Bottom_Link:link
{
	color: #666666;
	text-decoration: underline;
}
A.Bottom_Link:visited
{
	color: #666666;
	text-decoration: underline;
}
A.Bottom_Link:active
{
	color: #666666;
	text-decoration: underline;
}
A.Bottom_Link:hover
{
	color: #333333;
	text-decoration: underline;
}
.Bottom_Link_Admin
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}
A.Bottom_Link_Admin:link
{
	color: black;
	text-decoration: underline;
}
A.Bottom_Link_Admin:visited
{
	color: black;
	text-decoration: underline;
}
A.Bottom_Link_Admin:active
{
	color: black;
	text-decoration: underline;
}
A.Bottom_Link_Admin:hover
{
	color: #E95D00;
	text-decoration: underline;
}
.sloganpane
{
	width: 100%;
	height: 100%;
}
.toppane
{
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	padding-top: 0px;
	height: 0%;
	background-color: transparent;
}
.loginpane
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.leftpane
{
	padding-top: 8px;
}
.leftpanep
{
	padding-left: 10px;
	padding-top: 0px;
}
.leftpane2
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
}
.leftpanep2
{
	padding-left: 10px;
	padding-top: 8px;
}
.contentpane
{
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	padding-top: 0px;
	height: 100%;
	background-color: transparent;
}
.rightpane {
	width: 0%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
}
/* [SOLPATRMENU] */

/* BANNER */
#Banner
{
	background-position: right bottom;
	background-image: url(media/eTaika_banner941.jpg);
	border-bottom: #e6e6e6 0px solid;
	background-repeat: no-repeat;
	height: 70px;
}




.menu1,
.menu1 a,
.menu1 a:link,
.menu1 a:visited,
.menu1 a:hover {
  background-color: #ca252c;
  color: #ffffff;
  font-family: arial, helvetica;
  font-size: 11px;
  font-weight: bold;
}

.menu1 b a,
.menu1 b a:link,
.menu1 b a:visited,
.menu1 b a:hover {
  color: #000000;
}

span.menu2, 
span.menu2 a,
span.menu2 a:link,
span.menu2 a:visited,
span.menu2 a:hover {
  line-height: 16px;
  font-weight: bold;
  font-size: 11px;
  color: #cd3335;
}

a.menu2,
a.menu2:link,
a.menu2:visited,
a.menu2:hover {
  line-height: 16px;
  font-weight: bold;
  font-size: 11px;
  color: #000000;
}


span.menu3, 
span.menu3 a,
span.menu3 a:link,
span.menu3 a:visited,
span.menu3 a:hover {
  line-height: 16px;
  font-weight: normal;
  font-size: 11px;
  color: #cd3335;
}

a.menu3,
a.menu3:link,
a.menu3:visited,
a.menu3:hover {
  line-height: 16px;
  font-weight: normal;
  font-size: 11px;
  color: #000000;
}
























