﻿/* import google font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&display=swap');

/*HTML5 ✰ Boilerplate - Reset, Etc.*/ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

    nav ul {
        list-style: none
    }

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

body {
    font: 13px/1.231 sans-serif;
    font-size: small
}

select, input, textarea, button {
    font: 99% sans-serif
}

pre, code, kbd, samp {
    font-family: monospace,sans-serif
}

body, select, input, textarea {
    color: #444
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold
}

html {
    overflow-y: scroll
}

a:hover, a:active {
    outline: none
}

a, a:active, a:visited {
    color: #607890
}

    a:hover {
        color: #036
    }

ul, ol {
    margin-left: 1.8em
}

ol {
    list-style-type: decimal
}

nav ul, nav li {
    margin: 0
}

small {
    font-size: 85%
}

strong, th {
    font-weight: bold
}

td, td img {
    vertical-align: top
}

sub {
    vertical-align: sub;
    font-size: smaller
}

sup {
    vertical-align: super;
    font-size: smaller
}

pre {
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}

textarea {
    overflow: auto
}

.ie6 legend, .ie7 legend {
    margin-left: -7px
}

input[type="radio"] {
    vertical-align: text-bottom
}

input[type="checkbox"] {
    vertical-align: bottom
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline
}

.ie6 input {
    vertical-align: text-bottom
}

label, input[type=button], input[type=submit], button {
    cursor: pointer
}

button, input, select, textarea {
    margin: 0
}

    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        border-radius: 1px;
        -moz-box-shadow: 0px 0px 5px red;
        -webkit-box-shadow: 0px 0px 5px red;
        box-shadow: 0px 0px 5px red
    }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
    background-color: #f0dddd
}

::-moz-selection {
    background: #d40016;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #d40016;
    color: #fff;
    text-shadow: none
}

a:link {
    -webkit-tap-highlight-color: #b2150f
}

button {
    width: auto;
    overflow: visible
}

.ie7 img {
    -ms-interpolation-mode: bicubic
}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
}

.hidden {
    display: none;
    visibility: hidden
}

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px)
}

.invisible {
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}



/* Science Careers style sheet */

/*Basics*/
body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background: #e2e0dd;
    margin: 10px auto;
    text-rendering: optimizeLegibility;
    color: #2f2f2f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input:focus, select:focus, a:focus, textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
}

    a:hover {
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
        transition: all .25s linear;
    }

/*a.external {padding-right: 14px; background: url(../images/icon_ext_link.png) right 1px no-repeat;} */
/*a[href$=".pdf"] {padding-bottom: 2px; padding-right: 20px; background: url(../images/icon_pdf.gif) 50% right no-repeat;}*/

.meta {
    font-size: 87.5% !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

    .meta a {
        text-decoration: none;
    }

/*Content Block*/
.contentblock {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .contentblock h1, .contentblock h2, .contentblock h3, .contentblock h4, .contentblock h5, .contentblock h6 {
        text-shadow: 0 1px 0 #e0e0e0;
    }

    .contentblock p, .contentblock ul, .contentblock ol, .contentblock form {
        margin-bottom: 1em;
        line-height: 1.5;
        color: #333;
        font-size: .91em;
    }

    .contentblock > :last-child {
        margin-bottom: 0;
    }

    .contentblock a {
        color: #52819B;
        text-decoration: none;
    }

        .contentblock a:hover {
            color: #ffac33;
        }


/*Headings*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.0em;
    margin-bottom: 0.5em;
    font-weight: normal;
}

h2, .h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    font-weight: normal;
}

h3, .h3 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    font-weight: normal;
}

h4, .h4 {
    font-size: 1.0em;
    margin-bottom: 1.0em;
    font-weight: normal;
}

h5, .h5 {
    font-size: 1.0em;
    margin-bottom: 1.0em;
    font-weight: bold;
}

h6, .h6 {
    font-size: 1.0em;
    margin-bottom: 1.0em;
    font-weight: bold;
}



.footer-boilerplate {
    width: 650px;
    float: left;
}

    .footer-boilerplate ul {
        margin: 0 0 3em 0;
        clear: both;
        display: block;
        list-style-type: none;
        font-size: 11px;
    }

    .footer-boilerplate li {
        float: left;
        padding: 0 8px 0 0;
        margin: 0 8px .5em 0;
        display: inline-block;
        border-right: 1px solid #fff;
    }

        .footer-boilerplate li:first-child {
            padding-left: 0;
        }

        .footer-boilerplate li:last-child {
            border-right: none;
        }

        .footer-boilerplate li:nth-child(9) {
            border-right: none;
        }

    .footer-boilerplate a {
        color: #fff;
        text-decoration: none;
        margin-bottom: 10px;
    }

        .footer-boilerplate a:hover {
            color: #fff;
            text-decoration: underline;
        }

.footer-logos {
    width: 200px;
    float: left;
    overflow: auto;
}

    .footer-logos img {
        float: right;
        clear: right;
        margin: 0 20px 10px 0;
    }

.copyright-statement {
    clear: both;
    line-height: 1.4;
    display: block;
    font-size: 1em;
}

    .copyright-statement, .copyright-statement a, .copyright-statement a:hover {
        color: #e97f82;
    }


h1, h2, h3, h4, h5, h6, .banner {
    font-family: 'Roboto', Arial, Helvetica, sans-serif; /*font-weight: bold;*/
    clear: both;
}

.banner {
    font-weight: bold;
}

.banner, .main {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
    overflow: hidden;
}

#container, .sc-article {
    /*overflow: hidden;*/
    width: auto;
}

