/* ==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;
}

.tr
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.td
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.div
{
    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;
}









