﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {

    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;

}


p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

html.ribbonBG { /*background-color: #1d1d1d;*/
    background: url(images/pg-bg3.png) #272727;
    font-size: 100%;
}

.fixedWidth {
    width: 950px;
    margin: 0px auto 20px auto;
    text-align: center;
}


.button-add-course,
.button-add-student,
.button-add-facility,
.button-add-educator,
.button-add-custom,
.button-import-placements {
    position: relative;
    float: right;
}

/* HEADINGS   
----------------------------------------------------------*/
h3, h4, h5, h6 {
    color: #000;
}

h1 {
    font-size: 3em;
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #036ea8;
}

h2 {
    font-size: 2.5em;
    padding: 0 0 10px 0;
    color: #482b80;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.5em;
}

h6 {
    font-size: 1em;
}
/* Utilities 
----------------------------------------------------------*/
.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.text-info {
    color: #3a87ad;
}
/* LOGIN PAGE ELEMENTS   
----------------------------------------------------------*/
.introPanel {
    /*background: url(images/pg_bg2.png) #cecece 0px 0px no-repeat; 
    box-shadow: 1px 1px 7px 1px #999999;*/
    width: 950px;
    min-height: 300px;
    margin-top: -100px;
    font-size: 85%;
    text-align: left;
    text-align: left;
    background: #FFFFFF; /* Old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFFFFF 0%, #cecece 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%, #cecece 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#cecece', GradientType=0); /* IE6-9 */
    background: linear-gradient(#FFFFFF 0%, #cecece 100%); /* W3C */
    overflow: visible !important;
}

.introPanel .topRs {
    display: block;
    width: 17px;
    height: 17px;
    background: url(images/hm-rs-top.gif) 0 -1px no-repeat;
    float: right;
}

.introPanel .topLs {
    display: block;
    width: 17px;
    height: 17px;
    background: url(images/hm-ls-top.gif) 0 -1px no-repeat;
    float: left;
}


footer.fixedWidth {
    width: 950px;
    padding: 7px 0px;
    box-shadow: 1px 1px 7px 1px #383838;
    margin: 0px auto;
}

.mainCube {
    width: 200px;
    height: 264px;
    display: block;
    background: url(images/main-cube.png) 0 0 no-repeat;
    text-indent: -10000px;
    position: relative;
    float: left;
    margin-top: -185px;
    margin-left: -10px;
}

.blue-cube2 {
    width: 95px;
    height: 95px;
    display: block;
    text-indent: -10000px;
    background: url(images/small-cube-bl2.png) 0 0 no-repeat;
    position: relative;
    top: 120px;
    left: 225px;
    margin-top: -20px;
}

.green-cube2 {
    width: 110px;
    height: 110px;
    display: block;
    text-indent: -10000px;
    background: url(images/small-cube-green2.png) 0 0 no-repeat;
    position: relative;
    top: -30px;
    left: 360px;
    margin-top: -20px;
}

.orange-cube2 {
    width: 220px;
    height: 281px;
    display: block;
    text-indent: -10000px;
    background: url(images/small-cube-orange2.png) 0 0 no-repeat;
    position: relative;
    float: right;
    margin-top: -190px;
    margin-right: 20px;
}

.bigTitle {
    width: 320px;
    height: 146px;
    display: block;
    text-indent: -10000px;
    background: url(images/logos/monochrome-white.png) 0 0 no-repeat;
    position: relative;
    top: 5px; /*left:335px;*/
    left: 285px;
}

.purple-cube2 {
    width: 140px;
    height: 122px;
    display: block;
    text-indent: -10000px;
    background: url(images/small-cube-purple2.png) 0 0 no-repeat;
    position: relative;
    top: -265px;
    left: 550px;
}

.introText {
    padding: 0px 20px 50px 30px;
    background: url(images/pg_bg.png) 0 260px repeat-x;
}

.Funding {
    background: url(images/funding_logos.png) 0 0 no-repeat;
    padding: 125px 0px 0px 0px;
    width: 490px;
}


.LoginPanel {
    width: 350px;
    float: right;
    margin: 0px 40px 0px 30px;
    min-height: 300px;
    background: #EEEEEE;
    box-shadow: 1px 1px 7px 1px #999999;
}

.LoginPanel input[type="text"], .LoginPanel input[type="password"] {
    width: 70%;
    font-size: 90%;
    padding: 5px 3px;
}

.LoginPanel input[type="submit"] {
    margin-top: 10px;
}


.LoginPanel fieldset {
    border: none;
    margin: 10px 0 13px 0;
    padding: 0 1.0em 0em 1.4em;

}

.LoginPanel legend {
    padding: 0px 5px 0px 2px;
    text-transform: uppercase;
}

.LoginPanelInfo {
    margin: 0em 1.0em 0.5em 1.4em;
    font-size: 99%;
    font-style: italic;
}

.LoginPanelInfo a {
    color: #000000;
    text-decoration: none;
}

.LoginPanelRememberMe {
    margin-top: 10px;
}

.instanceHeading {
    padding-top: 10px;
    text-align: center;
    height: auto;
}

/* FACILITATOR AND EDUCATOR HOMEPAGE LAYOUT ELEMENTS   
----------------------------------------------------------*/
.FacilitatorMainHD, .EducatorMainHD {
    width: 950px;
    margin: 65px auto 0px auto;
    display: block;
    min-height: 120px;
}

.FacilitatorMainHD h1, .EducatorMainHD h1 {
    color: #CCCCCC;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 5px 70px;
    text-align: left;
    font-weight: lighter;
    font-size: 2.5em;
    text-transform: uppercase;
    border: #818181 4px solid;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    width: 800px;
}

.FacilitatorMainHD .LOGO, .EducatorMainHD .LOGO {
    background: url(images/main-cube-sm.png) 5px 0 no-repeat;
    display: block;
    width: 135px;
    height: 150px;
    position: relative;
    float: left;
    text-indent: -1000px;
    margin: -55px 0px 0px 0px;
}

.FacilitatorMainHD #logindisplay {
    margin: 20px 60px 10px 10px;
    position: relative;
    float: none;
    text-align: center;
}