#pc, #sc {
    width: auto;
}

    #pc p, #sc p, .pc-article p {
        font-size: 120%;
    }

.content {
    background: none; /*overflow: hidden;*/
}

.content-well, .sc-article, .pc-article {
    width: 100%;
    -webkit-box-sizing: border-box;
}



/*Action Button*/
a.action-button {
    clear: both;
}

    a.action-button:link, a.action-button:visited {
        text-align: center;
        letter-spacing: 1px;
        -webkit-box-shadow: 0 0 5px #bc221e;
        -moz-box-shadow: 0 0 5px #bc221e;
        box-shadow: 0 0 5px #bc221e;
        font-size: 1.3em;
        border: 1px solid #cf251e;
        padding: .5em 1.7em;
        color: #fff;
        text-shadow: 0 -1px 0 #8b1d1d;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #711a1e url(images/action-button-bg.png) repeat-x top;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    a.action-button:hover {
        color: #fae4d9 !important;
        text-decoration: none !important;
        -webkit-box-shadow: 0 0 5px #791613;
        -moz-box-shadow: 0 0 5px #791613;
        box-shadow: 0 0 5px #791613;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

.action-button.align-right {
    float: right;
}

.action-button.block {
    display: block;
}


/*Turn any link into a button*/
a.button {
    position: relative;
    display: inline-block;
    color: #222;
    background: #ccc;
    padding: 5px 8px 4px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    background: #8e8e8e url("images/generic-button-bg.png") repeat-x top;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, #b8b8b8, #8e8e8e);
    background: -webkit-gradient(linear, left top, left bottom, from(#b8b8b8), to(#8e8e8e));
    -webkit-box-shadow: 0 1px 2px rgba(1,1,1,0.3), 0 1px 0 rgba(255,255,255,0.6) inset;
    border: 1px solid #848888;
}

    a.button:hover {
        color: #e43b3f;
    }

    a.button:target {
        top: 1px;
        right: 1px;
    }
/*IE*/ .no-rgba a.button {
    text-shadow: 0 1px 0 #fff;
}


ul.tab-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab-list li {
    display: inline;
    margin: 0;
    padding: 0;
}

.tab-list a {
    display: inline-block;
    background: #fff;
    padding: .5em 1em;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration: none;
    color: #222;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .tab-list a:hover {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.tab-sections {
    background: #fff;
    position: relative;
    margin: 0 auto;
    -webkit-border-radius: 6px;
    padding: 10px;
}

    .tab-sections section {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
    }

/*Tabbed Content Block Style - Theme for .tab-block*/
.tabbed-content {
    background: #666;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .tabbed-content .contentblock {
        margin-right: 0 !important;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .tabbed-content > h1 {
        color: #fff;
        text-shadow: 0 -1px 0 #333;
        padding: 10px 10px 0 10px;
    }

    .tabbed-content .contentblock > h1 {
        margin-top: .4em;
    }

    .tabbed-content .tab-list {
        padding-left: 1em;
        background: url(../images/tabbed-content-bg.png) bottom repeat-x;
    }

        .tabbed-content .tab-list a {
            text-shadow: 0 1px 0 #fff;
            padding: .3em 1.3em .1em 1.3em;
            font-size: 1.6em;
            background: #e9e9e9;
            background: -moz-linear-gradient(top, #e9e9e9 0%, #cecece 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#cecece));
        }

        .tabbed-content .tab-list .active a, .tabbed-content .tab-list .active a:hover {
            background: #fff;
        }

        .tabbed-content .tab-list a:hover {
            color: #333;
            background: #c9c9c9;
            background: -moz-linear-gradient(top, #c9c9c9 0%, #b2b2b2 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(100%,#b2b2b2));
        }


/*Tables*/
.datatable {
    display: block;
    width: 100%;
    border-collapse: collapse;
}

    .datatable caption {
        caption-side: bottom;
        text-align: center;
        font-size: .875em;
        padding: 10px 10px 0 10px;
        color: #444;
    }

    .datatable th:first-child {
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
    }

    .datatable th:last-child {
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
    }

    .datatable th {
        background: #e9e9e9;
        background: -moz-linear-gradient(top, #e9e9e9 0%, #cecece 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#cecece));
        color: #333;
        text-shadow: 0 1px 0 #fff;
        border-bottom: 1px solid #c7c8ca;
    }

    .datatable thead {
        margin-bottom: 1px;
    }

    .datatable thead, .datatable tbody, .datatable tfoot, .datatable caption {
        display: block;
    }

    .datatable tr {
        display: block;
    }

        .datatable tr th, .datatable tr td {
            padding: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: inline-block;
        }

.col-2 th, .col-2 td {
    width: 50%;
}

.col-3 th, .col-3 td {
    width: 33.3333333%;
}

.col-4 th, .col-4 td {
    width: 25%;
}

.datatable tr:nth-child(odd) td {
    background: #f4f4f4;
}

.datatable tr:nth-child(even) td {
    background: #ececec;
}


/*Forms*/
input[type="text"], input[type="text"]:focus, select[multiple], select[multiple]:focus, textarea, textarea:focus {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #e7e7e7;
}

input[type="submit"]:hover, button:hover, .button:hover {
    top: 1px;
}

input[type="submit"]:active, button:active, .button:active {
    top: 2px;
    left: 1px;
}

input[type="submit"], button .button {
    position: relative; /*border: 1px solid #666;*/
    color: #fff; /*-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; padding: 5px 12px; text-shadow: 0 -1px 0 #333; -webkit-box-shadow: 0 0 3px #666; background: #666 url(images/button-bg.png) repeat-x top; border: 1px solid #333;*/
    background: #d40016;
    padding: .5em 1.5em;
    font-size: 100%;
    text-shadow: none;
    border: none;
    font-weight: bold;
    box-shadow: none;
    border-radius: none;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

    /* here we change the way the disabled button works */
    input[type="submit"][disabled]:hover, button[disabled]:hover {
        top: 0px;
    }

    input[type="submit"][disabled], button[disabled] .button[disabled] {
        top: 0;
        left: 0;
        background: #aaa
    }



/******************************************
 * Begin IDP style sheet
 *
 ******************************************/


.page {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
    background-color: #E2E0DD;
}

header {
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }

footer, #footer {
    float: left; /* ensure that it ends up at the bottom of screen centered */
    clear: both;
    width: 100%;
    background-color: #fff;
    color: #555;
    text-align: center;
    font-size: .8em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    padding-bottom: 1.5em;
}


#container {
    width: 100%;
    float: left;
    margin-top: -3px; /* nudge it right against the header */
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    font-size: 110%;
    line-height: 1.6em;
}


#tabBarAndContents {
    margin: 14px 10px 0 180px; /* 180 is for the nav column */
}

    #tabBarAndContents > h2 {
        margin: 0.5em 0 0.5em 0.25em;
        font-size: x-large;
    }

#container > #content {
    padding: 20px;
}

/*
#content {
	padding: 0 0 0 0;
}
*/

#HomePageImageDiv {
}

#HomePageText {
}

.HomePageCenteredImage {
    display: block;
    margin: 0 auto;
    max-height: 250px;
}


.HomePageRedText {
    color: #d40016;
}

#HomePageCanvas {
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    padding: 20px 0 20px 20px;
    min-height: 200px;
    width: 100%;
    float: left;
    margin-right: -220px;
}

