﻿body
{
    font-size: 13px; /* = 13/16 = 81.25% */
    font-family: Verdana, Helvetica, Sans-Serif;
    background-color: #F6F6F6;
    padding: 0;
}
#oet-header
{
    height: 90px;
    width: 100%;
    top: 0;
    background: #FFFFFF no-repeat bottom right;
    background-size: 380px 90px; 
    border-bottom: 1px solid #D5D5D5;
}
#wrapper
{
    padding: 0px;
    position:absolute;
    top: 91px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}
h1, h2, h3, h4, h5
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #333333;
}
h1
{
    font-size: 1.4em;
    color: #7b797a;
    margin: 0.1em 0;
}
h2
{
    font-size: 1.692307692307692em; /* 22/13 = 1.692307692307692em */
}
h3
{
    font-size: 1.384615384615385em; /* 18/13 = 1.384615384615385em */
    line-height: 1.20em;
    margin-top: 0px;
}
h4
{
    font-size: 1.153846153846154em /* 15/13 = 1.153846153846154em */
}
h5
{
    font-size: 1em !important;
}
a
{
    color: #000077;
    outline: medium none;
    font-size: 100%;
}
a:visited
{
    color: #000077;
    text-decoration: underline;
}
a:hover
{
    color: #990000;
    text-decoration: underline;
}
a:hover img, a img
{
    outline: none;
    border: 0;
}

a:focus, *:focus, input[type="button"] {
    noFocusLine: expression(this.onFocus=this.blur());
    outline: 0;
    outline-style:none;
    outline-width:0;
}
ul
{
    list-style-image: url("../Images/bullet.png");
}
ul li, ol li
{
    margin: 0;
}
/* General - end */

/* Template - start */
.course-title
{
    text-align: left;
    color: #000000;
    font-weight: normal;
}
.sectiontitle
{
    margin-top: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-weight: normal;
    padding: 0.3076923076923077em; /* 4/13 = 0.3076923076923077em */
    background-color: #123151;
    color: #ffffff;
    float: left;
    min-height: 1.2em;
    height: 1.2em;
}
.container-title
{
    color: #3A3A3A;
    font-size: 1.3em;
    font-weight: normal;
}
.page-title
{
    margin-top: 0;
    display: block;
    font-weight: bold;
    padding: 10px 20px;
    /*color: #007EB8;*/
    min-height: 1.2em;
    height: 1.2em;
    font-size: 1.1em;
}
.page-bound
{
    background-color: #123151;
    clear: both;
    height: 1em;
    display: block;
}
.navigation
{
    height: 25px;
    top: 654px;
}
.nav-back, .nav-forward
{
    margin: 0px 20px 0px 20px;
    text-indent: 0px;
    color: #FFFFFF;
    overflow: hidden;
    width: 75px;
    height: 20px;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
    text-align: left;
    position: relative;
    background: none #A9CF3C;
    padding: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.nav-back
{
    text-indent: 25px;
}
.nav-forward
{
    text-indent: 8px;
    float: right;
}
.nav-back:visited, .nav-forward:visited
{
    color: #FFFFFF;
}
.nav-back:hover, .nav-forward:hover
{
    color: #FFFFFF;
    text-decoration: none;
    background: none #93561A;
}
.nav-back:before, .nav-forward:after
{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-top: 1px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.nav-back:before 
{
    border-right: 8px solid #F6F6F6;
    left: 7px;
}
.nav-forward:after
{
    border-left: 8px solid #F6F6F6;
    right: 7px;
}
.footer
{
    border: none 0;
    text-align: center;
}
table.rowContent > tbody > tr > td
{
    border-top: none 0;
    border-left: none 0;
    padding: 2px 12px;
}
table.nobotop > tbody > tr > td
{
    border-top: none 0;
}
.course-content
{
    background: #FFFFFF;
    border: 0;
    display: block;
    margin: 0px auto;
    padding: 10px;
}
input::-moz-focus-inner
{
    border: 0;
}
.copyright-powered-by
{
    display: block;
    margin: 3px auto;
    font-size: 0.8em;
    font-weight: bold;
    color: #333333;
    text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */
}
/* Template - end */

/* Media Queries - start */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
    #wrapper
    {
        width: 100%;
        overflow-y: auto;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)
{
    #wrapper
    {
        height: 1020px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)
{
    #wrapper
    {
        height: 600px;
    }
}
/* Media Queries - end */