﻿.l-icon
{
    width: 16px;
    height: 16px;
    overflow: hidden;
}
.l-icon-add
{
    background: url('icons/add.gif') no-repeat center;
}
.l-icon-view
{
    background: url('icons/view.gif') no-repeat center;
}
.l-icon-delete
{
    background: url('icons/delete.gif') no-repeat center;
}
.l-icon-back
{
    background: url('icons/back.gif') no-repeat center;
}
.l-icon-bluebook
{
    background: url('icons/bluebook.gif') no-repeat center;
}
.l-icon-bookpen
{
    background: url('icons/bookpen.gif') no-repeat center;
}
.l-icon-coffee
{
    background: url('icons/coffee.gif') no-repeat center;
}
.l-icon-cut
{
    background: url('icons/cut.gif') no-repeat center;
}
.l-icon-discuss
{
    background: url('icons/discuss.gif') no-repeat center;
}
.l-icon-graywarn
{
    background: url('icons/graywarn.gif') no-repeat center;
}
.l-icon-greenwarn
{
    background: url('icons/greenwarn.gif') no-repeat center;
}
.l-icon-help
{
    background: url('icons/help.gif') no-repeat center;
}
.l-icon-home
{
    background: url('icons/home.gif') no-repeat center;
}
.l-icon-lock
{
    background: url('icons/lock.gif') no-repeat center;
}
.l-icon-logout
{
    background: url('icons/logout.gif') no-repeat center;
}
.l-icon-mailbox
{
    background: url('icons/mailbox.gif') no-repeat center;
}
.l-icon-memeber
{
    background: url('icons/memeber.gif') no-repeat center;
}
.l-icon-modify
{
    background: url('icons/modify.gif') no-repeat center;
}
.l-icon-msn
{
    background: url('icons/msn.gif') no-repeat center;
}
.l-icon-ok
{
    background: url('icons/ok.gif') no-repeat center;
}
.l-icon-outbox
{
    background: url('icons/outbox.gif') no-repeat center;
}
.l-icon-pager
{
    background: url('icons/pager.gif') no-repeat center;
}
.l-icon-photograph
{
    background: url('icons/photograph.gif') no-repeat center;
}
.l-icon-prev
{
    background: url('icons/prev.gif') no-repeat center;
}
.l-icon-print
{
    background: url('icons/print.gif') no-repeat center;
}
.l-icon-qq
{
    background: url('icons/qq.gif') no-repeat center;
}
.l-icon-refresh
{
    background: url('icons/refresh.gif') no-repeat center;
}
.l-icon-right
{
    background: url('icons/right.gif') no-repeat center;
}
.l-icon-save-disabled
{
    background: url('icons/save-disabled.gif') no-repeat center;
}
.l-icon-save
{
    background: url('icons/save.gif') no-repeat center;
}
.l-icon-search
{
    background: url('icons/search.gif') no-repeat center;
}
.l-icon-search2
{
    background: url('icons/search2.gif') no-repeat center;
}
.l-icon-settings
{
    background: url('icons/settings.gif') no-repeat center;
}
.l-icon-TRUE
{
    background: url('icons/TRUE.gif') no-repeat center;
}
.l-icon-up
{
    background: url('icons/up.gif') no-repeat center;
}
.l-icon-role
{
    background: url('icons/role.gif') no-repeat center;
}
.l-icon-config
{
    background: url('icons/config.gif') no-repeat center;
}
.l-icon-map
{
    background: url('icons/map.png') no-repeat center;
}
.l-icon-address
{
    background: url('icons/address.gif') no-repeat center;
}
.l-icon-process
{
    background: url('icons/process.gif') no-repeat center;
}
.l-icon-archives
{
    background: url('icons/archives.gif') no-repeat center;
}
.l-icon-attibutes
{
    background: url('icons/attibutes.gif') no-repeat center;
}
.l-icon-busy
{
    background: url('icons/busy.gif') no-repeat center;
}
.l-icon-calendar
{
    background: url('icons/calendar.gif') no-repeat center;
}
.l-icon-comment
{
    background: url('icons/comment.gif') no-repeat center;
}
.l-icon-plus
{
    background: url('icons/plus.gif') no-repeat center;
}
.l-icon-communication
{
    background: url('icons/communication.gif') no-repeat center;
}
.l-icon-customers
{
    background: url('icons/customers.gif') no-repeat center;
}
.l-icon-database
{
    background: url('icons/database.gif') no-repeat center;
}
.l-icon-myaccount
{
    background: url('icons/myaccount.gif') no-repeat center;
}
.l-icon-read
{
    background: url('icons/read.gif') no-repeat center;
}
.l-icon-unread
{
    background: url('icons/unread.gif') no-repeat center;
}
.add-table h3
{
    padding-left: 10px;
    font-size: 12px;
    height: 25px;
    line-height: 24px;
    color: #183152;
}
.add-user
{
    margin-left: 10px;
    padding-left: 20px;
    background: url('icons/user.png') no-repeat;
    font-weight: bold;
    color: #ff6600;
    font-size: 14px;
    line-height: 24px;
}
.add-company
{
    margin-left: 10px;
    padding-left: 20px;
    background: url('icons/monitor_add.png') no-repeat;
    font-weight: bold;
    color: #ff6600;
    font-size: 14px;
    line-height: 24px;
}
/* 查询页签 */
.selecttab
{
    height: 24px;
    margin: 0 0 0px 0px;
    padding: 0;
    width: 100%;
}
.normaltab
{
    color: #1F3A87;
    display: inline-table;
    background-image: url(icons/tagleft.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.hovertab
{
    color: #1F3A87;
    display: inline-table;
    background-image: url(icons/tagleft.gif);
    background-repeat: no-repeat;
    background-position: top left;
}
.dis
{
    display: block;
}
.undis
{
    display: none;
}
.selecttab li
{
    display: inline-block;
    float: left;
    height: 24px;
    list-style-type: none;
    margin-right: 5px;
}
.selecttab li a:link
{
    color: #333;
    text-decoration: none;
}
.selecttab li a:visited
{
    color: #333;
    text-decoration: none;
}
.selecttab li a:hover
{
    color: #ff6600;
    text-decoration: none;
}
.selecttab li a:active
{
    color: #333;
    text-decoration: none;
}
.normaltab span
{
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    text-decoration: none;
    background-image: url(icons/tagright.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #666;
}
.hovertab span
{
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    text-decoration: none;
    background-image: url(icons/tagright.gif);
    background-repeat: no-repeat;
    background-position: top right;
    color: #142d63;
    font-weight: bold;
}
.hovertab span a:link, .hovertab span a:visited, .hovertab span a:hover, .hovertab span a:active
{
    color: #142d63;
}