div#HomePageCanvas p {
    margin-top: 1em;
}

#HomePageContents {
    margin-right: 220px;
}

div#HomePageLogos {
    float: right;
    border-left-style: dotted;
    border-left-width: 1px;
    width: 179px;
}

img.PartnerLogo {
    width: 150px;
}

img.PartnerLogoSmall {
    width: 125px;
}

div#Authors p {
    color: #666;
}

div.AuthorTable {
    display: table;
}

div.AuthorLine {
    display: table-row;
}

div.AuthorItem {
    display: table-cell;
    padding-right: 1.2em;
    color: #666;
}

div.AuthorBioTable {
    display: table;
}

div.AuthorBioLine {
    display: table-row;
}

span.AuthorBioHeadshot {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

span.AuthorBioText {
    display: table-cell;
    vertical-align: middle;
}

img.AuthorHeadshot {
    width: 125px;
}

#Logos {
    text-align: center;
    margin-top: 20px;
}

    #Logos p {
        display: block;
        margin-bottom: 15px;
        font-size: 12px;
    }

    #Logos img {
        padding-bottom: 30px;
    }

.HomePageButtons {
    padding-top: 2em;
    padding-bottom: 2em;
    width: 256px;
    margin: 0 auto;
    display: flex;
}

div#AboutReturn {
    float: right;
}

    div#AboutReturn a {
        text-decoration: underline;
    }

div#About p {
    margin-bottom: 1.5em;
}


#CareerPlanHeader {
    height: 95px;
    width: 100%;
    background: #f2f2f2;
}

.CareerPlanHeaderItem {
    display: inline;
    float: left;
}

div.CareerPlanHeaderItem #myTitle {
    float: left;
    color: #6ad2c0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 50px; /* 40pt */
    margin: 16px 15px 0 11px;
    padding: 0 0 3px 3px;
    border-style: solid;
    border-width: 1px;
    border-left-style: solid;
    border-bottom-width: 02px;
    border-right-width: 0;
    border-top-width: 2px;
    border-left-width: 2px;
    border-top-style: hidden;
    border-bottom-style: solid;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
}

div.CareerPlanHeaderItem #title {
    float: left;
}

div#BetaTagTitle {
    position: absolute;
    z-index: 10;
    left: 250px;
    color: #bbbbbb;
    /*font: 22pt Helvetica;*/
    font-size: 29px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    border-style: dashed;
    border-width: 3px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-color: #bbbbbb;
    margin: 28px 0 0 20px;
    padding: 2px 8px;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
}

#CareerPlanHeader #title p {
    color: #ffffff;
    font-variant: small-caps;
    font-size: 20pt;
}

    #CareerPlanHeader #title p:first-letter {
        font-weight: bold;
        color: #6ad2c0;
    }

/* header logo image */
#logoimage {
    margin: 5px 0 0 30px;
}



