﻿html {
    height: 100%;
}

body {
    background: #e4e4e4; /* Old browsers */
    background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 700px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(700px,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 700px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4e4e4 0%,#ffffff 700px); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4e4e4 0%,#ffffff 700px); /* IE10+ */
    background: linear-gradient(to bottom, #e4e4e4 0%,#ffffff 700px); /* W3C */
    /*-pie-background: linear-gradient(#e4e4e4,#ffffff);
	behavior: url("../styles/PIE.htc");*/
    background-repeat: no-repeat;
    color: #333333;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    padding: 0;
    margin: 0;
    height: 100%;
}

.ie7 body, .ie8 body, .ie9 body {
    background: #ffffff url(/WestAMT/images/bggradient_fallback.png) repeat-x center top;
}

form {
    width: 1074px;
    /*height: 100%;*/
    margin: 0 auto;
    padding: 0 8px;
    background: #ffffff;
}

.ie7 form, .ie8 form, .ie9 form {
    height: auto;
}

/**** FONTS ****/
h1 {
    font-family: 'Knowledge', Arial, sans-serif;
    font-weight: 100;
    font-size: 26px;
    color: rgb(250, 100, 0);
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4, .ListHeader {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    padding-top: 2px;
}

p {
    margin-top: 3px;
    margin-bottom: 6px;
}

li {
    padding: 2px 0;
}

.defaulttextstyle {
    font-size: 12px;
    font-weight: normal;
}

.WelcomeText {
    font-size: 12px;
    color: #000000;
}

/**** LINKS ****/
a, a:link, a:visited {
    color: #005a84;
    text-decoration: none;
}

    a.underline, a:link.underline, a:visited.underline, .underline {
        text-decoration: underline;
    }

    a:hover {
        color: #005a84;
        text-decoration: underline;
    }

.pointer {
    cursor: pointer;
}

/* font helpers */
.orangetext, a.orangetext {
    color: rgb(250, 100, 0);
    text-decoration: none !important;
}

.whitetext, a.whitetext {
    color: #ffffff;
}

.required, .error, .Message {
    color: #ff0000;
}

.ConfirmMessage {
    font-weight: bold;
    color: rgb(250, 100, 0);
}

.centertext {
    text-align: center;
}

.rightaligntext {
    text-align: right;
}

.normalweight, .normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: 11px;
}

.large {
    font-size: 16px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-left-15 {
    margin-left: 15px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-left-15 {
    padding-left: 15px;
}


/**** SECTIONS ****/
/* header */
header {
    border-bottom: 5px solid rgb(250, 100, 0);
}

    header .sitetitle {
        height: 80px;
        position: relative;
    }

    header h1 {
        position: absolute;
        bottom: 10px;
        left: 8px;
    }

    header .logo {
        position: absolute;
        right: 0;
        bottom: 16px;
        display: block;
        float: left;
        background: url("https://lawschool.thomsonreuters.com/wp-content/themes/lawschool/assets/images/logo-dark.svg") no-repeat;
      
    
        height: 60px;
        width: 270px;
        text-indent: -9999px;
    }

/* nav menu */
.RadTabStrip {
    z-index: 5 !important;
    position: relative;
}

.RadMenu {
    z-index: 10 !important;
    position: relative;
}

.sidebar1 .RadMenu {
    z-index: 5 !important;
    position: relative;
}

nav, .RadMenu {
    background-color: #828282;
}

nav {
    width: 100%;
}

    nav p.loggedinastext {
        background: #666666;
        color: #ffffff;
        float: right;
        font-weight: bold;
        margin: 0;
        padding: 5px 10px;
    }

ul.rmRootGroup {
    float: none;
    background: none;
    border: 0;
}

    ul.rmRootGroup li.rmItem {
        padding: 4px 2px !important;
    }

    ul.rmRootGroup li.rmFirst {
        padding-left: 0;
    }

    ul.rmRootGroup a.rmLink {
        color: #ffffff;
        cursor: pointer;
    }

        ul.rmRootGroup a.rmLink > span {
            background: none;
        }

    ul.rmRootGroup a.rmFocused {
        background: none;
        color: rgb(250, 100, 0);
    }

    ul.rmRootGroup .rmSlide a.rmExpanded:hover, ul.rmRootGroup .rmSlide .rmLevel1 .rmItem a.rmExpanded:hover {
        text-decoration: none;
        cursor: default;
    }

    ul.rmRootGroup .rmSlide .rmExpandRight:after {
        content: "\003E";
        position: absolute;
        right: 10px;
        top: 3px;
        font-weight: bold;
    }

    ul.rmRootGroup li.rmItem .rmSlide {
        background: #828282;
        color: #333333;
        border: 1px solid #333333;
    }

        ul.rmRootGroup li.rmItem .rmSlide .rmSlide {
            max-height: 300px;
            overflow-x: hidden !important;
            overflow-y: auto !important;
        }

    ul.rmRootGroup .rmSlide ul {
        padding: 0 !important;
        margin: 0 !important;
    }

    ul.rmRootGroup .rmGroup .rmText {
        padding-left: 8px !important;
    }

/* breadcrumbs */
.breadcrumb {
    padding-top: 5px;
    color: #666666;
}

    .breadcrumb .RadSiteMap > ul {
        padding-bottom: 0;
    }
    /*.breadcrumb .RadSiteMap > ul:before { -- SUGGESTED NAV INDICATOR IF BREADCRUMBS ARE USED SITEWIDE
		content: "\00BB";
	}*/
    .breadcrumb li.rsmItem a.rsmLink {
        padding-right: 10px;
        color: #666666;
    }

        .breadcrumb li.rsmItem a.rsmLink:hover {
            color: #555;
            text-decoration: underline;
            font-style: italic;
            background: none;
        }

/* body stuff */
section {
    position: relative;
}

.MainContent {
   padding-left :2px;
    clear: left;
    min-height: 400px;
    border-width: 1px;
    border-color: #e4e4e4;
    border-style: Solid;
}

.onecolumnpage {
    width: 100%;
}

.twocolumnpage {
    width: 680px;
    padding: 0 10px;
}

.logincontent {
    padding-top: 20px;
    width: 300px;
    margin: 0 auto;
}

/* sidebar */
.SideBar {
    width: 350px;
    height: 100%;
    background: #e4e4e4;
    border-left: solid 1px #666666;
    border-right: solid 1px #666666;
    padding: 0 10px;
    position: absolute;
    right: 0;
}

#SchoolList ul, #QueryList ul, .QuickLinks ul, #SchoolList ol, #QueryList ol, .QuickLinks ol {
    margin: 0;
    padding-left: 15px;
}

#SchoolList li {
    list-style-type: none !important;
    padding-bottom: 3px;
}

.SchoolsSubLinks li {
    list-style-type: none !important;
}

.SchoolsSubLinks ul li:before {
    content: "" !important;
}


/* pop-up window */
.ui-widget-overlay {
    background: rgba(0,0,0,.5);
    z-index: 10;
}

.ui-dialog {
    padding: 0 !important;
    border: 1px solid #000000;
    z-index: 20;
    position: relative;
}

.popupwindow {
    background-color: #e4e4e4 !important;
    height: auto !important;
}

.ui-dialog-titlebar {
    background-color: #ff9100 !important;
    color: #ffffff;
    font-weight: bold;
    height: 20px;
}

.ui-dialog .ui-dialog-title {
    float: none !important;
}
/*.ui-dialog .ui-dialog-titlebar-close {
	width: 50px !important;
}*/

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    text-indent: 0 !important;
    padding: 0 !important;
}

.ui-button.ui-dialog-titlebar-close {
    background: #666666 !important;
}

    .ui-button.ui-dialog-titlebar-close .ui-button-text {
        display: none !important;
    }

.ui-icon.ui-icon-closethick {
    background-position-x: -96px;
    background-position-y: -128px;
    background-position: -96px -128px;
}

.ui-dialog .ui-dialog-buttonpane {
    background: #fff;
    margin-top: 0 !important;
}

    .ui-dialog .ui-dialog-buttonpane .ui-button {
        position: relative !important;
    }

.ui-dialog .ui-dialog-content {
    background: #fff;
}

/* footer */
footer {
    width: 1074px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-top: 26px solid #828282;
}

.legal {
    color: #797979;
    padding-top: 20px;
}

    .legal a, .legal a:visited {
        color: #797979 !important;
        text-decoration: none;
    }

        .legal a:hover {
            text-decoration: underline;
        }

.footermenu {
    padding: 19px 0 0 22px;
    margin: 0;
    font-size: 11px;
}

    .footermenu li {
        display: inline-block;
        border-left: 1px solid;
        padding: 0 6px;
    }

.ie7 .footermenu li {
    display: inline;
}

.footermenu li:first-child {
    border-left: 0;
    padding-left: 0;
}

#bee-plugin-container {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(64, 64, 64);
    height: 1024px;
}
/**** BUTTONS ****/
/* standard buttons */
button, .button, a.button, input[type="button"], input[type="submit"] {
    background: rgb(250, 100, 0);
    border-radius: 3px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
}

    .button:disabled, button:disabled, a.button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled {
        background: #ddd;
        color: #666;
    }

    .button:disabled:hover, button:disabled:hover, a.button:disabled:hover, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover {
        background: #ddd;
        color: #666;
    }

