
/* Base */
body {
    color: #1a1a1a;
    background: #ffffff;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

input[type="text"], input[type="password"], select, textarea, progress, .progress-bar {
    font-family: "Arial Unicode MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

body.login, body.error {
    margin: 100px auto 0;
    width: 350px;
}

ul {
    /*list-style-position: inside;*/
}

h1, h2, h3, h4, h5, h6, .box-header {
    color: #666;
}

body.docs h1 {
    color: #fff;
    margin-top: 20px;
    text-shadow: 0 -1px 0 #000000;
}

h1 {
    font-size: 182%;
    font-weight: normal;
    line-height: 1;
    color: #333;
}

h2 {
    color: #333;
    font-size: 138.5%;
    font-weight: normal;
}

body.error h1 {
    color: #404040;
    font-size: 1300%;
    letter-spacing: 3px;
    margin-bottom: -20px;
    text-align: center;
    text-shadow: -1px -1px 3px #FFFFFF, -1px 0 3px rgba(0, 0, 0, 0.8);
}

body.error h2 {
    color: #404040;
    font-size: 281%;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
}

h3 {
    color: #333;
    font-size: 115%;
    font-weight: normal;
    /*margin-bottom:15px;*/
}

body.docs h3 a {
    color: #333;
    text-decoration: none;
}

h4 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 15px;
}

h5 {
    font-size: 93%;
    margin-bottom: 15px;
}

h6 {
    font-size: 85%;
    margin-bottom: 15px;
}

    h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
        margin-right: 5px;
        vertical-align: -2px;
    }

p {
    margin: 0 0 1.5em;
    /*clear:both;*/ /* removed by cc */
    line-height: 1.6;
}

a:focus, a:hover {
    color: #000;
}

a {
    color: #009;
    text-decoration: none;
}

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

.hide {
    display: none !important;
}

strong {
    font-weight: bold;
}

.linethrough, .strikethrough {
    text-decoration: line-through !important;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup, sub {
    line-height: 0;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}
/* misc */
.cl {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    line-height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none !important;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.hd {
    display: none;
}

.strong {
    font-weight: bold !important;
}

.no-margin {
    margin: 0 !important;
}

.margin2 {
    margin: 2px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-underline {
    text-decoration: none !important;
}

.margin {
    margin: 20px;
}

.margin-left {
    margin-left: 20px;
}

.margin-right {
    margin-right: 20px;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.padding {
    padding: 20px;
}

.padding-left {
    padding-left: 20px;
}

.padding-right {
    padding-right: 20px;
}

.padding-top {
    padding-top: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.border {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.border-top {
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
    padding-top: 10px;
}

.border-top-dotted {
    border-top: 1px dotted #CCCCCC;
    margin-top: 20px;
    padding-top: 10px;
}

.border-left {
    border-left: 1px solid #CCCCCC;
    margin-left: 20px;
    padding-left: 10px;
}

.border-bottom {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.dashed {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-style: dashed;
}

.border-right {
    border-right: 1px solid #CCCCCC;
    margin-top: 20px;
    padding-top: 10px;
}

.dashboard-status {
    background-position-y: bottom;
    background-repeat: repeat-x;
    color: #000;
}

    .dashboard-status h2 {
        /*text-shadow: 0 -1px 0 #006C89;*/
    }

    .dashboard-status .txt-dashboard-item {
        /*text-shadow: 0 -1px 0 #006C89;*/
    }

.dashboard-online {
    /*background-color: rgb(46, 204, 113) !important;*/
    color: #000;
}

.dashboard-alert {
    /*background-color: rgb(230, 126, 34) !important;*/
    color: #000;
}

.dashboard-offline {
    /*background-color: rgb(243, 156, 18) !important;*/
    color: #000;
}

td.dashboard-selectedTdTab {
    background-image: none;
    background-color: #eee;
    border-top: solid 1px #000 !important;
    border-left: solid 1px #000 !important;
    border-right: solid 1px #000 !important;
    border-bottom: solid 1px #ccc !important;
    padding-bottom: -1px;
}

a.dashboard-item {
    display: block;
    color: #555555;
}

    a.dashboard-item * {
        color: #555555;
    }

    a.dashboard-item h1, a.dashboard-item h2, a.dashboard-item h3 {
        margin-bottom: 0;
    }

    a.dashboard-item h2 {
        font-size: 110%;
    }

.txt-dashboard-item {
    font-size: 16px;
}

.txt-larger {
    font-size: 115%;
}

.txt-huge, .txt-largest {
    font-size: 150%;
}

.txt-large {
    font-size: 107%;
}

.txt-smaller {
    font-size: 85%;
}

.txt-small {
    font-size: 93%;
}

.txt-light {
    color: #4D4D4D;
}

.txt-lighter {
    color: #666666;
}

.txt-lightest {
    color: #aaaaaa;
}

.txt-red, .txt-red * {
    color: Red !important;
}

.txt-green, .txt-green * {
    color: Green !important;
}

.txt-orange, .txt-orange * {
    color: Orange !important;
}

.txt-yellow, .txt-yellow * {
    color: Yellow !important;
}

.txt-blue, .txt-blue * {
    color: Blue !important;
}

.txt-black, .txt-black * {
    color: #333 !important;
}

.txt-bg-red {
    background-color: #eecccc;
}

.txt-bg-green {
    background-color: #aaeeaa;
}

.txt-bg-orange {
    background-color: Orange;
}

.txt-bg-yellow {
    background-color: Yellow;
}

.txt-bg-blue {
    background-color: #aaaaee;
}

section {
    margin-bottom: 10px;
}
/* Main Elements */
#logo, .logo {
    padding: 20px 0 0 0;
}

.alogo {
    background: #ffffff;
}

header {
    color: #F2F2F2;
}

    header a {
        color: #F2F2F2 !important;
        text-decoration: underline;
    }

        header a:hover {
            color: #fff;
            text-decoration: none;
        }

.header-top {
    font-size: 93%;
    background: #333 url(../Images/extranet-logo-alt.png) no-repeat;
    padding: 8px 10px;
    border-bottom: 1px solid #000;
    text-shadow: 0 -1px 0 #000000;
    min-width: 910px;
}

.header-middle {
    background: #444;
    border-top: 1px solid #666;
    border-bottom: 1px solid #1a1a1a;
    padding: 0 10px;
    height: 70px;
    min-width: 910px;
}

.header-bottom {
    background: #333;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    padding: 7px 10px;
    text-shadow: 0 -1px 0 #000000;
    min-width: 910px;
}

header p {
    margin: 0;
    text-shadow: 0 -1px 0 #000000;
}

header span {
    color: #6e7d87;
}

body.header-off header {
    display: none;
}

footer {
    background: #343434;
    border-top: 1px solid #4d4d4d;
    padding: 13px 25px;
    color: #fff;
    text-shadow: 0 -1px 0 #000000;
}

    footer a {
        color: #fff !important;
        text-decoration: underline;
    }

        footer a:hover {
            color: #fff;
            text-decoration: none;
        }

.content-header {
    /*border-bottom: 1px solid #ccc;*/
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 15px;
    background: #eeeeee;
    /*border-radius: 3px;*/
    /*box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8) inset;*/
    text-shadow: 0 1px 0 #ffffff;
}

#page-header, .page-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
}

    #page-header a, .page-header a {
        color: #000;
        text-decoration: none;
    }
/* Navigation */
#nav {
    font-size: 16px;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 70px;
}

    #nav li {
        display: block;
        float: right;
        padding: 25px 20px;
        text-align: left;
        position: relative;
        height: 20px;
        font-size: 16px;
        z-index: 1000;
    }

        #nav li:hover {
            background: #2d2d2d;
            border-right: 1px solid #606060;
            border-left: 1px solid #606060;
            border-top: 0;
            border-bottom: 0;
            padding: 25px 19px;
        }

        #nav li a {
            color: #fff;
            padding: 22px 10px 22px 40px;
            text-shadow: 0 -1px 0 #000000;
            font-size: 16px;
            text-decoration: none;
        }

            #nav li a:hover {
                text-decoration: none;
            }

            #nav li a.home {
                background: url('../AdminBase_img/icons/nav/home.png') no-repeat 0 -38px;
            }

            #nav li a.help {
                background: url('../AdminBase_img/icons/nav/help.png') no-repeat 0 -38px;
            }

            #nav li a.settings {
                background: url('../AdminBase_img/icons/nav/settings.png') no-repeat 0 -38px;
            }

            #nav li a.specialtyscom {
                background: url('../AdminBase_img/icons/nav/specialtys.png') no-repeat 0 -38px;
            }

            #nav li a.users {
                background: url('../AdminBase_img/icons/nav/users.png') no-repeat 0 -38px;
            }

            #nav li a.documents {
                background: url('../AdminBase_img/icons/nav/content.png') no-repeat 0 -38px;
            }

        #nav li.dashboard {
            width: 140px;
        }

        #nav li a.dashboard {
            background: url('../AdminBase_img/icons/nav/dashboard.png') no-repeat 0 -38px;
        }

        #nav li:hover > a {
            background-position: 0 16px;
        }
        /* sub levels link hover */
        #nav ul li:hover a, #nav li:hover li a {
            background: none;
            border: none;
        }

    #nav ul a:hover {
        /*border-radius: 0;*/
    }
    /* dropdown */
    #nav li:hover > ul {
        display: block;
    }
    /* drop down widths */
    #nav li.home ul {
        width: 160px;
    }

        #nav li.home ul li ul {
            left: 160px;
        }

    #nav li.dashboard ul {
        width: 178px;
    }

        #nav li.dashboard ul li ul {
            left: 173px;
        }

    #nav li.documents ul {
        width: 176px;
    }

        #nav li.documents ul li ul {
            left: 176px;
        }

    #nav li.users ul {
        width: 137px;
    }

        #nav li.users ul li ul {
            left: 137px;
        }

    #nav li.settings ul {
        width: 139px;
    }

        #nav li.settings ul li ul {
            left: 139px;
        }

    #nav li.help ul {
        width: 123px;
    }

        #nav li.help ul li ul {
            left: 123px;
        }

    /* level 2 list */
    #nav ul {
        display: none;
        margin: 0;
        padding: 0;
        /*	width: 174px; */
        position: absolute;
        top: 62px;
        left: -1px;
        background: #2d2d2d;
        border: 1px solid #606060;
        z-index: 10;
        border-top: none;
        border-radius: 0 0 3px 3px;
        padding-bottom: 5px;
    }

        #nav ul li {
            float: none;
            padding: 6px 0 1px;
            margin: 0;
        }

            #nav ul li:hover {
                padding: 6px 0 1px;
            }

            #nav ul li:hover {
                background: #478db4;
                border: 0;
            }

        #nav ul a {
            font-size: 12px;
            font-weight: bold;
            margin: 0;
            padding: 0 15px;
            text-shadow: none;
            padding-left: 15px;
            vertical-align: top;
        }

        #nav ul li:hover > a {
            text-shadow: none;
            vertical-align: top;
        }
        /* level 3+ list */
        #nav ul ul {
            /*	left: 174px; */
            top: 0;
            border-radius: 0px 5px 5px 5px;
            border-top: 1px solid #606060;
        }
        /* rounded corners of first and last link */

        #nav ul li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }
    /* clearfix */
    #nav:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