/* LOGIN MENU   
----------------------------------------------------------*/
#logindisplay {
    display: inline;
    float: right;
    /*font: 1.0em Arial, Helvetica, Geneva, sans-serif;*/
    font-size: 1em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #d40016;
    margin: 20px 30px 0 0;
}

    #logindisplay a {
        color: #d40016;
    }

.LoginSeparator {
    margin: 0 10px;
}

.HeaderAAASLogo {
    float: right;
    clear: right;
    margin: 22px 30px 0 0;
}

ul#loginmenu li {
    display: block;
    list-style: none;
}

ul#loginmenu a:link {
    color: white;
    text-decoration: none;
}

ul#loginmenu a:visited {
    color: white;
    text-decoration: none;
}

ul#loginmenu a:hover {
    color: white;
    text-decoration: underline;
}

a img {
    border: none;
}
/* Nav Menu 
----------------------------------------------------------*/

/* Navbar Left
-----------------------------------------------------------------------------*/
#navBarLeft {
    float: left;
    width: 170px;
    position: relative;
    margin-left: -100%;
    margin-top: 1em;
}

.navMenu {
    background: #d40016;
    cursor: pointer;
    vertical-align: top;
    list-style: none;
    overflow: hidden; /* ensure that mistakes don't make menu look ugly */
    border-collapse: collapse;
    margin-left: 10px;
    padding: 0 0 10px 0;
    border-radius: 5px;
}

    .navMenu > li > a {
        width: 170px;
        padding: 5px;
        display: table-cell;
        vertical-align: middle;
        color: #EEFBFB;
        background-color: #d40016;
        height: 32px;
        /*font-size: large;*/
        cursor: default;
        /*font: large Arial, Helvetica, Geneva, sans-serif;*/
        font-size: 130%;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .navMenu li > a:hover {
        /* do nothing */
    }

    .navMenu ul {
        margin: 1px 1px 1px 1px;
        padding: 0;
    }

        .navMenu ul li {
            height: 26px;
            display: table-row;
        }

            .navMenu ul li a {
                padding-left: 10px;
                color: #333;
                background-color: #f2f2f2;
                /*font-size:small;   */
                text-decoration: none;
                display: table-cell;
                width: 170px;
                vertical-align: middle;
                cursor: inherit;
                font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
                font-size: 110%;
            }

                .navMenu ul li a:hover {
                    background-color: #fff;
                    text-decoration: underline;
                }


    .navMenu li ul li.selected a {
        background-color: #37588a;
        color: #ffffff;
    }



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #dddddd;
    padding: 1em 1.4em 1.4em 1.4em;
    margin-bottom: 3em;
}

#content p {
    padding-bottom: 0.25em;
    line-height: 1.25em;
}

.FieldsetFields {
    padding: 1.4em 0 0.5em 0; /* allow for some spacing between the fieldset border and top of first attribute and bottom of last attribute and the submit button */
}

legend {
    font-size: small;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    /*padding: 5px;*/
}



/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    margin-top: 40px;
}

div#ErrorMessage {
    min-height: 300px;
    border: 1px solid #e8eef4;
    margin: 20px 20px;
    padding: 10px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/


.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}




/* UNIT TAB CANVAS
-----------------------------------------------------------*/

div#UnitTabCanvas {
    width: 100%;
    /* this bizarro min-height + padding-bottom combo is 
       to allow the Save and Save&NextStep buttons on the "Skills to Improve" tab
       to be positioned below the 2nd form (since nested forms aren't allowed) */
    min-height: 470px;
    padding-bottom: 70px;
}

    div#UnitTabCanvas form:first-child {
        margin-top: 1em;
    }

#UnitTabCanvasFooter {
    margin: 20px;
    position: absolute;
    bottom: 0px;
}

#UnitTabCanvasSingleColumn {
    margin: 20px 20px 0 20px;
    height: 100%;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    /*font-size: smaller;*/
}

    #UnitTabCanvasSingleColumn > p {
        margin: 0.5em 0;
        font-size: 1em;
        line-height: 1.3em;
    }

    /* override the science careers hyperlink style of 'none' */
    #UnitTabCanvasSingleColumn a {
        text-decoration: underline;
    }

.UnitTabInputField {
    display: table-row;
    padding: 0 0 1em 0;
}

.UnitTabInputFieldLabel {
    display: table-cell;
    text-align: right;
    padding: 0 0 1em 0;
    font-weight: bold;
    font-size: 0.9em;
    max-width: 20em;
    color: #505050;
    cursor: inherit;
}

    .UnitTabInputFieldLabel label {
        cursor: inherit;
    }

.UnitTabInputFieldField {
    display: table-cell;
    padding: 0 0 1em 1em;
    width: auto;
}

    /* make the input boxes wider, proportional to the text size. */
    .UnitTabInputFieldField input {
        width: 30em;
        font-size: 0.9em;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        padding-left: 0.4em;
    }

        /* line up the check box in the right place */
        .UnitTabInputFieldField input#IsComplete, .UnitTabInputFieldField input#EmailReminder {
            width: auto;
        }

        .UnitTabInputFieldField input#RememberMe {
            width: auto;
        }

    .UnitTabInputFieldField select {
        width: 30em;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 0.9em;
    }



#UnitTabCanvasSingleColumn form div h3 {
    margin-bottom: 0em;
    padding: 1em 0em 0.1em 0.1em;
}

