
/* ---------- Styles specific to the project ----------- */

td.header1 {
        font-Family : Verdana,Arial,Helvetica;
        font-Weight : bold;
        font-Size : 13px;
        color : rgb(34,39,139);
        text-decoration : none;
        text-align : left;
        padding-top : 1px;
        padding-bottom : 1px;
        padding-left : 20px;
        border-bottom : 0px solid rgb(240,240,240);
        background :  rgb(255,255,255) url(../images/menu_st.gif) no-repeat center left;
        /*border-bottom : 1px solid rgb(203,220,252);*/
        height :  20px;
        }

div.fill{
        height: 40px;
}

div#specialheader{
    margin: 0;
    padding: 0;
    background: url(../images/banner.jpg) no-repeat top center;
    height: 208px;
    }

div.boxleftuser {
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        background: url(../images/menu_bg_admin.png) repeat-y top left;
        width: 170px;
        }

div.boxleftuser h3{
        margin:  0px 0px 0px 0px;
        font-size: 70%;
        font-weight: bold;
        color: #ffffff;
        padding: 0px 3px 1px 10px;
        border-bottom: 1px solid #ffffff;
        }

div.boxleftuser p{
        margin: 0px;
        padding: 5px 5px 5px 10px;
        font-size: 70%;
        color: #ffffff;
        }