.ie7 button, .ie7 .button, .ie7 a.button, .ie7 input[type="button"], .ie7 input[type="submit"] {
    display: inline;
}


button:hover, .button:hover, a.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    /*color: #e4e4e4;*/
    background: #ffb400;
    text-decoration: none;
}

/* .secondarybutton should be used in conjunction with .button */
.secondarybutton {
    background: #828282;
    color: #ffffff;
}

    .secondarybutton:hover {
        background: #666666;
        color: #ffffff;
    }

.ie6 button, .ie7 .button, .ie6 input[type="button"], .ie7 input[type="submit"] {
    display: inline;
}
/*input[disabled="disabled"],*/
a.button[disabled="disabled"] {
    border: 0;
    background: #e4e4e4;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
}

.ie7 a.button[disabled="disabled"] {
    display: inline;
}

a[disabled="disabled"], a[disabled="disabled"]:hover {
    color: #ffffff;
    text-decoration: none;
}

.textarrow:after {
    content: " \003E";
}

/* navigation buttons on home screen */
.homenav.button {
    background: #666666;
    text-align: center;
    width: 210px;
    height: 45px;
    padding: 5px;
}

.homenav > span {
    display: block;
}

.homenav .buttontitle {
    font-weight: bold;
}

.homenav .buttondesc {
    font-size: 10px;
}