div.UnitTabTable {
    display: table;
    min-width: 30em;
    width: 50em;
    margin-top: 0.25em;
}

.UnitTabTableRowEven {
    display: table-row;
    background-color: #ddd;
    height: 2em;
    vertical-align: middle;
}

.UnitTabTableRowOdd {
    display: table-row;
    background-color: #eee;
    height: 2em;
    vertical-align: middle;
}

.UnitTabInputRatingLabel {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1em;
    border: 1px solid #FFFFFF;
    width: 35em;
}

.UnitTabInputRatingButtons {
    display: table-cell;
    vertical-align: middle;
    padding-left: 2em;
    padding-right: 2em;
    border: 1px solid #FFFFFF;
    min-width: 19em;
}

div.UnitTabInputRatingButtons span {
    padding-right: 0.75em;
}

.UnitTabInputRadioButtonList {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 1.5em 2em;
    border: 1px solid #FFFFFF;
    min-width: 11em;
}

.UnitTabInputLegend {
    padding-left: 3em;
    font-size: small;
    font-style: italic;
    color: #888888;
}

div.QuickTipsEditControl, div.ResourcesEditControl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #111111;
}

.QuickTipsDisplay {
    width: 95%;
}


a.EditLink {
    font-size: small;
    color: Blue;
    float: right;
    text-decoration: underline;
    padding-bottom: 20px
}

.EditLink:visited {
    color: #505abc;
}

.EditLink:hover {
    color: black;
    text-decoration: underline;
}

.EditLink:active {
    color: Yellow;
}


div.UnitTabInputArea {
    width: 100%;
    height: 100%;
    margin-right: 0;
    min-height: 20em;
}

.SkillImprovementCheckBox {
    display: table-cell;
    padding: 2px 20px;
    width: 5%;
}

.SkillImprovementAnswer {
    display: table-cell;
    padding: 2px 20px;
    width: 5%;
}

.SkillImprovementSkillName {
    display: table-cell;
    padding: 2px 20px;
}

.CAGImprovementCheckBox {
    display: table-cell;
    padding: 2px 20px;
    width: 5%;
}

.CAGImprovementAnswer {
    display: table-cell;
    padding: 2px 20px;
    width: 5%;
}

.CAGImprovementCareerAdvancementAreaName {
    display: table-cell;
    padding: 2px 20px;
}

.PGImprovementCheckBox {
    display: table-cell;
    padding: 2px 20px;
    width: 5%;
}

.PGImprovementAnswer {
    display: table-cell;
    padding: 2px 20px;
    width: 5%;
}

.PGImprovementPGName {
    display: table-cell;
    padding: 2px 20px;
}

table.Goals {
    margin: 10px 20px 40px 20px;
    border-top: none;
    border-left: none;
    width: 50em;
}

.HeaderSkillName {
    font-size: larger;
    font-style: italic;
    font-weight: bold;
    vertical-align: middle;
    display: table-row;
    width: 50em;
}

.HeaderEdit {
    width: 15%;
    font-weight: bold;
    border-style: none;
    border-right: 2px solid #aaaaaa;
    border-bottom: 2px solid #aaaaaa;
}


.HeaderText {
    width: 38%;
    font-weight: bold;
    border: 2px solid #aaaaaa;
    background-color: Black;
    color: White;
}

.HeaderDate {
    width: 12%;
    font-weight: bold;
    border: 2px solid #aaaaaa;
    background-color: Black;
    color: White;
}

.TableHeaderText {   
    font-weight: bold;
    border: 2px solid #aaaaaa;
    background-color: Black;
    color: White;
}

.ColumnEdit {
    display: table-cell;
    vertical-align: middle;
}

table.Goals tbody tr.UnitTabTableRowOdd td.ColumnEdit, table.Goals tbody tr.UnitTabTableRowEven td.ColumnEdit, table.NotesTable tbody tr.UnitTabTableRowOdd td, table.NotesTable tbody tr.UnitTabTableRowEven td {
    border: 2px solid #aaaaaa;
}


div.ImprovementEdit {
    display: table-cell;
    vertical-align: middle;
}

    td.ColumnEdit > a, div.ImprovementEdit > a {
        float: left;
        padding: 0 1em 0 2em;
    }

    td.ColumnEdit > form, div.ImprovementEdit > form {
        padding: 0 1em;
        cursor: pointer;
        display: inline;
    }


div.CAGImprovementEdit {
    display: table-cell;
    vertical-align: middle;
}

    td.ColumnEdit > a, div.CAGImprovementEdit > a {
        float: left;
        padding: 0 1em 0 2em;
    }

    td.ColumnEdit > form, div.CAGImprovementEdit > form {
        padding: 0 1em;
        cursor: pointer;
        display: inline;
    }


div.PGImprovementEdit {
    display: table-cell;
    vertical-align: middle;
}

    td.ColumnEdit > a, div.PGImprovementEdit > a {
        float: left;
        padding: 0 1em 0 2em;
    }

    td.ColumnEdit > form, div.PGImprovementEdit > form {
        padding: 0 1em;
        cursor: pointer;
        display: inline;
    }

.ColumnSmartGoalName {
    border: 2px solid #aaaaaa;
}

.ColumnDueDate {
    border: 2px solid #aaaaaa;
}

