html {
    font-family: Verdana;
    font-size: 12px;
}

#header {
     background-color: #13518D
}

#header .bg {
    background-image: url(/images/header.jpg);
}

#header .info {
    color: white;
}

#header .info a {
    text-decoration: none;
    color: white;
}

#header .info a:hover {
    text-decoration: underline;
}


.head {
    background-image: url(/images/head.png);
    background-color: #13518D;
    color: white
}

#menu .menu-list {
    background-color: #D5D4D5;
}

#menu li.menu-item:hover {
    background-color: white;
    color: black;
}

.menu-list .selected {
    background-color: silver;
}

.multiple_select {
  background-color: white;
}

.multiple_select, .multiple_select ul {
  list-style-type: none;
}

.multiple_select_checkbox {
  background: #fff;
}

.multiple_select .alt {
  background: #eef;
}

.summary .upper { color: gray; }
.summary .lower { color: gray; }
.summary .green { background-color: #a3e2a9; color: green; font-weight: bold;}
.summary .red { background-color: #F8948E;  color: red; font-weight: bold; border-right: 3px white solid; }

.active-scaffold tr.expired-record td { background-color: red; color: white }
.active-scaffold tr.expired-record a { color: white }
/*.active-scaffold tr.expired-record a.edit { color: red }*/

.ico-activate { background: transparent url('/images/icons/activate_lic_small.png') no-repeat 4px 2px; }
.ico-admin { background: transparent url('/images/icons/admins_small.png') no-repeat 4px 2px; }
.ico-client   { background: transparent url('/images/icons/client_small.png') no-repeat 4px 2px; }
.ico-contact { background: transparent url('/images/icons/contact_small.png') no-repeat 4px 2px; }
.ico-detail { background: transparent url('/images/icons/details_small.png') no-repeat 4px 2px; }
.ico-download { background: transparent url('/images/icons/download_small.png') no-repeat 4px 2px; }
.ico-help { background: transparent url('/images/icons/help_small.png') no-repeat 4px 2px; }
.ico-home { background: transparent url('/images/icons/home_small.png') no-repeat 4px 2px; }
.ico-hw { background: transparent url('/images/icons/hw_lic_small.png') no-repeat 4px 2px; }
.ico-mailing { background: transparent url('/images/icons/mailing_small.png') no-repeat 4px 2px; }
.ico-new-lic { background: transparent url('/images/icons/new_lic_small.png') no-repeat 4px 2px; }
.ico-product { background: transparent url('/images/icons/products_small.png') no-repeat 4px 2px; }
.ico-reseller { background: transparent url('/images/icons/resellers_small.png') no-repeat 4px 2px; }
.ico-usb { background: transparent url('/images/icons/usb_dongle_small.png') no-repeat 4px 2px; }
.ico-zone { background: transparent url('/images/icons/zones_small.png') no-repeat 4px 2px; }
.ico-free { background: transparent url('/images/icons/free_small.png') no-repeat 8px 4px; }
.ico-sold { background: transparent url('/images/icons/sold_small.png') no-repeat 8px 4px; }


.valigner {height:100%;width: 0px;vertical-align: middle;visibility: hidden;}
