﻿/* --- WOWEBSHOP CSS ---*/


/*--- BODY styles ---*/
html, body
{
	margin: 0px;
	padding: 0px;	
}

body
{
	margin: 0px;
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C0C0C0;
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
	border: solid 1px black;
}

form
{
	/*margin: 0px 0px 5px 0px;*/
}

/* -- DIVs -- */
div#Master
{
	max-width:980px;
}

div#Header
{
	width: 100%;
	max-width:980px;
	height: 30px;
	background-color: #99AAEE;
	border-collapse: collapse;
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: White;
	vertical-align: middle;
	border-bottom: solid 1px black;
}

div#Content
{
	width:100%;
	max-width:980px;
	min-height:500px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px #666666 solid;
	padding: 0px;
	border: 0px;
	height:100%;
}

div#Footer
{
	width:100%;
	max-width:980px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px black;
	background-color: white;
}

div#MainContent
{
	position: absolute;
	width: 90%;
	height: 100%;
	overflow: hidden;
	overflow-x: hidden;
}

div#ShoppingBasket
{
	width: 100%;
	position: absolute;
	bottom: 25px;
}

div#WebShopTabs
{
	max-width: 980px;
	vertical-align: top;
	left: 0px;
	top: 0px;
	padding: 5px;
	border: 0px;
}

div#UserInformation
{
	font-size: small;
	padding: 5px;
	width:100%;
	/*text-align:center;*/
}


div#MenuDiv
{
	background-color: #CCCCFF;
	border-collapse: collapse;
	border-bottom:1px black solid;
	width:100%;
	padding-bottom:10px;
}

/* -- CLASSES -- */

td.SelectedTab
{
	text-align: center;
	font-size: medium;
	color: #fff;
	background: #2647a0 repeat-x left -1400px;
}

td.InactiveTab
{
	text-align: center;
	font-size: medium;
	color: #999999;
	background: #d8d8d8 repeat-x;
	vertical-align: bottom;
}

td.MenuDivLeft
{
	width: 25%;
	max-width: 245px;
	text-align: center;
	font-size: small;
	vertical-align: top;
	border-bottom-width: 1px;
	border-collapse: collapse;
}

td.MenuDivRight
{
	width: 74%;
	max-width: 700px;
	font-size: small;
	vertical-align: top;
	border-bottom-width: 1px;
	border-collapse: collapse;
}

table#FooterContactTable
{
	border-top: 1px gray solid;
	border-collapse: collapse;
	width: 100%;
}

table#HeaderTable
{
	border-bottom: 1px gray solid;
	width: 100%;
}


.Wide
{
	width: 100%;
	vertical-align: top;
	overflow:auto;	
}

.TableWide
{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.CellTitle
{
	background: #99AAEE;
	color: White;
	height: 20px;
	font-weight: bold;
	border: 1px black solid;
	display:block;
	width:100%;
}

.CellTitleContent
{
	padding-bottom: 2px;
	padding-top: 2px;
}

.ContentCellTitle
{
	font-size:small;
	background:#CCCCFF;
	font-weight: bold;
	border: 1px black solid;
	text-align: center;
	display:block;
	width:98%;
	vertical-align:middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ContentCell
{
	height: 100%;
	vertical-align: top;
	padding-bottom: 2px;
	padding-top: 4px;
}

.ContentTableWide
{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.TabsTable
{
	width: 100%;
	vertical-align: top;
	border-bottom: solid 5px #2647a0;
	padding: 0px 0px 0px 1px;
	margin:0px;
}

.Centered
{
	/*text-align: center;*/
	margin-left:auto;
	margin-right:auto;
}

.Summary
{
	font-size: small;
	text-align: center;
	border: 1px black solid;
	overflow:auto;
}


/*
	26.8.2009 Jukka Arola
	Vaihdettu painikkeen tyyliä
*/
.Button
{
	/*padding:2px;
	font-family: Arial,sans-serif;

	font-weight: bold;
	color: Black;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
	height: 25px;*/
	font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	background: #d8d8d8;
	border:1px solid; 
	border-color: black;
	text-transform: uppercase;
	border-style: solid;
}

/*
	26.8.2009 Jukka Arola
	hover-tyyli painikkeille
*/
input.hov
{	
	background-color: #B1B1B1;
	border-style: dotted;
}

.TxtBox
{
	border-color: Black;
	border-width: 1px;
	border-style: solid;
	width: 200px;
	height: 25px;
}

.WebShopTabs
{
	/*max-width: 980px;*/
	width:100%;
	vertical-align: top;
	left: 0px;
	top: 0px;
	padding: 5px;
	border: 0px;
	border-style: solid;
	overflow:visible; /*lisätty aki */
}

div.processBackground {
    position: fixed; 
    top: 0px; 
    bottom: 0px; 
    left: 0px;
    right: 0px;
    overflow: hidden; 
    padding: 0; 
    margin: 0; 
    background-color: Gray; 
    filter: alpha(opacity=30); 
    opacity: 0.3; 
    z-index: 1000000;
    
    background-image: url('/WebOlki/Images/DB_Loader_2.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

