﻿/*
GLOBAL
*/

input[type="text"] 
{
    border-bottom: 1px dotted black;
    width: 200px;
}

input[type="password"] 
{
    border-bottom: 1px dotted black;
    width: 200px;
}

#main .actions input
{
    cursor:pointer;   
}


/*
    TABLES
*/

#main table .actions a.userlist
{
    background-image: url(Images/Users24.gif);
}
#main table .actions a.summary
{
    background-image: url(Images/Summary24.gif);
}



#main table .footer a.createcustomer
{
    background-image: url(Images/CreateCustomer32.gif);
}
#main table .footer a.createuser
{
    background-image: url(Images/CreateUser32.gif);
}


/*
    HEADERS
*/
#main h2.customers
{
    background-image: url(Images/Customers64.gif);
}

#main h2.administration
{
    background-image: url(Images/Administration64.gif);
}

#main h2.login
{
    background-image: url(Images/Administration64.gif);
}


/*
    MENUS
*/
#main .menu li.customers
{
    background-image: url(Images/Customers32.gif);
}
#main .menu li.changepassword
{
    background-image: url(Images/ChangePassword32.gif);
}


/*
MENU EDITOR
*/

#main .menutree
{   
    padding-left:10px;
    float:left;
}

#main .menutree ul
{
    padding-left:10px;
}
#main .menutree li
{
    padding-left:10px;   
}

#main .menutree #addRootNodeAction
{
   padding-left:20px; 
}

#main .menutree .action
{
    color:Blue;
}

#main .menutree li .nodeText
{
    font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
}