.EducatorMainHD #logindisplay {
    margin: 10px;
    position: relative;
    width: 100%;
    text-align: center;
}

#FacilitatorHM .introPanel, #EducatorHM .introPanel {
    margin-top: 170px;
    clear: both;
    background: #FFFFFF;
    width: 950px;
    min-height: 300px;
    font-size: 85%;
    text-align: left;
    padding-top: 0px;
    text-align: left;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

#EducatorHM .introPanel {
    margin-top: 120px;
}

#FacilitatorHM .introTextArea, #EducatorHM .introTextArea {
    padding-top: 30px;
}

#FacilitatorHM h4 {
    display: block;
    font-style: italic;
    color: #000000;
    margin-left: 150px;
}

ul.FacilitatorTasks, ul.EducatorTasks {
    position: relative;
    float: left;
    margin: -210px 0px 0px 20px;
    padding: 0px;
    display: block;
}

ul.FacilitatorTasks li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline;
    margin: 0px 20px 0px 0px;
    width: 165px;
    float: left;
}

ul.FacilitatorTasks li a {
    display: block;
    width: 100%;
    min-height: 250px;
    padding-top: 280px;
    margin-top: 0px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
    text-decoration: none;
    color: #FFFFFF;
}

ul.FacilitatorTasks li a:hover, ul.EducatorTasks li a:hover {
    margin-top: -10px;
}

ul.FacilitatorTasks li.stage1 a {
    background: url(images/fac-stage1-off.png) 10px 10px no-repeat;
}

ul.FacilitatorTasks li.stage1 a:hover {
    background: url(images/fac-stage1-on.png) 10px 5px no-repeat;
}

ul.FacilitatorTasks li.stage2 a {
    background: url(images/fac-stage2-off.png) 10px 10px no-repeat;
    text-decoration: none;
}

ul.FacilitatorTasks li.stage2 a:hover {
    background: url(images/fac-stage2-on.png) 10px 5px no-repeat;
}

ul.FacilitatorTasks li.stage3 a {
    background: url(images/fac-stage3-off.png) 10px 5px no-repeat;
    text-decoration: none;
}

ul.FacilitatorTasks li.stage3 a:hover {
    background: url(images/fac-stage3-on.png) 10px 0 no-repeat;
}

ul.FacilitatorTasks li.stage4 a {
    background: url(images/fac-stage4-off.png) 12px 10px no-repeat;
    text-decoration: none;
}

ul.FacilitatorTasks li.stage4 a:hover {
    background: url(images/fac-stage4-on.png) 12px 5px no-repeat;
}

ul.FacilitatorTasks li.stage5 a {
    background: url(images/fac-stage5-off.png) 0 0 no-repeat;
    text-decoration: none;
}

ul.FacilitatorTasks li.stage5 a:hover {
    background: url(images/fac-stage5-on.png) 0 0 no-repeat;
}

#FacilitatorHM .TasksText, #EducatorHM .TasksText {
    padding: 10px 5px;
    min-height: 250px;
    border-top: #E2E2E2 1px solid;
    border-right: #c2c2c2 1px solid;
    border-bottom: #b9b9b9 2px solid;
    border-left: #c2c2c2 1px solid;
    background: #FFFFFF; /* Old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFFFFF 0%, #cecece 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%, #cecece 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#cecece', GradientType=0); /* IE6-9 */
    background: linear-gradient(#FFFFFF 0%, #cecece 100%); /* W3C */
    color: #000000;
    font-size: 13px;
    margin-bottom: 50px;
}

#EducatorHM .TasksText {
    padding: 20px;
}

