/* 
    Document   : directory
    Created on : Jan 25, 2012, 3:16:47 PM
    Author     : Ahmad Sharif
    Description:
        CSS style for directory.php
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

    #vmap{
        margin-right: auto;
		margin-left: auto;
        text-align: center;
    }
    .vheader{
        text-align: left; margin: 20px 0px 20px 0px; background: #4A4A4A; color: #FFFFFF; font-size: 15px; height: 40px; line-height: 40px; padding: 0 10px; width: 870px
    }
    .vheader a{
        color: #FFFFFF;
        font-size: 15px;
        text-decoration: none;
    }
    .vheader a:hover{
        text-decoration: underline;
    }
    h3{color:blue;}
    .leftul{list-style: none; padding-left: 10px; font-size: 11px;}
    .leftul li{ margin-top: 14px; margin-bottom: 14px; }
    .leftul li a{text-decoration: none; color: blue;}
    .leftul li a:hover{text-decoration: underline; color: blue;}
    .active{font-weight:bold;}
    .res_table_first{font-weight: bold;}
    .res_table tr td{ padding-bottom: 5px; }
    .td_right_res a{color: #363636; text-decoration: none;}
    .td_right_res a:hover{text-decoration: underline;}
    .a_label a{color: blue; text-decoration: none;}
    .a_label a:hover{text-decoration: underline;}