.UnitTabTableColumnHeader {
}


.UnitTabLineItemAdd {
    display: table-row;
}

.UnitTabLineItemAddButton {
    display: inline;
    margin-left: 20px;
}


td.HeaderCareerPath {
    font-weight: bold;
}

td.HeaderSkillMatch, td.HeaderInterestMatch, td.HeaderValues {
    text-align: center;
    font-weight: bold;
}

.ColumnCareerPath {
    font-size: small;
}

    .ColumnCareerPath > p:nth-child(2) {
        padding-left: 2em;
    }

.ColumnSkillMatch {
    width: 18%;
    text-align: center;
}

.ColumnInterestMatch {
    width: 18%;
    text-align: center;
}

td.ColumnValues {
    width: 10%;
    text-align: center;
    background-color: #FAF5F5;
    border-style: none;
    cursor: pointer;
    text-decoration: underline;
}


#ValuesBanner {
    width: 12em;
    position: absolute;
    top: 9em;
    right: 20px;
    text-align: right;
}

    #ValuesBanner a {
        text-decoration: underline;
        font-variant: small-caps;
        color: #1529a7
    }

#UnitTabCanvasSingleColumn > #MatchTable {
    margin-top: 40px;
}


table.MatchTableHeader {
    width: 700px;
    border-style: none;
}

    table.MatchTableHeader h2 {
        margin-top: 2.2em;
        margin-bottom: 0px;
    }

    table.MatchTableHeader div.MatchLine {
        text-align: right;
        height: 20px;
    }

    table.MatchTableHeader span.MatchBarValue {
        vertical-align: top;
        padding-right: 1em;
    }

    table.MatchTableHeader tr {
        border-style: none;
    }

    table.MatchTableHeader td {
        border-style: none;
        vertical-align: bottom;
    }

.MatchTableRowEven {
    width: 750px;
    height: 60px;
    background-color: #E1E8DC;
}

.MatchTableRowOdd {
    width: 750px;
    height: 60px;
    background-color: #F1FAEB;
}


.MatchTableRowName {
    width: 300px;
    font-size: medium;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-right-style: dotted;
}

.MatchTableRowMatch {
    width: 150px;
    font-size: large;
    text-align: center;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-left-style: dotted;
    border-right-style: dotted;
}

.MatchTableRowMatchDescriptor {
    font-size: smaller;
    font-style: italic;
    display: block;
}

.MatchTableRowGraph {
    width: 350px;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-left-style: dotted;
}


.MatchGraph {
    width: 350px;
    margin: auto;
}

.MatchBars {
    border: 1px solid #888888;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-style: none;
    border-right-style: none;
    vertical-align: middle;
}


.MatchBarValue {
    display: inline;
    color: #666666;
    padding-left: 0.66em;
}

.MatchLine {
    height: 14px;
    padding: 2px;
    margin: 2px;
}

.MyMatch {
    display: inline-block;
    height: inherit;
    background: #b2d194;
    background: -moz-linear-gradient(top, #b2d194 0%, #b2d194 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2d194), color-stop(100%,#b2d194));
    box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
    -moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
    -webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
}

.ExpertMatch {
    display: inline-block;
    height: inherit;
    background: #187ca3;
    background: -moz-linear-gradient(top, #187ca3 0%, #187ca3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#187ca3), color-stop(100%,#187ca3));
    box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
    -moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
    -webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
}




.PrintSectionRowEven {
    display: block;
    background-color: #f8f8f8;
    min-width: 600px;
    padding: 0.45em 0;
}

.PrintSectionRowOdd {
    display: block;
    background-color: #ececec;
    min-width: 600px;
    padding: 0.45em 0;
}

.PrintSectionRow {
    display: table-row;
    height: 1.5em;
}


.PrintSectionRowCheckBox {
    display: inline;
    padding: 2px 1em;
    width: 5%;
}

.PrintSectionRowSection {
    display: inline;
    padding: 2px 0em;
}


fieldset p {
    padding: 1em 0;
    font-size: smaller;
}

fieldset > div {
    padding-bottom: 1em;
}

fieldset.EditLargeTextArea {
    border-style: none;
}


.CertificateCheckboxLine {
    font-size: 1em;
}

textarea.LargeTextArea {
    margin: 1em 0;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

#tabBarAndContents > h2 {
    display: inline;
    padding: 100px 0;
}

#tabs {
    margin-top: 5px;
    width: 100%;
    min-height: 630px;
}


div#Wizard {
    float: right;
    margin-top: -5px;
}

    div#Wizard form {
        display: inline;
        height: 3em;
        margin: 0 10px 0 0;
    }

    div#Wizard input {
        /*border: 2px solid #c22525;*/
        height: 2.5em;
        /*font-size: 0.75em;*/
        font-size: 90%;
    }


#HomePageCanvas div.HomePageButtons div form input {
    /*border: 2px solid #c22525;*/
    background: #d40016;
    padding: .5em 1.5em;
    font-size: 110%;
    text-shadow: none;
    border: none;
    font-weight: bold;
    box-shadow: none;
    border-radius: 0;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.ui-widget input[type="submit"] {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 110%;
}

#tabBarAndContents #tabs.ui-widget-content {
    border: none;
    border-bottom: 1px solid #aaaaaa;
    border-radius: 0;
}

    #tabBarAndContents #tabs.ui-widget-content #content {
        font-size: 90%;
    }