#FacilitatorHM li.stage1 .TasksText:hover {
    background: #77e7e7; /* Old browsers */
    background: -moz-linear-gradient(top, #77e7e7 0%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77e7e7), color-stop(100%, #cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #77e7e7 0%, #cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #77e7e7 0%, #cecece 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #77e7e7 0%, #cecece 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77e7e7', endColorstr='#cecece', GradientType=0); /* IE6-9 */
    background: linear-gradient(#77e7e7 0%, #cecece 100%); /* W3C */
    border-top: #adadad 1px solid;
}

#FacilitatorHM li.stage2 .TasksText:hover {
    background: #d2b1ff; /* Old browsers */
    background: -moz-linear-gradient(top, #d2b1ff 0%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2b1ff), color-stop(100%, #cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d2b1ff 0%, #cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d2b1ff 0%, #cecece 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #d2b1ff 0%, #cecece 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2b1ff', endColorstr='#cecece', GradientType=0); /* IE6-9 */
    background: linear-gradient(#d2b1ff 0%, #cecece 100%); /* W3C */
}

#FacilitatorHM li.stage3 .TasksText:hover {
    background: #fe9243; /* Old browsers */
    background: -moz-linear-gradient(top, #fe9243 0%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe9243), color-stop(100%, #cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fe9243 0%, #cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fe9243 0%, #cecece 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fe9243 0%, #cecece 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9243', endColorstr='#cecece', GradientType=0); /* IE6-9 */
    background: linear-gradient(#fe9243 0%, #cecece 100%); /* W3C */
}

#FacilitatorHM li.stage4 .TasksText:hover {
    background: #c0f550; /* Old browsers */
    background: -moz-linear-gradient(top, #c0f550 0%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0f550), color-stop(100%, #cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c0f550 0%, #cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c0f550 0%, #cecece 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #c0f550 0%, #cecece 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0f550', endColorstr='#cecece', GradientType=0); /* IE6-9 */
    background: linear-gradient(#c0f550 0%, #cecece 100%); /* W3C */
}

#FacilitatorHM li.stage5 .TasksText:hover {
    background: #f0e053; /* Old browsers */
    background: -moz-linear-gradient(top, #f0e053 0%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0e053), color-stop(100%, #cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0e053 0%, #cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0e053 0%, #cecece 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f0e053 0%, #cecece 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0e053', endColorstr='#cecece', GradientType=0); /* IE6-9 */
    background: linear-gradient(#f0e053 0%, #cecece 100%); /* W3C */
}

#FacilitatorHM .TasksText h3, #EducatorHM .TasksText h3 {
    font-size: 22px;
    text-align: center;
    line-height: 1.0;
    min-height: 60px;
}

#EducatorHM .TasksText h3 {
    min-height: 50px;
}

#FacilitatorHM li.stage1 .TasksText h3 {
    color: #2e5151;
}

#FacilitatorHM li.stage2 .TasksText h3 {
    color: #402678;
}

#FacilitatorHM li.stage3 .TasksText h3 {
    color: #8a4717;
}

#FacilitatorHM li.stage4 .TasksText h3 {
    color: #3e5a3a;
}

#FacilitatorHM li.stage5 .TasksText h3 {
    color: #625009;
}


#FacilitatorHM .TasksText li {
    text-align: center;
    display: block;
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 7px 0px;
    width: 150px;
    line-height: 1.1;
    border-bottom: #8b8b8b 1px dotted;
}

#FacilitatorHM .introText, #EducatorHM .introText {
    clear: both;
    padding: 20px 20px 0px 20px;
    border-top: #E2E2E2 1px solid;
    border-right: #c2c2c2 1px solid;
    border-bottom: #b9b9b9 2px solid;
    border-left: #c2c2c2 1px solid;
    background: #b0b0b0; /* Old browsers */
    background: -moz-linear-gradient(top, #b0b0b0 0%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0b0b0), color-stop(100%, #cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b0b0b0 0%, #cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b0b0b0 0%, #cecece 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #b0b0b0 0%, #cecece 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b0b0', endColorstr='#cecece', GradientType=0); /* IE6-9 */
    background: linear-gradient(#b0b0b0 0%, #cecece 100%); /* W3C */
    color: #000000;
    font-size: 14px;
    text-align: center;
}

.EducatorMainHD h4, .EducatorMainHD h5 {
    color: #FFFFFF;
    clear: both;
    text-align: center;
}

.EducatorMainHD h4 {
    padding: 10px 20px 0px 60px;
    margin: 0px;
}

.EducatorMainHD h5 {
    font-size: 1.3em;
    margin: 0px 50px 15px 45px;
    padding-top: 30px;
    font-style: italic;
    font-weight: lighter;
    color: #eee9ce
}


ul.EducatorTasks {
    margin-top: -220px;
    min-height: 605px;
}

ul.EducatorTasks li {
    margin: 0px 25px 0px 25px;
    padding: 0px;
    list-style: none;
    display: inline;
    float: left;
}

ul.EducatorTasks li a {
    display: block;
    width: 100%;
    min-height: 250px;
    padding-top: 280px;
    margin-top: 0px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
    text-decoration: none;
    color: #FFFFFF;
}

#EducatorHM .TasksText li {
    text-align: left;
    display: block;
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 7px 0px;
    width: 100%;
    line-height: 1.1;
    border-bottom: #8b8b8b 1px dotted;
}