/**** FORMS ****/

label {
    display: block;
    font-weight: bold;
    line-height: 18px;
}

ol.form {
    list-style-type: none;
    padding: 0;
    width: 100%;
}

    ol.form label {
        width: 120px;
        display: inline-block;
    }

        ol.form label.wide {
            width: 200px;
        }

.ie7 ol.form label {
    display: inline;
}

ol.form label, .label {
    font-weight: bold;
}

ol.form li {
    width: 100%;
}

    ol.form li > span {
        display: inline-block;
        vertical-align: text-top;
    }

    ol.form li span.error {
        text-align: right;
    }

/**** MISC HELPERS ****/
.hide {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.center {
    display: block;
    margin: 0 auto;
}

.coloredheader {
    padding: 5px 10px;
}

.orangebg {
    background-color: rgb(250, 100, 0);
}

.greyborder {
    border: 1px solid #828282;
}

.nomargin {
    margin: 0;
}

.nomargintop {
    margin-top: 0;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.marginright5 {
    margin-right: 5px;
}

.marginright10 {
    margin-right: 10px;
}

.nomarginbottom {
    margin-bottom: 0;
}

.marginbottom5 {
    margin-bottom: 5px;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.marginleft5 {
    margin-left: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingtop20 {
    padding-top: 20px;
}

.paddingright5 {
    padding-right: 5px;
}

/* clear fix */
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom: 1;
}


/**** PAGES ****/
/* list builder */
.SearchHeader {
    height: 20px;
    background-color: #e4e4e4;
    border-bottom: 1px solid #666666;
    padding: 5px 0 0 5px;
    cursor: pointer;
    position: relative;
}

.ArrowExpand, .ArrowClose {
    padding-left: 25px;
}

    .ArrowExpand:before, .ArrowClose:before {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 4px;
        left: 5px;
    }

    .ArrowExpand:before {
        content: url('../images/layout/expand.gif');
    }

    .ArrowClose:before {
        content: url('../images/layout/collapse.gif');
    }

.ie7 .ArrowExpand, .ie7 .ArrowClose {
    background-repeat: no-repeat;
    background-position: 5px 4px;
}

.ie7 .ArrowExpand {
    background-image: url('../images/layout/expand.gif');
}

.ie7 .ArrowClose {
    background-image: url('../images/layout/collapse.gif');
}

.QuestionImageHeader {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 25px;
    cursor: pointer;
    text-align: right;
    vertical-align: middle;
}

/* expandable divs */
.InnerDiv {
    padding: 6px;
    font-size: 11px;
    position: relative;
}

    .InnerDiv tr {
        height: 20px;
    }

    .InnerDiv td img {
        vertical-align: top;
    }

    .InnerDiv td input[type="checkbox"], .InnerDiv td input[type="radio"], span input[type="checkbox"], span input[type="radio"] {
        margin-right: 3px;
    }

    .InnerDiv td label {
        margin-right: 5px;
    }

/* sorting tables rows */
table {
    border-collapse: collapse;
}

    table.tablesorter {
        background-color: #CDCDCD;
        margin: 10px 0pt 15px;
        width: 100%;
        text-align: left;
        border: 0;
    }

        table.tablesorter tr {
            font-size: 12px;
        }

        table.tablesorter thead tr th, table.tablesorter tfoot tr th {
            border: 1px solid #CDCDCD;
            padding: 4px;
        }

        table.tablesorter thead tr .header {
            background-image: url(../images/layout/bg.gif);
            background-repeat: no-repeat;
            background-position: center right;
            cursor: pointer;
        }

        table.tablesorter tbody td {
            color: #3D3D3D;
            padding: 4px;
            background-color: #FFF;
            vertical-align: top;
            border: 1px solid #CDCDCD;
        }

        table.tablesorter thead tr .headerSortUp {
            background-image: url(../images/layout/asc.gif);
        }

        table.tablesorter thead tr .headerSortDown {
            background-image: url(../images/layout/desc.gif);
        }



/* New tablesorter styles */
.tablesorter-default {
    width: 100%;
    font: 12px/18px Arial,Sans-serif;
    color: #333;
    background-color: #fff;
    border-spacing: 0;
    margin: 10px 0 15px;
    text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    font-weight: 700;
    color: #000;
    border-collapse: collapse;
}

.tablesorter-default .header, .tablesorter-default .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
    padding: 4px 20px 4px 4px;
}

.tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerDesc, .tablesorter-default thead .tablesorter-headerSortDown {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

.tablesorter-default thead .headerSortUp, .tablesorter-default thead .tablesorter-headerAsc, .tablesorter-default thead .tablesorter-headerSortUp {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.tablesorter-default thead .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px;
}

table.sreptablesorter {
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    width: 100%;
    text-align: left;
    border: 0;
}

    table.sreptablesorter tr {
        font-size: 12px;
    }

    table.sreptablesorter thead tr th, table.tablesorter tfoot tr th {
        border: 1px solid #CDCDCD;
        padding: 4px;
    }

    table.sreptablesorter thead tr .header {
        background-image: url(../images/layout/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.sreptablesorter tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: middle;
        border: 1px solid #CDCDCD;
    }

    table.sreptablesorter thead tr .headerSortUp {
        background-image: url(../images/layout/asc.gif);
    }

    table.sreptablesorter thead tr .headerSortDown {
        background-image: url(../images/layout/desc.gif);
    }

    table.sreptablesorter tbody td input {
        width: 95px;
    }

.ParticipantResultTableTD {
    height: 30px;
    background-color: #e4e4e4;
    padding: 4px;
    font-variant: small-caps;
    color: #000000;
    font-weight: bold;
    text-align: left;
    border: 1px solid #CDCDCD;
}

    .ParticipantResultTableTD a, .ParticipantResultTableTD a:link, .ParticipantResultTableTD a:visited {
        color: #000000;
        text-decoration: none;
    }

/*.ParticipantResultTableFooterPager {
	background-color: #F0F8FF;
	width: 963px !important;
	border: 1px solid #CDCDCD;
	border-collapse: collapse;
}*/

/* calendar datepickers */
.ui-datepicker {
    background: #f6f6f6;
    border: 1px solid #e4e4e4;
}

    .ui-datepicker .ui-datepicker-header {
        background: #ffb400;
        background: #f7b850; /* Old browsers */
        background: -moz-linear-gradient(top, #f7b850 0%, #f6a828 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7b850), color-stop(100%,#f6a828)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f7b850 0%,#f6a828 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f7b850 0%,#f6a828 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f7b850 0%,#f6a828 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f7b850 0%,#f6a828 100%); /* W3C */
        -pie-background: linear-gradient(#f7b850,#f6a828);
        behavior: url("../styles/PIE.htc");
        color: #fff;
        font-weight: bold;
    }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-widget-header .ui-icon {
    background-image: url("/WestAMT/Scripts/images/ui-icons_ffffff_256x240.png");
}

.ui-icon-circle-triangle-w {
    background-position-x: -80px;
    background-position-y: -192px;
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-e {
    background-position-x: -48px;
    background-position-y: -192px;
    background-position: -48px -192px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    color: #1c94c4;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #f6f6f6;
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #1c94c4;
        text-decoration: none;
        outline: none;
    }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 1px solid #fbcb09;
    background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #c77405;
    outline: none;
}

    .ui-state-hover a, .ui-state-hover a:hover {
        color: #c77405;
        text-decoration: none;
        outline: none;
    }

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #fbd850;
    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #eb8f00;
    outline: none;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #eb8f00;
        outline: none;
        text-decoration: none;
    }

.ui-state-default .ui-state-highlight, .ui-widget-content .ui-state-highlight {
    color: #363636;
    border: 1px solid #fed22f;
    background: #ffe45c;
}

.ui-datepicker-today {
    color: #000;
}

/* ALPS */
.schoolcontact_categoryrow {
    background: #828282 url(/WestAMT/Alps/images/plus.png) no-repeat right center;
    height: 26px;
    margin-bottom: 5px;
    padding-top: 4px;
}

    .schoolcontact_categoryrow .contactcategory {
        width: 700px;
        padding-left: 10px;
    }

    .schoolcontact_categoryrow .contactcount {
        margin-right: 38px;
    }

.aam_name {
    font-weight: bold;
    display: inline-block;
    width: 40%;
    padding-bottom: 4px;
}

.rm_name {
    font-weight: bold;
    display: inline-block;
    padding-bottom: 4px;
}

#ClinicEditDiv div {
    display: inline-block;
    margin-bottom: 5px;
}

#ClinicEditDiv label {
    vertical-align: top;
}

#ClinicEditDiv input {
    width: 300px;
    margin-bottom: 5px;
}

#ClinicEditDiv select {
    margin-bottom: 5px;
}

#spinner {
    position: fixed;
    left: 0px;
    top: 5px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("/WestAMT/images/layout/spinner.gif") 50% 50% no-repeat;
}