#nav {
    display: inline-block;
}

html[xmlns] #nav {
    display: block;
}

* html #nav {
    height: 1%;
}
/* breadcrumbs */
#breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #breadcrumbs li {
        display: inline;
        font-size: 12px;
        line-height: normal;
        float: none;
        font-size: 108%;
    }

        #breadcrumbs li a {
            float: none;
            display: inline;
            padding: 0;
            text-decoration: none;
            font-size: 85%;
            color: #f2f2f2;
            text-shadow: 0 -1px 0 #000000;
        }

        #breadcrumbs li.bold a {
            font-weight: bold;
        }

        #breadcrumbs li:HOVER {
            background: none;
            padding: 0;
        }

            #breadcrumbs li:HOVER A {
                text-decoration: underline;
                padding: 0;
            }

.breadcrumbs li a:HOVER {
    text-decoration: underline;
    background: none;
    padding: 0;
}
/* sidebar */
#sidebar {
    float: left;
    width: 185px;
    color: #333;
    padding: 25px 25px;
}

    #sidebar a {
        color: #333;
    }

    #sidebar ul {
        list-style-type: none;
        padding: 0;
        margin: 0 0 20px;
    }

        #sidebar ul li {
            border-top: 1px solid #f6f6f6;
            border-bottom: 1px solid #e0e0e0;
            padding: 6px;
            width: 175px;
        }

            #sidebar ul li a {
                padding: 8px 25px 6px;
                text-decoration: none;
            }

                #sidebar ul li a:hover {
                    color: #333333;
                    font-weight: bold;
                }

.ul-header {
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    font-size: 108%;
    display: block;
    width: 175px;
    padding: 6px;
    color: #444444;
    margin-top: 10px;
}

    .ul-header a {
        font-weight: bold;
        font-size: 108%;
        color: #444444;
        text-decoration: none;
    }
/** sidebar icons **/
#sidebar ul li a.icn_manage_image {
    background: url('../AdminBase_img/icons/small/image_manage.png') no-repeat left;
}

#sidebar ul li a.icn_add_image {
    background: url('../AdminBase_img/icons/small/image_add.png') no-repeat left;
}