#EducatorHM .TasksText li ul {
    margin: 5px 20px 10px 20px;
}

#EducatorHM .TasksText li li {
    border: none;
    margin: 0px;
    padding: 0px;
}

ul.EducatorTasks li.stage1 a {
    background: url(images/edu-stage1-off.png) 100px 45px no-repeat;
    text-decoration: none;
    width: 400px;
}

ul.EducatorTasks li.stage1 a:hover {
    background: url(images/edu-stage1-on.png) 100px 0px no-repeat;
}

ul.EducatorTasks li.stage2 a {
    background: url(images/edu-stage2-off.png) 100px 45px no-repeat;
    text-decoration: none;
    width: 400px;
}

ul.EducatorTasks li.stage2 a:hover {
    background: url(images/edu-stage2-on.png) 100px 0px no-repeat;
}

#EducatorHM li.stage1 .TasksText h3 {
    color: #383838;
}

#EducatorHM li.stage2 .TasksText h3 {
    color: #2e5151;
}

#EducatorHM li.stage1 .TasksText:hover {
    background: #d3c1fa; /* Old browsers */
    background: -moz-linear-gradient(top, #d3c1fa 0%, #FFFFFF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3c1fa), color-stop(100%, #FFFFFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d3c1fa 0%, #FFFFFF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d3c1fa 0%, #FFFFFF 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #d3c1fa 0%, #FFFFFF 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3c1fa', endColorstr='#FFFFFF', GradientType=0); /* IE6-9 */
    background: linear-gradient(#d3c1fa 0%, #FFFFFF 100%); /* W3C */
}

#EducatorHM li.stage2 .TasksText:hover {
    background: #77e7e7; /* Old browsers */
    background: -moz-linear-gradient(top, #77e7e7 0%, #FFFFFF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77e7e7), color-stop(100%, #FFFFFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #77e7e7 0%, #FFFFFF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #77e7e7 0%, #FFFFFF 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #77e7e7 0%, #FFFFFF 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77e7e7', endColorstr='#FFFFFF', GradientType=0); /* IE6-9 */
    background: linear-gradient(#77e7e7 0%, #FFFFFF 100%); /* W3C */
    border-top: #adadad 1px solid;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: 450px;
    margin-top: 0px;
    margin-bottom: 0px;
    /*background: url(images/master/pg_bg.png) #FFFFFF -120px -180px repeat-x;*/
    background: #FFFFFF;
    padding-top: 0px;
}

header {
    /*width:940px;*/
    width: 90%;
    resize: both;
    margin: 32px auto 0px auto;
    padding: 10px 30px 20px 30px;
    box-shadow: 1px 1px 7px 1px #999;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top, #656668 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656668), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #656668 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #656668 0%, #000000 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #656668 0%, #000000 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656668', endColorstr='#000000', GradientType=0); /* IE6-9 */
    background: linear-gradient(#656668 0%, #000000 100%); /* W3C */
}

header h1#Logo a:link, header h1#Logo a:visited {
    display: block;
    width: 850px;
    min-height: 45px; /*text-indent: -10000px;*/
    text-decoration: none;
    background: url(images/logos/color-medium.png) 0 51px no-repeat;

    color: #FFFFFF;
    font-size: 22px;
    padding: 59px 0px 0px 260px;
    font-weight: lighter;
    margin-right: 20px;
    line-height: 1.0;
}

header h1#Logo a:hover {
    text-decoration: none;
}

header h1 sup {
    font-size: 60%;
}

#main {
    padding: 30px 0px 15px 0px;
    /*background-color: #fff;*/
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer {
    margin: 0px auto;
    text-align: center;
    color: #CCCCCC;
    width: 90%;
    margin: 0px auto;
    padding: 7px 30px;
    /*box-shadow: 1px 1px 7px 1px #999;*/
    background: #000000; /* Old browsers */

}

footer ul {
    margin-bottom: 0px;
}

footer ul li {
    display: inline;
    font-size: 14px;
    color: #CCCCCC;
}

footer ul li a:link, footer ul li a:visited {
    text-decoration: none;
    color: #CCCCCC;
    margin: 0px 10px;
}

footer ul li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/*footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}*/

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;

}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

.navArea {
    background: #484542;
    color: #FFFFFF;
    width: 90%;
    margin: 0px auto;
    padding: 0px 30px;
    min-height: 29px;
}

.navArea ul#Menu {
    background: none;
    color: #FFFFFF;
    font-size: 115%;
    border: none;
    border-top: none;
    border-right: none;
    border-left: #383838 1px solid;
}