.ui-dialog .ui-dialog-content {
    overflow: visible !important;
}
/**** OLD CODE BELOW - SHOULD BE UPDATED OR REMOVED ****/
#HeaderLeft {
    float: left;
    width: 20px;
    height: 60px;
    background: url(../images/Header_Left.gif) no-repeat;
}

#HeaderRight {
    float: left;
    width: 20px;
    height: 60px;
    background: url(../images/Header_Right.gif) no-repeat;
}

#HeaderBG {
    float: left;
    height: 60px;
    background: url(../images/Header_BG.gif) repeat-x;
    width: 603px;
}

#HeaderLogo {
    float: left;
    width: 114px;
    height: 60px;
    background: url(../images/Header_Logo.gif) no-repeat;
}

#HeaderTitle {
    float: left;
    width: 227px;
    height: 60px;
    background: url(../images/Header_Title.gif) no-repeat;
}


/* menu */
#Menu {
    padding: 0 0 1px 0;
    height: 25px !important;
    position: relative;
    background: url(../images/layout/bg_nav.jpg) repeat-x;
}

    #Menu .SignOff {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 25px;
    }

    #Menu A {
        background: white;
        padding: 0 !important;
        height: 25px;
    }

.ResultsHeader {
    font-size: 8pt;
    color: #201E5C;
}

