/*
   Edit by: $Author: mcbig $
   Edit Date: $Date: 2008/11/12 01:31:29 $
   Version: $Revision: 1.9 $
*/
BODY {
    background: #fff;
    color: #000;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-variant: normal;
    font-size: 9pt;
    font-weight: normal;
    margin: auto;
    width: 760px;
    text-decoration: none;
    text-transform: none;
    position: relative;
}

TEXTAREA, .textarea {
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    border-left:1px solid black;
    border-top:1px solid black;
    background-color: #eee;
    font-size: 8pt;
    width:100%;
}

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

INPUT {
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    border-left:1px solid black;
    border-top:1px solid black;
    background-color: #f5f5f5;
    font-size: 8pt;
}

.disabled {
    background-color: #ddd;
    color: #555;
}

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 #aaa;
    border-top:1px solid #aaa;
    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 #aaa;
    border-top:1px solid #aaa;
    color: black;
    font-size: 8pt;
    padding: 1px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}


SELECT {
    border-right:1px solid black;
    border-bottom:1px solid black;
    border-left:1px solid #aaa;
    border-top:1px solid #aaa;

    
    color: #000;
    font-size: 8pt;
    background-color: #eee;
}

TD {
    height: auto;
    padding: 0;
    vertical-align: top;
}

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

TABLE {
    font-size: 10pt;
}

A {
    background-color: transparent;
    color: #006400; /* darkgreen */
    text-decoration: none;
}

A:visited {
    background-color: transparent;
    color: #006400;
    text-decoration: none;
}

A:hover {
    color: #006400;
    text-decoration: none;
}

img, .img {
    border: 0px;
}

small {
    font-size: 8pt;
}

h1 {
    margin-top:5px;
    margin-bottom:5px;
    font-size: 14pt;
    line-height: 18pt;
}

h2 {
    color: #0000a0;
    font-size: 12pt;
    line-height: 15pt;
}

h3 {
    margin-top:5px;
    margin-bottom:2px;
    font-size: 11pt;
    color: #303030;
}

h6 {
    margin: 1px;
    line-height: 10pt;
}

pre {
    padding: 10px;
    background: #f0f0f0;
    color: #303030;
    border: 1px dotted lightgreen;
}

pre.code {
    max-width: 530px;
    overflow: auto;
}

/*

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 {
}

.wysiwyg_toolbar {
    border: solid 1px #696969;
    background-color: #D3D3D3;
    font-size: 9px;
}

.wysiwyg_toolbar img {
    text-decoration: none;
    border: solid 1px transparent;
    |border: solid 0px transparent;
}

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

.wysiwyg_toolbar select {
    vertical-align: top;
    border: solid 1px #696969;
    background-color: #D3D3D3;
}

.wysiwyg_color_table {
    position: absolute;
    visibility: hidden;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid #696969;
    border-left: 1px solid #696969;
}

.wysiwyg_color_table a {
    text-decoration: none;
}

.wysiwyg_color_table td {
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.wysiwyg_color_table td div{
    width: 15px;
    height: 15px;
}

.wysiwyg_style_list {
    visibility: hidden;
    background-color: #d3d3d3;
    position: absolute;
    border: 1px solid #696969;
}
.wysiwyg_style_list a {
    text-decoration: none;
}
.wysiwyg_style_list span, .wysiwyg_style_list pre,
.wysiwyg_style_list h1, .wysiwyg_style_list h2,
.wysiwyg_style_list h3, .wysiwyg_style_list h4,
.wysiwyg_style_list h5, .wysiwyg_style_list h6{
    padding-left: 10px;
    padding-right: 10px;
    
}

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

#MainMenuBar a {
    color: #006400;
    padding:2px;
    margin: 0px;
    text-decoration: none;
    white-space: nowrap;

}
#MainMenuBar a:hover {
    text-decoration: none;
    background: #D3D3D3;
}

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

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

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

#MainMenuBar ul a {
    display:inline;
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap;
}

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

/* ------------ Main Menu */
#MainMenu {
    position: relative;
    color: #006400;
    font-size: 9pt;
    line-height: 10pt;
    text-decoration:none;
    width:120px;
    white-space: nowrap;
}
/* polozky v submenu */
#MainMenu a {
    color: #006400;
    padding-left:15px;
    padding-right:15px;
    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 #b0c4de;
}

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

form {
    background: white;
    padding:0;
    margin:0;
    font-size: 9pt;
    line-height: 12pt;
}

.hidden_form {
    border: 1px solid #303030;
}

.FormPanel {
    background: #9d9dd3;
    color: black;
    text-align: right;
    height: 15px;
    border-bottom: 1px solid #303030;
}

.form_title {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    text-align: left;
    font-family: monospace;
    font-size: 9px;
    line-height: 12pt;
    display: block;
    float: left;
    white-space: nowrap;
}

.FormButtons {
    text-align: left;
    float: none;
    padding: 2px;
    margin: 0px;
}