.navArea ul#Menu li a {
    color: #FFFFFF;
}

.navArea ul#Menu li.k-item {
    border-right: #383838 1px solid;
}

.navArea ul#Menu li.k-item > .k-link {
    display: block;
    padding: .5em 1.5em;
    line-height: 1.0;
}

.navArea ul#Menu .k-state-highlight, .navArea ul#Menu .k-state-highlight a:hover, .navArea ul#Menu .k-state-active:hover {
    background-color: #2b2927;
    background-image: none;
    color: #EEEEEE;
}

.navArea ul#Menu li.k-state-hover, .navArea ul#Menu .k-state-active {
    background-color: #08141c;
    background-image: url("textures/highlight.png");
    color: #FFFFFF;
}

.navArea ul#Menu .k-state-active:hover {
    background-color: #000000;
    background-image: url("textures/highlight.png");
}

.navArea ul#Menu ul {
    border: none;
    background: #495863; /* Old browsers */
    background: -moz-linear-gradient(top, #758fa0 0%, #495863 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #758fa0), color-stop(100%, #495863)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #758fa0 0%, #495863 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #758fa0 0%, #495863 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #758fa0 0%, #495863 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#758fa0', endColorstr='#495863', GradientType=0); /* IE6-9 */
    background: linear-gradient(#758fa0 0%, #495863 100%); /* W3C */
}

.navArea ul#Menu ul li {
    border-bottom: #383838 1px solid;
}

.navArea ul#Menu ul li.k-state-selected, .navArea ul#Menu ul li.k-state-selected:hover {
    background-color: #000000;
    background-image: url("textures/highlight.png");
    color: #EEEEEE;
}

/*HELP section*/
.HelpToggle {
    float: right;
    display: block;
    margin-top: 0px;
    margin-right: 15px;
}

.HelpToggle a:link, .HelpToggle a:visited {
    color: #FFFFFF;
    font-size: 140%;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 10px;
    background-color: #5b5853;
    background-image: url("textures/highlight.png");
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #383838 1px solid;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    /*min-height: 23px*/;
}

.HelpToggle a:hover {
    color: #FFFFFF;
    font-size: 140%;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 10px;
    background: #4a788f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #383838 1px solid;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
}

/*-------------------------
	The Widget
--------------------------*/


#help {
    width: 320px;
    height: 450px;
    resize: both;
    position: absolute;
    top: 200px;
    right: 0px;
    overflow: hidden;
    font: 12px 'Open-Sans', Arial, sans-serif;
    border: 1px solid #C3C3C3;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) inset, 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 10px;
    z-index: 50;

}

#help #content {
    position: absolute;
    top: 95px;
    bottom: 25px;
    left: 25px;
    right: 13px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 10px;
}

#help #content p {
    margin-bottom: 10px;
}

#help #content img {
    margin: 15px;
}

#help #search {
    border: none;
    width: 159px;
    top: 30px;
    left: 70px;
    font: inherit;
    position: absolute;
    outline: none;
    line-height: 14px;
    padding: 5px 8px;
    background-color: #FFFFFF;
    border: #000000 1px solid;
}

#help span.match {
    background-color: #f8dda9;
    border: 1px solid #edd19b;
    margin: -1px;
}

#help .HelpSearch {
    float: left;
    margin-top: 37px;
    margin-left: 10px;
}

#help .HelpSearch SPAN {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
}

#help #header {
    border-radius: 3px 3px 0 0;
    background-color: #eee;
    height: 80px;
    background: #6e6e6e; /* Old browsers */
    background: -moz-linear-gradient(top, #6e6e6e 0%, #424242 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e6e6e), color-stop(100%, #424242)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6e6e6e 0%, #424242 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6e6e6e 0%, #424242 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #6e6e6e 0%, #424242 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e6e6e', endColorstr='#424242', GradientType=0); /* IE6-9 */
    background: linear-gradient(#6e6e6e 0%, #424242 100%); /* W3C */

}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    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: 100px;
}


input[type="button"] {
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 4px 4px 4px 4px;
    border-color: #C5C5C5;
    background-color: #E3E3E3;
    color: #2E2E2E;
    border-style: solid;
    border-width: 1px;
    font-family: inherit;
    font-size: 100%;
}


input[type="submit"] {
    font-size: 1.2em;
}

/* TABLE
----------------------------------------------------------*/

table {
    border-collapse: collapse;
}

table td {
    padding: 5px;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

table tr.warning {
    background-color: #ff7125;
}

table tr.danger {
    background-color: #D11149;
    color: whitesmoke;
}

table tr.success {
    background-color: #00A600;
    color: whitesmoke;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 70px 0px 10px 10px;
    color: #E2E2E2;
    float: right;
}

#logindisplay a:link,
#logindisplay a:visited,
#FacilitatorHM .introText a:link,
#FacilitatorHM .introText a:visited,
#EducatorHM .introText a:link,
#EducatorHM .introText a:visited,
.LoginPanel input[type="submit"] {
    color: #FFFFFF;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    background: #383838;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #475050 2px solid;
    cursor: hand;
    cursor: pointer;
}


#logindisplay a:hover,
#FacilitatorHM .introText a:hover,
#EducatorHM .introText a:hover,
.LoginPanel input[type="submit"]:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #146c6b;
    border: #4a788f 2px solid;
}

