@charset "utf-8";
/*@font-face {
    font-family: "bebasregular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/bebas-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas-webfont.woff") format("woff"), url("../fonts/bebas-webfont.ttf") format("truetype"), url("../fonts/bebas-webfont.svg#bebasregular") format("svg");
}*/


/*Importing Googlefont: Oswald (as alternative to Bebas Import)
font-weight: 300; = Light
font-weight: 400; = Normal
font-weight: 700; = Bold
*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

body {
    background: #f1f1f1 url(/assets/images/page-bg.jpg) top repeat-x;
    font-family: helvetica;
}
#footer {
    background: transparent url(/assets/images/footer-slice.jpg) top repeat-x;
}
.footer-ribbon {
    background: url(/assets/images/logo.png) no-repeat;
    height: 56px;
    margin: 50px 0 0 80px;
    text-indent: -9999px;
    width: 208px !important;
}
#contentbox-top {
    background: none;
}
#pane {
    background: url("../images/pane.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 219px;
    left: 43px;
    padding: 6px 14px 0;
    position: absolute;
    top: -191px;
    width: 896px;
}
.content {
    overflow: visible;
}
.float-left {
    float: left;
    position: relative;
}
.solo-right {
    position: absolute;
    right: 0;
}
.clear {
    clear: both;
}
.ie8 h1, .ie8 h2, .ie8 h3, .ie9 h1, .ie9 h2, .ie9 h3 {
    font-size: 14px;
    font-weight: bold;
}
.header-main {
    background: #F2F2F2;
    margin-left: -14px; /*was 6px*/
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
    padding: 15px 13px 0;
    position: absolute;
    top: 7px;
}
.main-nav {
    margin-top: 162px;
}
.temp-nav-spacer {
    width: 126px;
    height: 25px;
}
.hide {
    display: none;
}
.no-right-border {
    border-right: none !important;
}
#contentbox-middle {
    background: url("../images/main_bg.jpg") repeat-y scroll 0 0 #FFFFFF;
    margin-bottom: -20px;
    margin-top: 5px;
    padding-bottom: 120px;
    overflow:auto;
}
.main-nav ul {
    background: url("../images/breadcrumb_bg.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    left: -4px;
    padding: 37px 0 0 26px;
    position: absolute;
    width: 945px;
}
.main-nav ul li {
    border-left: 1px solid #FAFAFA;
    border-right: 1px solid #DBDADC;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 20px 5px;
    position: relative;
}
.main-nav ul li i {
    margin-right: 0;
    margin-top: 3px;
    position: relative;
}
.main-nav ul li:first-child {
    border-left: medium none;
    margin-left: -5px;
    padding-left: 0;
}
.main-nav ul li a {
    color: #6A6A6A;
    display: block;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-nav ul li a:hover, .main-nav ul li a.active {
    color: #000000;
    position: relative;
}
.main-nav ul li a.active:before {
    content: "";
    display: block;
    width: 25px;
    height: 15px;
    background: url("../images/tab-ticker.png") no-repeat scroll center center transparent;
    position: absolute;
    bottom: -24px;
    z-index: 9999;
    left: 50%;
    margin-left: -14px;
}
form.course-search {
    border-bottom: 1px solid #D5D5D5;
    height: 89px;
    padding: 0;
    position: relative;
    width: 860px;
}
.content form label, .content #index-head h2, #index-nav h2 {
    /*font-family: 'bebasregular';*/
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 2px 7px;
    text-transform: uppercase;
}
.ie8 .content form label, .ie8 .content #index-head h2, .ie8 #index-nav h2 {
    font-weight: bold;
    letter-spacing: 0.025em;
}
.ie9 #index-nav h2, .ie10 #index-nav h2 {
    padding-top: 13px;
}
.placeholder {
    color: #AAAAAA;
}
#index-nav h2 {
    float: left;
    margin-right: 5px;
    padding-left: 21px;
    width: 175px;
}
.ie8 #index-nav h2 {
    letter-spacing: 0.02em;
    width: 200px;
}
.ie8 .content form input, .ie9 .content form input {
    height: 21px;
    padding-top: 9px;
}
.content .dm_search_button {
    background: url("../images/search_input_icon.png") no-repeat scroll right center transparent;
    border-color: #C0C0C0;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #666666;
    height: 34px;
    margin: 0 5px 0 -40px;
    padding: 0;
    text-indent: -9999px;
    width: 28px;
}
.content {
    float: left;
    margin-left: -13px;
    margin-top: 79px;
    min-height: 400px;
    padding: 16px 0 0 20px;
    /*width: 904px;*/
}
.content ul.check-list, .content ul.square-list {
    margin-bottom: 22px;
}
.content ul.check-list li {
    background: url("../images/dm-icons.png") no-repeat scroll -201px -147px transparent;
    padding-left: 20px;
}
.content ul.square-list li {
    background: url("../images/dm-icons.png") no-repeat scroll -157px -329px transparent;
    padding-left: 15px;
}
.content dl {
margin: 7px 0 30px;
}
.content dd, .content dt{
    display: inline;
    margin: 0;
    padding-left: 0;
    line-height: 24px;
}
.content dd:before {
    content: ' | '; /* space them with "/" --- Not read as DOM Element by Screen-Reader*/
}
dt:before { /* insert line break before <dt> */
    content:"\Axx";
    white-space:pre;
    background: url("../images/dm-icons.png") no-repeat scroll -157px -331px transparent;
    height: 30px; /* REMOVE UNLESS NEEDED BY IE8 */
    width: 30px; /* REMOVE UNLESS NEEDED BY IE8 */
    color: transparent;
}
.check-list dt:before { /* insert line break before <dt> */
    background-position: -205px -151px;
}

