/*
   Edit by: $Author: mcbig $
   Edit Date: $Date: 2008/07/05 08:51:41 $
   Version: $Revision: 1.6 $
*/
BODY {
	background: white;
        background-image: url(images/background.png);
        background-position: 90% 90%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-padding: 50px;
	color: #000000;
	font-family: Tahoma, 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, .textarea {
    border-bottom-width: 1px;
    border-color: #000000;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    width:100%;
    /*height:250px;*/
}

.textarea iframe {
    border: 0px;
    width:100%;
    height:100%;
}
.textarea textarea {
    border: 0px;
     height:249px;
}

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-family: Tahoma, Arial, Helvetica, sans-serif;
    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;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.button, .button:visited, .button:hover {
    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;
}

h3 {
    margin-top:5px;
    margin-bottom:2px;
}
/*

phpBlamewok


*/

hr{
    width: 91%;
}

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

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

.bold {
    font-weight: bold;
}

.red {
    color:red;
}

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

.wysiwyg_toolbar {
    border: solid 1px DimGray;
    background-color: LightGray;
    font-size: 9px;
}

.wysiwyg_toolbar img {
    text-decoration: none;
    border: solid 1px transparent;
/*    padding-left: 5px;
    padding-right: 5px;*/
}

.wysiwyg_toolbar img:hover {
    background-color: Silver;
    border-bottom: solid 1px DimGray;
    border-top: solid 1px DimGray;
    border-left: solid 1px Gray;
    border-right: solid 1px Gray;
}

.wysiwyg_toolbar select {
    vertical-align: top;
}


/* Main Menu */
#MainMenuBar {
    /*position: relative;*/
    color: darkblue;
    font:12px arial,sans-serif;
    text-decoration:none;
    text-align:right;
 /*   display:inline;*/
}

#MainMenuBar a {
    color: darkblue;
    padding:2px;
    margin: 0px;
    /*border-bottom:2px solid black;	/* podtrzitka v baru */
    text-decoration: none;

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

#MainMenuBar ul {
   /* height: 14px; /*cause IE :@*/
    padding: 2px;
    padding-left: 0px;
    margin: 0px;
}

#MainMenuBar li {
    list-style-type:none;
}

#MainMenuBar ul ul {
    padding: 2px;
    padding-right: 10px;
    margin: 0px;
    display:block;
}

#MainMenuBar ul a {
    display:inline;
    padding-left: 2px;
    padding-right: 2px;
    border-bottom :1px solid #9d9dd3;
    white-space: nowrap;
}

/* submenu v menu baru*/
#MainMenuBar div {
	visibility:hidden;
	position:absolute;
        width:120px;
        margin-top: -1px;
	background-color:white;
        border:1px solid #9d9dd3;
	text-align: left;
        /*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 {
    position: relative;
    margin: auto;
    color: darkblue;
    font:12px arial,sans-serif;
    text-decoration:none;
    width:120px;
    white-space: nowrap;
}
/* polozky v submenu */
#MainMenu a {
    color: darkblue;
    padding-left:5px;
    padding-right:5px;
    padding-top: 2px;
    padding-bottom: 2px;
    display:block;
    width:100%;
    text-decoration: none;
}

#MainMenu li {
    list-style-type:none;
}

#MainMenu ul {
    padding: 2px;
    padding-left: 0px;
    margin: 0px;
}

#MainMenu ul ul {
    padding: 2px;
    padding-left: 10px;
    margin: 0px;   
}

#MainMenu ul a {
    display:inline;
    width:110px;
}

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

/* submenu v menu baru*/  
#MainMenu div {
    visibility:hidden;
    position:absolute;
    margin-top: -15px;
    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;
}

#splash {
    position: absolute;
    visibility: hidden;
    width: 200px;
    height: 80px;
    left: 40%;
    top: 40%;
    text-align: center;
    border:1px solid darkblue;
    background-color:lightblue;
}
#splash div {
    width: 9px;
    height: 9px;
    margin:5px;
    padding: 0px;
    float: left;
    border:1px solid darkred;
    background-color: MistyRose;
    
}


/* ------------ 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{
    position:relative;
    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;
}

.public_forum_view table {
    width: 100%;
}

.public_forum_table {
    border-spacing: 0px;
    width: 100%;
}

.public_forum_table .title {
    background-color: #9d9dd3;
}