#logindisplay SPAN.userName {
    margin-right: 20px;
}

#FacilitatorHM .introText a, #EducatorHM .introText a {
    margin: 0px 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
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* ----- Search */

.search-resources {
    border: 4px solid #EDEDED;
    border-radius: 2px 2px 2px 2px;
    height: 44px;
    margin: 10px auto 40px;
    position: relative;
    width: 682px;
}

.search-resources fieldset {
    height: 100%;
}

.search-resources input.fake-search, .search-resources input.main-search {
    border: 0 none;
    color: #A8A8A8;
    float: left;
    font-size: 23px;
    font-style: normal !important;
    height: 44px !important;
    line-height: 44px;
    padding: 0 0 0 15px;
    width: 623px !important;
}

.search-resources input.main-search {
    color: #000000;
}

.search-resources input.button-search, .forums-search #search .btnSearch {
    background: url("images/sprite.png") no-repeat scroll -316px 12px, -moz-linear-gradient(center top, #F17316 0%, #DB3E0F 100%) repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    float: right;
    height: 36px;
    margin: 4px;
    overflow: hidden;
    text-indent: 100%;
    text-transform: uppercase;
    width: 36px;
}

.search-resources input.button-search:active, .forums-search #search .btnSearch:active {
    background: url("images/sprite.png") no-repeat scroll -316px 12px #EF652A;
}

.search-resources input.button-search:hover, .forums-search #search .btnSearch:hover {
}


#search-login {
    background: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #FFFFFF;
    display: none;
    height: 114px;
    position: absolute;
    width: 940px;
    z-index: 100;
}

#search input.main-search-field, .search-resources input.main-search-field {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

#search {
    border: medium none;
    position: relative;
    top: 30px;
}

#search input.main-search, #search input.fake-search {
    background-color: rgba(255, 255, 255, 0.6);
    border: 3px solid #E0E0E0;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font-size: 24px;
    font-style: normal;
    height: 40px;
    line-height: 44px;
    outline: medium none;
    padding: 4px 28px 0 8px;
    text-overflow: ellipsis;
    width: 850px;
}

#search input.fake-search {
    background-color: transparent !important;
    border: medium none;
    color: #AAAAAA;
    font-style: normal !important;
    line-height: 40px;
    outline: medium none;
    padding: 7px 10px 0 !important;
    width: 840px !important;
}

#search input.btnSearch {
    background: url("images/sprite.png") no-repeat scroll -311px -21px rgba(255, 255, 255, 0.1);
    border: 0 none;
    cursor: pointer;
    height: 44px;
    overflow: hidden;
    position: absolute;
    right: 51px;
    text-indent: -9999px;
    text-transform: uppercase;
    top: 3px;
    width: 44px;
    z-index: 3;
}

#content input.search-blur {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAPLy8gAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==") repeat scroll 0 0 transparent;
    font-size: 23px;
    font-style: normal !important;
}

:first-child + html #search input.btnSearch {
    top: 4px;
}

#search-close {
    background: url("images/sprite.png") no-repeat scroll -307px -54px transparent;
    cursor: pointer;
    display: block;
    height: 50px;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 30px;
    width: 50px;
}

#search-close:hover {
    opacity: 1;
}

* {
    margin: 0;
    outline: medium none;
    padding: 0;
}

/********** EDUCATOR SUMMARY SETTINGS *********/


/****** EVALUATION FORM SETTING  ******/

.EvaluationResultArea {
    border: #CCCCCC 1px solid;
}

.EvaluationResults TD {
    font-size: 1.2em;
    border-bottom: #CCCCCC 1px solid;
    background: #FFFFFF;
    padding: 5px;
    /*color: #686868;*/
}

.EvaluationResults TD.RatingFail {
    font-size: 2em;
    color: #383838;
    text-align: center;
    border-right: #CCCCCC 1px solid;
    background: #fad4b0;
    padding: 3px 10px;
}

.EvaluationResults TD.RatingMid {
    font-size: 2em;
    color: #383838;
    text-align: center;
    border-right: #CCCCCC 1px solid;
    background: #ecf3c0;
    padding: 3px 10px;

}

.EvaluationResults TD.RatingPass {
    font-size: 2em;
    color: #383838;
    text-align: center;
    border-right: #CCCCCC 1px solid;
    background: #e2f2de;
    padding: 3px 10px;

}

.Rating1 ul, .Rating2 ul, .Rating3 ul, .Rating4 ul, .Rating5 ul {
    margin-bottom: 0px;
}

