/* 
    Document   : homestyle
    Created on : 16.07.2009., 19.10.17
    Author     : dejan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

table.master {
    height:100px;
}

tr.bottom {  
    background-color:white; /*rgb(229,229,229);*/
    visibility:visible;    
}

tr.bottom td {
    padding:10px;
    border-bottom:1px solid rgb(79,118,153);
}

div.tumbnail {
    float:left;
    border:1px solid rgb(79,118,153);    
    padding:0px;
    margin:0px;
    margin-right:10px;
    padding-right:3px;    
    font-weight:bold;    
}

.tumbnail img {
    border:0px solid;
    float:left;
    height:70px;
    margin:0px;
    margin-right:3px;
}

.tumbnail a {text-decoration:none;}
.tumbnail a:hover {text-decoration:underline;}
.tumbnail a:visited, a:active, a:link {color:rgb(79,118,153);}

tr.middle {
    height:100px;
}

td.left_index {    
    padding-left:25px;
    padding-right:25px;
    padding-top:25px;
    border:0px solid rgb(79,118,153);
}

td.homedescription {
    background-color:rgb(248,248,248);
    padding-top:25px;
    padding-left:25px;
    border:1px solid rgb(79,118,153);
    height:150px;
}

td.homedescription li {
    margin:3px;
}

.left_index h1,h2 {
    color:rgb(229,229,229);
    margin-top:5px;
    margin-bottom:0px;
    padding:0px;
    
}

td.center {
    width:100px;
    background-color:transparent;
    padding:0px;
    border:0px solid rgb(79,118,153);
}

.center img {
    margin:0px;
    border:0px;    
    float:right;
    height:380px;
}

td.right {
    width:10px;
    background-color:rgb(79,118,153); /*rgb(229,229,229); /*rgb(0,56,107);*/
}

div.horizontal_list {
    float:left;
    width:100%;
    margin-top:2px;
}

.horizontal_list ul {
    padding:0;
    margin:0;
    list-style-type:none;
}

.horizontal_list li {
    display:inline;
}