﻿/*
	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: normal 22px Arial, sans-serif;
    color: #cc0000;
	margin: 0 0 13px 0;
}

h2, *.subheading { 
    font: normal bold 12px Arial;
    color: #666;
}

*.normal_text, p { 
    color: #666;
    padding: 0;
    margin: 8px 0 8px 0;
    font: normal 12px Arial;
}

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;
}


div#content-holder div#content-container div.html_area_block span.normal_text img 
{
	/* IE6 fix for disappearing floated images in div without dimensions */
	position: relative;
}
