/*
 * 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/
 * 
 * File Name: sample.css
 * 	Styles used in the samples pages.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */
body
{
	font-size: 10pt;
	font-family: Arial, Verdana, Sans-Serif;
	background: #003366;

}

table
{
	width: 100%;
	font-size: 10pt;
}

table#okvir
{
	background-color: #FFFFFF;
	width: 760px;
	border: 0px solid #ffffff;
}

table td
{
	border-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input, select, textarea
{
	font-size: 10pt;
	font-family: Arial, Verdana, Sans-Serif;
}

td#leftcolumn
{
	font-size: 10pt;
	background-color: #F1F3F5;
}
td#centercolumn
{
	font-size: 10pt;
	color: #464646;
	padding-left: 2px;
	padding-right: 2px;
	width: 100%;
}

td#mainmenu a
{
	color: #003366;
	width: 130px;
	font-size: 10pt;
	display: block;
	padding: 3px;
	background-image: url('images/blue_plus.gif');
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}
td#mainmenu a:hover
{
	background-color: transparent;
	color: #0099FF;
}
td#mainmenu a.menuTop
{
	background-color: transparent;
	padding-left: 20px;
}
td#mainmenu a.menuMain
{
	background-color: transparent;
	padding-left: 20px;
}
td#mainmenu a.menuSub
{
	padding-left: 23px;
	color: #9F0000;
	font-weight: normal;
	background-color: transparent;
}

a:active {  text-decoration: underline; color: #0000ff}
a:link {  text-decoration: none; color: #003366}
a:visited {  text-decoration: none; color: #006699}
a:hover {  text-decoration: underline; color: #0099FF;}


h1
{
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 10px;
}

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* 
	Just uncomment the following block if you want to avoid spaces between 
	paragraphs. Remember to apply the same style in your output front end page.
*/

P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc0033;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

.errorline {
	font-size: 11pt;
	color: #FF0000;
	}
.idline {
	font-size: 11pt;
	font-weight: bold;
	}
.pageline {
	font-size: 12pt;
	font-weight: bold;
	}
.titleline
{
	font-weight: bold;
	font-size: 13pt;
	color: #cc0033;
}
a img {border:none;}
div {font-size:12px;}
