    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: 16px;
            font-weight: bold;
    }

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

    #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;*/
    }

    #basic_description_large {
            position: absolute;
            top: 130;
            left: 160;
            font-family:"verdana";
            color: black;
            background-color: Wheat;
            font-size: 10px;
            width: 820;
            /*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: 200;
            left: 200;
            font-family:"verdana";
            color: black;
            /*background-color: Wheat;*/
            font-size: 10px;
            width: 800;
            /*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_white {
        color: white;
        font-family:"arial";
        font-size: 9px;
    }

    #basic_font_style_10px {
        color: black;
        font-family:"arial";
        font-size: 10px;
    }
    #basic_font_style_10px_bold {
        color: black;
        font-family:"arial";
        font-size: 10px;
        font-weight: bold;
    }

    #basic_font_style_10px_gray {
        color: gray;
        font-family:"arial";
        font-size: 10px;
    }

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

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

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

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

    #basic_font_style_11px_white {
        color: white;
        font-family:"arial";
        font-size: 11px;
    }

    #basic_font_style_12px_white {
        color: white;
        font-family:"arial";
        font-size: 12px;
    }

    #basic_font_style_14px {
        color: black;
        font-family:"arial";
        font-size: 14px;
    }

    #basic_font_style_14px_white {
        color: white;
        font-family:"arial";
        font-size: 14px;
    }

    #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: 100;
            left: 760;
            font-family:"verdana";
            color: white;
            font-size: 10px;
            text-decoration: none;
    }

     #side_bar_curved_button{
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
         border-radius:6px;
         border: 0px solid #db0019;
         background-color:#db0019;
         width:140px;
         height:24px;
    }

    #curved_button{
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
         border-radius:6px;
         border: 0px solid #db0019;
         background-color:#db0019;
         width:195px;
         height:24px;
    }

    #side_bar_curved_button_text {
        position:relative;top:5px;
        font-family:arial;
        font-size:12px;
        color:white;
        font-weight: bold;
        text-shadow:1px 1px 1px #000;
    }