.FormBody {
    padding: 10px;
}

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

.Inf {
    position:static;
    border:1px solid #0000a0;
    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 #006400;
    background-color:lightgreen;
}

#splash {
    position: fixed;
    _position: absolute;
    visibility: hidden;
    width: 200px;
    height: 80px;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80, style=2);
}
#splash div {
    padding: 5px;
    color: #9d9dd3;
    font-size: 22px;
}

#prev_img {
    border: 5px solid #505050;
    position: fixed;
    visibility: hidden;
}

#galery_div {
    border: 5px solid #505050;
    background: white;
    position: fixed;
    |position: absolute;
    visibility: hidden;
}
#galery_div div {
    text-align: center;
    padding: 5px;
}

.note {
    background: transparent url(images/note.gif) 100% 0 no-repeat;
    padding-right: 7px;
}
.note div {
    background: white;
    border: 1px solid gray;
    margin-left: 10px;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    visibility: hidden;
}
.note:hover div {
    visibility: visible;
}

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

.view {
    width: 100%;
}

.view tr:hover {
    background: #D3D3D3;
}

.view tr.header:hover {
    background: none;
}

.view_page {
    width: 90%;
    margin: auto;
    clear: both;
}
.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;
    line-height: 12pt;
}

.view_operations {
    white-space: nowrap;
    text-align: right;
}

.right {
    text-align: right;
}
.left {
    float:left;
}

.tree {
    padding-left: 5px;
}

.tree_plus {
    padding-left: 5px;
}

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

.View_texts{
    text-align: justify;
}

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

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

#main_banner {
    width: 750px;
    height: 90px;
    margin-top: 2px;
    padding-top: 10px;
    text-align: right;
    background: url('images/zeropage_hlavicka.png');
}
.links {
    font-size: 9pt;
    line-height: 14pt;
    font-weight: bold;
}
.page_title {
    color: #0000a0;
    font-weight: bold;
    font-size: 16pt;
    line-height: 19pt;
    margin-top: 7pt;
    margin-top: 5pt;
}
.page_title a {
    color: #0000a0; /* darkblue */
}

.lang_select {
    text-align:right;
}

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

.main_panel{
    position: relative;
    width:100%;
    padding-right: 10px;
}
.left_panel{
    position:relative;
}

.right_panel {
    position:relative;
}
.logo_panely{
    text-align: center;
}

#footer {
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

#footer a {
    color: black;
}


.title{
    width: 180px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 9pt;
    line-height: 11pt;
    color: black;
    margin: 0px;
    margin-bottom: 2px; 
}

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

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

.hot_news_view {
    padding-bottom: 15px;
}

.hotnew {
    font-size: 8pt;
    line-height: 11pt;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
}


#WTextsTextEdit_text, #WTextsTextEdit_text_textarea{
    height: 400px;
    width: 100%;
}

.category_navigation {
    padding-top: 10px;
    padding-bottom: 15px; 
}

/*
 *  public forum 
 * */

.morias_links_view a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 9pt;
    line-height: 11pt;
}

.morias_forum_view table {
    width: 100%;
}
.morias_forum_view tr:hover {
    background: none;
}

.morias_forum_table {
    border-spacing: 0px;
    width: 100%;
}
.morias_forum_table .title, .morias_forum_table .title:hover {
    /*background: #9d9dd3;*/
    color: #0000a0;
}

.morias_forum_link {
    font-size:  8pt;
    line-height: 11pt;
}

.morias_files table {
    width: 100%;
}

#morias_files_form {
    z-index: 1;
}

#morias_files_form .form_title{
    |width: 295px;
}

#morias_files_form .info {
    border: 0px;
    font-size: 8pt;
    line-height: 11pt;
    color: #8f0000;
}

.date {
    color: #888888;
    font-size:  8pt;
    line-height: 11pt;
    text-align: right;
}

.View_users table {
    width: 100%;
}

/* -------------------------------------------------------------------
 *                             Morias articles
 * ------------------------------------------------------------------- */
#morias_article_edit_home_text, #morias_article_edit_home_text_textarea {
    height: 100px;
    width: 100%;
}
#morias_article_edit_body_text, #morias_article_edit_home_body_textarea {
    height: 250px;
    width: 100%;
}
.article_top_view h4 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 2px;
    margin-bottom: 1px;
    font-size: 9pt;
    line-height: 11pt;
    font-weight: normal;
}
.tags {
    float: right;
    border: 1px solid black;
    padding: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size:  8pt;
}

/* -------------------------------------------------------------------
 *                             Morias galeries
 * ------------------------------------------------------------------- */
.morias_galery_view_all .tr {
    width: 120px;
    height: 170px;
    padding: 5px;
    float: left;
}
.morias_galery_view_all h2 {
    height: 22pt;
    font-size: 10pt;
}
.morias_galery_view_galery .tr {
    width: 110px;
    height: 140px;
    float: left;
}
