/* 
    Document   : top
    Created on : 26.11.2009, 15:52:00
    Author     : Любитель
    Description:
        Purpose of the stylesheet follows.
*/

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

div .menu{
    background-color:#e6e6e6;
    font-size:11px;
}

.menu .active{
    background-color:red;
    color:white;
}
.menu span{
    padding:3px;
    margin-left:5px;
}
.menu a{
    text-decoration:none;

}

.filtform {
        margin-top:25px;
        background-color:#e6e6e6;
        margin-left: 25px;
    	width:700px;
        
        
    }
.filtform table{
        font-size:11px;
    }
