﻿/*
	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, 
	p, .normal_text		( .normal_text on sama kuin p )

	.toolbar_text	Toolbarin teksti
	.toolbar_table	Toolbarin table
	.toolbar_select	Toolbarin selecti
	.toolbarpopup	Toolbarin popuppi (WYSIWYG editointi)

	Jos haluat headingille padding-top:in muuksi kuin 3px, niin erottele
	esim. h1 ja cms_header1 niin että cms_header1:lle jää 3px padding top ja
	h1:lle se mitä saitilla pitää olla. Näin style toimii myös adminissa.

	Muista saataa marginii h123456 styleista. margin-bottom: 0px; margin-top: 0px; display: inline;
*/

h1, .heading { 
	font-size: 18px; 
	/*line-height: 18px;*/
	font-weight: bold; 
	display: block; 
	margin: 0 0 15px 0; 
	font-family: 'Verdana', 'sans-serif' 
}

.headingError{ 
	font-size: 18px; 
	line-height: 18px;
	font-weight: bold; 
	display: block; 
	margin: 0 0 10px 0; 
	font-family: 'Verdana', 'sans-serif' 
}
h2, .subheading { 
	font-size: 15px;
	font-weight: normal;
	display: block;
	margin: 0 0 22px 0;
	font-family: 'Verdana', 'sans-serif'
}

.normal_text, p { 
	font-family: 'verdana', 'sans-serif'; 
	font-size: 11px; line-height: 135%
}

a img     { border: 0; }

/******
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;
}



