/*
Copyright (c) 2004 by Petr Bohac
---------------------------
This file is part of VerliAdmin, www interface for VerliHub.
http://bohyn.czechweb.cz

VerliAdmin is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

VerliAdmin is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with VerliAdmin; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

BODY
	{
	background-color: #9FB0C0;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #9FB0C0;
	scrollbar-face-color: #9FB0C0;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

IMG
	{border-width: 0px;}

A
	{
	color: blue;
	text-decoration: none;
	}
A:HOVER
	{
	color: red;
	text-decoration: underline;
	}

INPUT, TEXTAREA, SELECT, IFRAME
	{
	font-size: 10px;
	background-color: #CFDFDF;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #CFDFDF;
	scrollbar-face-color: #CFDFDF;
	scrollbar-shadow-color : #000000;
	scrollbar-highlight-color: gray;
	}

.b0
	{border-width: 0px;}
.b1
	{
	border-width: 1px;
	border-color: black;
	border-style: solid;
	}
.b1top
	{
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: solid;
	}

.b
	{font-weight: bold;}

.header
	{
	font-weight: bold;
	font-size: 12px;
	}

.leftpanel {
	font-size: 9px;
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #CFDFDF;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	float : left;
}
.rightpanel {
	font-size: 0px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #CFDFDF;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	float : right;
}

.h1 {
	background-color: transparent;
	color: #CFDFDF;
	font-weight: 900;
	font-size: 50px;
	font-family: "Times New Roman", Times, serif;
}
.h2 {
	background-color : transparent;
	color : #CFDFDF;
	font-weight : bold;
	font-size : 20px;
}
.h3 {
	background-color : transparent;
	color : #CFDFDF;
	font-weight : bold;
	font-size : 15px;
}

.bg_light
	{background-color: #CFDFDF;}
.bg_dark
	{background-color: #9FB0C0;}

.red
	{color: red;}
.black
	{color: black;}
.light_blue
	{color: #0080ff;}

.fs12px
	{font-size: 12px;}
.fs10px
	{font-size: 10px;}
.fs9px
	{font-size: 9px;}
.fs8px
	{font-size: 8px;}
.fs0px
	{font-size: 0px;}

.center
	{text-align: center;}
.right
	{text-align: right;}
.left
	{text-align: left;}
.bottom
	{vertical-align: bottom;}
.top
	{vertical-align: top;}

.w250px
	{width: 250px;}
.w300px
	{width: 300px;}

.footer {
/*	position: static;
	left: 0px;
	bottom: 0px;*/
	background-color: #CFDFDF;
	border-width: 1px;
	border-color: black;
	border-style: solid;
/*	border-top-width: 1px;
	border-top-color: black;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;*/
	font-size: 10px;
	width: 100%;
}