#sidebar ul li a.icn_edit_image {
    background: url('../AdminBase_img/icons/small/image_edit.png') no-repeat left;
}

#sidebar ul li a.icn_delete_image {
    background: url('../AdminBase_img/icons/small/image_delete.png') no-repeat left;
}

#sidebar ul li a.icn_manage_users {
    background: url('../AdminBase_img/icons/small/user.png') no-repeat left;
}

#sidebar ul li a.icn_add_users {
    background: url('../AdminBase_img/icons/small/user_add.png') no-repeat left;
}

#sidebar ul li a.icn_edit_users {
    background: url('../AdminBase_img/icons/small/user_edit.png') no-repeat left;
}

#sidebar ul li a.icn_delete_users {
    background: url('../AdminBase_img/icons/small/user_delete.png') no-repeat left;
}

#sidebar ul li a.icn_manage_pages {
    background: url('../AdminBase_img/icons/small/page.png') no-repeat left;
}

#sidebar ul li a.icn_add_pages {
    background: url('../AdminBase_img/icons/small/page_add.png') no-repeat left;
}

#sidebar ul li a.icn_edit_pages {
    background: url('../AdminBase_img/icons/small/page_edit.png') no-repeat left;
}

#sidebar ul li a.icn_delete_pages {
    background: url('../AdminBase_img/icons/small/page_delete.png') no-repeat left;
}

#sidebar ul li a.icn_manage_comments {
    background: url('../AdminBase_img/icons/small/comment.png') no-repeat left;
}

#sidebar ul li a.icn_add_comments {
    background: url('../AdminBase_img/icons/small/comment_add.png') no-repeat left;
}

#sidebar ul li a.icn_edit_comments {
    background: url('../AdminBase_img/icons/small/comment_edit.png') no-repeat left;
}

#sidebar ul li a.icn_delete_comments {
    background: url('../AdminBase_img/icons/small/comment_delete.png') no-repeat left;
}

.toggle {
    display: block;
}

.ul-header a.visible {
    background: url('../AdminBase_img/icons/small/toggle_close.png') no-repeat scroll 97% 50%;
}

.ul-header a.hidden {
    background: url('../AdminBase_img/icons/small/toggle_open.png') no-repeat scroll 97% 50%;
}
/* Live Search (Sidebar) */
.searchform {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
}

    .searchform input {
        font-size: 100%;
    }

    .searchform .searchfield {
        border-radius: 3px;
        background: #FFFFFF url(../AdminBase_img/search-bg.gif) no-repeat 10px center;
        border: 1px solid #c7c6c6;
        outline: medium none;
        padding: 8px 6px 8px 28px;
        width: 185px;
        float: left;
        margin: 0;
    }

        .searchform .searchfield:focus, .searchform .searchfield:focus > input.searchbutton {
            box-shadow: 0px 0px 3px #d0e1f7;
            border: 1px solid #d0e1f7;
        }

    .searchform .searchbutton {
        border-radius: 0 5px 5px 0;
        box-shadow: 0 1px 2px #c7c6c6;
        background: #d6d6d6 url(../AdminBase_img/go-bg.gif) repeat-x top;
        border: 1px solid #a9a8a8;
        color: #888888;
        font-size: 12px;
        font-weight: bold;
        height: 29px;
        text-shadow: 0 1px 1px #f6f6f6;
        width: 30px;
        float: left;
        margin: 0;
        padding: 0;
    }
