/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * File Name: fck_editorarea.css
 * 	This is the default CSS file used by the editor area. It defines the
 * 	initial font of the editor and background color.
 * 
 * 	A user can configure the editor to use another CSS file. Just change
 * 	the value of the FCKConfig.EditorAreaCSS key in the configuration
 * 	file.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

/* vp virittely 20051217 */

body, p, td {
	font-family: arial,verdana,sans-serif;
	font-size: 10pt;
}
body, p, td {margin: 0px; padding: 0px;}                

.ots1, h1  {
    color: #666;
    color: #e77624;
    color: #e52;
    background-color: #fd9;
    border-bottom: 1px solid #c96;
    border-left: 32px solid #c96;
    margin: 12px 30px 12px 0px;
    padding: 4px 0px 2px 16px;
    font-size: 160%;
    font-weight: bold;
}
h2  {
    color: #333;
    color: #e77624;
    color: #e52;
    background-color: #fd9;
    border-bottom: 1px solid #c96;
    border-left: 24px solid #c96;
    margin: 12px 30px 12px 0px;
    padding: 2px 2px 1px 24px;
    font-size: 120%;
    font-weight: bold;
}
h3, h4  {
    color: #666;
    color: #e77624;
    color: #e52;
    margin: 12px 0px 12px 0px;
    padding: 1px 2px 1px 0px;
    font-size: 100%;
    font-weight: bold;
}

.debug {
	font-size: 8pt;
	color: #fc9;
	background-color: #699;
}
.hallintakyse   {
	color: #993;
	width: 50px;
	background-color: #ddd;
	border: 2px solid red;
}
.muokkaus {
	margin: 2px;
	padding: 2px;
	font-size: 10pt;
	color: #930;
}
.riv1a { background-color: #ffc; }
.riv1b { background-color: #fcf; }
.sol1  { border: 1px solid #ccc;}
#pridiv, #lomdiv    {
	position: absolute;
	top 0;
	width: 28px;
	height: 28px;
}                                            
#pridiv {   left: 0px;}
#lomdiv {   left: 32px;}
a#pri img, a#lom img    {
display: block;
border: 1px solid #ccc;
}
a#pri, a#lom    {
display: block;

}
a#pri:hover, a#lom:hover    {
background-color: #ff6;
}

ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}