.Rating1 ul li, .Rating2 ul li, .Rating3 ul li, .Rating4 ul li, .Rating5 ul li {
    list-style: none;
    padding: 5px;
    margin: 0px 0px 15px 0px;
}

.Rating1 ul li, .Rating2 ul li {
    border: #DDDDDD 1px solid;
    background: #fef0e2;
}

.Rating1 ul li {
    border: #ff613c 1px solid;
    background: #fee9e2;
}

.Rating2 ul li {
    border: #f8a858 1px solid;
    background: #fef0e2;
}

.Rating3 ul li {
    border: #e0da3f 1px solid;
    background: #f7f7d2;
}

.Rating4 ul li {
    border: #b2e13c 1px solid;
    background: #f7fde8;
}

.Rating5 ul li {
    border: #7bc731 1px solid;
    background: #e1f7d3;
}

.EvaluationResults thead TD {
    font-size: 1.1em;
    color: #FFFFFF;
    background: #383838;
    text-align: center;
    text-transform: uppercase;
}

.EvaluationResults thead TD.Instructions {
    font-size: 0.9em;
    color: #FFFFFF;
    background: #383838;
    text-align: left;
    text-transform: none;
}

.Educator-StudentDetails {
    border-top: none;
    border-right: none;
    border-bottom: #383838 1px dotted;
    border-left: none;
}

.Educator-StudentDetails LEGEND {
    font-size: 2.0em;
    color: #65529f;
}

.Educator-StudentDetails .DetailsItem {
    display: block;
    float: left;
    margin: 10px 50px 10px 0px;
    font-size: 1.3em;
}

.Educator-StudentDetails .DetailsItem ul {
    padding: 0px 50px 0px 0px;
    margin: 0px;
    border-right: #CCCCCC 1px dotted;
}

.Educator-StudentDetails .DetailsItem ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.Educator-StudentDetails .DetailsItem ul li LABEL {
    font-weight: normal;
    color: #383838;
}

.Educator-StudentDetails .Result {
    margin-top: 5px;
}

.EvaluationHeading {
    margin: 15px 0px 15px 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.EvaluationHeading H2 {
    font-size: 2.4em;
    font-weight: lighter;
    color: #000000;
    margin-left: 5px
}

.EvaluationHeading H4 {
    font-weight: normal;
    margin-bottom: 20px;
}

.BlackHighlight {
    background: #000000;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-right: 10px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.EvaluationHeading H6 {
    font-size: 1.1em;
    margin-left: 10px;
}

.EvaluationHeading P {
    margin-left: 7px;
}


.EvaluationContainer {
    border-top: #CCCCCC 1px dotted;
    padding-top: 10px;
}

.EvaluationContent {
}

.custom .EvaluationItem {
    width: 100%
}

.EvaluationItem {
    width: 430px;
    position: relative;
    float: left;
    font-size: 1.1em;
}

.EvaluationItem P {
    margin-bottom: 5px;
}

.EvaluationItem li {;
    margin-left: 35px;
}

.EvaluationQsExample {
    font-weight: normal;
    font-size: 0.9em;
}

.CoreEvaluationQs {
    font-weight: bold;
    background: url(images/core-icon.png) 0px 0px no-repeat;
    min-height: 25px;
    padding: 2px 0px 0px 0px;
    text-indent: 80px;
    line-height: 1.4;
    font-size: 1.2em;
}

.EvaluationQs {
    font-weight: bold;
    min-height: 25px;
    font-size: 1.2em;
}

.EvaluationNote {
    display: block;
    font-style: italic;
    color: #666;
}

.EvaluationSelection {
    width: 435px;
    position: relative;
    float: left;
    display: block;
    font-size: 1.2em;
    margin-left: 10px;
}

.EvaluationSel {
    border: #CCCCCC 1px solid;
    padding: 5px 0px;
}

.EvaluationSel > label {
    margin-left: 2px;
    margin-right: 12px;
}

.EvaluationHalfwaySel LABEL, .EvaluationFinalSel LABEL {
    padding-right: 5px;
}

.EvaluationHalfHD, .EvaluationFinalHD {
    color: #FFFFFF;
    padding: 5px 10px;
    margin: -5px 10px 0px 0px;
    width: 70px;
    position: relative;
    float: left;
}

.EvaluationHalfHD {
    background: #666666;
}

.EvaluationFinalHD {
    background: #000000;
}


.EvaluationEditor {
    padding-bottom: 15px;
    margin: 15px 0px;
    border-bottom: #CCCCCC 1px dotted;
}

.EvaluationEditor textarea {
    width: 805px;
}

.FormNavButtons {
}

.FormNavButtons BUTTON {
    margin-right: 10px;
    font-weight: bold;
    font-size: 1.3em;
    min-width: 60px;
}

/***** PRINT PREVIEW/PDF settings *****/

.PDF .ContentHolder {
    width: 1200px;
}

.PDF HEADER {
    background: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.PDF H1#LogoPdf {
    display: block;
    height: 90px;
    width: 1200px;
    background: url(images/logos/logo-pdf-small.png) 0 0 no-repeat;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: lighter;
    line-height: 1.0;
    margin: 0px;
    padding: 0px;
    text-indent: -10000px;
}

.PDF H1#LogoPdf.spefr-1 {
    display: block;
    height: 90px;
    width: 1200px;
    background: url(images/master/spefrlogo_pdf.jpg) 0 0 no-repeat;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: lighter;
    line-height: 1.0;
    margin: 0px;
    padding: 0px;
    text-indent: -10000px;
}

