﻿ochtml, body, form {height: 100%;}
#wrap {min-height: 100%;}

#wrap {
    min-height: 100%;
}
/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
    position:relative;
}
/* radwindow */
.assaradwindow .rwContent {
    padding: 0 !important;   
    overflow:hidden !important;

}
/* Style the links inside the navigation bar */
    .topnav a {
        color: white;
        background: rgba(50,50,50,1);
        background: -moz-linear-gradient(top, rgba(50,50,50,1) 0%,  rgba(60,60,60,1) 60%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50,50,50,1)), color-stop(60%, rgba(60,60,60,1)));
        background: -webkit-linear-gradient(top, rgba(50,50,50,1) 0%,  rgba(60,60,60,1) 60%);
        background: -o-linear-gradient(top, rgba(50,50,50,1) 0%,  rgba(60,60,60,1) 60%);
        background: -ms-linear-gradient(top, rgba(50,50,50,1) 0%,  rgba(60,60,60,1) 60%);
        background: linear-gradient(to bottom, rgba(50,50,50,1) 0%,  rgba(60,60,60,1) 60% );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
        float: left;
        display: block;
        text-align: center;
        padding: 8px 16px;
        text-decoration: none;
        font-size: 17px;
    }

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    background: #ddd;
    color:#000;
    text-decoration:none;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
    color:white !important;
    background:transparent !important;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        /*float: right;*/
        display: block;
        text-decoration: none;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            /*position: absolute;*/
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}
.navtitle {
    display: flex;
    padding: 8px 0;
    text-decoration: none;
    font-size: 17px;
}
.topnav.responsive div.navtitle {
    display:none;
}

/* Accordion for mobile products */
.accordion {
    width: 90% !important;
    margin: 10px auto;
}

.accordionHeader {
    border: 1px solid #2F4F4F !important;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 1.5em !important;
    font-weight: bold !important;
    padding: 20px;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 10px;
    background-position-y: -1px !important;
    
}
.productprice {
    text-decoration: line-through;
}
.radgridheader {
    background-image: url('/images/header-bkg.PNG') !important;
    background-size: contain !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: bold !important;
    border-bottom: none !important;
    border-collapse: collapse;
}