#tabBarAndContents #tabs.ui-tabs .ui-tabs-nav li {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#tabBarAndContents > h2 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.UnitTabInputRatingLabelNameGrouping {
    display: inline;
    font-weight: bold;
}



ul#ValuesMatch {
    list-style-type: disc;
}

    ul#ValuesMatch li {
        padding: 0.25em 0;
    }

.ReportLine {
    display: block;
}


div#UnitReport {
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #333;
}

    div#UnitReport div.section {
        border-bottom: 1px solid #ababab;
        margin: 0.5em 0 1.5em 0;
        /*padding-bottom: 0.5em;*/
        padding-bottom: 1.5em;
        font-size: inherit;
    }


    div#UnitReport > .Header {
        text-align: center;
        padding-bottom: 2em;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

div.Header p {
    margin-top: -1em;
    padding-bottom: 0.25em;
    font-size: 1.25em;
}

div#UnitReport h1 {
    text-decoration: none;
}


div#UnitReport h2 {
    /*background-color: #fdf2f2;*/
    text-decoration: none;
    text-align: left;
    line-height: 2em;
    vertical-align: middle;
    /*padding-left: 1em;
	text-transform: uppercase;*/
    font-size: 150%;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #d40016;
}

div#UnitReport h3 {
    /*background-color: #fdf3f3;*/
    text-decoration: none;
    text-align: left;
    line-height: 2em;
    vertical-align: middle;
    padding-left: 1.25em;
    margin-top: 1em;
    color: #000;
    font-weight: bold;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

div#UnitReport h4 {
    background-color: #efefef;
    text-decoration: underline;
    text-align: left;
    line-height: 2em;
    vertical-align: middle;
    padding-left: 1.25em;
    margin-top: 1em;
}

div#UnitReport div.ReportLine {
    margin-left: 1.5em;
}

div#UnitReport div.attribute {
    min-width: 10em;
    font-style: italic;
    display: inline-block;
    text-align: right;
    margin-right: 1em;
}

div#UnitReport ul {
    margin-left: 3em;
}

div.ReportTable {
    margin: 0 2em;
    display: table;
    border: 1px dotted #e0e0e0;
    line-height: 1.5;
    width: 95%;
}

div.ReportTableRow {
    display: table-row;
}

div.ReportTableRowEven {
    display: table-row;
    width: inherit;
}

div.ReportTableRowOdd {
    display: table-row;
    background-color: #f6f6f6;
    width: inherit;
}

div.ReportTable:first-child div.ReportTableCellDate div.ReportTableCellNote div.ReportTableCellAdditionalInfo {
    font-weight: bold;
    margin-right: 1em;
}

div.ReportTableCellDate {
    display: table-cell;
    width: 8em;
    text-align: left;
}

div.ReportTableCellNote {
    display: table-cell;
    width: 25%;
    text-align: left;
}

div.ReportTableCellAdditionalInfo {
    display: table-cell;
    padding-left: 1em;
}

div#UnitReport ul {
    list-style: disk;
}



#UnitReport div.section table {
    margin-left: 2em;
    border-style: hidden;
    border-width: 0;
}

    #UnitReport div.section table tbody, #UnitReport div.section table tbody tr {
        border-style: hidden;
        border-width: 0;
    }

        #UnitReport div.section table tbody tr td {
            border-style: hidden;
            border-width: 0;
            min-width: 10em;
            padding: 2px 0 0 0;
        }

div.Table {
    display: table;
    border: 2px solid #c0c0c0;
    max-width: 700px;
}

div.Row:first-child {
    font-weight: bold;
    font-size: large;
}

div.Table div.Row {
    display: table-row;
}

div.Row div.Cell {
    display: table-cell;
    border: 1px solid #c0c0c0;
    padding: 1em 0.5em;
}

div.Cell:first-child {
    font-style: italic;
}


div.UnitTabTableRowOdd:first-child {
    vertical-align: bottom;
    font-style: italic;
    background: inherit;
    font-weight: lighter;
    font-size: smaller;
    color: #8e7f7f;
}


div.SkillImprovementCheckBox, div.SkillImprovementAnswer, div.SkillImprovementSkillName {
    vertical-align: inherit;
}


div.ImprovementEdit, div.SkillImprovementCheckBox, div.SkillImprovementAnswer {
    text-align: center;
}

div.ImprovementEdit {
    font-size: smaller;
}

div.SkillImprovementSkillName {
    width: 70%;
}


div.CAGImprovementCheckBox, div.CAGImprovementAnswer, div.CAGImprovementCareerAdvancementAreaName {
    vertical-align: inherit;
}


div.CAGImprovementEdit, div.CAGImprovementCheckBox, div.CAGImprovementAnswer {
    text-align: center;
}

div.CAGImprovementEdit {
    font-size: smaller;
}

div.CAGImprovementCareerAdvancementAreaName {
    width: 70%;
}

div.PGImprovementCheckBox, div.PGImprovementAnswer, div.PGImprovementPGName {
    vertical-align: inherit;
}


div.PGImprovementEdit, div.PGImprovementCheckBox, div.PGImprovementAnswer {
    text-align: center;
}

div.PGImprovementEdit {
    font-size: smaller;
}