TR {
    color: #000000;
}

.PageName {
    font-size: 12pt;
    color: #000000;
}

.QueryName {
    clear: right;
    font-size: 12px;
    color: #666666;
}



.Spacer {
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #000000;
}




.DashboardHeaderDarkBlue {
    background-color: Navy;
    font-weight: bold;
}



#PopupWrapper {
    width: 770px;
}


.QuickLinks {
    width: 350px;
    padding-left: 5px;
}

#SRTCSubLinks {
    padding-left: 3px;
}

    #SRTCSubLinks A {
        padding-left: 5px;
    }

    #SRTCSubLinks LI {
        list-style: none !important;
        font-weight: 400 !important;
    }

#SRTCList LI {
    margin: 0;
    list-style: none !important;
}

#SRTCList UL {
    margin: 0;
    padding-left: 15px;
}

#SRTCList OL {
    margin: 0;
    padding-left: 10px;
}


/*Popup*/

#PopupContainer {
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 20000;
}

#PopupContent {
    background-color: #FFF;
    min-width: 175px;
    min-height: 50px;
    z-index: 20000;
    position: relative;
    overflow: auto;
}

.BookPopupImage {
    margin: 5px;
    margin-right: 15px;
}

.corner {
    width: 19px;
    height: 15px;
}

