﻿body
{   margin: 0px;
}
body, table
{   color: #696969;
    font-size: 13px;
    font-family: Arial;
}
a, a:visited, a:active
{   color: Gray;
}
#scrollview
{	padding-top: 2px;
	padding-bottom: 10px;
}
#all_scrollview
{	padding-bottom: 10px;
}
h3
{   color: royalblue;
}
.info
{   color: royalblue;
}
.cat
{	overflow: hidden;
}
.small_font
{   font-size: 10px;
}
.cat_selected
{	background-color: lightyellow;
    color: #88B208;
	font-weight: bold;    
    overflow: hidden;
}
.subcat
{   cursor: pointer;
    position: relative;
    left: -1px;   
    width: 157px;
    border-style: solid;
    border-color: silver silver silver white;
    border-width: 0px;
    padding: 6px 6px 6px 0px;
}
.subcat_disabled
{   position: relative;
    left: -1px;   
    width: 157px;
    border-style: solid;
    border-color: silver silver silver white;
    border-width: 0px;
    padding: 6px 6px 6px 0px;
}
.subcat_selected
{   cursor: pointer; 
    position: relative; 
    left: -1px;   
    width: 157px;
    border-style: solid;
    border-color: silver silver silver white;
    border-width: 1px 1px 1px 2px;     
    background-image: url(img/blue_grad_subcat_rtl.png);
    background-repeat: repeat-y;
    background-position: right;    
    padding: 6px 6px 6px 0px;
}    
.subcat_locked
{   cursor: pointer; 
    position: relative; 
    left: -1px;   
    width: 157px;
    border-style: solid;
    border-color: silver silver silver white;
    border-width: 1px 1px 1px 2px;     
    background-image: url(img/blue_grad_subcat_rtl.png);
    background-repeat: repeat-y;
    background-position: right;    
    padding: 6px 6px 6px 0px;
    text-decoration: underline;
}    
.subsubcat
{   cursor: pointer;
    position: relative;
    left: -1px;   
    width: 137px;
    border-style: solid;
    border-color: silver silver silver white;
    border-width: 0px;
    margin-right: 20px;  
    padding: 6px 6px 6px 0px;
}
.subsubcat_selected
{   cursor: pointer; 
    position: relative; 
    left: -1px;   
    width: 137px;
    border-style: solid;
    border-color: silver silver silver white;
    border-width: 1px 1px 1px 2px;     
    background-image: url(img/blue_grad_subcat_rtl.png);
    background-repeat: repeat-y;
    background-position: right;
    margin-right: 20px;     
    padding: 6px 6px 6px 0px;
}
.subsubcat_locked
{   cursor: pointer; 
    position: relative; 
    left: -1px;   
    width: 137px;
    border-style: solid;
    border-color: silver silver silver white;
    border-width: 1px 1px 1px 2px;     
    background-image: url(img/blue_grad_subcat_rtl.png);
    background-repeat: repeat-y;
    background-position: right;
    margin-right: 20px;     
    padding: 6px 6px 6px 0px; 
    text-decoration: underline;
}        
.subcat_fake
{   position: relative; 
    left: -1px;   
    width: 157px;
    border-style: solid;
    border-color: white;
    border-width: 1px 1px 1px 2px;
    padding: 0px 6px 0px 0px;
}    
.cat_name, .cat_name a
{   color: #696969;
    font-weight: bold;
}
.cat_name_em, .cat_name_em a
{   color: #88B208;  
    font-weight: bold;
}
#baloon
{   width: 78px;
    height: 34px;
    background-image: url(img/baloon.png);
    background-repeat: no-repeat;
    padding-left: 3px;
    padding-top: 13px;
    font-size: 10px;
    text-align: center;
}
.selected_cat_menu_icon
{   background-color: #DC143C; /* crimson */
    color: white;
}
.tools
{    background-image: url(img/middle_panel_back.gif);
     background-repeat: repeat-x;
}
#cat_view, #cat_view table, #cat_view select
{   font-size: 10px;
}
input, select
{   font-size: 10px;
}
#info_and_tools td
{   padding: 0px 3px 0px 3px;
}
.link_cell td
{   font-size: 13px;
}
#cat_selector
{   padding-bottom: 30px;
}
.login_panel
{    background-image: url(img/polosko_darw.gif);
     background-repeat: repeat-x;
}
.links_panel
{    background-image: url(img/gb.gif);
     background-repeat: repeat-x;
     padding: 0px 3px;
}
#subcats_popup
{   background-color: ButtonFace;
    border: solid silver 1px;
    padding: 2px 0px;
}
#subcats_popup a
{   text-decoration: none;
    color: ButtonText;
    display: block; 
    padding: 0px 2px;
}
#subcats_popup a:hover
{   text-decoration: none;
    background-color: ButtonHighlight;
    color: InfoText;
}
body {
}
