/* 
    Document   : admin
    Created on : Mar 5, 2010, 5:04:18 PM
    Author     : phuocthai
    Description:
        Purpose of the stylesheet follows.
*/

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

.c-search {padding:0;}
ul.function {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.function li {
    border-top: 1px solid #ccc;
    padding:1px 0;
}

ul.function a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #666;
    padding: 8px;
}
ul.function a:hover, ul.function a.active {
    background-color: #333;
    font-weight: bold;
    color: #fff;
}

