@font-face {
    font-family: 'antic_slabregular';
    src: url('anticslab-regular-webfont.eot');
    src: url('anticslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('anticslab-regular-webfont.woff2') format('woff2'),
    url('anticslab-regular-webfont.woff') format('woff'),
    url('anticslab-regular-webfont.ttf') format('truetype'),
    url('anticslab-regular-webfont.svg#antic_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    font-family: "Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
    color: #747474;
    font-size: 13px;
}

body {
    background-image: url('../images/main_bg.png');
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #eeeeee;
}

.loginbox {
    width: 396px;
    height: 304px;
    padding: 15px;
    background-image: url('../images/loginbox_1.png');
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 13px !important;
}

.loginbox .logo {
    width: 230px;
    height: 87px;
    position: absolute;
    left: 34px;
    top: 34px;
}

.loginbox .form {
    position: absolute;
    width: 275px;
    left: 61px;
    top: 120px;
}

.loginbox .loginInputText {
    height: 26px;
    width: 140px;
    padding-left: 10px;
    color: #c51c09;
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.contactFormInput {
    height: 26px;
    width: 200px;
    padding-left: 10px;
    color: #c51c09;
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
}

.loginbox .loginButton, .loginbutton {
    width: 100px;
    height: 26px;
    border: none;
    color: #9a9c15;
    background-color: #e5e5e5;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.19);
}

.loginbox .passwordForgot {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.loginbox .passwordForgot a {
    text-decoration: none;
}

.loginbox .passwordForgot a:hover {
    text-decoration: underline;
}

.content {
    width: 978px;
    height: 718px;
    background-image: url('../images/content.png');
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 13px !important;
    padding-bottom: 30px;
    background-repeat: no-repeat;
}

.content .personal {
    color: black;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 12px;
}

.content .personal a {
    color: #747474;
    text-decoration: none;
}

.content .personal a:hover {
    text-decoration: underline;
}

.content .menu {
    right: 20px;
    top: 55px;
    position: absolute;
}

.content .menu ul li {
    float: left;
    margin-right: 30px;
    font-size: 15px;
}

.content .menu ul li a {
    color: #747474;
    text-decoration: none;
}

.content .menu ul li a:hover, .content .menu ul li a.active {
    color: black;
}

.content .pageTitle {
    font-size: 18px;
    color: black;
    position: absolute;
    top: 142px;
    left: 30px;
}

.content .courses {
    position: absolute;
    top: 195px;
    left: 9px;
}

.content .courses ul li {
    width: 240px;
    padding-left: 10px;
    min-height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-bottom: 1px solid #d2d3d4;
}

.content .courses ul li a {
    text-decoration: none;
    background-color: white;
    width: 240px;
    display: block;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: 215px 11px;
    padding-left: 10px;
    margin-left: -10px;
}

.content .courses ul li a.plus {
    background-image: url('../images/plus.png');
}

.content .courses ul li a.noStyle{
    text-decoration: none;
    background-color: transparent;
    width: auto;
    height: auto;
    display: inline;
    background: none;
}

.content .courses ul li a.noStyle:hover {
    text-decoration: underline;
}

.content .courses ul li a:hover, .content .courses ul li a.active {
    background-color: #e4e4e4;
}

.content .page {
    width: 669px;
    height: 474px;
    padding: 20px;
    overflow: auto;
    position: absolute;
    bottom: 39px;
    right: 9px;
}

.content .pagefull {
    width: 920px;
    height: 474px;
    padding: 20px;
    position: absolute;
    right: 9px;
    bottom: 39px;
}

.content .page span {
    color: black;
}

.content .page .textLeft {
    margin-top: 0px;
    width: 475px;
    float: left;
}

.content .page .imageRight {
    margin-top: 20px;
    float: right;
    width: 170px;
}

.content .page .contactLeft {
    margin-top: 20px;
    width: 400px;
    float: left;
}

.content .page .contactRight {
    margin-top: 20px;
    float: right;
    width: 245px;
}

.content .page .presentations {

}

.content .page .presentations ul li {
    float: left;
    width: 150px;
    height: 150px;
    margin-left: 13px;
}

.content .page .presentations ul li a {
    text-decoration: none;
}

.content .page .presentations ul li a img {
    height: 99px;
}

.content .page .presentations ul li a:hover .title {
    color: black;
}

.content .page .presentations ul li a .title {
    height: 40px;
    display: table-cell;
    vertical-align: bottom;
}

.footer {
    font-size: 11px;
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.footerLeft {
    font-size: 11px;
    position: absolute;
    width: 153px;
    height: 79px;
    left: 10px;
    bottom: 10px;
}

.autoHeight {
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.smallerFont {
    font-size: 12px !important;
    line-height: 18px !important;
}

.fs_header {
    width: 100%;
    height: 110px;
    background-image: url('../images/fs_top.png');
    position: absolute;
    top: 0px;
    left: 0px;
}

.fs_splitscreen {
    width: 100%;
    height: 100%;
}

.fs_splitscreen .fs_segment {
    float: left;
    width: 50%;
    height: 100%;
    background-color: white;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;

}

.fs_splitscreen .dark {
    background-color: #c1c8d1;
}

.fs_controls {
    position: absolute;
    top: 45px;
    left: 300px;
    width: 200px;
}

.fs_controls_right {
    position: absolute;
    top: 45px;
    right: 10px;
    width: 120px;
    text-align: right;
}

.fs_controls_text {
    line-height: 25px;
    font-size: 15px;
    color: #747474;
    float: left;
}

.fs_segment .fs_textarea {
    position: absolute;
    top: 100px;
    bottom: 0px;
    width: 100%;
}

#toolbar {
    position: absolute;
    right: 100px;
    top: 25px;
}

#toolbar button {
    width: 28px;

    padding: 2px;
    margin: 0px;
    -webkit-appearance: none;
}

.wysihtml5-command-active {
    background-color: #747474;
}

.fs_header a img.logo{
    position: absolute;
    left: 0px;
    top: 20px;
}

.documents ul li a {
    text-decoration: none;
    margin-top: 7px;
    display: block;
}

.agendaGrid {
    width: 661px;
    margin: 0 auto;
    min-height: 448px;
    background-image: url('../images/agendaGrid.png');
    background-repeat: repeat-y;
    background-position: 0px 72px;
}

.agendaItem {
    width: 199px;
    height: 126px;
    float: left;
    margin-right: 2px;
    padding: 10px;
}

.agendaItem a {
    text-decoration: none;
    width: 199px;
    height: 126px;
    display: block;
    overflow: hidden;
}

.agendaItem.third {
    margin-right: 0px;
}

.agendaItem .title {
    font-size: 14px;
    margin-bottom: 6px;
}

.agendaItem .date {
    font-size:12px;
    margin-bottom: 6px;
}

.agendaItem .description {
    font-size:12px;
}