/*
    CSS Stylesheet for better-scm.berlios.de
        - Modified for http://www.iglu.org.il/
    Copyright (c) Shlomi Fish, 2003-2005
    Feel free to use, modify and re-distribute under the terms of the 
    MIT X11 License (http://www.opensource.org/licenses/mit-license.php)

    $Id: style.css 175 2005-04-17 07:43:41Z shlomif $
*/

.navbar { }

.main { }

/*
p.desc { margin-left : 3em }
*/

.righty
{
   float: right;
   text-align: center;
   font-size: 80%;
   width: 30%;
}
.righty img
{
    border : 0;
}

.foot_left
{
    float : left;
}
.webmaster
{
    margin-bottom: 0em;
}
.vcs
{    
    margin-top: 0.5em;
    clear: left;
}
.vcs tt
{
    font-size: 83%;
}

.center
{
    text-align : center;
}
.nav_links
{
    text-align: center;
    padding-left : 0em;
    padding-top : 0em;
}
.nav_links li
{
    display: inline;
    list-style-type: none;
    padding-right: 0.2em;
    padding-top: 0em;
}
.leading_path
{
    padding-left: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background-color : #40C040;
    /* background-color: #FF7070; */
    margin-bottom : 0.2em;
    font-size: 85%;
}
.leading_path :hover
{
    color : yellow;
}
.footer {
    clear : both;
    margin-right : 30px;
    padding-top: 0.5em;
}
/* Workaround to get the <hr /> element at the bottom to properly display 
   with Konqueror 3.3.x
   */
.footer hr
{
    width:100%;
    clear:both;
}
/*
tt { color : #8a2be2; }
*/
/*
pre
{
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    background-color: #FF8080;
    border-width : thin;
    border-color: #004000;
    border-style: solid;
}
*/
/* Border-less */
.bless
{
    border : none;
}
.invisible
{
    visibility: hidden;
}
.sites-table td
{
    vertical-align: top;
    padding:0;

}
.sites-table img
{
    display: block;
    border: 1px solid black;
}
.sites-table td
{
    width:150px;
    padding-left:5px;
    padding-right:5px;
}
.hide
{
    visibility: hidden;
}