.topLeft {
    background: url(../images/popup/balloon_topLeft.png) no-repeat;
}

.bottomLeft {
    background: url(../images/popup/balloon_bottomLeft.png) no-repeat;
}

.balloonleft {
    background: url(../images/popup/balloon_left.png) repeat-y;
}

.balloonright {
    background: url(../images/popup/balloon_right.png) repeat-y;
}

.topRight {
    background: url(../images/popup/balloon_topRight.png) no-repeat;
}

.bottomRight {
    background: url(../images/popup/balloon_bottomRight.png) no-repeat;
}

.top {
    background: url(../images/popup/balloon_top.png) repeat-x;
}

.bottom {
    background: url(../images/popup/balloon_bottom.png) repeat-x;
    text-align: center;
}

#PopUpHeader {
    font-weight: bold;
}



#SchoolDiv {
    border: 1px;
    border-style: double double double double;
    border-color: #919b9c;
}

#YearDiv {
    border: 1px;
    border-style: double double double double;
    border-color: #919b9c;
}

#RegistrationDiv {
    border: 1px;
    border-style: double double double double;
    border-color: #919b9c;
}


#StatusDiv {
    border: 1px;
    border-style: double double double double;
    border-color: #919b9c;
}


#CriteriaDiv {
    border: 1px;
    border-style: double double double double;
    border-color: #919b9c;
}


/*Popup*/

.Help {
    padding: 10px;
    width: 300px;
    position: absolute;
    z-index: 1;
    background-color: #f0f0f0;
    border: 1px solid black;
}

.alps-school-panel {
    margin: 10px 0 30px 0;
}

.alps-school-name {
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}

table.datapointsTable tbody tr td {
    vertical-align: middle;
}


.trsubtotal td {
    background-color: #e4e4e4 !important;
    font-weight: bold;
    font-variant: small-caps;
    color: #004477;
}

.trgrandtotal td {
    background-color: #e4e4e4 !important;
    font-weight: bold;
    font-variant: small-caps;
    color: #004477;
}


.tablesurvey tr .ParticipantResultTableTD {
    height: 15px !important;
}

/*table.tablesorter tbody tr.odd td
{
    background-color: #edf7ff;
}*/

.DashBoardSubHeading {
    padding: 4px;
    font-variant: small-caps;
    color: #000000;
    font-weight: bold;
    text-align: left;
}


.schoolAllocationSubTotal {
    background-color: #e4e4e4 !important;
    font-weight: bold;
    font-variant: small-caps;
    color: #004477;
}

.schoolAllocationGrandTotal {
    background-color: #828282 !important;
    font-weight: bold;
    font-variant: small-caps;
    color: #004477;
}

.RadMenu ul li a.rmSelected {
    color: #ff9100;
    
    font-weight: 700;
}

select, input {
    padding: 3px;
}
.cfcontainer
{
    width:1200px;
}

.global-footer {
    width: 1200px;
    height: 70px;
    background: #555;
    padding: 15px 30px;
    border-top: 1px solid #666;
    box-sizing: border-box;
}

    .global-footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: right;
        color: #f7f7f7;
        margin-top: 8px;
        font-size: 12px;
    }

        .global-footer ul li {
            float: left;
            padding: 0 10px;
            border-right: 1px solid #ccc;
        }

    .global-footer li a {
        color: White !important;
        text-decoration: none;
    }

    .global-footer li:last-child {
        border-right: 0;
    }

.tr-logo {
    display: block;
    float: left;
    background: url("https://lawschool.thomsonreuters.com/wp-content/themes/lawschool/assets/images/logo-dark.svg") no-repeat;
    background-position: 0 0;
    
    height: 60px;
    width: 270px;
    text-indent: -9999px;
}

.EmailTemplateDiv {
    border: 1px;
    border-style: double double double double;
    border-color: #919b9c;
}

#SchoolList ul li:before {
    content: '\25BA';
    padding-right: 7px;
}


#PanelConfirmDiv {
    padding: 10px;
   
}

