﻿/*
	HTML AREA CLASSES

	Note: Using relative sizes for fonts will look bigger in the editor than on the site. 
    That is why they should not be used.

	HUOM!

	Tähän tiedostoon ainoastaan stylet:

	h1, h2,	h3, 
	.normal_text, p		( .normal_text on sama kuin p )
	
	+ Solun omat:
	
	.toolbar_text	Toolbarin teksti
	.toolbar_table	Toolbarin table
	.toolbar_select	Toolbarin selecti
	.toolbarpopup	Toolbarin popuppi (WYSIWYG editointi)

	Muista saataa marginii h12 styleista. margin-bottom: ..px; margin-top: ..px;
*/

h1, .heading  { 
	font-size: 16px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	display: block; 
	margin: 0 0 10px 0;
	/* colors only in customer.css */
}

h2, .subheading { 
	font-size: 14px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	display: block; 
	margin: 0 0 10px 0;
	/* colors only in customer.css */
}

.normal_text, p {
	font-size: inherit;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/* colors only in customer.css */
}

a img { 
	border: 0;
}


/*********** Don't touch
toolbar
*******/

.toolbar_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
}

.toolbarpopup
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
}

.toolbarselect
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 8pt;
	text-decoration: none;
}

.toolbar_table
{
	background-color: #999999;
	border-bottom: solid 1px #ffffff;
/*	position: fixed;
	top: 0px;
	left: 0px; */
}

.solu_debug
{
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	position: absolute;
	background: #ccccff;
	border: 1px solid black;
	z-index: 3;
	margin: 0;
	padding: 0;
}


