/* ==ALKU eTaika modulit == */
/* Nämä tyylit pitää aina olla määriteltyinä portal.css tiedostossa saitin
juuressa */
/* Arvoja voi muuttaa harkitusti ja muutokset näkyvät 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: 11px;
    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 tätä käytössä olevan normaalifontin mukaan */
table
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}


/* ==LOPPU eTaika modulit == */

/* Urheilumuseo */


/* 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 */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  12px;
    font-weight:  bold;
    color: #000000;
}

/* 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 */
H1  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

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:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

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;
}

TABLE
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

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: #005993;
	text-decoration: none;
}
A:visited
{
	color: #005993;
	text-decoration: none;
}
A:active
{
	color: #005993;
	text-decoration: none;
}
A:hover
{
	color: #005993;
	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;
}



/* MODULE Links */
A.Normal
{
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma;
}
A.Normal:link
{
	color: #FFFFFF;
	text-decoration: none;
}
A.Normal:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
A.Normal:active
{
	color: #FFFFFF;
	text-decoration: none;
}
A.Normal:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
/* [USER][LOGIN] */
.Top_Link
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
}
A.Top_Link:link
{
	color: #000000;
	text-decoration: none;
}
A.Top_Link:visited
{
	color: #000000;
	text-decoration: none;
}
A.Top_Link:active
{
	color: #000000;
	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;
}
.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: #000000;
	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: 8px;
}
.leftpane2
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
}
.leftpanep2
{
	padding-left: 10px;
	padding-top: 8px;
}
.contentpane
{
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	padding-top: 8px;
	height: 100%;
	background-color: transparent;
}
.rightpane {
	width: 0%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
}
/* [SOLPATRMENU] */
.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}
.MainMenu_MenuItem
{
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	border-top-style: none;
	font-family: Tahoma;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	border-bottom-style: none;
}
.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
	height: 20px;
	background-color: transparent;
	text-decoration: underline;
}
.MainMenu_MenuIcon
{
	display: none;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #e6e6e6;
	border-bottom-style: none;
}
.MainMenu_MenuArrow
{
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.MainMenu_MenuBreak
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #FFFFFF;	
}
.MainMenu_SubMenu
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	margin-top: 0px;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	background-color: #CCCCCC;
}
.MainMenu_SubMenuItemSel
{
	font-size: 11px;
	height: 20px;
	background-color: #CCCCCC;
}
.MainMenu_SubMenu_Admin
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	margin-top: 0px;
	margin-left: 1px;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #EFEFEF;
}
.MainMenu_RootMenuArrow
{
	padding-right: 2px;
	padding-left: 0px;
}
.MainMenu_RootMenuItem
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
	height: 18px;
	padding-left: 10px;
	padding-right: 10px;

}
.MainMenu_RootMenuItemActive
{
	font-weight: bold;
	font-size: 12px;
	color: #111111;
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 18px;
	padding-left: 10px;
	padding-right: 10px;

}
.MainMenu_RootMenuItemSel
{
	font-size: 12px;
	color: #FFFFFF;
	background-color: transparent;
	font-family: Tahoma;
	height: 18px;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 10px;
}
.MainMenu_MenuIcon_Admin
{
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #eeeeee;
	border-bottom-style: none;
}
.MainMenu_MenuBreak_Admin
{
	width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 25px;
	background-color: #ffffff;
	border-bottom-style: none;
}
.MainMenu_RootMenuItem_Admin
{
	padding-left: 0px;
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
	height: 25px;
	background-color: transparent;
}
.MainMenu_RootMenuItemActive_Admin
{
	padding-left: 0px;
	font-size: 12px;
	color: #333333;
	font-family: Tahoma;
	height: 25px;
	background-color: #dcdcdc;
}
.MainMenu_RootMenuItemSel_Admin
{
	padding-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma;
	height: 25px;
	background-color: #dcdcdc;
}
/* BANNER */
#Banner
{
	background-position: right bottom;
	background-image: url(media/eTaika_banner941.jpg);
	border-bottom: #e6e6e6 0px solid;
	background-repeat: no-repeat;
	height: 70px;
}










