/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {height:32px; z-index:100;border: 0px; font-family:arial, sans-serif;
    color: #DEDECF;
    background: #128fc9;
//    -webkit-border-radius: 10px;
//    -moz-border-radius: 10px;
//    border-radius: 10px;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 0px;
    text-decoration: none;
//    overflow: none;
    position: fixed;
    top: 0px;
    left: 350px;
    height: 45px;
    width: 100%;
}

.menu-superf {height:32px;; border: 0px; font-family:arial, sans-serif;
//    color: #DEDECF;
//    background: #128fc9;
//    background: black;
    background: #BDD2FF;
//    -webkit-border-radius: 10px;
//    -moz-border-radius: 10px;
//    border-radius: 10px;
//    padding-top: 15px;
//    padding-left: 10px;
//    padding-bottom: 5px;
//    margin: 0px;
    text-decoration: none;
//    overflow: none;
    position: fixed;
    top: 0px;
    left: 400px;
    height: 45px;
    width: 100%;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;z-index: 200;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #128fc9; border-width:1px 0 1px 1px; background:#128fc9; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(/images/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(/images/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(/images/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#e5e1d6; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#fcd6a7;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#fcd6a7;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

    body {
        margin: 0px;
        padding: 0px;
        background: white;
        font: 16px arial, sans-serif; }

    pre {text-indent: 30px}

     h1.welcome {
         text-align: center;
        font: bold 5em "Trebuchet MS", Arial, sans-serif;
     }

    ul.menubaritems {
        color: #000;
//        border-bottom: 2px solid black;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        z-index: 200;
//        padding-left: 10px
    }

    ul.menubaritems li {
        display: inline;
        overflow: hidden;
        list-style-type: none;
    }
    ul.menubaritems-left li {
        float: left;
        display: inline;
        overflow: hidden;
        list-style-type: none;
    }

    ul.menubaritems-right li {
        float: right;
        display: inline;
        overflow: hidden;
        list-style-type: none;
    }

    ul.menubaritems a, a.active {
        color: #DEDECF;
        background: #128fc9;
//        background: #898B5E;
        font: bold 1.5em "Trebuchet MS", Arial, sans-serif;
//        border: 2px solid black;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 2px 10px 0px 10px;
        margin: 0;
        text-decoration: none;
    }

    ul.menubaritems a.active {
        background: #128fc9;
//        background: #ABAD85;
        border-bottom: 3px solid #128fc9;
//        border-bottom: 3px solid #ABAD85;
    }

    ul.menubaritems a:hover {
        color: #fff;
//        background: #098fc9;
        background: #128fc9;
//        background: #ADC09F;
    }

//    ul.menubaritems a:visited {
//        color: #E8E9BE; }

    ul.menubaritems a.active:hover {
        background: #128fc9;
//        background: #ABAD85;
        color: #DEDECF; }

    ul.toptabmenu {
        color: #000;
//        border-bottom: 2px solid black;
        margin: 12px 0px 0px 0px;
        padding: 0px;
        z-index: 200;
//        padding-left: 10px
    }

    ul.toptabmenu li {
        display: inline;
        overflow: hidden;
        list-style-type: none;
    }

    ul.toptabmenu a, a.active {
        color: #DEDECF;
        background: #028fc9;
//        background: #128fc9;
//        background: #898B5E;
        font: bold 1em "Trebuchet MS", Arial, sans-serif;
//        border: 2px solid black;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 2px 10px 0px 10px;
        margin: 0;
        text-decoration: none;
    }

    ul.toptabmenu a.none {
        color: black;
        background: #CACCB4;
        border: 0px;
    }

    ul.toptabmenu a.none:hover {
        color: black;
//        background: #AACCB4;
        background: #CACCB4;
    }

    ul.toptabmenu a.active {
        color: #000;
        background: #d2cfff;
//        background: #92efff;
//        background: #128fc9;
//        background: #ABAD85;
        border-bottom: 3px solid #d2cfff;
//        border-bottom: 3px solid #ABAD85;
    }

    ul.toptabmenu a:hover {
        color: #000;
        background: #07efff;
//        background: #92efff;
//        color: #fff;
//        background: #ADC09F;
    }

//    ul.toptabmenu a:visited {
//        color: #E8E9BE; }

    ul.toptabmenu a.active:hover {
        color: #000;
//        color: #DEDECF;
//        background: #b2efff;
        background: #d2cfff;
//        background: #92efff;
//        background: #ABAD85;
     }

    ul.tabmenu {
        color: #000;
//        border-bottom: 2px solid black;
//        margin: 12px 0px 0px 0px;
        margin: 0px;
        padding: 0px;
        z-index: 200;
//        padding-left: 10px
    }

    ul.tabmenu_wpad {
        color: #000;
//        border-bottom: 2px solid black;
        margin: 12px 0px 0px 0px;
        padding: 0px;
        z-index: 200;
//        padding-left: 10px
    }

    ul.tabmenu li, ul.tabmenu_wpad li {
        display: inline;
        overflow: hidden;
        list-style-type: none;
    }

    ul.tabmenu a, a.active, ul.tabmenu_wpad a {
        color: #DEDECF;
        background: #028fc9;
//        background: #128fc9;
//        background: #898B5E;
        font: bold 1em "Trebuchet MS", Arial, sans-serif;
//        border: 2px solid black;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 2px 10px 0px 10px;
        margin: 0;
        text-decoration: none;
    }

    ul.tabmenu a.none, ul.tabmenu_wpad a.none {
        color: black;
        background: #CACCB4;
        border: 0px;
    }

    ul.tabmenu a.none:hover, ul.tabmenu_wpad a.none:hover {
        color: black;
//        background: #AACCB4;
        background: #CACCB4;
    }

    ul.tabmenu a.active, ul.tabmenu_wpad a.active {
        color: #000;
        background: #d2efff;
//        background: #92efff;
//        background: #128fc9;
//        background: #ABAD85;
        border-bottom: 3px solid #d2efff;
//        border-bottom: 3px solid #ABAD85;
    }

    ul.tabmenu a:hover, ul.tabmenu_wpad a:hover {
        color: #000;
        background: #07efff;
//        background: #92efff;
//        color: #fff;
//        background: #ADC09F;
    }

//    ul.tabmenu a:visited {
//        color: #E8E9BE; }

    ul.tabmenu a.active:hover, ul.tabmenu_wpad a.active:hover {
        color: #000;
//        color: #DEDECF;
//        background: #b2efff;
        background: #d2efff;
//        background: #92efff;
//        background: #ABAD85;
     }

    .tabcontent {
        font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
        text-align: left;
        background: #d2efff;
//        background: #ABAD85;
        padding: 10px;
//        border: 2px solid black;
        -webkit-border-radius: 10px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 10px;
        -moz-border-radius-topleft: 0;
        border-radius: 10px;
        border-top-left-radius: 0;
//        border-top: none;
        z-index: 2;    }

    .tabcontent a {
        text-decoration: none;
//        color: #E8E9BE;
        color: #000;
    }

    #content {
        font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
        text-align: left;
        background: #d2efff;
//        background: #ABAD85;
        padding: 10px;
//        border: 2px solid black;
        -webkit-border-radius: 10px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 10px;
        -moz-border-radius-topleft: 0;
        border-radius: 10px;
        border-top-left-radius: 0;
//        border-top: none;
        z-index: 2;    }

    #content a {
        text-decoration: none;
//        color: #E8E9BE;
        color: #000;
    }

    #content a:hover { color: #FFFFFF; background: #098fc9; }

    .tabsubcontent {
        font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
        text-align: left;
        background: #d2cfff;
//        margin: 10px;
        padding: 10px;
//        border: 2px solid black;
        -webkit-border-radius: 10px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 10px;
        -moz-border-radius-topleft: 0;
        border-radius: 10px;
        border-top-left-radius: 0;
//        border-top: none;
        z-index: 2;    }

    .panelsubcontent {
        font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
        text-align: left;
        background: #d2cfff;
//        margin: 10px;
        padding: 10px;
//        border: 2px solid black;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
//        border-top: none;
        z-index: 2;    }

    .tabsubcontent a {
        text-decoration: none;
//        color: #E8E9BE;
        color: #000;
    }

    .tabsubcontent a:hover { color: #FFFFFF; background: #098fc9; }

    .panelcontent {
        font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
        text-align: left;
        background: #d2efff;
//        background: #ABAD85;
        padding: 10px;
//        border: 2px solid black;
        -webkit-border-radius: 10px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 10px;
        -moz-border-radius-topleft: 0;
        border-radius: 10px;
        border-top-left-radius: 0;
//        border-top: none;
        z-index: 2;
        height: 100%;
    }

    .panelcontent a {
        text-decoration: none;
//        color: #E8E9BE;
        color: #000;
     }

    .panelcontent a:hover { color: #FFFFFF; background: #128fc9; }

    .kpicontent {
        overflow: auto;
        height: 300px;
        font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
        text-align: left;
        background: #d2efff;
//        background: #ABAD85;
        padding: 10px;
//        border: 2px solid black;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
//        border-top: none;
        z-index: 2;
    }

    .kpicontent a {
        text-decoration: none;
//        color: #E8E9BE;
        color: #000;
     }

    .kpicontent a:hover { color: #FFFFFF; background: #128fc9; }

    .panelcontent_notab {
        clear: both;
        font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
        text-align: left;
        background: linear-gradient(to bottom, #ebebeb 50%, #c8c8c8) repeat;
//        margin-top: 50px;
//        background: #ABAD85;
        padding: 10px;
//        border: 2px solid black;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
//        border-top: none;
        z-index: 2;
    }

    .panelcontent_notab a {
        text-decoration: none;
//        color: #E8E9BE;
        color: #000;
     }

    .panelcontent_notab a:hover { color: #FFFFFF; background: #128fc9; }

    .titlebar {
        clear: both;
        font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
//        text-align: left;
        background: linear-gradient(to bottom, #7F7F7F, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
//        background: #07efff;
//        margin-top: 50px;
//        background: #ABAD85;
        padding: 10px;
//        border: 2px solid black;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
//        border-top: none;
        z-index: 2;
    }

    .titlebar a {
        text-decoration: none;
//        color: #E8E9BE;
        color: #000;
     }

    .titlebar a:hover { color: #FFFFFF; background: #128fc9; }

    #menubar {
        font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
        text-align: left;
        background: #128fc9;
        padding: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        z-index: 2;    }
    
    #menubar a {
        text-decoration: none;
        color: #E8E9BE; }
    
    #titlebar {
        font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
        text-align: left;
        background: #07EFFF;
//        background: #128fc9;
        padding: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        z-index: 2;    }
    
    #titlebar a {
        text-decoration: none;
        color: #E8E9BE; }
    
    #usersmenubar_left {
        font: 1.2em "bitstream vera sans", verdana, sans-serif;
//       width: 600px;
        text-align: left;
//        background: #128fc9;
        background: #72efff;
//        background: #ABAD85;
        padding: 10px;
//        border: 2px solid black;
        -webkit-border-radius: 10px;
//        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 10px;
//        -moz-border-radius-topleft: 0;
        border-radius: 10px;
//        border-top-left-radius: 0;
//        border-top: none;
        z-index: 2;    }

    #usersmenubar_left a {
        text-decoration: none;
        color: #E8E9BE; }
    
    #usersmenubar_right {
                font: 1.2em "bitstream vera sans", verdana, sans-serif;
                   width: 100px;
        text-align: right;
//        background: #128fc9;
        background: #72efff;
//        background: #ABAD85;
        padding: 10px;
//        border: 2px solid black;
        -webkit-border-radius: 10px;
//        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 10px;
//        -moz-border-radius-topleft: 0;
        border-radius: 10px;
//        border-top-left-radius: 0;
//        border-top: none;
        z-index: 2;    }

    #usersmenubar_right a {
        text-decoration: none;
        color: #E8E9BE; }
    
     td.adduser_c1 { width: 20%; }
     td.adduser_c2 { width: 70%; }
     td.adduser_c3 { width: 10%; text-align: center; }
     input.input_column { width: 100%; }
     textarea.input_column { width: 100%; }
     td.fail_logins_c1 { width: 15%; }
     td.fail_logins_c2 { width: 25%; }
     td.fail_logins_c3 { width: 15%; }
     td.fail_logins_c4 { width: 40%; }
     td.user_logins_c1 { width: 55%; }
     td.user_logins_c2 { width: 25%; }
     td.user_logins_c3 { width: 20%; }
//     td.user_logins_c4 { width: 10%; }
     td.site_search_c1 { width: 5%; }
     td.site_search_c2 { width: 60%; }
     td.site_search_c3 { width: 25%; }
     td.site_search_c4 { width: 10%; }
     td.user_search_c1 { width: 5%; }
     td.user_search_c2 { width: 15%; }
     td.user_search_c3 { width: 30%; }
     td.user_search_c4 { width: 20%; }
     td.user_search_c5 { width: 20%; }
     td.user_search_c6 { width: 10%; }
     td.user_main_lc { width: 30%; }
     td.user_main_mc { width: 70%; }
     td.user_detail_lc { width: 35%; }
     td.user_detail_mc { width: 65%; }
     td.wifi_detail_lc { width: 35%; }
     td.wifi_detail_mc { width: 65%; }
     th.dash_c1 { width: 200px }
     th.dash_c2 { width: 90px }
     th.dash_c3 { width: 90px }
     th.dash_c4 { width: 200px }
     th.dash_c5 { width: 150px }
     th.dash_c6 { width: 150px }
     th.dash_c7 { width: 120px }
     td.dash_c1 { width: 200px }
     td.dash_c2 { width: 90px }
     td.dash_c3 { width: 90px }
     th.dash_c4 { width: 200px }
     td.dash_c5 { width: 150px }
     td.dash_c6 { width: 150px }
     td.dash_c7 { width: 120px }

    .centre {
//        background: #eaefff;
        padding: 0px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 800px;
    }

    .users_connected {
        color: red;
    }

    .red_text, a.red_text {
        color: red;
    }

    .yellow_back, a.yellow_back td.yellowback option.yellow_back {
        background: yellow;
    }

    .red_back, a.red_back td.redback option.red_back {
        background: red;
    }

    .white_back, a.white_back td.white_back option.white_back {
        background: white;
    }

    .green_text, a.green_text {
        color: green;
    }

    .black_text, a.black_text {
        color: black;
    }

        table.mt {border-width: 1px;border-spacing:0px ;border-style: solid;border-color: #cfcfcf;border-collapse: collapse;background-color: transparent;}
        table.mt th {border-width: 1px;padding: 1px;border-style: solid;border-color: #cfcfcf;white-space: normal; background-color: #afafaf;text-align:left;}
        table.mt td {border-width: 1px;padding: 1px;border-style: solid;border-color: #cfcfcf;text-align: left;vertical-align:middle;white-space:nowrap;}

        table.scrollhead {border-width: 1px;border-spacing:0px ;border-style: solid;border-color: #cfcfcf;border-collapse: collapse;background-color: transparent;}
        table.scrollhead th {border-width: 1px;padding: 1px;border-style: solid;border-color: #cfcfcf;white-space: normal; background-color: #afafaf;text-align:left;}
        table.scrollhead td {display: none; border-width: 1px;padding: 1px;border-style: solid;border-color: #cfcfcf;text-align: left;vertical-align:middle;white-space:nowrap;}

        table.scrollbody {border-width: 1px;border-spacing:0px ;border-style: solid;border-color: #cfcfcf;border-collapse: collapse;background-color: transparent;}
        table.scrollbody th {display: none; border-width: 1px;padding: 1px;border-style: solid;border-color: #cfcfcf;white-space: normal; background-color: #afafaf;text-align:left;}
        table.scrollbody td {border-width: 1px;padding: 1px;border-style: solid;border-color: #cfcfcf;text-align: left;vertical-align:middle;white-space:nowrap;}

    .scrolltable {border-width: 1px; border-style: solid;border-color: #cfcfcf; width: 400px; height: 50px;}

div#outer {
width: 925px; /* table width + 25px for the scrollbar */
}

div#inner {
height: 450px;
overflow: auto;
}

#outer table, #inner table {
width: 900px;
}

#outer th, #inner td {
width: 50%;
vertical-align: top;
}

.titleactive {
    background-color: #07efff; border: none;
//    background-color: #d2efff; border: none;
}

.titlegg {
    background-color: yellow; border: none;
}

.titlehist {
    background-color: red; border: none;
}

.titleactive:hover,
.titlegg:hover,
.titlehist:hover {
    background-color: white; border: none;
}

textarea.editbox,
input.editbox,
span.editbox,
div.editbox {
    font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
    background: #d2efff; border: none;
}

textarea.editbox:hover,
input.editbox:hover,
span.editbox:hover,
div.editbox:hover {
    font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
    background: white; border: none;
}

div.passeditbox {
    font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
    background: black; border: none;
}

div.passeditbox:hover {
    font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
    background: white; border: none;
}

tr.pintxn:hover,
tr.sessions:hover,
tr.paypaltxn:hover {
    background: lightblue; border: none;
}

table.pintxn { border: none; }

table.paypaltxn { border: none; }

.ui-menu { width: 150px; }

div.main_body { margin: 45px auto auto auto; padding: 10px; }

tbody { margin: 0px; padding: 0px; }

tr.headfoot {
    font-style: normal;
    font-weight: bold;
}

tr.row {
    font-style: normal;
    font-weight: normal;
}

tr.subrow {
    font-style: italic;
    font-weight: normal;
}

span.clickable {
        color: #000;
        background: #d2efff;
}

span.clickable:hover {
        color: #000;
        background: #098fc9;
//        background: #128fc9;
}

div.panelContainer {
	clear: both;
	border: 0px;
	height: 400px;
	overflow: none;
        margin-left: 10px;
        width: 450px;
}

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
/* allow WinIE to scale 100% width of browser by not defining a width                   */
/* WARNING: applying a background here may cause problems with scrolling in WinIE 5.x   */
div.tableContainer {
	clear: both;
	border: 1px solid #963;
	height: 400px;
	overflow: auto;
	width: 316px;
}

/* WinIE 6.x needs to re-account for it's scrollbar. Give it some padding */
\html div.tableContainer/* */ {
	padding: 0 16px 0 0;
	width: 300px;
}

/* clean up for allowing display Opera 5.x/6.x and MacIE 5.x */
html>body div.tableContainer {
	height: auto;
	padding: 0;
}

/* Reset overflow value to hidden for all non-IE browsers. */
/* Filter out Opera 5.x/6.x and MacIE 5.x                  */
head:first-child+body div[class].tableContainer {
	height: 400px;
	overflow: hidden;
	width: 316px
}

/* define width of table. IE browsers only                 */
/* if width is set to 100%, you can remove the width       */
/* property from div.tableContainer and have the div scale */
div.tableContainer table {
	float: left;
	width: 100%
}

/* WinIE 6.x needs to re-account for padding. Give it a negative margin */
\html div.tableContainer table/* */ {
	margin: 0 -16px 0 0
}

/* define width of table. Opera 5.x/6.x and MacIE 5.x */
html>body div.tableContainer table {
	float: none;
	margin: 0;
	width: 300px
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers. Filter out Opera 5.x/6.x and MacIE 5.x */
head:first-child+body div[class].tableContainer table {
	width: 316px
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative;
	/* expression is for WinIE 5.x only. Remove to validate and for pure CSS solution      */
	top: expression(document.getElementById("tableContainer").scrollTop);
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* Filter out Opera 5.x/6.x and MacIE 5.x                                                 */
head:first-child+body thead[class].fixedHeader tr {
	display: block;
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #C96;
	border-left: 1px solid #EB8;
	border-right: 1px solid #B74;
	border-top: 1px solid #EB8;
	font-weight: normal;
	padding: 4px 3px;
	text-align: left
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 100%
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
/* Filter out Opera 5.x/6.x and MacIE 5.x                                                 */
head:first-child+body tbody[class].scrollContent {
	display: block;
	height: 377px;
	overflow: auto;
	width: 100%
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.      */
/* All other non-IE browsers. Filter out Opera 5.x/6.x and MacIE 5.x */
/* Add 16px to last TH for scrollbar padding                         */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors    */
head:first-child+body thead[class].fixedHeader th {
	width: 50px
}

/*head:first-child+body thead[class].fixedHeader th + th {
	width: 240px
}

head:first-child+body thead[class].fixedHeader th + th + th {
	border-right: none;
	padding: 4px 4px 4px 3px;
	width: 316px
}
*/

head:first-child+body thead[class].fixedHeader th + th {
	border-right: none;
	padding: 4px 4px 4px 3px;
	width: 266px
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.      */
/* All other non-IE browsers. Filter out Opera 5.x/6.x and MacIE 5.x */
/* Add 16px to last TH for scrollbar padding                         */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors    */
head:first-child+body tbody[class].scrollContent td {
	width: 50px
}

/*head:first-child+body tbody[class].scrollContent td + td {
	width: 240px
}

head:first-child+body tbody[class].scrollContent td + td + td {
	border-right: none;
	padding: 2px 4px 2px 3px;
	width: 300px
}*/

head:first-child+body tbody[class].scrollContent td + td {
	border-right: none;
	padding: 2px 4px 2px 3px;
	width: 250px
}