.rgHeader.radgridheader {
    background-image:none !important;
    background-color: #000 !important;
}
.radgridfooter {
    height:45px !important;
}
.radgridheader a {
    color:white !important;
}
.buttons35square
{
    width:35px !important;
    height:35px !important;
    background-size: contain;
    vertical-align:middle;
}
.rgActionButton
{
    color: white !important;
}
.rgFilterRow > td {
    background-color: #7c7c7b;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#dcf0fb), to(#8cd6ff));
    background-image: -webkit-linear-gradient(top, #dcf0fb, #8cd6ff);
    background-image: -moz-linear-gradient(top, #dcf0fb, #8cd6ff);
    background-image: -ms-linear-gradient(top, #dcf0fb, #8cd6ff);
    background-image: -o-linear-gradient(top, #dcf0fb, #8cd6ff);
    background-image: linear-gradient(to bottom, #dcf0fb, #8cd6ff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dcf0fb, endColorstr=#8cd6ff);*/
    padding: 10px !important;
    text-align: center;
}
.RadGroupOther {
    color: white;
    font-weight: bold;
    border: none !important;
    background-color: #f6a900;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4e377), to(#f6a900));
    background-image: -webkit-linear-gradient(top, #f4e377, #f6a900);
    background-image: -moz-linear-gradient(top, #f4e377, #f6a900);
    background-image: -ms-linear-gradient(top, #f4e377, #f6a900);
    background-image: -o-linear-gradient(top, #f4e377, #f6a900);
    background-image: linear-gradient(to bottom, #f4e377, #f6a900);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4e377, endColorstr=#f6a900);
}
.RadGroupUpdated {
    color: white;
    font-weight:bold;
    border: none !important;
    background-color: #00659e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9ddae9), to(#00659e));
    background-image: -webkit-linear-gradient(top, #9ddae9, #00659e);
    background-image: -moz-linear-gradient(top, #9ddae9, #00659ef);
    background-image: -ms-linear-gradient(top, #9ddae9, #00659e);
    background-image: -o-linear-gradient(top, #9ddae9, #00659e);
    background-image: linear-gradient(to bottom, #9ddae9, #00659e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9ddae9, endColorstr=#00659e);
}
.RadGroupNew {
    color: white;
    font-weight: bold;
    border: none !important;
    background-color: #007936;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b1e2c3), to(#007936));
    background-image: -webkit-linear-gradient(top, #b1e2c3, #007936);
    background-image: -moz-linear-gradient(top, #b1e2c3, #007936);
    background-image: -ms-linear-gradient(top, #b1e2c3, #007936);
    background-image: -o-linear-gradient(top, #b1e2c3, #007936);
    background-image: linear-gradient(to bottom, #b1e2c3, #007936);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b1e2c3, endColorstr=#007936);
}
.rgGroupCol{
    display:none;
}
.radgridpager, .radgridpager > .rgPagerCell {
    /*border-bottom: 1px solid silver !important;
    border-left: 1px solid silver !important;
    border-right: 1px solid silver !important;*/
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    height: 60px;
    background-color: #8cd6ff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dcf0fb), to(#8cd6ff));
    background-image: -webkit-linear-gradient(top, #dcf0fb, #8cd6ff);
    background-image: -moz-linear-gradient(top, #dcf0fb, #8cd6ff);
    background-image: -ms-linear-gradient(top, #dcf0fb, #8cd6ff);
    background-image: -o-linear-gradient(top, #dcf0fb, #8cd6ff);
    background-image: linear-gradient(to bottom, #dcf0fb, #8cd6ff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dcf0fb, endColorstr=#8cd6ff);
}
.radgridpager > .rgPagerCell > .NextPrevAndNumeric > .rgStatus {
        display: none;
    }
.RadGrid_Rounded {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    border: none !important;
}
.RadGridRowA {
    background-color: white;
}
.RadGridRowB {
    background-color:cornsilk;
}
.RadGridCell-Left {
    border-left: 1px solid silver !important;
}
.RadGridCell-Right {
    border-right: 1px solid silver !important;
    text-align:right;
}
.RadCell-Checkbox
{
    padding-right: 0 !important;
    width:10px;
}
.accordionHeaderSelected {
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    margin-top: 5px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordionContent {
    background-color: #000;
    border-top: none;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.accordionContentSilver {
    background-color: Silver;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.accordionItem {
    overflow: hidden;
    padding: 16px;
    font-size: 1.5em !important;
    font-weight: bold !important;
    background: rgba(226,226,226,1) !important;
    background: -moz-linear-gradient(top, rgba(140,180,140,1) 0%, rgba(20,30,20,1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(140,180,140,1)), color-stop(100%, rgba(20,30,20,1))) !important;
    background: -webkit-linear-gradient(top, rgba(140,180,140,1) 0%, rgba(20,30,20,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(140,180,140,1) 0%, rgba(20,30,20,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(140,180,140,1) 0%, rgba(20,30,20,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(140,180,140,1) 0%, rgba(20,30,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 ) !important;
    width: 85%;
    border-radius: 6px;
    margin-top: 5px;
    color: white !important;
    border:0 !important;
}
.accordionItem > .rpOut 
{
    border:0 !important;
}
    .accordionItemSmall 
    {
    overflow: hidden;
    padding: 16px;
    font-size: 1em !important;
    font-weight: normal;
    background: rgba(226,226,226,1) !important;
    background: -moz-linear-gradient(top, rgba(140,180,140,1) 0%, rgba(20,30,20,1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(140,180,140,1)), color-stop(100%, rgba(20,30,20,1))) !important;
    background: -webkit-linear-gradient(top, rgba(140,180,140,1) 0%, rgba(20,30,20,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(140,180,140,1) 0%, rgba(20,30,20,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(140,180,140,1) 0%, rgba(20,30,20,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(140,180,140,1) 0%, rgba(20,30,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 ) !important;
    width: 85%;
    border-radius: 6px;
    margin-top: 5px;
    color: white !important;
}
.accordionItemSmallBlue {
    overflow: hidden;
    padding: 16px;
    font-size: 1em !important;
    font-weight: normal;
    background: rgba(226,226,226,1) !important;
    background: -moz-linear-gradient(top, rgba(146,210,245,1) 0%, rgba(0,101,158,1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(146,210,245,1)), color-stop(100%, rgba(0,101,158,1))) !important;
    background: -webkit-linear-gradient(top, rgba(146,210,245,1) 0%, rgba(0,101,158,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(146,210,245,1) 0%, rgba(0,101,158,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(146,210,245,1) 0%, rgba(0,101,158,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(146,210,245,1) 0%, rgba(0,101,158,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92d2f5', endColorstr='#00659e', GradientType=0 ) !important;
    width: 85%;
    border-radius: 6px;
    margin-top: 5px;
    color: white !important;
}
.mobileheader {
    color:white;
    background: rgba(76,76,76,1);
    background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(17,17,17,1) 60%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(17,17,17,1) 60%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(17,17,17,1) 60%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(17,17,17,1) 60%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(17,17,17,1) 60%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.mobilefooter {
    color: white;
    background: rgba(19,19,19,1);
    background: -moz-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(28,28,28,1) 9%, rgba(17,17,17,1) 40%, rgba(89,89,89,1) 88%, rgba(76,76,76,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,19,19,1)), color-stop(9%, rgba(28,28,28,1)), color-stop(40%, rgba(17,17,17,1)), color-stop(88%, rgba(89,89,89,1)), color-stop(100%, rgba(76,76,76,1)));
    background: -webkit-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(28,28,28,1) 9%, rgba(17,17,17,1) 40%, rgba(89,89,89,1) 88%, rgba(76,76,76,1) 100%);
    background: -o-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(28,28,28,1) 9%, rgba(17,17,17,1) 40%, rgba(89,89,89,1) 88%, rgba(76,76,76,1) 100%);
    background: -ms-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(28,28,28,1) 9%, rgba(17,17,17,1) 40%, rgba(89,89,89,1) 88%, rgba(76,76,76,1) 100%);
    background: linear-gradient(to bottom, rgba(19,19,19,1) 0%, rgba(28,28,28,1) 9%, rgba(17,17,17,1) 40%, rgba(89,89,89,1) 88%, rgba(76,76,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c', GradientType=0 );
}
/* for thumnail zoom on hover */
.grow {
    transition: all .2s ease-in-out;
}

    .grow:hover {
        cursor: zoom-in;
        transform: scale(4.9246);
    }

/*end*/
.fixeddialog {
    background: white;
    height: 100%;
    width: 100%;
    left: 0px !important;
    top: 0px !important;
}

#Login1_LoginPane_RememberMe {
    margin-top: 10px;
    margin-right: 5px;
}

.RolesFooter {
    padding: 5px;
    color: black;
    background-color: black;
}

.RolesGridTitle {
    cursor: pointer !important;
    border-right: 1px solid #EAE9E1;
    border-bottom: 1px solid #EAE9E1;
    font-family: verdana;
    font-size: 10px;
    padding-left: 10px !important;
}

.RolesGrid {
    background-color: #FFF;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

.RolesRow {
    height: 23px;
}

    .RolesRow:hover {
        height: 23px;
    }

.rolesgrid-datagrid-heading-row {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 11px;
}

.rolesgrid-datagrid-heading-cell {
    border: 0;
    border-right: 1px solid #333 !important;
    border-left: 1px solid #aaa !important;
    cursor: default;
    background: #666 url(horizontal.png) repeat-x 0 0 !important;
}

.mypeoplegrid-datagrid-heading-row {
    height: 40px;
    overflow: hidden;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    font-size: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid silver;
}

.mypeoplegrid-datagrid-heading-cell {
    border: 0;
    border-right: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    cursor: default;
    background: transparent url(/images/panel-background.png) 0 0;
    color: black;
}

.popover {
    cursor: auto;
}

.popover-content {
    color: #000;
}

.bootstro-highlight {
    color: red;
}

body, input[type=text] {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    text-align: justify;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: Green;
        text-decoration: underline;
        cursor: pointer;
    }

td {
    padding: 0px;
}

.displaynone {
    display: none;
}

.picker150 {
    width: 150px !important;
}

.validator_message {
    color: Red;
    font-weight: bold;
    font-size: 12px;
}

.plaingrid {
    background: #FFFFFF;
}

.checkoutbutton {
    float: right;
    width: 100px;
    height: 30px;
    margin-top: 9px;
    margin-right: 10px;
}

.whitetitles {
    font-weight: bold;
    color: White;
    font-size: 13pt;
}

.blacktitles {
    font-weight: bold;
    color: Black;
    font-size: 10pt;
}

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    /*background-color:#000; */
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

h1 {
    font-family: 'Francois One', sans-serif;
    color: #006225;
    font-size: 18px;
    margin-top: 0px;
    font-weight: 400;
}

h2 {
    font-family: 'Francois One', sans-serif;
    color: #006225;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 400;
}

h3 {
    font-family: 'Francois One', sans-serif;
    color: #006225;
    font-size: 14px;
    margin-top: 0px;
    font-weight: 400;
}

.GridHeader {
    font-family: 'Cantarell', arial, serif;
    font-size: 14px;
}

.HeaderButton {
    font-family: 'Magra', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

    .HeaderButton:hover {
        font-family: 'Magra', sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        text-decoration: underline;
    }


/*assamenu*/
/*condensed*/
.condensedassamenu, .condensedassamenu > .rmRootGroup {
    color: #a1a0a0;
    float: left;
    font-family: Arial Narrow;
    font-weight: bold;
    margin-top: 13px;
    position: absolute;
    border: none !important;
}

.condensedassamenu_item {
    color: #a1a0a0;
    height: 26px;
    border-right: 2px solid #333;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    cursor: pointer;
    border: none !important;
}

.condensedassamenu_imageitem {
    margin-top: -14px;
    margin-bottom: -14px;
    cursor: pointer;
}

.condensedassamenu_inducteeitem {
    color: #fff;
    height: 26px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    top: 3px;
    border: none !important;
}

.condensedassamenu_hover {
    color: #ffd000;
    height: 26px;
    border-right: 2px solid #333;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    cursor: pointer;
    border: none !important;
}

.condensedassamenu_active {
    color: White;
    text-decoration: underline;
    height: 26px;
    border-right: 2px solid #333;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    cursor: pointer;
    border: none !important;
}

.condensedassamenu_expanded {
    color: White;
    text-decoration: underline;
    height: 26px;
    border-right: 2px solid #333;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    cursor: pointer;
    border: none !important;
}

.condensedassamenu_sub_item {
    color: #a1a0a0;
    height: 26px;
    margin-top: 13px;
    margin-bottom: 13px;
    background: #000;
    border-bottom: 1px solid #333;
    padding-left: 14px;
    padding-right: 14px;
    font-family: Arial Narrow;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    border: none !important;
}

.condensedassamenu_sub_hover {
    color: #ffd000;
    height: 26px;
    margin-top: 13px;
    margin-bottom: 13px;
    background: #000;
    border-bottom: 1px solid #333;
    padding-left: 14px;
    padding-right: 14px;
    font-family: Arial Narrow;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    border: none !important;
}

.condensedassamenu_sub_active {
    color: White;
    text-decoration: underline;
    height: 26px;
    margin-top: 13px;
    margin-bottom: 13px;
    background: #000;
    border-bottom: 1px solid #333;
    padding-left: 14px;
    padding-right: 14px;
    font-family: Arial Narrow;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    border: none !important;
}

.condensedassamenu_sub_expanded {
    color: White;
    text-decoration: underline;
    height: 26px;
    margin-top: 13px;
    margin-bottom: 13px;
    background: #000;
    border-bottom: 1px solid #333;
    padding-left: 14px;
    padding-right: 14px;
    font-family: Arial Narrow;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    border: none !important;
}

.condensedassamenu_end_item {
    color: #a1a0a0;
    height: 26px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    cursor: pointer;
    border: none !important;
}

.condensedassamenu_end_hover {
    color: #ffd000;
    height: 26px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    cursor: pointer;
    border: none !important;
}

.condensedassamenu_end_active {
    color: White;
    text-decoration: underline;
    height: 26px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    cursor: pointer;
    border: none !important;
}

.condensedassamenu_end_expanded {
    color: White;
    text-decoration: underline;
    height: 26px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    cursor: pointer;
    border: none !important;
}
/*end condensed*/

.mobileassamenu {
    color: #000000;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    position: absolute;
    border: none !important;
}

.mobileassamenu_hover {
    color: #000000;
    background: #FFFFFF;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 292px;
    border-bottom: 1px solid black;
}

.mobileassamenu_active {
    color: #000000;
    background: #FFFFFF;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 292px;
    border-bottom: 1px solid black;
}

.mobileassamenu_expanded {
    color: #000000;
    background: #FFFFFF;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 292px;
    border-bottom: 1px solid black;
}

.mobileassamenu_item {
    color: #000000;
    background: #FFFFFF;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 292px;
    border-bottom: 1px solid black;
}

.mobileassamenu_imageitem {
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 2px solid black;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.TreeView td div {
    border: #333333 0px solid;
    padding-top: 0px;
    cursor: pointer;
    text-align: left;
    vertical-align: top;
}

.TreeNode {
    font-family: Tahoma;
    font-size: 11px;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: default;
}

.HoverTreeNode {
    font-family: Tahoma;
    font-size: 11px;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    color: #dd3409;
    cursor: default;
}

.SelectedTreeNode {
    font-family: Tahoma;
    font-size: 11px;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    color: #dd3409;
    font-weight: bold;
    text-decoration: underline;
    cursor: default;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.Grid {
    border: 1px solid #7C7C94;
    background-color: #FFFFFF;
    cursor: pointer;
}

.InducteeGrid {
}

.HeadingRow {
    background-color: #E2E2E2;
}

.HeadingCell {
    background-color: #E2E2E2;
    border: 1px solid #FFFFFF;
    border-right-color: #B5B5B5;
    border-bottom-color: #B5B5B5;
    padding: 3px;
}


.HeadingCellText {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
}

.HeadingCellTextCentred, .HeadingCellTextCentred > div, .HeadingCellTextCentred > div > table > tbody > tr > td {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    text-align: center !important;
    border-left: none !important;
    line-height: normal;
    overflow: auto !important;
    white-space: normal !important;
}

.HeadingCellTextLeftPad {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}
.NoBorder {
  border:none !important;
  
}
.NoLeftBorder {
  border-left:none !important;
  
}

.DataRow {
    background-color: #FFFFFF;
}

.DataCell, .DataCellLeftPad, .DataCellLeftPadNoSelect {
    cursor: default;
    border-right: 1px solid #EAE9E1;
    border-bottom: 1px solid #EAE9E1;
    font-family: verdana;
    font-size: 10px;
}

.InducteeDataCell {
    cursor: default;
    padding: 3px;
    border-bottom: 1px dotted #EAE9E1;
    font-family: verdana;
    font-size: 10px;
}

.DataCellLeftPad {
    padding-left: 10px !important;
}

.DataCellLeftPadNoSelect {
    padding-left: 10px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.DataRow td.FirstDataCell {
    padding-left: 3px;
}

.TaskDataCell {
    cursor: default;
    padding: 3px;
    border-right: 1px solid #EAE9E1;
    border-left: 1px solid #EAE9E1;
    border-bottom: 1px solid #EAE9E1;
    font-family: verdana;
    font-size: 10px;
}

.SelectedRow {
    background-color: #FFEEC2;
    height: 23px;
}

.ProductRow, .cart-datagrid-row-hover {
    height: 23px;
}

.TaskRow {
    border-left: 1px solid silver;
}

.TaskSelectedRow {
    background-color: #FFEEC2;
}

.SelectedRow td.DataCell {
    cursor: default;
    padding-left: 3px;
    padding-bottom: 3px;
    font-family: verdana;
    font-size: 10px;
    border-bottom: 1px solid #4B4B6F;
    border-top: 1px solid #4B4B6F;
    border-right: 0px;
}

.GridFooter {
    cursor: default;
    padding: 5px;
}

    .GridFooter a {
        color: Black;
        font-weight: bold;
    }

.PagerText {
    font-family: verdana;
    font-size: 11px;
}

.MenuGroup {
    color: white;
    padding:5px;
    cursor:pointer;
    background-color: #3F3F3F;
    border: 1px;
    border-bottom-color: black;
    border-top-color: gray;
    border-left-color: gray;
    border-right-color: black;
    border-style: solid;
}
.MenuGroupHover {
    color: white;
    padding: 5px;
    cursor: pointer;
    background-color: silver;
    border: 1px;
    border-bottom-color: black;
    border-top-color: gray;
    border-left-color: gray;
    border-right-color: black;
    border-style: solid;
}

.MenuItem {
    background-color: #3F3F3F;
    color: white;
    font-family: verdana;
    font-size: 12px;
    border: 1px;
    border-color: #3F3F3F;
    border-style: solid;
    cursor: hand;
}

.menu-yellow {
    color: yellow;
}

.MenuItemHover {
    background-color: #8D8F95;
    color: white;
    font-family: verdana;
    font-size: 12px;
    border: 1px;
    border-top-color: #B8B8B9;
    border-left-color: #B8B8B9;
    border-right-color: black;
    border-bottom-color: black;
    border-style: solid;
    cursor: hand;
}

.MenuItemDown {
    background-color: #8D8F95;
    color: white;
    font-family: verdana;
    font-size: 12px;
    border: 1px;
    border-left-color: black;
    border-top-color: black;
    border-right-color: #B8B8B9;
    border-bottom-color: #B8B8B9;
    border-style: solid;
    cursor: hand;
}

.datepicker {
    height: 18px;
    margin: 0 5px 0 0;
    padding: 0 5px 0 5px;
}

.hidden {
    visibility: hidden;
}

/* uploader */
/* Form elements */
.sel {
    width: 240px;
    float: left;
}

    .sel .file {
        height: 25px;
        width: 240px;
        cursor: default;
        margin: 0 0 10px 0;
    }

    .sel div.filename {
        overflow: hidden;
        width: 164px;
        height: 21px;
        border: 1px solid #999;
        background-color: #fff;
        padding: 2px 0 0 4px;
        margin: 0;
        display: block;
        float: left;
        margin: 0 1px 0 0;
    }

    .sel div input {
        background-color: transparent;
        width: 144px;
        padding: 2px !important;
        margin: 0;
        font-family: Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
        font-size: 11px;
        border: none;
        color: #666;
        cursor: default !important;
    }

    .sel div.empty {
        background-color: #e6e6e6;
    }

        .sel div.empty input {
            color: #999;
        }

    .sel a.browse {
        text-decoration: none;
        color: #333;
        cursor: default !important;
        display: block;
        float: left;
        background: none;
        width: 68px;
        height: 25px;
        border: 0;
    }

        .sel a.browse img {
            border: 0;
        }

    .sel a.remove, .sel a.remove-d {
        text-decoration: none;
        color: #333;
        cursor: default !important;
        display: block;
        float: right;
        background: url("/images/upload/static.png") no-repeat -113px -83px;
        width: 76px;
        height: 25px;
    }

        .sel a.remove:hover {
            background-position: -113px -108px;
        }

        .sel a.remove:active {
            background-position: -113px -133px;
            outline: none;
        }

    .sel a.remove-d {
        background-position: -113px -158px;
    }
/* Disabled class */
.actions {
    float: right;
    height: 25px;
    width: 76px;
    cursor: default;
}

    .actions a.add, .actions a.add-d {
        text-decoration: none;
        color: #333;
        cursor: default !important;
        display: block;
        float: left;
        background: url("/images/upload/static.png") no-repeat -113px -183px;
        width: 219px;
        height: 25px;
    }

        .actions a.add:hover {
            background-position: -113px -208px;
        }

        .actions a.add:active {
            background-position: -113px -233px;
            outline: none;
        }

    .actions a.add-d {
        background-position: -113px -258px;
    }
        /* Disabled class */
        .actions a.add-d:active {
            outline: none;
        }
    /* Disabled class */

    .actions a.upload, .actions a.upload-d {
        text-decoration: none;
        color: #333;
        cursor: default !important;
        display: block;
        float: right;
        background: url("/images/upload/static.png") no-repeat -189px -83px;
        width: 76px;
        height: 25px;
    }

        .actions a.upload:hover {
            background-position: -189px -108px;
        }

        .actions a.upload:active {
            background-position: -189px -133px;
            outline: none;
        }

    .actions a.upload-d {
        display: none;
        background-position: -189px -158px;
    }
/* Disabled class */

/* Dialogue titlebar */
.ttl {
    width: 100%;
    height: 40px;
    cursor: move;
}

    .ttl a {
        margin-top: 4px;
        display: block;
        float: right;
        width: 35px;
        height: 25px;
        background: transparent url("/images/upload/static.png") no-repeat -18px 0;
        cursor: default;
    }

        .ttl a:hover {
            background-position: -18px -25px;
        }

        .ttl a:active {
            background-position: -18px -50px;
            outline: none;
        }

.ttlt {
    width: 100%;
    height: 32px;
}

.ttlt-l {
    width: 9px;
    height: 100%;
    background: transparent url("/images/upload/static.png") no-repeat;
    float: left;
}

.ttlt-m {
    height: 100%;
    background: #000 url("/images/upload/horizontal.png") repeat-x;
    float: left;
}

.ttlt-r {
    width: 9px;
    height: 100%;
    background: transparent url("/images/upload/static.png") no-repeat -9px 0;
    float: left;
}

.ttlt span {
    cursor: inherit;
    margin-left: 4px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    font-family: Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.ttlb {
    width: 100%;
    height: 8px;
    overflow: hidden;
}
/*** overflow:hidden to prevent IE6 from rendering the div at the current font height ***/
.ttlb-l {
    width: 9px;
    height: 100%;
    background: #000 url("/images/upload/static.png") no-repeat 0 -38px;
    float: left;
}

.ttlb-m {
    height: 100%;
    background: #fff url("/images/upload/horizontal.png") repeat-x 0 -38px;
    float: left;
}

.ttlb-r {
    width: 9px;
    height: 100%;
    background: #000 url("/images/upload/static.png") no-repeat -9px -38px;
    float: left;
}


/* Dialogue contents */
.con {
    background: #fff url("/images/upload/vertical.png") repeat-y;
    font-family: Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 4px 7px;
}

/* Dialogue footer */
.ftr {
    width: 100%;
    height: 37px;
    font-family: Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.ftr-l {
    width: 9px;
    height: 100%;
    background: transparent url("/images/upload/static.png") no-repeat 0 -83px;
    float: left;
}

.ftr-m {
    height: 100%;
    background: #eee url("/images/upload/horizontal.png") repeat-x 0 -83px;
    float: left;
}

.ftr-r {
    width: 9px;
    height: 100%;
    background: transparent url("/images/upload/static.png") no-repeat -9px -83px;
    float: left;
}

/* Footer buttons */
.ftr .btns {
    float: right;
    margin-top: 4px;
}

    .ftr .btns a {
        text-decoration: none;
        color: #333;
        cursor: default !important;
        display: inline;
    }

        .ftr .btns a span.l {
            display: block;
            float: left;
            width: 10px;
            height: 25px;
            background: transparent url("/images/upload/static.png") no-repeat -93px 0;
            margin-left: 2px;
        }

        .ftr .btns a span.m {
            display: block;
            float: left;
            padding: 0;
            height: 25px;
            line-height: 25px;
            background: transparent url("/images/upload/horizontal.png") repeat-x 0 -120px;
        }

        .ftr .btns a span.r {
            display: block;
            float: left;
            width: 10px;
            height: 25px;
            background: transparent url("/images/upload/static.png") no-repeat -103px 0;
        }

        .ftr .btns a:hover {
            text-decoration: none;
            color: #000;
        }

            .ftr .btns a:hover span.l {
                background-position: -93px -25px;
            }

            .ftr .btns a:hover span.m {
                background-position: 0 -145px;
            }

            .ftr .btns a:hover span.r {
                background-position: -103px -25px;
            }

        .ftr .btns a:active span.m {
            height: 23px;
            line-height: 24px;
            padding-top: 2px;
        }


/* Upload dialogue styles */
.dlg-up {
    color: #999;
    cursor: default !important;
}

    .dlg-up .ttlt-m, .dlg-up .ttlb-m, .dlg-up .ftr-m {
        width: 440px;
    }

    .dlg-up .stat, .dlg-up .list {
        padding: 0 15px;
    }

    .dlg-up h3 {
        margin: 0;
        font-weight: normal;
        font-size: 11px;
        padding: 0 0 4px 0;
        color: #666;
    }

    .dlg-up .red {
        color: #dd3409;
    }

    .dlg-up strong {
        color: #ea6b4a;
        font-weight: normal;
    }

    .dlg-up .files {
        height: auto;
        margin: 0 8px 8px 8px;
    }

    .dlg-up .list ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .dlg-up .list ul li {
            line-height: 16px;
            background: #fff url("/images/upload/static.png") no-repeat -384px -32px;
            padding-left: 16px;
        }

            .dlg-up .list ul li.done {
                color: #000;
                background-position: -384px 0;
            }

            .dlg-up .list ul li.cur {
                color: #dd3409;
                background-position: -384px -16px;
            }

    .dlg-up .info {
        float: left;
        font-size: 11px;
        cursor: default !important;
        margin: 0 0 0 8px;
        height: 34px;
        line-height: 34px;
        font-size: 10px;
    }

/* Progress bar and related elements */
.prog {
    width: 412px;
    height: 18px !important;
    border: 1px solid #ccc;
    border-bottom-color: #ddd;
    border-right-color: #ddd;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

    .prog .con {
        width: 410px;
        height: 16px !important;
        background: transparent url("/images/upload/horizontal.png") repeat-x 0 -170px;
        border: 0;
        margin: 0;
        padding: 1px;
    }

        .prog .con .bar {
            height: 16px;
            background: transparent url("/images/upload/horizontal.png") repeat-x 0 -188px;
        }

.SnapHeader {
    color: #ffffff;
    background-color: #666;
    background-image: url(/images/snap_headerBg.gif);
    border: 1px solid #333;
    font-family: Tahoma;
    font-weight: bold;
    height: 23px;
    overflow: hidden;
}

.SnapHeaderCollapsed {
    color: #777777;
    background-color: #E0DFE3;
    background-image: url(/images/snap_headerCollapsedBg.gif);
    border: 1px solid #777777;
    font-family: Tahoma;
    font-weight: bold;
}

.SnapContent {
    font-family: Tahoma;
    text-align: left;
    font-size: 11px;
    padding: 3px;
    border: 1px solid #333;
    border-top-width: 0px;
    background-color: white;
    cursor: default;
}

.Dock {
    padding: 5px 5px 0 5px;
    border: #AFAFAF 1px solid;
    background-color: #D1D1D1;
}

.Links {
    list-style-image: none;
    color: Black;
    font-size: 11px;
}

/***********************************************
STYLING RADIO BUTTONS

IN YOUR HTML
1. FOLLOW THE RADIO BUTTON WITH A SPAN
   You need a different colour for the radio button and
   the replacement glyph, so you need another element.
   This is because you're going to make the radio button
   invisible using transparent colour so that it continues
   to handle input.

IN YOUR CSS
1. MAKE THE RADIO BUTTON TRANSPARENT.
   If you change its visibility it will stop handling input.
   So hide it by making it transparent.

2. MAKE THE SPAN SHOW A GLYPH FOR ITS CHECKED STATE
   In this example FontAwesome \f046 is a ticked box

3. MAKE THE SPAN SHOW A GLYPH FOR ITS UNCHECKED STATE
   In this example FontAwesome \f096 is an empty box

4. EXPLICITLY SET WIDTH AND HEIGHT OF RADIO BUTTONS TO 1em
   This fixes the scaling bug.
   
*/

div.radio {
    font-size: 1em;
}

.radio input,
input.radio {
    cursor: pointer;
    filter: alpha(opacity= 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 1em;
    width: 1em;
}

    .radio input + span:after,
    input.radio + span:after {
        font-family: FontAwesome;
        margin-left: -1em;
    }

    .radio input:checked + span:after,
    input.radio:checked + span:after {
        content: "\f046";
    }

    .radio input:not(:checked) + span:after,
    input.radio:not(:checked) + span:after {
        content: "\f096";
    }

/***********************
  TAB SUPPORT
*/



.nav {
    padding-left: 0;
    margin-bottom: -1px;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 8px 10px 0 10px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #aaa;
                color: white;
            }

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #999;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eee;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    padding-right: 200px;
}

    .nav-tabs > li {
        float: left;
        width: 140px;
        height: 35px;
    }

        .nav-tabs > li > a {
            background-color: #e9e9e9;
            line-height: 1.42857143;
            border: 1px solid silver;
            border-radius: 4px 4px 0 0;
            height: 25px;
            text-align: center;
            border-bottom: 1px solid #e9e9e9;
        }


            .nav-tabs > li > a:hover {
                border-color: #eee #eee silver;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: silver;
            border: 1px solid silver;
        }

            .nav-tabs > li.active > a#tabTopicEditorContent, .nav-tabs > li.active > a#tabTopicEditorContent:hover, .nav-tabs > li.active > a#tabTopicEditorContent:focus {
                background-color: green;
                color: white;
                border: 1px solid white;
                border-bottom: 1px solid lightgray;
                cursor: default;
            }

        .nav-tabs > li > a#tabTopicEditorContent {
            color: #555;
            cursor: pointer;
            background-color: silver;
            border: 1px solid silver;
            border-bottom: 1px solid silver;
        }

            .nav-tabs > li > a#tabTopicEditorContent:hover {
                border-color: #eee #eee silver;
                text-decoration: none;
                background-color: #aaa;
                color: white;
                cursor: pointer;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #fff;
            cursor: default;
            background-color: green;
            border: 1px solid white;
            border-bottom: 1px solid green;
        }

.tab-draggable, .tab-draggable:hover {
    text-align: center;
    text-wrap: none;
}

.button-bar span {
    margin-bottom: 1em;
    margin-right: 1em;
}

/*******************************
  EMBEDIT
*/
.embedit-outer {
    color: black;
    text-align: left;
}

.embedit-text-container {
    overflow-y: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 923px;
}

    .embedit-text-container img {
        max-width: 99%;
    }

    .embedit-text-container :link {
        text-decoration: underline;
        color: blue;
    }

.induction-content {
    max-width: 923px;
}

    .induction-content img {
        max-width: 99%;
    }

.embedit-toolbar {
    background-color: lightgrey;
    cursor: default;
    padding: 4px;
}

.embedit-toolbutton {
    border: thin transparent solid;
    display: inline-block;
    padding: 3px 4px;
    width: 1em;
    text-align: center;
}

    .embedit-toolbutton:hover {
        color: blue;
        background-color: skyblue;
        border: thin #8888FF solid;
        border-radius: 4px;
    }

.embedit-selectedToolbutton {
    background-color: beige;
    border: thin grey solid;
    border-radius: 4px;
}

.embedit-disabledToolbutton {
    border: thin transparent solid;
    border-radius: 4px;
    color: grey;
    display: inline-block;
    padding: 3px 4px;
    text-align: center;
    width: 1em;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

[unselectable=on] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

/* 
    noselect doesn't stop removal of focus from other elements (trashing text selections) 
    However, IE provides this behaviour when we apply unselectable="on", and with the 
    above class in force, all browsers will honour the unselectable attribute. 
    The attribute is not inherited so you can't just apply it to a container.
  */
ul > li.tabstrip {
    background-color: skyblue;
    border: thin silver solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: navy;
    display: inline-block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

li.selectedTab {
    border-bottom: thin transparent solid;
    color: orangered;
    font-weight: 700;
}

li.tabstrip > div:hover {
    color: orangered;
    font-weight: 700;
}

.fullwidth {
    margin-bottom: 0.5em;
    text-align: left;
    width: 100%;
    vertical-align: text-top;
}

.answerContainer {
    display: table;
    border-spacing: 0.5em;
    width: 100%;
}

.answer-col-1 {
    display: inline-block;
    margin-right: 20px;
    width: 80%;
    vertical-align: middle;
}

.answer-col-2 {
    cursor: pointer;
    display: inline-block;
    margin-right: 1em;
}

.answer-col-3 {
    cursor: ns-resize;
    display: inline-block;
    margin-right: 1em;
}

.answer-col-4 {
    color: green;
    display: inline-block;
}

div > textarea {
    width: 100%;
    margin-bottom: 1em;
}

/*OTHER****************/

.hand {
    cursor: pointer;
}

.toolbar-white {
    padding: 5px;
    height: 20px;
    color: green;
    border-bottom-color: silver;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.watermark {
    color: grey;
}

/*CSS TOOLTIP****************/

.tooltip {
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

    .tooltip span {
        margin-left: -999em;
        position: absolute;
        display: none;
    }

    .tooltip:hover span {
        display: inline;
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        font-family: Calibri, Tahoma, Geneva, sans-serif;
        position: absolute;
        bottom: 0em;
        right: 0em;
        z-index: 99;
        margin-left: 0;
        width: 250px;
    }

    .tooltip:hover img {
        border: 0;
        margin: -10px 0 0 -55px;
        float: left;
        position: absolute;
    }

    .tooltip:hover em {
        font-family: Candara, Tahoma, Geneva, sans-serif;
        font-size: 1.2em;
        font-weight: bold;
        display: block;
        padding: 0.2em 0 0.6em 0;
    }

.classic {
    padding: 0.8em 1em;
}

.custom {
    padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
    background: transparent;
}

.classic {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

.critical {
    background: #FFCCAA;
    border: 1px solid #FF3334;
}

.help {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

.info {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

.warning {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

.demo-tip-hidden:hover img,
.demo-tip-hidden:hover em,
.demo-tip-hidden:hover span {
    display: none;
}

.doclist {
    background-color: #ffffff;
    float: left;
    width: 631px;
    height: 30px;
    font-family: verdana;
    font-size: 10px;
    border-bottom: 1px solid silver;
}

.doclist-col-1 {
    border-right: 1px solid silver;
    padding-top: 8px;
    height: 22px;
    width: 370px;
    float: left;
    margin-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doclist-col-2 {
    border-right: 1px solid silver;
    padding-top: 8px;
    height: 22px;
    width: 85px;
    float: left;
    text-align: center;
}

.doclist-col-3 {
    padding-top: 5px;
    height: 22px;
    width: 157px;
    float: left;
    text-align: center;
}

.doclist-col-ind1 {
    border-right: 1px solid silver;
    padding-top: 8px;
    height: 22px;
    width: 350px;
    float: left;
    margin-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doclist-col-ind2 {
    border-right: 1px solid silver;
    padding-top: 8px;
    height: 22px;
    width: 80px;
    float: left;
    text-align: center;
}

.doclist-col-ind3 {
    padding-top: 5px;
    height: 22px;
    text-align: center;
}
