/*
   Edit by: $Author: mcbig $
   Edit Date: $Date: 2007/01/02 16:13:11 $
   Version: $Revision: 1.4 $
*/
BODY {
	background: white;
        background-image: url(data/background.png);
        background-position: 90% 90%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-padding: 50px;
	color: #000000;
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	text-decoration: none;
	text-transform: none;
}

TEXTAREA {
    border-bottom-width: 1px;
    border-color: #000000;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    font-size: 10pt;
}

INPUT {
    background-color: #FFFFFF;
    border-bottom-width: 1px;
    border-color: #000000;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    color: #000000;
    font-size: 8pt;
}

BUTTON{
    /* toto funguje v IE ve firefoxu ne*/
    /* Ie gets input type button from this class
     * Firefox gets this class for button tag
     * Opera gets this class for button tag but (probably some bug) need background-color: #ffffff;
     * */
    background-color: white;
    border-right:1px solid black;
    border-bottom:1px solid black;
    border-left:1px solid #aaaaaa;
    border-top:1px solid #aaaaaa;
    color: #000000;
    font-size: 8pt;
}

.button, .button:visited {
    background-color: white;
    border-right:1px solid black;
    border-bottom:1px solid black;
    border-left:1px solid #aaaaaa;
    border-top:1px solid #aaaaaa;
    color: black;
    font-size: 8pt;
    padding: 1px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}


SELECT {
    border-bottom-width: 1px;
    border-color: #000000;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    color: #000000;
    font-size: 8pt;
}

TD {
    height: auto;
    /*vertical-align: top;*/
    padding: 0pt;
    /*background-color: #E4E4E4;*/
}

p {
    margin-top: 2px;
    margin-bottom: 2px;
    text-indent: 30px;
    text-align: justify;
}

TABLE {
    font-size: 10pt;
}

A {
    background-color: transparent;
    color: black;
    text-decoration: underline;
}

A:visited {
    background-color: transparent;
    color: black;
    text-decoration: underline;
}

A:hover {
    color: black;
    text-decoration: underline;
}

IMG {
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}

small {
    font-size: 8pt;
}

/*

phpBlamewok


*/

.line{
    background: black;
    height:1px;
    overflow: hidden;
    width: 90%;
}

.fullline{
    background: #9d9dd3;
    height:1px;
    overflow: hidden;
    width: 100%;
}

.bold {
    font-weight: bold;
}

.underline td {
    background-color: transparent;
    text-align: right;
}
.underline td.line {
    /*background-color: #3366ff;*/
}

/* Main Menu */
#MainMenuBar {
    color: darkblue;
    font:12px arial,sans-serif;
    text-decoration:none;
}
#MainMenuBar a {
    color: darkblue;
    padding-left:2px;
    padding-right:2px;
    margin: 1px;
    border-bottom:2px solid black;	/* podtrzitka v baru */
}
/* submenu v menu baru*/
#MainMenuBar div {
	visibility:hidden;
	position:absolute;
	border:1px solid black;
        background-color:white;
	width:110px;
        margin-top: -1px;
        /*kdo nehackuje s nami, hackuje proti nam
          tenhle hack opravi chybu IE, ktery margin nebere
          od spodniho ale horniho kraje :S ;) */
        _margin-top: 15px;
}
/* submenu ze submenu*/
#MainMenuBar div div {
	margin-top: -15px;
	left: 100px;
}
/* polozky v submenu */
#MainMenuBar div a {
        padding-left:5px;
        padding-right:5px;
        padding-top: 2px;
        padding-bottom: 2px;
	display:block;
	border: 0px;
        width:110px;
}

/* ------------ Main Menu */
#MainMenu {
    margin: auto;
    color: darkblue;
    font:12px arial,sans-serif;
    text-decoration:none;
    width:120px;

}
/* polozky v submenu */
#MainMenu a {
    color: darkblue;
    padding-left:5px;
    padding-right:5px;
    padding-top: 2px;
    padding-bottom: 2px;
    display:block;
    width:110px;
    text-decoration: none;
}

#MainMenu a:hover {
    text-decoration: underline;
}

/* submenu v menu baru*/  
#MainMenu div {
    visibility:hidden;
    position:absolute;
    margin-top: -15px;
    width:120px;
    left: 100px;
    background-color:white;
    border:1px solid #9d9dd3;
}

/*----------- formulare -----------*/
.FormPanel {
    text-align: right;
    vertical-align: top;
    height: 20px;
}

.FormHeader {
    text-align: left;
    font-weight: bold; 
}

.FormButtons {
    text-align: left;
}

a.close {
	padding-right: 20px;
	padding-bottom: 20px;
	background-image: url("images/close.gif");
	background-repeat: no-repeat;
}

a.hide {
	padding-right: 20px;
	padding-bottom: 20px;
	background-image: url("images/hide.gif");
	background-repeat: no-repeat;
}

/* ---------- Status Bar -------------------- */
.Info {
    position:static;
    border:1px solid darkgreen;
    background-color:transparent;
}

.Inf {
    position:static;
    border:1px solid darkblue;
    background-color:lightblue;
}

.Err {
    border:1px solid darkred;
    background-color: MistyRose;
}
.War {
    position:static;
    border:1px solid orange;
    background-color:cornsilk;
}
.Dbg {
    position:static;
    border:1px solid darkgreen;
    background-color:lightgreen;
}

/* ------------ prehledy ------------- */

.view_page {
    width: 90%;
    margin: auto;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.row_left {
    width: 33%;
    padding-left: 10pt;
    text-align: left;
    background-color: transparent;
}

.row_right {
    width: 33%;
    padding-right: 10pt;
    text-align:right;
    background-color: transparent;
}

.row_pages {
    width: 33%;
    text-align:center;
    background-color: transparent;
}

.header {
    color: black;
    font-weight: bold;
    font-size: 9pt;
}

/*----------- uzivetlske formulare -----------*/

.View_texts{
    text-align: justify;
}

.View_texts tr:hover {
    background-color:#dedede;
}
.View_menu tr:hover {
    background-color:#dedede;
}

#MainBanner {
    background-color: #9d9dd3;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#LoginName {
    margin-left: 3px;
    margin-right: 3px;
    text-align: right;
    /*background-color: black;*/
    color: black;
}

.MainBoard{
    padding: 5px;
    width:100%;
}
.LeftBoard{
    padding: 5px;
    padding-left: 10px;
    width:120px;
}
.RightBoard {
    padding: 5px;
    padding-right: 10px;
    width:120px;
}

.title{
    width:120px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10pt;
    border: 1px solid #9d9dd3;
    color: black;
    margin-bottom: -1px;
}

.text {
    margin-top: 2px;
    margin-bottom: 2px;
    /*text-indent: 30px;*/
    text-align: justify;
}

.View_news .tr:hover {
    color: #202020;
}