dt:first-child:before { /* disable line break before the first <dt> */
    content: "xx";
}
.content dt + dd:before {
    content: none;
}
.content ul.check-list ul.doc-links li {
    background: none repeat scroll 0 0 transparent !important;
    padding-left: 20px;
}
.content li {
    line-height: 19px;
    list-style: none outside none;
    margin-left: -2px;
    text-decoration: none;
}
.content-head {
    padding-left: 9px;
}
.content-head img {
    background-color: #FFFFFF;
    border: 1px solid #C9C9C9;
    float: left;
    padding: 7px;
}
.content-head.profile-img img {
    float: left;
    margin-right: 14px;
}
.content-head-titles {
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    margin-bottom: 3px;
    padding: 12px 5px 7px;
    width: 855px;
}
.profile-img .content-head-titles {
    float: left;
    width: 698px;
}
.content-head h1 {
    /*font-family: 'bebasregular';*/
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
}
.content-head h2 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 9px;
}
.content-head h2.hide {
    visibility: hidden; /*HIDING AS REQUESTED*/
    margin-bottom: -15px; /*HIDING AS REQUESTED*/
    display: block;
}
.content .dm_search_button {
    background: url("../images/search_btn_dark.jpg") no-repeat scroll right center #828282;
    border: medium none;
    cursor: pointer;
    height: 33px;
    margin: 31px 0 0;
    width: 33px;
}
.content .dm_search_button.inner-btn {
    background: url("../images/dm-icons.png") no-repeat scroll -151px -125px #FFFFFF;
    border-left: 1px solid #C0C0C0;
    bottom: 1px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    right: 14px;
    width: 35px;
}
.or {
    color: #777777;
    font-size: 15px;
    padding: 43px 19px 0 6px;
}
.content-head-content {
    padding-left: 4px;
    padding-right: 0;
}
.content form input, .content form select {
    background: url("../images/input_icon_man.png") no-repeat scroll 8px 10px #FFFFFF;
    border-radius: 0 0 0 0;
    font-size: 126%;
    height: 25px;
    margin: 0 13px 0 0;
    padding-left: 25px;
    width: 193px;
}
.content form select {
    height: 32px;
    padding-left: 0;
    padding-right: 15px;
    text-indent: 11px;
}
.transformSelect span {
    /*background: url("http://lutrasoft.nl/jQuery/fancyform/img/transformselect.gif") no-repeat scroll right center transparent;*/
    border: 1px solid #D5D5D5;
    border-radius: 0 0 0 0;
    color: #757575;
    cursor: pointer;
    display: block;
    font-size: 126%;
    min-height: 27px;
    left: 0;
    line-height: 20px;
    margin: 0;
    padding: 6px 0 0 25px;
    position: relative;
    top: 0;
    width: 184px;
}
#academic_area + .transformSelect span {
    width: 225px !important;
}
.transformSelect {
    background: url("../images/input_icon_paperclip.png") no-repeat scroll 8px 10px #FFFFFF;
    margin-bottom: 0;
}
.ribbon-icon .transformSelect{
    background-image: url("../images/input_icon_ribbon.png");
    background-position: 8px 10px;
}
.calendar-icon .transformSelect{
    background-image: url("../images/input_icon_cal.png");
    background-position: 8px 9px;
}
.transformSelect ul{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.transformSelect ul span {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
.long-list .transformSelect ul span {
    padding-right: 31px;
    padding-left: 7px;
    width: 150px;
}
.transformSelect ul span:hover {
    background-color: #F4F4F4;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
}
/*.transformSelect ul span:first-child { /////Fix issue: all spans being detected as first and last child, so style is being applied to all
    border-top: none;
}
.transformSelect ul span:last-child {
    border-bottom: none;
}*/
.transformSelect li {
    list-style: none outside none;
    margin: 0;
}
.transformSelectDropdown {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D5D5D5 !important;
    border-color: -moz-use-text-color #D5D5D5 #D5D5D5;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    position: absolute;
    z-index: 9999;
}
.course-search .dm_input, .course-search .transformSelect span {
    margin-right: 0;
    width: 163px;
}
.course-search .float-left {
    margin-right: 16px !important;
}
.content-body {
    clear: both;
    font-size: 13px;
    padding: 31px 0 0 9px !important;
    position: relative;
    width: 100%;
}
.content-body h2 {
    font-size: 18px;
}
.content-body h2.main-body-title {
    margin-bottom: 20px;
}
.content-body h3.icon {
    padding-left: 22px;
    padding-top: 6px;
    position: relative;
}
ul.content-list li {
    border-bottom: 1px solid #E5E5E5;
    border-top: 2px solid #FFFFFF;
    margin: 0;
    padding-top: 10px;
}
ul.content-list li:first-child {
    border-top: medium none;
    padding-top: 0;
}
ul.content-list li:last-child {
    border-bottom: medium none;
}
.icon i {
    left: 0;
    top: 3px;
}
ul.icon li a, a.icon-link {
    background: url("../images/dm-icons.png") no-repeat scroll -17px -246px transparent;
    display: inline-block;
    height: 25px;
    position: relative;
    text-indent: -9999px;
    width: 21px !important;
    float: left;
}

/*TOOLTIP - 777777 */
a span.tool-tip, a span.tool-tip:before{
    text-indent: 0;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    transition-delay: .2s;
}
a:hover span.tool-tip{
    background: #4d4d4d;
    display: block;
    padding: 7px;
    position: absolute;
    text-indent: 0;
    font-size: 9px;
    color: #FFFFFF;
    top: -38px;
    z-index: 9998;
    float: left;
    border-radius: 5px;
    width: 60px;
    text-align: center;
    margin-left: -27px;
    zoom: 1;
    filter: alpha(opacity=92);
    opacity: 0.92;
}

a:hover span.tool-tip.wide {
    width: 90px;
    margin-left: -42px;
}

a:hover span.tool-tip:before{
    content: "";
    /*background: #FF0000;*/
    display: block;
    height: 5px;
    width: 10px;
    position: absolute;
    bottom: -5px;
    z-index: 9998;
    margin-left: 24px;
    zoom: 1;
    filter: alpha(opacity=92);
    opacity: 0.92;
width: 0px;
height: 0px;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #4d4d4d transparent transparent transparent;

}

a:hover span.tool-tip.wide:before{
    margin-left: 39px;
}

a.icon-link {
    top: -1px;
}
a.icon-link.prev-table {
    background-position: -9px -304px;
}
a.icon-link.prev-table:hover {
    background-position: -9px -336px;
}
a.icon-link.next-table {
    background-position: -96px -304px;
}
a.icon-link.next-table:hover {
    background-position: -96px -336px;
}
ul.icon li {
    display: inline;
    height: 17px;
    width: 20px;
}
ul li.cv-icon a {
    background-position: -16px -246px;
}
ul li.cv-icon a:hover {
    background-position: -16px -271px;
}
ul li.textbook-icon a {
    background-position: -54px -246px;
}
ul li.textbook-icon a:hover {
    background-position: -54px -271px;
}
ul li.syllabus-icon a {
    background-position: -89px -246px;
}
ul li.syllabus-icon a:hover {
    background-position: -89px -271px;
}
ul li.evals-icon a {
    background-position: -123px -246px;
}
ul li.evals-icon a:hover {
    background-position: -123px -271px;
}
.content-body p {
    line-height: 22px;
    margin-bottom: 19px;
}
.content #index-head {
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    clear: both;
    height: 37px;
    margin-bottom: 20px;
    width: 865px;
}
.content #index-head h2 {
    border-right: 1px solid #D5D5D5;
    float: left;
    font-weight: normal;
    height: 22px;
    margin-right: 8px;
    padding: 7px 194px 0 5px;
}
.content #index-head h2:last-child {
    border-right: medium none;
}
.ie8 .content #index-head h2 {
    padding-left: 0;
    padding-right: 190px; /*4px less than original*/
}
h2.scroll-title-2 {
    width: 117px;
}
.ie8 h2.scroll-title-last {
    border: medium none !important;
}
.content #index-nav {
    border-top: 1px solid #D5D5D5;
    height: 53px;
    padding-top: 8px;
    position: relative;
    width: 865px;
}
.content #index-nav ul {
    float: left;
    margin-top: 4px;
    padding-top: 9px;
    width: 340px;
}
.content #index-nav ul li {
    float: left;
    font-size: 12px;
    list-style: none outside none;
    margin: 0;
    padding-right: 4px;
}
.content #index-nav ul li a, .content a {
    color: #757575;
    text-decoration: none;
}
.content a {
    text-decoration: underline;
} 
.content #index-nav ul li a:hover, .content #index-nav ul li.active a {
    color: #4D4D4D;
    font-weight: bold;
    text-decoration: underline;
}
.content a:hover {
    color: #4D4D4D;
    text-decoration: underline;
}
.content #index-content {
    clear: both;
}
.content #index-content span {
    display: inline-block;
    vertical-align: middle;
}
.content #index-content .job-title {
    margin-right: 25px;
    width: 300px;
}
.content #index-content .department {
    width: 261px;
}
.content #index-content .second-department {
    display: none;
    float: left;
    position: absolute;
}
.content #index-content .third-department {
    display: none;
    float: left;
    position: absolute;
}
.content #index-content .last-department {
    display: none;
    float: left;
    position: absolute;
}
.content #index-content ul {
    margin: 5px 0 32px;
    width: 100%;
}
.content #index-content ul li, .content #index-content ul li a {
    border: 1px solid transparent;
    color: #606060;
    list-style: none outside none;
    margin: 0;
    padding: 3px 0 4px;
    text-decoration: none;
    vertical-align: middle;
}
.content #index-content ul li a {
    display: inline-block;
    font-weight: bold;
    width: 220px;
    margin-right: 25px;
}
.content #index-content ul li:hover, .content #index-content ul li:hover a {
    color: #000000;
}
.content #index-content ul li:hover a {
}
.content #index-nav ul li.active a {
    font-weight: bold;
    text-decoration: underline;
}
.content #index-content ul li:hover {
    background: none repeat scroll 0 0 #F4F4F4;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
}
.content-head-content p#faculty-contect-info {
    font-size: 12px;
    left: 4px;
    line-height: 160%;
    padding-top: 79px;
    position: relative;
}
.verical-divider, .verical-divider-2 {
    border-right: 1px solid #D5D5D5;
    height: 100%;
    margin-left: 232px;
    margin-top: 45px;
    position: absolute;
    width: 1px;
    z-index: 9999;
}
.verical-divider-2 {
    margin-left: 557px;
}
.ie8 .verical-divider {
    margin-left: 228px; /*6px less than original*/
}
.ie8 .verical-divider-2 {
    margin-left: 563px; /*6px more than original*/
}
/*========REMOVE FROM HERE AND HTML WHEN DONE========
.index-extender {
    height: 345px;
}
*/
#index-content {
    /*height: 613px;  ========REMOVE WHEN DONE========*/
    /*overflow: auto; ========REMOVE WHEN DONE========*/
    position: relative;
}
.etabs {
    background: url("../images/tab-ul-shadow.png") no-repeat scroll center bottom transparent;
    border-bottom: 1px solid #D8D8D8;
    margin: 13px 0 26px;
    padding: 0 0 3px 12px;
    width: 863px;
}
.tab {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: #D8D8D8;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    display: inline-block;
    margin: -3px;
    position: relative;
}
.tab a {
    color: #909090;
    display: block;
    /*font-family: 'bebasregular';*/
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 2em;
    outline: medium none;
    padding: 9px 19px 9px 41px;
    text-decoration: none !important;
}
.ie8 .tab a {
    bottom: 0;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 13px;
}
.ie8 .tab i {
    bottom: 15px;
}
.tab:hover a {
    background-color: #FEFEFE;
}
.tab:hover a {
    color: #434343;
}
.tab.active {
    background: none repeat scroll 0 0 #FEFEFE;
    padding-top: 3px;
}
.ie8 .tab {
    bottom: -17px;
}
.ie8 .tab.active {
    bottom: 0;
}
i {
    background: url("../images/dm-icons.png") no-repeat scroll -17px -16px transparent;
    bottom: 13px;
    display: inline-block;
    height: 19px;
    left: 19px;
    position: absolute;
    width: 20px;
}
i.icon-mini {
    background-position: -16px -364px;
    bottom: -6px;
    height: 17px;
    left: -1px;
    margin-left: 5px;
    position: relative;
    width: 16px;
}
i.icon-mini.cv {
    background-position: -16px -364px;
}
i.icon-mini.textbook {
    background-position: -43px -364px;
    margin-left: 1px;
}
i.icon-mini.syllabus {
    background-position: -70px -364px;
}
i.icon-mini.evals {
    background-position: -95px -364px;
}
.tab i.biography {
    background-position: -126px -35px;
}
.tab.active i.biography, .tab:hover i.biography {
    background-position: -126px -17px;
}
.tab i.publications {
    background-position: -158px -35px;
}
.tab.active i.publications, .tab:hover i.publications {
    background-position: -158px -17px;
}
.tab i.working-papers {
    background-position: -198px -36px;
    bottom: 16px;
    height: 18px;
}
.tab.active i.working-papers, .tab:hover i.working-papers {
    background-position: -198px -18px;
}
.tab i.tab-a-plus {
    background-position: -160px -216px;
    bottom: 13px;
    height: 19px;
}
.tab.active i.tab-a-plus, .tab:hover i.tab-a-plus {
    background-position: -160px -184px;
}
i.expertise {
    background-position: -15px -34px;
}
i.education {
    background-position: -55px -34px;
}
i.teaching {
    background-position: -89px -35px;
}
#search-result-content h3 {
    font-size: 15px;
    margin-left: 3px;
    text-transform: uppercase;
    width: 325px;
    visibility: hidden; /*HIDING AS REQUESTED*/
}
#search-result-content h3.icon i {
    top: -1px;
}
i.scroll-icon {
    background-position: -194px -71px;
    margin-top: 20px;
}
.main-nav i {
    margin-top: 20px;
}
i.menu-man {
    background-position: -14px -216px;
}
li:hover i.menu-man, a.active i.menu-man{
    background-position: -14px -184px;
}
i.menu-a-plus {
    background-position: -54px -216px;
}
li:hover i.menu-a-plus, a.active i.menu-a-plus{
    background-position: -54px -184px;
}
i.menu-chart {
    background-position: -89px -216px;
}
li:hover i.menu-chart, a.active i.menu-chart{
    background-position: -89px -184px;
}
#tab-container {
    min-height: 500px;
    width: 875px;
}
.tab.active span.ticker {
    background: url("../images/tab-ticker.png") no-repeat scroll center center transparent;
    bottom: -14px;
    height: 20px;
    position: absolute;
    width: 100%;
}
.tab.active span.active-shadow-left, .tab:first-child span.active-shadow-left {
    background: url("../images/tab-shadow-left.png") no-repeat scroll left center transparent;
    bottom: 0;
    height: 100%;
    left: -16px;
    position: absolute;
    width: 16px;
    z-index: 9999;
}
.tab.active span.active-shadow-right, .tab:last-child span.active-shadow-right {
    background: url("../images/tab-shadow-right.png") no-repeat scroll right center transparent;
    bottom: 0;
    height: 100%;
    position: absolute;
    right: -16px;
    width: 16px;
    z-index: 9999;
}
.tab a.active {
    color: #434343;
}
.tab-content {
    padding: 0 11px;
}
/* ======REMOVE CLASS IN HTML BEFORE DONE =======
.scrollbox {          
    height: 660px;
    overflow: auto;
    width: 870px;
}
*/
.vertical-track {
    background: none repeat scroll 0 0 #EEEEEE;
    border-left: 1px solid #E5E5E5;
    border-radius: 10px 10px 10px 10px;
    margin-right: 2px;
    width: 7px;
}
.vertical-track:hover, .vertical-track.dragging {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
}
.vertical-handle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    border-radius: 7px 7px 7px 7px;
    right: 0;
    width: 7px;
}
.vertical-track:hover .vertical-handle, .vertical-track.dragging .vertical-handle {
    width: 7px;
}
.ie8 .content-body:hover .vertical-handle, .ie8 .vertical-track.dragging .vertical-handle {
    background: none repeat scroll 0 0 #898989;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.my-table th, .my-table td {
    border-top: 1px solid #D5D5D5;
    font-size: 12px;
    line-height: 18px;
    padding: 14px 19px 14px 0;
    text-align: left;
    vertical-align: top;
}
.my-table thead tr, .my-table thead tr:hover {
    background-color: #6E6E6E;
    border: medium none;
    color: #E0E0E5;
    text-transform: uppercase;
}
.my-table tr:hover {
    background-color: #F2F2F2;
}
.my-table {
    border-bottom: 1px solid #D5D5D5;
    margin-left: 3px;
    margin-top: 21px;
    width: 860px;
}
td a.trigger {
    background: url("../images/dm-icons.png") no-repeat scroll -160px -248px rgba(0, 0, 0, 0);
    display: block;
    height: 12px;
    margin-left: 10px;
    margin-top: 3px;
    position: relative;
    text-indent: -9999px;
    width: 11px;
}