.PDF H1#LogoPdf.spefr-2 {
    display: block;
    height: 90px;
    width: 1200px;
    background: url(images/logos/logo-pdf-small.png) 0 0 no-repeat;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: lighter;
    line-height: 1.0;
    margin: 0px;
    padding: 0px;
    text-indent: -10000px;
}

.PDF .page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 450px;
    margin-top: 0px;
    margin-bottom: 0px;
    /*background: url(images/master/pg_bg.png) #FFFFFF -120px -180px repeat-x;*/
    background: #FFFFFF;
    padding-top: 0px;
}

.PDF-Summary {
    text-align: left;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
    padding: 5px 0px;
}

.PDF-Summary .Educator-StudentDetails {
    margin: 0px 0px 20px 0px;
    width: 100%;
    position: relative;
    float: left;
    font-size: 11pt;
}

.PDF-Summary .Educator-StudentDetails h2 {
}

.PDF-Summary .Educator-StudentDetails h4 {
    margin-bottom: 20px;
}

.PDF-Summary .Educator-StudentDetails .DetailsItem {
    display: block;
    float: left;
    border-right: #2E2E2E 1px solid;
    margin-right: 70px;
    padding-right: 50px;
    width: 60%;
}

.PDF-Summary .Educator-StudentDetails .DetailsItem ul {
    margin-bottom: 10px;
}

.PDF-Summary .Educator-StudentDetails .Result IMG, .PDF .EvaluationSelection .Result IMG {
    width: 120px;
    height: auto;
}

.PDF-Summary .k-focusable TD {
    padding: 20px 10px;
    font-size: 12pt;
}

.PDF-Summary .k-focusable TD IMG {
    width: 110px;
    height: auto;
    display: block;
    margin: 5px 0px;
}

.PDF-Summary LEGEND {
    padding: 0px 5px 0px 2px;
    text-transform: uppercase;
    font-size: 16pt;
}

HR.PDFContent {
    margin-bottom: 15px;
}

.PDF .EvaluationHeading {
    padding-bottom: 15px;
}

.PDF .EvaluationHeading h1 {
    color: #000000;
    font-weight: normal;
    margin-bottom: 15px;
}

.PDF .EvaluationHeading h2 {
    font-size: 24pt;
}

.PDF .EvaluationHeading h4 {
    font-size: 20pt;
}

.PDF .EvaluationContent {
    border-top: #000000 1px solid;
    border-right: #000000 1px solid;
    border-left: #000000 1px solid;
}

.PDF .borderBottom {
    border-bottom: #000000 1px solid;
}

.PDF .EvaluationContent TR {
}

.PDF .EvaluationContent TD {
    padding: 15px 0px 15px 10px;
    background: none;
}

.PDF .EvaluationItem {
    width: 660px;
    border-top: none;
    color: #383838;
    font-size: 12pt;
}

.PDF .EvaluationItem LABEL {
    font-weight: bold;
}

.PDF SPAN.EvaluationQs {
    font-weight: normal;
    font-size: 12pt;
}

.PDF .CustomisedItem {
    padding: 10px 5px;
    margin: 5px 0px;
    border: #e3e3e3 1px solid;
    font-size: 10pt !important;
    color: #d44b00;
}

.PDF .EvaluationSelection {
    width: 500px;
}

.PDF .EvaluationSelection LABEL {
    margin-right: 5px;
}

.PDF .EvaluationSelection input[type="radio"] + label {
    margin: 0px 5px 0px 3px;
    font-size: 12pt;
}

.PDF .EvaluationComments {
    margin-top: 10px;
    margin-right: 10px;
    padding-left: inherit
}

.PDF .EvaluationSelection .EndResultTitle {
    float: left;
    margin: 5px 20px 5px 0px;
}

.PDF .EvaluationSelection .Result IMG {
    float: left;
}

.PDF .EvaluationFeedback {
    border: #DDDDDD 1px solid;
    padding: 10px;
    margin: 10px 0px;
    padding-left: 20px
}

.PDF .EvaluationFeedback h4 {
    margin-bottom: 20px;
}

.PDF .SummaryFeedback {
    padding-left: 20px;
}

.PDF P, .PDF P.normText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
}

.student-placement--table tr {
    height: 40px;
    font-size: 12pt;
}