/*
   Edit by: $Author: mcbig $
   Edit Date: $Date: 2007/11/15 09:27:17 $
   Version: $Revision: 1.4 $
*/
BODY {
        width: 700px;
        background: #5E5E5E url(images/bg.gif) repeat-y top center;
	color: #000000;
	font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
	font-variant: normal;
	font-size: 96%;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
        margin: auto;
	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;
    border-spacing: 0px;
}

A {
    background-color: transparent;
    color: #99cc05;
    text-decoration: underline;
}

A:visited {
    background-color: transparent;
    color: #99cc05;
    text-decoration: underline;
}

A:hover {
    color: #99cc05;
    text-decoration: underline;
}

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

small {
    font-size: 8pt;
}   

h2 {
    width: 100%;
    border-bottom:1px solid  #99cc05;
    margin-top: 2px;
}

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

phpBlamewok


*/

hr{
    width: 91%;
}

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

.fullline{
    background: #8ABC00;
    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 {
    background: transparent url(images/navi.png) repeat 0 0;
    min-height: 31px;
    color: white;
    font-size: 14px;
    text-decoration:none;
    text-align:right;
}

#MainMenuBar a {
    white-space: nowrap;
    background: transparent url(images/navi.png) repeat-x 0 0;
    color: white;
    text-decoration: none;
    line-height: 30px;
    padding: 6px 5px 5px 15px;
}
#MainMenuBar a:hover,
#MainMenuBar a:active {
    text-decoration: none;
    background: transparent url(images/navi_active.png) no-repeat center bottom;
}

#MainMenuBar ul {
    padding: 0px;
    margin: 0px;
    list-style-type:none;
}

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

#MainMenuBar ul ul {
    display:block;
}

#MainMenuBar ul a {
    background: transparent url(images/navi.png) repeat-x 0 0;

    white-space: nowrap;
}

#MainMenuBar ul a:hover,
#MainMenuBar ul a:active {

}

/* submenu v menu baru*/
#MainMenuBar div {
    background: black;
    visibility:hidden;
    position:absolute;
    width:150px;
    margin-top: -5px;
    border:1px solid white;
    text-align: left;
    z-index: 100;
    white-space: nowrap;
}
/* submenu ze submenu*/
#MainMenuBar div div {
	margin-top: -15px;
	left: 100px;
}
/* polozky v submenu */
#MainMenuBar div a {
        padding-left:5px;
        padding-right:5px;
	display:block;
	border: 0px;
        width:140px;
}

#MainMenuBar div a:hover,
#MainMenuBar div a:active {
    font-weight: bold;
    background: transparent url(images/navi.png) repeat-x 0 0;
}

/* ------------ 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: 100px;
    left: 40%;
    top: 40%;
    text-align: center;
    /*border:1px solid black;
    background-color:white;*/
    background-color: transparent;
}
#splash div {
    width: 9px;
    height: 9px;
    margin:5px;
    padding: 0px;
    float: left;
    border:1px solid black;
    background-color: #8ABC00;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50, style=2);
}

#splash span {
    padding: 5px;
    color: black;
    font-size: 30px;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50, style=2);
}


/* ------------ 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 {
    height:120px;
    background-color: #666;
    background: transparent url(images/header_bg2.jpg) repeat-x left top;
    font-size: 1.2em;
    color: #FEF4DF;
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 10px;
}

#MainBanner h1 {
    font-size: 3em;
    padding: 10px 0 0 0;
    margin-bottom: 0;
}

#MainBanner img {
    margin-top: 30px;
}

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

.MainBoard{
    background: white;
    padding: 10px;
    width: 500px;
}

.RightBoard {
    background: white;
    padding: 5px;
    width:170px;
}

#footer {
    margin: auto;
    clear: both;
    text-align: center;
    width: 700px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333;
    color:#FFF;
}

.title {
    background: #8ABC00 url(images/sidebar.gif) no-repeat top left;
    width:150px;
    margin-bottom: -1px;
    color:#FFF!important;

    font-weight: normal;
    padding: 2px 5px 2px 10px;
    margin-right:0px;
}

.new_title,
.new_title a {
    color: #8ABC00;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}

.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: #444;
    /*color: #333!important;
    font-weight: bold;
    border-bottom: 1px solid black;*/
}

.public_links_view {
    margin-bottom: 20px;
}

.public_links_view .title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.public_links_view a {
    background: transparent url(images/bullet.gif) no-repeat center left;
    font-size: 0.8em;
    padding-left: 15px;
    margin-left: 5px;
    text-decoration: none;
}

.rss_panel {
    margin-bottom: 20px;
}
.rss_panel .title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.rss_panel .tr a {
    background: transparent url(images/bullet.gif) no-repeat center left;
    font-size: 0.8em;
    padding-left: 15px;
    margin-left: 5px;
    text-decoration: none;
}
.rss_panel .title a {
    color:#FFF!important;
    text-decoration: none;
}

#public_login_sql_login_form {
    margin-top: 5px;
}

#public_login_sql_login_form .FormBody {
    padding-left: 10px;
}

#public_login_sql_login_form .FormButtons {
    padding-left: 10px;
}

