body {background-color: #f9ecde;}
td {font-family: verdana, arial;
    font-size: 12px;
    color: black;
    background-color: #fad4b8;
    }
    
table.main_menu {
    border: 0px solid #a75c00;
}
    
td.menu_header
{
   color: #FAEBD7;
   font-weight: bold;
   height: 30px;
   background-color: #dc733d;
   border: 1px solid #a75c00;
}
                

td.menu_links, a.menu_links:link, a.menu_links:visited
{
    display: block;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-left: 10px solid #fde690;
    background-color: #ffedc6;
    color: #a73c0f;
    text-decoration: none;
    border-bottom: 1px solid #fbcf8c;
    }

a.menu_links:hover
{
    display: block;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-left: 10px solid #FFD700;
    background-color: #FFFFE0;
    color: #a73c0f;
    text-decoration: none;
    }

td.user_tab {
    height: 35px;
    text-align: center;
}

table.user_tab_link {
    border-top: 1px solid #b07e5c;
    border-bottom: 1px solid #b07e5c;
    border-left: 1px solid #b07e5c;
}

td.user_tab_login {
    height: 35px;
    text-align: center;
    margin-top: 0px;
    background-color: #fdc688;
    border: 1px solid #e8ab66;
}
td.user_tab_link
{
    display: block;
    vertical-align: middle;
    text-align: center;
    color: #B22222;
    text-decoration: none;
    border-right: 1px solid #b07e5c;
}

td.user_tab_link a, td.user_tab_link a:link, td.user_tab_link a:visited
{
    display: block;
    vertical-align: middle;
    text-align: center;
    color: #B22222;
    background-color: #ecb896;
    padding-top: 5px;
    padding-bottom: 6px;
    text-decoration: none;
}
td.user_tab_link a:hover
{
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #B22222;
    text-decoration: none;
    background-color: #FAEBD7;
    padding-top: 5px;
    padding-bottom: 6px;

}

td.user_tab_menu
{
    border: 0px solid #D2691E;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

.button
{
    color: #A52A2A;
    background-color: #fddba8;
    border: 1px solid #A52A2A;
    
}

td.sub_title
{
   color: #A52A2A;
   font-weight: bold;
}

.input
{
   background-color: white;
   color: black;
   border: 1px solid #000000;

}

td.error
{
    color: #DC143C;
    text-align: center;
    font-weight: bold;
}

.submit
{
   background-color: #C0C0C0;
   color: black;
   border: 1px solid #000000;
}

table.menage_att
{
    border-top: 1px solid #d57500;
    border-left: 1px solid #d57500;
    border-right: 1px solid #d57500;
}

td.menage_att
{
   border-bottom: 1px solid #d57500;
   padding-top: 3px;
   padding-bottom: 3px;
}

td.section_name
{
   background-color: #f6ab7e;
   color: #cb4e00;
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: center;
   font-weight: bold;
   border: 1px solid #c76e34;
}

td.page
{
   color: black;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
}

li.article
{
   list-style-image: url(arrow.gif);
}
.article_link, a.artilce_link:visited, a.add:link, a.add:visited
{
   text-decoration: none;
   color: #A52A2A
}
a.article_link:hover, a.add:hover
{
   text-decoration: underline;
   color: #A52A2A
}

table.my_articles
{
   border-top: 1px solid #d17d46;
   border-left: 1px solid #d17d46;
}

td.my_articles
{
   border-bottom: 1px solid #d17d46;
   border-right: 1px solid #d17d46;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 10px;
   padding-right: 10px;

}


td.art_title, a.art_title
{
   color: #a24b12;
   font-weight: bold;
}

td.data
{
   font-size: 11px;
}


td.sub_menu
{
   text-align: center;
}

a.sub_menu_link:link, a.sub_menu_link:visited, a.my_articles:link, a.my_articles:visited
{
   color: #b03030;
   text-decoration: none;
}

a.sub_menu_link:hover, a.my_articles:hover
{
   color: #b03030;
   text-decoration: underline;
}


table.pomoc
{
   padding-right: 10px;
   padding-left: 10px;
}


a:visited, a:link
{
   text-decoration: none;
   color: #A52A2A
}
a:hover
{
   text-decoration: underline;
   color: #A52A2A
}