td a.trigger span.tool-tip {
    margin-left: -30px;
}
.more-info-box {
    background-color: #E0E0E0;
    border-top: 2px solid #D4D4D4 !important;
    position: relative;
}
td a.trigger:hover {
    background-position: -160px -272px;
}
.more-info-box p {
    border-left: 1px dotted #E5E5E5;
    border-right: 1px dotted #C4C4C4;
    float: left;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 11px;
    padding: 0 23px;
}
p.more-info3, p.more-info4 {
    border-right: medium none;
}
p.more-info1, p.more-info4 {
    border-left: medium none;
}
p.more-info4 {
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
    width: 810px;
}
.more-info-box:before {
    background: url("../images/dm-icons.png") no-repeat scroll -202px -183px transparent;
    content: "";
    display: block;
    height: 13px;
    margin-left: 6px;
    margin-top: -26px;
    position: absolute;
    width: 21px;
}
.my-table th + th + th + th + th + th + th + th + th, .my-table td + td + td + td + td + td + td + td + td {
    padding-right: 7px !important;
    width: 90px !important;
}
.my-table th:first-child, .my-table td:first-child {
    padding-right: 7px !important;
    width: 26px !important;
}
table.tablesorter thead tr .header {
    background: url("../images/sort-default.png") no-repeat right center transparent;
    cursor: pointer;
}
table.tablesorter thead tr .asc {
    background: url("../images/sort-down.png") no-repeat right center transparent;
    cursor: pointer;
}
table.tablesorter thead tr .desc {
    background: url("../images/sort-up.png") no-repeat right center transparent;
    cursor: pointer;
}
#sub-th { 
    background-position: 19px 50%;
} 
#num-th { 
    background-position: 23px 50%;
} 
#sec-th { 
    background-position: 19px 50%;
} 
#crn-th { 
    background-position: 21px 50%;
} 
#ttl-th { 
    background-position: 82px 50%;
} 
#ins-th { 
    background-position: 73px 50%;
} 
.icon-legend {
    float: right;
    font-size: 11px;
    margin-top: -20px;
    position: relative;
    right: 13px;
    color: #666668;
}
.table-pagination {
    margin: 30px auto 0;
    text-align: center;
    width: 200px;
}
.float-right-btn {
    float: right;
    position: absolute;
    right: 37px;
    top: 56px;
}

.back-to-top {
    background-color: rgba(235, 235, 235, 0.8);
    bottom: 16px;
    color: #000000;
    display: none;
    font-size: 12px;
    margin-left: 794px;
    padding: 1em;
    position: fixed;
    text-decoration: none !important;
}
.back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.5);
}


#footer-content {
  position: relative;
  background: url(/assets/images/footer-bg.jpg) 0 0 no-repeat;
  }
.footer-columns {
    position: absolute;
    top: 20%;
    right: 3%;
    width: auto;
    }
.footer-list {
    list-style: none;
    float: left;
    margin: 0 2em 0 0;
    }
.footer-column-one {
    border-right: 1px dotted #FFF;
    padding-right: 2em;
    }
#footer a {
    font-size: 11px;
    text-decoration: none;
}
