
/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.ModulinOtsikko {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: Bold;
    color: Black;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%; 
    COLOR: #000000;
    background-color: #ffffff;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    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: Arial, Helvetica, sans-serif;
    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: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}





/* text style used for most text rendered by modules */
.Normal
{
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	COLOR: #000000;
	FONT-SIZE: 12px; 
	MARGIN: 0px; 
}

p   {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px; 
}

div {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#000000;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    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: #003B7A;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003B7A;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003B7A;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    




/* GENERIC */


h1	{
	font-size: 150%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: normal;
	color:#003b7a;
}

h2	{
	font-size: 125%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color:#003b7a;
}

h3	{
	font-size: 100%;
	margin-bottom: 3px;
	margin-top: 0px;
	color:#003b7a;
}

H4  {

}

H5  {

}

H6  {

}

H1 A {
	COLOR: #333333;
}
H2 A {
	COLOR: #333333;
}
H3 A {
	COLOR: #333333;
}
H4 A {
	COLOR: #333333;
}
H1 A:visited {
	COLOR: #333333;
}
H2 A:visited {
	COLOR: #333333;
}
H3 A:visited {
	COLOR: #333333;
}
H4 A:visited {
	COLOR: #333333;
}

DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #566572;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #566572;
}

TH  {
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #566572;
}


a, a:link, a:active	{
	text-decoration: none;
	color: #003B7A;
}

a:visited	{
	color: #003B7A;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}







SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 	
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none
}

LI {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 9px; 
	BACKGROUND: url(/Portals/2/Skins/Solteq/media/listarrow.gif) no-repeat 0px 3px; 
	PADDING-BOTTOM: 3px; 
	MARGIN: 0px; 
	VERTICAL-ALIGN: middle; 
	COLOR: #656565; 
	PADDING-TOP: 0px
}

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
}

table
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#252F47;
}

/* 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: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px 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 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */


.MainMenu_MenuContainer {
/* päänavin taustaväri reunasta reunaan */
	background-color: #012652; 
}
.MainMenu_MenuBar {
/* ominaisuudet päänavissa */
	cursor: pointer; 
	cursor: hand;
	height: 32px;
	background-color: #012652;
}
.MainMenu_MenuItem { 
/* päänavin teksti */
	color: #ffd503; 
	height: 32px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #cfcfcf 0px solid; 
	border-bottom: #cfcfcf 0px solid; 
	border-top: #cfcfcf 0px solid; 
	border-right: #cfcfcf 0px solid;
}

.MainMenu_MenuItemSel {
/* pää- ja alanavin hover-ominaisuudet */
	height: 32px;
    	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

}


.MainMenu_RootMenuItemSel {
/* päänavin hover-teksti */
	color: #ffd503;
	text-decoration: underline;	
	height: 32px;
}

.MainMenu_RootMenuItemActive {
/* päänavin avoinna olevan sivun menu-ominaisuudet */

	background-color: #ffd503;
	color: #012652;
	height: 32px;
}

.MainMenu_SubMenuItemSel {
/* alanavin hover-teksti */
	color: #012652;
	background-color: #ffd503;  

}


.MainMenu_SubMenu {
/* alanavin ominaisuudet */
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #012652;  

}

.MainMenu_MenuIcon {
/* alanavin icon-ominaisuudet */
	display: none;
	background-color: #012652;
	border-left: #cfcfcf 0px solid; 
	border-bottom: #cfcfcf 0px solid; 
	border-top: #cfcfcf 0px solid; 
	text-align: center; 
	width: 0; 
	height: 32px;
}


.MainMenu_MenuBreak {
/* päänavin valikoiden välistys */
	border-bottom: #cfcfcf 0px solid; 
	border-left: #cfcfcf 0px solid; 
	border-top: #cfcfcf 0px solid;  
	border-right: #cfcfcf 0px solid; 
	background-color: #102652; 
	height: 32px;
}

.MainMenu_MenuArrow {
/* alasivujen nuoli alavalikossa */
	display: none;
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #cfcfcf 0px solid; 
	border-bottom: #cfcfcf 0px solid; 
	border-top: #cfcfcf 0px solid;
}

.MainMenu_RootMenuArrow {
/* alanavin nuoli */
	visibility: hidden;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



.Login {
	color: #ffffff;
    	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold; 
}

.Login:link {
	text-decoration:    none;
	color:  #ffffff;
}

.Login:visited   {
	text-decoration:    none;
	color:  #ffffff;
}

.Login:active    {
	text-decoration:    none;
	color:  #ffffff;
}

.Login:hover {
	text-decoration:    none;
	color:  #ffd503;
}