div.PGImprovementPGName {
    width: 70%;
}

div#SuccessMessage {
    display: block;
    margin: 1.0em 0em;
    color: Blue;
    font-size: small;
}

div.SummaryTable {
    display: table;
    border: 1px solid #ccc;
}

div#UnitReport div.SummaryTable {
    width: 96%;
    margin: auto;
}


div.SummaryTableHeaderRow {
    border: 1px solid #ccc;
    display: table-row;
    font-weight: bold;
    height: 1.5em;
}


div.SummaryTableRow {
    border: 1px solid #ccc;
    display: table-row;
}

div.SummaryTableCell {
    width: 20%;
    display: table-cell;
    border: 1px solid #ccc;
}

    div.SummaryTableCell > p {
        font-size: medium;
    }

    div.SummaryTableCell > div {
        padding: 0 1em 0.25em 1.25em;
        color: #888888;
        font-size: small;
        font-style: italic;
    }

div.SummaryWarnings {
    margin: 10px 0 20px 0;
    padding: 5px;
    border: 2px solid #d40016;
}

    div.SummaryWarnings p {
        margin: 5px 0;
    }

#UnitTabCanvasSingleColumn div.SummaryTable div.SummaryTableRow div.SummaryTableCell ul {
    list-style: disc;
}

    #UnitTabCanvasSingleColumn div.SummaryTable div.SummaryTableRow div.SummaryTableCell ul li {
        margin-left: 0.5em;
        margin-right: 1em;
        padding: 0.25em 0;
    }

#UnitTabCanvasSingleColumn div {
    text-align: left;
    font-variant: normal;
    /*font-size: 1em;*/
    line-height: 1.4em;
}


div.SummaryTableCell p {
    padding-left: 1em;
}

div.UnitTabInputFieldLabel img {
    margin-top: 5px;
}

#UnitTabCanvasSingleColumn form fieldset div.FieldsetFields div.UnitTabInputField div.UnitTabInputRadioButtonList div.RadioButton label {
    margin-left: 1em;
}

#UnitTabCanvasSingleColumn form fieldset div.FieldsetFields div.UnitTabInputField div.UnitTabInputRadioButtonList div.RadioButton {
    margin-bottom: 3px;
}


ul.NoBullets {
    list-style: none;
}


div#UnitTabCanvasSingleColumn img {
    max-width: 100%;
}

div.MatchNotes {
    margin: 1em 1em;
    max-width: 70%;
    font-size: 0.9em;
    font-style: italic;
    color: #666666;
}

span.InputAdditionalInfo {
    font-style: italic;
    font-size: 0.75em;
    color: #d40016;
}



/* tablesorter css */
table.tablesorter {
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #e6EEEE;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
    }

    table.tablesorter thead tr .header {
        background-image: url(images/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;
    }

    table.tablesorter tbody tr.odd td {
        background-color: #F0F0F6;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(images/asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(images/desc.gif);
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd8;
    }


/* this is for Resources lists */

div.ResourcesEditControl a {
    font-size: 1.15em;
}

div.ResourcesDisplay > h3 {
    margin-top: 1.65em;
    font-size: 1.65em;
}

ul.ResourceLinkList, ul.BookList {
    line-height: 1.9em;
    color: #d40016;
    font-size: 1.15em;
}

    ul.BookList li {
        line-height: 1.4em;
        margin-bottom: 0.5em;
    }

    ul.BookList h5 {
        margin-bottom: 0;
        color: #000000;
    }

    ul.BookList p {
        color: #000000;
    }




div.PasswordForgotBlock {
    margin-bottom: 4em;
    font-weight: bold
}

    div.PasswordForgotBlock a {
        margin-left: 20px;
        text-decoration: underline;
    }



div.UnitTabInputRatingButtons img {
    margin: 0 0 -3px 10px;
}



/* taken from bootstrap */

.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    *zoom: 1;
}

    .pager:before,
    .pager:after {
        display: table;
        content: "";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

    .pager a {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

        .pager a:hover {
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .pager .next a {
        float: right;
    }

    .pager .previous a {
        float: left;
    }

    .pager .disabled a,
    .pager .disabled a:hover {
        color: #999999;
        background-color: #fff;
        cursor: default;
    }

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .alert,
    .alert h4 {
        color: #c09853;
    }

        .alert h4 {
            margin: 0;
        }

        .alert .close {
            position: relative;
            top: -2px;
            right: -21px;
            line-height: 20px;
        }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

    .alert-success h4 {
        color: #468847;
    }

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

    .alert-danger h4,
    .alert-error h4 {
        color: #b94a48;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

    .alert-info h4 {
        color: #3a87ad;
    }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

/* end bootstrap insert */


.tinyclear {
    cursor: pointer;
    font-size: x-small;
    float: right;
}


/* Type Ahead css  */

.typeahead-wrapper {
    display: block;
    /*margin: 50px 0;*/
}

.tt-dropdown-menu {
    background-color: #fff;
    border: 2px solid blue;
}

.tt-suggestion.tt-cursor {
    background-color: #ffc3c9;
}

.tt-suggestion {
    padding: 0.15em 0.4em 0.15em 0.4em;
    font-size: 0.9em;
    line-height: 1em;
    background-color: #d1dcec;
}

.tt-suggestion:hover {
    background-color: #ffc3c9;
}   