/* Page Blocks */
.box {
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 20px 20px 15px;
    border-top: 0;
    clear: both;
    /*border-bottom-left-radius: 3px;*/
    /*border-bottom-right-radius: 3px;*/
}

    .box.square {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .box.red, .box-wrapper.red {
        background: #eedddd; /* Old browsers */
        background: -moz-linear-gradient(top, #eedddd 0%, #ffffff 50%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eedddd), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #eedddd 0%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #eedddd 0%,#ffffff 50%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #eedddd 0%,#ffffff 50%); /* IE10+ */
        background: linear-gradient(to bottom, #eedddd 0%,#ffffff 50%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eedddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .box.green, .box-wrapper.green {
        background: #ddffdd; /* Old browsers */
        background: -moz-linear-gradient(top, #ddffdd 0%, #ffffff 50%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddffdd), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ddffdd 0%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ddffdd 0%,#ffffff 50%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ddffdd 0%,#ffffff 50%); /* IE10+ */
        background: linear-gradient(to bottom, #ddffdd 0%,#ffffff 50%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddffdd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .box.aqua, .box-wrapper.aqua {
        background: #eafaff; /* Old browsers */
        background: -moz-linear-gradient(top, #eafaff 0%, #ffffff 50%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eafaff), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #eafaff 0%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #eafaff 0%,#ffffff 50%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #eafaff 0%,#ffffff 50%); /* IE10+ */
        background: linear-gradient(to bottom, #eafaff 0%,#ffffff 50%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eafaff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .box.blue, .box-wrapper.blue {
        background: #eeeeff; /* Old browsers */
        background: -moz-linear-gradient(top, #eeeeff 0%, #ffffff 50%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeff), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #eeeeff 0%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #eeeeff 0%,#ffffff 50%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #eeeeff 0%,#ffffff 50%); /* IE10+ */
        background: linear-gradient(to bottom, #eeeeff 0%,#ffffff 50%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .box.yellow, .box-wrapper.yellow {
        background: #ffffcc; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffcc 0%, #ffffff 50%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffcc), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffcc 0%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffcc 0%,#ffffff 50%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffcc 0%,#ffffff 50%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffcc 0%,#ffffff 50%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffcc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .box.orange, .box-wrapper.orange {
        background: #ffdd99; /* Old browsers */
        background: -moz-linear-gradient(top, #ffdd99 0%, #ffffff 50%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdd99), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffdd99 0%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffdd99 0%,#ffffff 50%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffdd99 0%,#ffffff 50%); /* IE10+ */
        background: linear-gradient(to bottom, #ffdd99 0%,#ffffff 50%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd99', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .box.grey, .box-wrapper.grey {
        background: #eeeeee; /* Old browsers */
        background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 50%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%); /* IE10+ */
        background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 50%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .box a, .table a {
        color: #1b78d0;
        text-decoration: none;
    }
    /*
.box a:hover, .table a:hover {
	color:#1f92ff;
	text-decoration:underline;
}
*/
    .box.stats {
        padding: 30px 15px;
    }

    .box.no-border {
        border: none 0;
    }

    .box.table {
        padding: 0;
    }

    .box.withfooter {
        border-radius: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }

body.login .box-wrapper, body.error .box-wrapper {
    border-radius: 6px;
    box-shadow: 0 0 5px #CCCCCC;
}

.box-wrapper {
    /*border-radius: 3px;*/
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    clear: both;
    margin-bottom: 20px;
    position: relative;
}

.box-header {
    border: 1px solid #ccc;
    border: 0px none !important;
    font-weight: normal;
    font-size: 108%;
    background-color: #ccc;
    /*background-image: url('../AdminBase_img/boxheader.png');*/
    background-repeat: repeat-x;
    background-position: top;
    padding: 10px 15px;
    color: #1a1a1a;
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
    position: relative;
    z-index: 0;
}

    .box-header.mini {
        padding: 5px 7px;
    }

    .box-footer.red, .content-header.red, .table thead tr.red, .table tbody tr.tr-heading.red th, .table tbody tr.tr-heading.red td, .box-header.red {
        border-color: #aaa;
        background-color: #ff8888 !important;
        /*background-image: url('../AdminBase_img/boxheader-50pc-alt.png');*/
    }

    .box-footer.green, .content-header.green, .table thead tr.green, .table tbody tr.tr-heading.green th, .table tbody tr.tr-heading.green td, .box-header.green {
        border-color: #aaa;
        background-color: #99dd99 !important;
        /*background-image: url('../AdminBase_img/boxheader-50pc-alt.png');*/
    }

    .box-footer.blue, .content-header.blue, .table thead tr.blue, .table tbody tr.tr-heading.blue th, .table tbody tr.tr-heading.blue td, .box-header.blue {
        border-color: #ccc;
        background-color: #99ddff !important;
        /*background-image: url('../AdminBase_img/boxheader-50pc-alt.png');*/
    }

    .box-footer.aqua, .content-header.aqua, .table thead tr.aqua, .table tbody tr.tr-heading.aqua th, .table tbody tr.tr-heading.aqua td, .box-header.aqua {
        border-color: #ccc;
        background-color: #88eeff !important;
        /*background-image: url('../AdminBase_img/boxheader-50pc-alt.png');*/
    }

    .box-footer.yellow, .content-header.yellow, .table thead tr.yellow, .table tbody tr.tr-heading.yellow th, .table tbody tr.tr-heading.yellow td, .box-header.yellow {
        border-color: #ccc;
        background-color: #ffff00 !important;
        background-image: url('../AdminBase_img/boxheader-50pc.png');
    }

    .box-footer.orange, .content-header.orange, .table thead tr.orange, .table tbody tr.tr-heading.orange th, .table tbody tr.tr-heading.orange td, .box-header.orange {
        border-color: #bbb;
        background-color: #ffbb77 !important;
        /*background-image: url('../AdminBase_img/boxheader-50pc-alt.png');*/
    }

    .box-footer.brown, .content-header.brown, .table thead tr.brown, .table tbody tr.tr-heading.brown th, .table tbody tr.tr-heading.brown td, .box-header.brown {
        border-color: #ccc;
        background-color: #f0a583 !important;
        /*background-image: url('../AdminBase_img/boxheader-50pc-alt.png');*/
    }

    .box-footer.light-yellow, .content-header.light-yellow, .table thead tr.light-yellow, .table tbody tr.tr-heading.light-yellow th, .table tbody tr.tr-heading.light-yellow td, .box-header.light-yellow {
        border-color: #ccc;
        background-color: #eaeab3 !important;
        /*background-image: url('../AdminBase_img/boxheader-50pc.png');*/
    }

    .box-footer.light-red, .content-header.light-yellow, .table thead tr.light-red, .table tbody tr.tr-heading.light-red th, .table tbody tr.tr-heading.light-red td, .box-header.light-red {
        border-color: #ccc;
        background-color: #eecccc !important;
        /*background-image: url('../AdminBase_img/boxheader-50pc.png');*/
    }

    .box-footer.light-green, .content-header.light-yellow, .table thead tr.light-green, .table tbody tr.tr-heading.light-green th, .table tbody tr.tr-heading.light-green td, .box-header.light-green {
        border-color: #ccc;
        background-color: #aaffaa !important;
        /*background-image: url('../AdminBase_img/boxheader-50pc.png');*/
    }

    .box-footer.grey, .content-header.grey, .table thead tr.grey, .table tbody tr.tr-heading.grey th, .table tbody tr.tr-heading.grey td, .box-header.grey {
        border-color: #ccc;
        background-color: #eee !important;
        /*background-image: url('../AdminBase_img/boxheader-50pc.png');*/
    }

    .table thead tr.wood, .table tbody tr.tr-heading.wood th, .table tbody tr.tr-heading.wood td, .box-header.wood {
        border: 1px solid #999;
        background-color: #f0a583 !important;
        /*background-image: url('../AdminBase_img/boxheader-wood.jpg');*/
    }



    .box-header .fr a {
        color: #333333;
        text-decoration: none;
        font-size: 12px;
        padding: 0 5px;
    }

    .box-header .bc a {
        text-decoration: none;
        color: #000;
    }

    .box-header .fr a:hover {
        color: #1f92ff;
    }

    .box-header h1, .box-header h2, .box-header h3 {
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

    .box-header.main {
        /*border-bottom-left-radius: 3px;*/
        /*border-bottom-right-radius: 3px;*/
        margin-bottom: 25px;
        border-bottom-color: #999;
        border-right-color: #999;
    }

.box h2 {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.box h3 {
    /*color:#666666;*/
    font-size: 108%;
    font-weight: normal;
    margin-bottom: 15px;
}

.box h4 {
    color: #666666;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 15px;
}

.box-footer {
    border-top: 1px solid #ccc;
    font-weight: bold;
    font-size: 108%;
    background: #e0e0e0;
    padding: 10px 15px;
    color: #1a1a1a;
    /*border-bottom-left-radius: 3px;*/
    /*border-bottom-right-radius: 3px;*/
    text-shadow: 0 1px 0 #FFFFFF;
    position: relative;
}
/* Box Header Elements */
.box-header .controls {
    bottom: 0;
    margin: 0 1px 0 0;
    position: absolute;
    right: 0;
    line-height: 11px;
}

    .box-header .controls li {
        float: left;
        list-style: none outside none;
    }

        .box-header .controls li a {
            color: #181818;
            text-shadow: none;
            text-decoration: none;
            font-size: 93%;
            outline: none;
            display: block;
            /*background: url("../AdminBase_img/boxheader-con.gif") repeat-x top 5px;*/
            /*border-left: 1px solid #ddd;*/
            padding: 10px 15px 10px 14px;
        }

            .box-header .controls li.active a, .box-header .controls li.selected a, .box-header .controls li.ui-tabs-selected a, .box-header .controls li a:hover {
                /*background: url("../AdminBase_img/boxheader-rev.gif") repeat-x top;*/
                background: #ddd;
            }

            .box-header .controls li a:hover {
                /*background: url("../AdminBase_img/boxheader-rev.gif") repeat-x top;*/
                background: #fff;
            }


.box-header .tabs.mini li a {
    padding: 6px 10px 3px;
}

.box-header .tabs.mini img {
    vertical-align: middle;
}

.box-header .tabs {
    bottom: -1px;
    margin: 0 15px 0 0;
    position: absolute;
    right: 0;
    line-height: 100%;
}

    .box-header .tabs li a {
        text-shadow: none;
        font-size: 93%;
        outline: none;
        display: block;
    }

        .box-header .tabs li a img {
            vertical-align: -2px;
            margin-right: 5px;
        }

        .box-header .tabs li a.img img {
            margin-right: 0;
        }

        .box-header .tabs li a.active, .box-header .tabs li a:hover {
            color: #181818;
            background: #fff;
            text-decoration: none;
            border: 1px solid #ccc;
            border-bottom: none 0;
            padding: 8px 15px 7px 14px;
            border-color: #ccc;
            /*border-radius: 6px 6px 0 0;*/
        }

        .box-header .tabs li a:hover {
            border-color: #999;
        }

        .box-header .tabs li a.active:hover {
            border-color: #ccc;
        }

        .box-header .tabs li a.img {
            padding: 5px 6px 4px;
        }

            .box-header .tabs li a.img:hover {
                padding: 5px 6px 5px;
                border-color: #999;
            }

    .box-header .tabs.mini li a.img:hover, .box-header .tabs.mini li a.active.img {
        padding: 5px 6px 4px;
    }

    .box-header .tabs li a.disable {
        background: #e2e2e2;
        color: #666;
        cursor: default;
    }

        .box-header .tabs li a.disable:hover {
            padding: 8px 15px 6px 14px;
            border-color: #ccc;
        }

.box-header .pagination {
    line-height: 100%;
    margin: 7px 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}


    .box-header .pagination.left {
        right: auto;
        margin-left: 10px;
    }

    .box-header .pagination li {
        display: inline;
        list-style: none outside none;
    }

    .box-header .pagination a {
        background: #ddd;
        border: 1px solid #bbb;
        display: inline-block;
        padding: 6px 8px;
        text-decoration: none;
        color: #181818;
        /*border-radius: 3px;*/
    }

body.ie7 .box-header .pagination a {
    zoom: 1;
    display: inline;
}

.box-header .pagination a:hover {
    border-color: #00AACD;
}
/* Box Footer Elements */
.box-footer .controls {
    bottom: 0;
    margin: 0 15px 0 0;
    position: absolute;
    right: 0;
    line-height: 100%;
    border-right: 1px solid #ccc;
}

    .box-footer .controls li {
        float: left;
        list-style: none outside none;
    }

        .box-footer .controls li a {
            color: #181818;
            text-shadow: none;
            text-decoration: none;
            font-size: 93%;
            outline: none;
            display: block;
            background: #cdcdcd url('../AdminBase_img/boxheader.png') repeat-x top;
            border-left: 1px solid #ccc;
            padding: 10px 15px 10px 14px;
        }

            .box-footer .controls li a.active, .box-footer .controls li a:hover {
                background: url("../AdminBase_img/boxheader-rev.gif") repeat-x top #FFFFFF;
            }

.box-footer .tabs.mini li a {
    padding: 7px 10px 3px;
}

    .box-footer .tabs.mini li a.active, .box-footer .tabs.mini li a:hover {
        padding: 8px 10px 4px;
    }

.box-footer .tabs.mini img {
    vertical-align: middle;
}

.box-footer .tabs {
    top: 0;
    margin: 0 15px 0 0;
    position: absolute;
    right: 0;
    line-height: 100%;
}

    .box-footer .tabs li {
        float: left;
        list-style: none outside none;
    }

        .box-footer .tabs li a {
            color: #181818;
            text-shadow: none;
            text-decoration: none;
            font-size: 93%;
            outline: none;
            display: block;
            margin-left: 10px;
            background: #cdcdcd url('../AdminBase_img/boxheader.png') repeat-x top;
            border: 1px solid #ccc;
            border-top: none;
            padding: 5px 15px 7px 14px;
            border-radius: 0 0 6px 6px;
        }

            .box-footer .tabs li a.active, .box-footer .tabs li a:hover {
                color: #181818;
                background: #fff;
                text-decoration: none;
                margin-top: -1px;
                border: 1px solid #ccc;
                border-top: none;
                padding: 6px 15px 8px 14px;
                border-color: #ccc;
                border-radius: 0 0 6px 6px;
            }

            .box-footer .tabs li a:hover {
                border-color: #999;
            }

            .box-footer .tabs li a.active:hover {
                border-color: #ccc;
            }

            .box-footer .tabs li a.img {
                padding: 3px 6px 4px;
            }

                .box-footer .tabs li a.img:hover {
                    padding: 4px 6px 3px;
                    border-color: #999;
                }

            .box-footer .tabs li a.disable {
                background: #e2e2e2;
                color: #666;
                cursor: default;
            }

                .box-footer .tabs li a.disable:hover {
                    padding: 6px 15px 7px 14px;
                    border-color: #ccc;
                }

.box-footer .pagination {
    line-height: 100%;
    margin: 0 10px 5px 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

    .box-footer .pagination li {
        display: inline;
        list-style: none outside none;
    }

    .box-footer .pagination a {
        background: #cdcdcd url('../AdminBase_img/boxheader.png') repeat-x top;
        border: 1px solid #CCCCCC;
        display: inline-block;
        padding: 6px 8px;
        text-decoration: none;
        color: #181818;
        border-radius: 3px;
    }

.box .red {
    background-color: #FECDC6;
}

body.ie7 .box-footer .pagination a, body.ie8 .box-footer .pagination a {
    zoom: 1;
    display: inline;
}

.box-footer .pagination a:hover {
    border-color: #999;
}
/* Dialog Box */
.message {
    font-size: 12px;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #AAAAAA;
}

    .message.new {
        background: #feeac9;
        border: 1px solid #d38e49;
    }

    .message h4 {
        border-bottom: 1px solid #AAAAAA;
        padding-bottom: 5px;
    }

small {
    font-size: 10px;
}
/* Login Page */
#login-wrapper {
    margin: 0 auto;
    width: 400px;
    margin-top: 150px;
}

div#login-wrapper div.notification {
    padding: 15px 15px 15px 50px;
}

.box-header.login {
    font-size: 19px;
    padding: 10px 15px;
}

form.login label {
    width: 145px;
}

form.login input {
    width: 200px;
}
/*  Page */
.page {
    position: relative;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    overflow: hidden;
}

body.fullscreen {
    /*background-image: url('../AdminBase_img/wood-bg.jpg');*/
}

    body.fullscreen .page {
        min-height: 1200px; /* added by cc */
        min-width: 960px;
    }

body.modal .page {
    min-height: 400px; /* added by cc */
    min-width: 400px;
}

body.panel-right .page-right-panel {
    top: 0px;
    right: 0px;
    position: absolute;
    width: 180px;
    padding: 10px;
    padding-top: 30px;
    padding-left: 0px;
    /*background: url(../AdminBase_img/panel-bg-r.png) repeat-y top right;*/
    display: block;
    height: 100%;
}

body.panel-right .page-content {
    margin-right: 195px;
}

body .page-right-panel {
    display: none;
}

body.sidebar-left .page {
    background: url(../AdminBase_img/sidebar-bg-l-alt2.png) repeat-y -80px;
}

body.sidebar-right .page {
    background: url(../AdminBase_img/sidebar-bg-r.gif) repeat-y right;
}

body.sidebar-off .page {
    background: none;
}

.page-content {
    padding: 30px 20px 20px;
    color: #181818;
    position: relative;
}

    .page-content p {
        margin: 0 1% 20px 1%;
        line-height: 1.6;
    }

body.docs .page-content p {
    margin: 0 0 20px 0;
}

body.sidebar-left .page-content {
    margin-left: 189px;
}

body.sidebar-right .page-content {
    margin-right: 280px;
}
/*
body.sidebar-off .page-content {
	width:auto !important;
	margin:0;
}
*/
body.sidebar-off .page-content .close_sidebar {
    display: none;
}

.open_sidebar {
    background: url(../AdminBase_img/icons/sidebar-toggle-on-l-alt.png) no-repeat center center;
    display: none;
    height: 24px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 31px;
}

body.sidebar-off .page-content .open_sidebar {
    display: inline;
}

body.sidebar-right .open_sidebar {
    background: url(../AdminBase_img/icons/sidebar-toggle-on-r.gif) no-repeat center center;
    display: none;
    height: 24px;
    right: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 31px;
}

body.sidebar-left .close_sidebar {
    background: url(../AdminBase_img/icons/sidebar-toggle-off-l-alt.png) no-repeat center center;
    display: block;
    height: 24px;
    left: -8px;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 32px;
}

body.sidebar-right .close_sidebar {
    background: url(../AdminBase_img/icons/sidebar-toggle-off-r.gif) no-repeat center center;
    display: block;
    height: 24px;
    right: -21px;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 32px;
}

.page-content.sidebar-left .open_sidebar {
    left: -34px;
    top: 30px;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.page-content.sidebar-right .open_sidebar {
    right: -34px;
    top: 30px;
    border-left: none;
    border-radius: 0 4px 4px 0;
}





/*////   - Sidebar -   ////*/
aside {
    padding: 5px;
    /*width:220px;*/
    width: 172px;
    position: relative;
}

body.sidebar-left aside {
    left: 0;
    position: absolute;
    top: 0;
    margin-right: 40px;
}

body.sidebar-right aside {
    right: 0;
    position: absolute;
    top: 0;
    margin-left: 40px;
}

aside.right {
    float: right;
}

aside.left {
    float: left;
}

body.sidebar-off aside {
    display: none;
}

aside.sidebar-off {
    display: none;
}

aside .block {
    background: url(../AdminBase_img/sidebar-div.gif) repeat-x bottom;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.sidebar-nav, .sidebar-nav ul {
    margin: 0;
    list-style: none;
}

    .sidebar-nav li {
    }

        .sidebar-nav li a {
            padding: 5px 0px;
            padding-left: 3px;
            border-bottom: 1px solid #e7e7e7;
            display: block;
            text-decoration: none;
            font-size: 96%;
            color: #555;
            font-weight: normal;
            outline: none;
        }

            .sidebar-nav li a:hover {
                color: #000;
                background: #ccc;
            }

        .sidebar-nav li ul.drop {
            display: none;
        }

    .sidebar-nav .drop a {
        /*border-bottom: 1px solid #dddddd;*/
        margin-left: 16px;
        font-size: 80%;
        font-weight: normal;
        padding: 3px 2px;
        /*border-radius: 3px;*/
    }

        .sidebar-nav .drop a:hover {
            /*background: url(../AdminBase_img/sidebar-nav-h.gif) repeat-x bottom;*/
        }

    .sidebar-nav a img {
        vertical-align: -3px;
        margin-right: 5px;
    }

    .sidebar-nav .drop a img {
        vertical-align: -4px;
        margin-right: 5px;
    }

    .sidebar-nav .drop ul a {
        border-bottom: 1px solid #d9d9d9;
        margin-left: 40px;
        font-size: 80%;
        font-weight: normal;
        padding: 5px 10px;
        border-radius: 3px;
    }

    .sidebar-nav li.prerelease > a {
        background: url('../Images/Icons/16/crash-test.png') no-repeat right center !important;
    }

    .sidebar-nav li.prerelease.beta > a {
        color: #999999;
        text-decoration: line-through;
        background: url('../Images/Icons/16/construction.png') no-repeat right center !important;
    }

#formtabs .box {
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}
/* Table */
.table {
    border: 1px solid #CCCCCC;
    width: 100%;
    background: #ffffff;
}

    .table.no-border {
        border: medium none;
    }

    .table.tight thead tr td, .table.tight thead tr th, .table.tight tbody tr td, .table.tight tbody tr th, .table.tight tbody tr.tr-heading td, .table.tight tbody tr.tr-heading th {
        padding: 4px 4px;
    }

    .table.compact tbody tr td, .table.compact tbody tr th {
        font-size: 85%;
    }

    .table .tr-section, .table .tr-section td {
        background-color: #eeeeee;
        background-image: none;
        background-position: top;
        text-shadow: 0px 1px 0 #FFFFFF;
    }

        .table .tr-section th, .table .tr-section td {
            font-size: 100%;
            font-weight: bold;
        }

    .table.text-shadow {
        text-shadow: 0px 1px 0 #FFFFFF;
    }

    .table td.red, .table tr.red, .table tr.red td, .table tr td.red, .calendar tr td.red {
        background-color: #eedddd !important;
    }

    .table td.red-strong, .table tr.red-strong, .table tr.red-strong td, .table tr td.red-strong, .calendar tr td.red-strong {
        background-color: #ff0000 !important;
        color: #fff;
    }

.red-strong a {
    color: #fff;
}

.table td.green, .table tr.green, .table tr.green td, .table tr td.green, .calendar tr td.green {
    background-color: #ddffdd !important;
}

.table td.green-strong, .table tr.green-strong, .table tr.green-strong td, .table tr td.green-strong, .calendar tr td.green-strong {
    background-color: #00ff00 !important;
}

.table td.blue, .table tr.blue, .table tr.blue td, .table tr td.blue, .calendar tr td.blue {
    background-color: #eeeeff !important;
}

.table td.yellow, .table tr.yellow, .table tr.yellow td, .table tr td.yellow, .calendar tr td.yellow {
    background-color: #ffffcc !important;
}

.table td.yellow-strong, .table tr.yellow-strong, .table tr.yellow-strong td, .table tr td.yellow-strong, .calendar tr td.yellow-strong {
    background-color: #ffff00 !important;
}

.table td.orange, .table tr.orange, .table tr.orange td, .table tr td.orange, .calendar tr td.orange {
    background-color: #ffdd99 !important;
}

.table td.brown, .table tr.brown, .table tr.brown td, .table tr td.brown, .calendar tr td.brown {
    background-color: #fac7af !important;
}

.table tbody tr.red.alt, .table tbody tr.red.alt td, .table tbody tr.red.alt th {
    background-color: #dbcccc !important;
}

.table tbody tr.green.alt, .table tbody tr.green.alt td, .table tbody tr.green.alt th {
    background-color: #ccebca !important;
}

.table tbody tr.blue.alt, .table tbody tr.blue.alt td, .table tbody tr.blue.alt th {
    background-color: #d5d5e8 !important;
}

.table tbody tr.yellow.alt, .table tbody tr.yellow.alt td, .table tbody tr.yellow.alt th {
    background-color: #e3e3b6 !important;
}

.table tbody tr.orange.alt, .table tbody tr.orange.alt td, .table tbody tr.orange.alt th {
    background-color: #e3c47d !important;
}

.table tbody tr.brown.alt, .table tbody tr.brown.alt td, .table tbody tr.brown.alt th {
    background-color: #dbaf97 !important;
}

.table.form th {
    text-align: right;
}

.table thead th, .table thead td, .table tbody .tr-heading th, .table tbody .tr-heading td {
    background: #E2E2E2;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #333333;
    font-weight: 700;
    padding: 6px 10px;
    vertical-align: middle;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.table tbody .tr-heading th, .table tbody .tr-heading td {
    /*padding: 10px;*/
}

.table thead th h1, .table thead td h1, .table .tr-heading td h1, .table .tr-heading th h1, .table .tr-section h1,
.table thead th h2, .table thead td h2, .table .tr-heading td h2, .table .tr-heading th h2, .table .tr-section h2,
.table thead th h3, .table thead td h3, .table .tr-heading td h3, .table .tr-heading th h3, .table .tr-section h3 {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 5px;
    text-shadow: 1px 1px 0 #FFFFFF;
}

    .table thead th h1 a, .table thead td h1 a, .table .tr-heading td h1 a,
    .table thead th h2 a, .table thead td h2 a, .table .tr-heading td h2 a,
    .table thead th h3 a, .table thead td h3 a, .table .tr-heading td h3 a {
        text-decoration: none;
        color: #000000;
    }

.table thead th.altcol, .table thead td.altcol, .table thead tr.subhead th.altcol, .table thead tr.subhead td.altcol, .table tbody tr.tr-heading th.altcol, .table tbody tr.tr-heading td.altcol, .table tbody tr.tr-heading.subhead th.altcol, .table tbody tr.tr-heading.subhead td.altcol {
    background: #d2d2d2;
}

.table tbody tr.tr-heading.subhead th, .table tbody tr.tr-heading.subhead td, .table thead tr.subhead th, .table thead tr.subhead td {
    background: none repeat scroll 0 0 #ECECEC;
    /*font-size: 85%;*/
}

    .table tbody tr.tr-heading.subhead th.altcol, .table tbody tr.tr-heading.subhead td.altcol, .table thead tr.subhead th.altcol, .table thead tr.subhead td.altcol {
        background: none repeat scroll 0 0 #E0E0E0;
        /*font-size: 80%;*/
    }

.table thead th.last, .table thead td.last {
    border-right: 0 none;
}

.table thead th.checkbox, .table thead td.checkbox {
    width: 25px;
}

.table tbody th {
    border-right: 1px dotted #CCCCCC;
    font-size: 93%;
    padding: 10px;
    vertical-align: middle;
}

.table tbody td {
    border-right: 1px dotted #CCCCCC;
    font-size: 93%;
    padding: 10px;
    vertical-align: top;
}

.table tbody tr.alt th, .table tbody tr.alt td {
    background: none repeat scroll 0 0 #F2F2F2;
}

.table tbody tr th.altcol, .table tbody tr td.altcol {
    background: none repeat scroll 0 0 #EEEEEE;
}

.table tbody tr.alt th.altcol, .table tbody tr.alt td.altcol {
    background: none repeat scroll 0 0 #E2E2E2;
}

.table tbody th.last, .table tbody td.last {
    border-right: 0 none;
}

.table tbody tr.last td {
    border-bottom: 0 none;
}

.table tbody tr.total th, .table tbody tr.total td {
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#cccccc), to(#ffffff));
    padding-top: 8px;
    padding-bottom: 8px;
}


.table.hover tbody tr:hover th, .table.hover tbody tr:hover td, .table.hover tbody tr.alt:hover th, .table.hover tbody tr.alt:hover td, .table.hover tbody tr:hover th.altcol, .table.hover tbody tr:hover td.altcol, .table.hover tbody tr:hover th.altcol {
    background: none repeat scroll 0 0 #D3ECF9 !important;
}


/*
.table tbody tr:hover th, .table tbody tr:hover td, .table tbody tr.alt:hover th, .table tbody tr.alt:hover td, .table tbody tr:hover th.altcol, .table tbody tr:hover td.altcol, .table tbody tr:hover th.altcol {
	background-color: #D3ECF9 !important;
}
.table tbody tr:hover th.altcol, .table tbody tr:hover td.altcol {
	background: none repeat scroll 0 0 #c5e1ef;
}
*/

.table tbody tr.separator th, .table tbody tr.separator td {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
}

.table .col-blue {
    color: blue;
}

/* Gallery */
.gallery {
    list-style: none outside none;
    margin: 0;
}

ul.gallery li {
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    float: left;
    /*background: #eeeeee;*/
    font-size: 90%;
}

ul.gallery img {
    border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 2px;
    margin-bottom: 5px;
}

ul.gallery a:hover > img {
    border: 1px solid #333;
}



/* CUSTOM STUFF */

ul.dashboard-buttons {
    padding: 0;
    margin: 0;
}

    ul.dashboard-buttons li {
        /*border:#fff solid 4px;*/
        list-style: none;
        display: inline-block;
        margin: 0px 20px 20px 0;
        float: left;
        background-color: #ffffff;
    }

        ul.dashboard-buttons li a {
            display: inline-block;
            width: 100px;
            padding: 64px 4px 0px 4px;
            height: 36px;
            /*background-color:#f3f3f3;*/
            /*background-color:#ffffff;*/
            background-repeat: no-repeat;
            background-position: 50% 5px;
            text-align: center;
            border: #dcdfe3 solid 1px;
            border-color: #dcdfe3 #d0d4d8 #d0d4d8 #dcdfe3;
            color: #666;
            font-size: 90%;
            text-decoration: none;
            /*border-radius: 3px;*/
            /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset;*/
            float: left;
        }

            ul.dashboard-buttons li a:hover {
                background-color: #e4e7ea;
                border-color: #c3c9ce;
                color: #333;
            }

            ul.dashboard-buttons li a:active {
                border-color: #9d9d9d;
            }

            ul.dashboard-buttons li a.with-icon16 {
                padding: 64px 4px 0 4px;
            }

                ul.dashboard-buttons li a.with-icon16 img {
                    margin-top: -64px;
                    padding: 22px 42px 26px 42px;
                    display: block;
                }

        ul.dashboard-buttons li.prerelease.beta, ul.dashboard-buttons li.prerelease.alpha {
            background-image: url(../Images/prerelease_bg.png);
            background-repeat: repeat;
        }

.icon48-page {
    background-image: url(../Images/Icons/48/page.png);
}

.icon48-page-banana {
    background-image: url(../Images/Icons/48/page-banana.png);
}

.icon48-page-specialtys {
    background-image: url(../Images/Icons/48/page-specialtys.png);
}

.icon48-page-store {
    background-image: url(../Images/Icons/48/page-store.png);
}

.icon48-page-beef {
    background-image: url(../Images/Icons/48/page-beef.png);
}

.icon48-page-beet {
    background-image: url(../Images/Icons/48/page-beet.png);
}

.icon48-page-cheese {
    background-image: url(../Images/Icons/48/page-cheese.png);
}

.icon48-page-boardshorts {
    background-image: url(../Images/Icons/48/page-boardshorts.png);
}

.icon48-page-execlounge {
    background-image: url(../Images/Icons/48/page-execlounge.png);
}

.icon48-page-orange {
    background-image: url(../Images/Icons/48/page-orange.png);
}

.icon48-page-roquet {
    background-image: url(../Images/Icons/48/page-roquet.png);
}

.icon48-page-tech {
    background-image: url(../Images/Icons/48/page-tech.png);
}

.icon48-app {
    background-image: url(../Images/Icons/48/window.png);
}

.icon48-app-banana {
    background-image: url(../Images/Icons/48/window-banana.png);
}

.icon48-app-specialtys {
    background-image: url(../Images/Icons/48/window-specialtys.png);
}

.icon48-app-store {
    background-image: url(../Images/Icons/48/window-store.png);
}

.icon48-app-beef {
    background-image: url(../Images/Icons/48/window-beef.png);
}

.icon48-app-beet {
    background-image: url(../Images/Icons/48/window-beet.png);
}

.icon48-app-cheese {
    background-image: url(../Images/Icons/48/window-cheese.png);
}

.icon48-app-boardshorts {
    background-image: url(../Images/Icons/48/window-boardshorts.png);
}

.icon48-app-execlounge {
    background-image: url(../Images/Icons/48/window-execlounge.png);
}

.icon48-app-orange {
    background-image: url(../Images/Icons/48/window-orange.png);
}

.icon48-app-roquet {
    background-image: url(../Images/Icons/48/window-roquet.png);
}

.icon48-app-tech {
    background-image: url(../Images/Icons/48/window-tech.png);
}


.shortcut-bar {
    text-align: center;
    margin: 15px 0;
}

    .shortcut-bar a {
        margin: 2px 0;
    }


.ui-tabs {
}

    .ui-tabs .ui-tab-content {
        display: none;
    }

        .ui-tabs .ui-tab-content.active {
            display: block;
        }


.table .ajax__calendar table thead th, .table .ajax__calendar table thead td,
.table .ajax__calendar table thead th:hover, .table .ajax__calendar table thead td:hover,
.table .ajax__calendar table tbody th, .table .ajax__calendar table tbody td,
.table .ajax__calendar table tbody th:hover, .table .ajax__calendar table tbody td:hover,
.tableform .ajax__calendar table thead th, .tableform .ajax__calendar table thead td,
.tableform .ajax__calendar table thead th:hover, .tableform .ajax__calendar table thead td:hover,
.tableform .ajax__calendar table tbody th, .tableform .ajax__calendar table tbody td,
.tableform .ajax__calendar table tbody th:hover, .tableform .ajax__calendar table tbody td:hover {
    padding: 0;
    margin: 0;
    background: none !important;
    border: none 0;
    text-align: center;
    font-size: 100%;
}


.table table.tableclear,
.table table.tableclear thead th, .table table.tableclear thead td,
.table table.tableclear thead th:hover, .table table.tableclear thead td:hover,
.table table.tableclear tbody th, .table table.tableclear tbody td,
.table table.tableclear tbody th:hover, .table table.tableclear tbody td:hover,
.tableform table.tableclear thead th, .tableform table.tableclear thead td,
.tableform table.tableclear thead th:hover, .tableform table.tableclear thead td:hover,
.tableform table.tableclear tbody th, .tableform table.tableclear tbody td,
.tableform table.tableclear tbody th:hover, .tableform table.tableclear tbody td:hover {
    padding: 0;
    margin: 0;
    background: none !important;
    border: none 0;
    font-size: 100%;
    width: auto;
}

table.tablemini tbody tr th, table.tablemini tbody tr td {
    padding: 1px !important;
}

table.tablemini thead tr th, table.tablemini thead tr td {
    padding: 1px !important;
    background: #999999 !important;
}



.ticketLinkList {
    list-style: none;
    margin: 0;
}

    .ticketLinkList img {
        vertical-align: -3px;
    }

    .ticketLinkList li {
        display: block;
        background: #cccccc;
        border: solid 1px #cccccc;
        border-radius: 5px;
        margin-bottom: 5px;
    }

        .ticketLinkList li a {
            display: block;
            padding: 5px;
            white-space: nowrap;
            overflow: hidden;
        }

        .ticketLinkList li p {
            font-size: 80%;
            line-height: 1.2em;
            margin: 0;
            margin-top: 5px;
        }

h1 img.x32 {
    vertical-align: -8px;
    margin-right: 0;
    padding-right: 0;
}


.tipsy-inner {
    font-size: 90%;
}

    .tipsy-inner table {
        border-collapse: collapse;
        width: 95%;
    }

        .tipsy-inner table tr th, .tipsy-inner table tr td {
            padding: 2px;
        }

        .tipsy-inner table tr th {
            text-align: left;
            font-weight: bold;
        }

        .tipsy-inner table tr td {
            text-align: left;
            font-weight: normal;
        }

.loading-background {
    background-image: url(../Images/loading_white_lg.gif);
    background-position: center;
    background-repeat: no-repeat;
}


/*Promotion code tooltip*/
a.imgTooltip {outline:none; }
a.imgTooltip strong {line-height:30px;}
a.imgTooltip:hover {text-decoration:none;} 
a.imgTooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
    text-align: left;
}
a.imgTooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:15px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.imgTooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}