/* 
    Document   : basicalign
    Created on : 23 Jul, 2009, 11:04:37 PM
    Author     : kiran
    Description:
        Purpose of the stylesheet follows.
*/

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

    root {
        display: block;
    }

    #nocc_command_tab {
            position: absolute;
            top: 90;
            left: 8;
            width: 140;
            color: white;
            font-family:"arial";
            font-size: 10px;
    }

    #main_title {
            position: absolute;
            top: 90;
            left: 160;
            font-family:"verdana";
            font-size: 20px;
            font-weight: bold;
    }

    #lang_select {
            position: absolute;
            top: 60;
            left: 980;
            font-family:"arial";
            font-size: 9px;
    }

    #link_style {
            color: white;
            font-family:"arial";
            font-size: 10px;
    }

    #link_style_black {
            color: black;
            font-family:"arial";
            font-size: 10px;
    }

     #basic_description {
            position: absolute;
            top: 130;
            left: 160;
            font-family:"verdana";
            color: black;
            background-color: Wheat;
            font-size: 10px;
            width: 780;
            /*font-weight: bold;*/
    }

    #users_table {
            position: absolute;
            top: 190;
            left: 170;
            font-family:"verdana";
            color: black;
            /*background-color: Wheat;*/
            font-size: 10px;
            /*width: 340;*/
            /*font-weight: bold;*/
    }

    #alert_table {
            position: absolute;
            top: 200;
            left: 200;
            font-family:"verdana";
            color: black;
            /*background-color: Wheat;*/
            font-size: 10px;
            width: 540;
            /*font-weight: bold;*/
    }
    #customer_table {
            position: absolute;
            top: 170;
            left: 180;
            font-family:"verdana";
            color: black;
            /*background-color: Wheat;*/
            font-size: 11px;
            /*width: 340;*/
            /*font-weight: bold;*/
    }

    #customer_table_left {
            position: absolute;
            top: 170;
            left: 60;
            font-family:"verdana";
            color: black;
            /*background-color: Wheat;*/
            font-size: 11px;
            /*width: 340;*/
            /*font-weight: bold;*/
    }
    
    #customer_alpha-list_items1 {
            position: fixed;
            top: 190;
            left: 155;
            color: black;
            font-family:"arial";
            font-size: 8px;
    }
    #customer_alpha-list_items2 {
            position: fixed;
            top: 215;
            left: 168;
            color: black;
            font-family:"arial";
            font-size: 8px;
    }

    #basic_font_style {
        color: black;
        font-family:"arial";
        font-size: 9px;
    }
    #basic_font_style_10px {
        color: black;
        font-family:"arial";
        font-size: 10px;
    }

    #basic_font_style_11px {
        color: black;
        font-family:"arial";
        font-size: 11px;
    }
    #basic_font_style_11px_gray {
        color: gray;
        font-family:"arial";
        font-size: 11px;
    }



    #basic_font_style_12px {
        color: black;
        font-family:"arial";
        font-size: 12px;
    }
    #basic_font_style_12px_gray {
        color: gray;
        font-family:"arial";
        font-size: 12px;
    }

    #basic_font_style_12px_bold {
        color: black;
        font-family:"arial";
        font-size: 12px;
        font-weight: bold;
    }
   

    #add_users_table {
            position: absolute;
            top: 160;
            left: 180;
            font-family:"verdana";
            color: black;
            background-color: White;
            font-size: 10px;
            /*width: 340;*/
            /*font-weight: bold;*/
    }


    #content {
        
            margin: 0 10em; /* setting top and bottom margin to 0 and right and left margin to 10em */
            font-family:"verdana"
    }


     #logout_option {
            position: absolute;
            top: 78;
            left: 570;
            font-family:"verdana";
            color: black;
            font-size: 11px;
            width: 360;
            text-align: right;

    }

     
