﻿body {
    background-color: #fff;
    font-size: .85em;
    font-family: "Helvetica Neue", Arial, OpenSansRegular, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    width:100%;
}

#defaultBody {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}

    #defaultBody img {
        width: 100%;
        height: 100%;
    }

.H1Black 
{
    font-size: 1.5em;
}


#topLogo {
    width:500px;
    height:70px;
    background-image: url(../images/whitetrans.png);
    left: 50%;
    margin-left: -250px;
    position:absolute;
    top:0px;
    padding:10px;
    z-index:1;

    /* The following prevents the padding attribute from affecting the overall size of the div */

    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
    box-sizing: border-box !important;         /* Opera/IE 8+ */
}

#loginBox {
    width:500px;
    height:300px;
    background-image: url(../images/blacktransv3.png);
    left: 50%;
    margin-left: -250px;
    position:absolute;
    top:40px;
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index:1;
    color: #ffffff;
    text-align:center;

    /* The following prevents the padding attribute from affecting the overall size of the div */

    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
    box-sizing: border-box !important;         /* Opera/IE 8+ */
}

    #loginBox h1 {
        text-align:center;
        font-size:2em;
    }

    #loginBox h2 {
        text-align:center;
        font-size: 1.5em;
        padding-bottom: 10px;
        border-bottom: 2px solid black;
    }

    #loginBox img {
        margin-left:-230px;
        padding-top: 20px;
    }

    #loginBox input {
        background-color: #000000;
        padding:5px;
        width:400px;
        color: #ffffff;
        font-family: "Myriad Pro", OpenSansRegular, Verdana, Helvetica, Sans-Serif;
        font-size:1.5em;
        border-style:none;

        border-top-left-radius:2px;
	    border-top-right-radius:2px;
	    border-bottom-right-radius:2px;
	    border-bottom-left-radius:2px;
	    -moz-border-top-left-radius:2px;
	    -moz-border-top-right-radius:2px;
	    -moz-border-bottom-right-radius:2px;
	    -moz-border-bottom-left-radius:2px;
	    -webkit-border-top-left-radius:2px;
	    -webkit-border-top-right-radius:2px;
	    -webkit-border-bottom-right-radius:2px;
	    -webkit-border-bottom-left-radius:2px;

    }

    #loginBox a {
        width: 100%;
        text-decoration: none;
        color: #ffffff;
        font-weight: normal;
    }

    #loginBox a:hover, a:active {
        text-decoration: underline;
    }

    #loginCopyright {
    width:500px;
    height:70px;
    left: 50%;
    margin-left: -250px;
    position:absolute;
    top:580px;
    padding:10px;
    z-index:1;
    color: #ffffff;
    text-align:center;
}

#SolidBlackLine
{
    margin-top: 20px;
    padding-left: 10px;
    width: 400px;
    height: 2px;
    background-color: black;
}

.allRounded {
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	-moz-border-top-left-radius:15px;
	-moz-border-top-right-radius:15px;
	-moz-border-bottom-right-radius:15px;
	-moz-border-bottom-left-radius:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
}

.smallRounded {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

.bottomRounded {
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	-moz-border-bottom-right-radius:15px;
	-moz-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
}

.watermarkText {
    font-size:1.5em;
    font-style: italic;
    color: #ffffff;
}

.applearnButton {
    background-color: #d3d94b!important;
    color: #000000!important;
    width: auto!important;
    padding:5px;
    padding-left: 30px!important;
    padding-right: 30px!important;
    border-style: none;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-top-left-radius:8px;
	-moz-border-top-right-radius:8px;
	-moz-border-bottom-right-radius:8px;
	-moz-border-bottom-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
}

.smallButton {
    font-size: 1.2em;
    font-weight:bold;
    color:#ffffff!important;
}

    .applearnButton:hover {
        background-color: #8c902f!important;
    }


.errorField {
    background-color: #ffcccc!important;
    color: #000000!important;
}

.errorBalloon {
    position: fixed;
    width: 400px;
    top: 200px;
    left: 50%;
    margin-left: -200px;
    margin-right: auto;
    padding: 10px;
    z-index: 1000;
    background-image: url(../images/yellowgrad.png);
    background-repeat: repeat-x;
    background-color: #f1e084;
    color: #696969;
    box-shadow: 5px 5px 12px #aaaaaa;
    display: none;
    color:#000000;
    font-size:1.5em;
}

#divErrorStage {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
    cursor: pointer;
    background-image: url(../images/transparent.png);
}

#userHeaderContainer {
    background-image: url(../images/userheaderback.jpg);
    background-repeat: repeat-x;
    height: 95px;
    width:100%;
}

#userHeader {
    position: relative;
    width: 990px;
    margin-left:auto;
    margin-right:auto;
}

#userHeader2 {
    position: relative;
    width: 650px;
    margin-left:auto;
    margin-right:auto;
}

#userHeaderLogo
{
    float:left;
    padding-top: 5px;
}

#userHeaderLoggedInUser {
    font-size:1em;
    color: #ffffff;
    text-align: right;
    padding-top:4px;
    padding-right:10px;
}

#userHeaderMenu {
    position: absolute;
    top: 66px;
    left: 0px;
    height: 20px;
    width:100%;
}

#userHeaderMenu2 {
    position: absolute;
    top: 66px;
    left: 0px;
    height: 20px;
    width:100%;
    text-align:right;
    padding-right:10px;
}

#nav {
    margin: 0;
    padding: 0;
    float :right;
}
    #nav li {
        display: inline;
        margin: 0;
    }
    #nav a:link, #nav a:visited {
        color: #000;
        padding: 0px 10px 0px 10px;
        float: left;
        width: auto;
        text-decoration: none;
        font-size: 1.2em;
        line-height:28px;
    }
    #nav a:hover, #nav a:active {
        background-color: #a4ab34;
        color: white;

    }

.pageName {
    font-size:2em;
    color:#000000;
    margin-top:20px;
    font-weight:bold;
    margin-bottom:10px;
    float:left;
}

.adminPageName {
    font-size:2em;
    color:#000000;
    margin-top:20px;
    font-weight:bold;
    margin-bottom:10px;
}

#userPageContainer {
    position: absolute;
    background-image: url(../images/userpageback.jpg);
    background-repeat: repeat-x;
    top:95px;
    width:100%;
}

#userPage {
    width: 990px;
    margin-left:auto;
    margin-right:auto;
    min-height:600px;
    position:relative;
}

#dateSelector {
    float: right;
    margin-top:12px;
    background-image: url(../images/dateselector.png);
    background-repeat: no-repeat;
    height:40px;
    width:243px;
    cursor:pointer;
}

#dateSelected {
    width:200px;
    height:35px;
    padding: 14px 10px 10px 10px;
    font-size:1em;

    /* The following prevents the padding attribute from affecting the overall size of the div */

    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
    box-sizing: border-box !important;         /* Opera/IE 8+ */
}

#dateWindow {
    position:absolute;
    z-index:1000;
    width:400px;
    height:250px;
    display:none;
    top:51px;
    left:590px;
    border: 1px solid #cccccc;
    padding:15px;
    background-color:#ffffff;
	border-top-left-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;

    /* The following prevents the padding attribute from affecting the overall size of the div */

    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
    box-sizing: border-box !important;         /* Opera/IE 8+ */
}

    #dateWindow h2 {
        font-weight:bold;
        font-size:1.2em;
        margin-bottom:5px;
    }

    #dateWindow a {
        text-decoration:none;
    }

    #dateWindow table {
        width: 100%;
    }

    #dateWindow table td {
        line-height:25px;
    }

#dateSelectStage {
    z-index:999;
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left: 0px;
    display:none;
}

.dateBox {
    padding: 10px;
    width: 150px;
}

#adminMenu {
    float:left;
    width:250px;
    min-height:500px;
}

#adminContent {
    float:right;
    width:730px;
    min-height:400px;
}

#userMenu {
    float:left;
    width:200px;
    min-height:500px;
}

#userContent {
    float:right;
    width:780px;
    min-height:400px;
}

#navUser {
    font-size:1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height:40px;
    width:190px;
}
    #navUser li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #cccccc;
    }
    #navUser a:link, #navUser a:visited {
        color: #000000;
        text-decoration: none;
        height: 40px;
    }
    #navUser a:hover, #navUser a:active {
        color: #95d740;
    }

#navUser2 {
    font-size:1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height:40px;
    width:190px;
}
    #navUser2 li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #cccccc;
    }
    #navUser2 a:link, #navUser2 a:visited {
        color: #000000;
        text-decoration: none;
        height: 40px;
    }
    #navUser2 a:hover, #navUser2 a:active {
        color: #95d740;
    }

#navUser3 {
    font-size:1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height:40px;
    width:190px;
}
    #navUser3 li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #cccccc;
    }
    #navUser3 a:link, #navUser3 a:visited {
        color: #000000;
        text-decoration: none;
        height: 40px;
    }
    #navUser3 a:hover, #navUser3 a:active {
        color: #95d740;
    }

#navAdmin {
    font-size:1.2em;
    margin: 0;
    padding: 0;
    line-height:40px;
    width:220px;
}
    #navAdmin li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #cccccc;
    }
    #navAdmin a:link, #navAdmin a:visited {
        color: #000000;
        text-decoration: none;
        height: 40px;
    }
    #navAdmin a:hover, #navAdmin a:active {
        color: #95d740;
    }


.contentDiv {
    background-color: #ffffff;
    position:relative;
    border: 1px solid #cccccc;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

.divTitle {
    font-weight: bold;
    padding:10px;
    height: 46px;
    line-height: 26px;
    background-image: url(../images/titleback.jpg);
    background-repeat: repeat-x;
}

.divStuTitle {
    font-weight: bold;
    font-size: 1.8em;
    height: 36px;
    padding-left:10px;
    padding-top: 10px;
    padding-bottom:0px;
    background-image: url(../images/titleback.jpg);
    background-repeat: repeat-x;
    
}


.divTableTitle {
    font-weight: bold;
    padding:5px;
    height: 46px;
    line-height: 26px;
    background-image: url(../images/titleback.jpg);
    background-repeat: repeat-x;
}

    .divTableTitle table {
        width:100%;
        padding: 3px;
    }

        .divTableTitle table td {
            padding: 3px;
        }

#divGraph {
    background-color: #ffffff;
    position:relative;
    height:280px;
}

    .contentDiv table 
    {
        font-size:2.6em;
    }
    
.BigDropDown    
    {
        font-size:1.0em;
        font-weight: bold;
    }

#divGraph2 {
    background-color: #ffffff;
    position:relative;
    height:700px;
}

#divGraph3 {
    background-color: #ffffff;
    position:relative;
    height:400px;
}

#divGraph4 {
    background-color: #ffffff;
    position:relative;
    height:1750px;
}

#divGraph5 {
    background-color: #ffffff;
    position:relative;
    height:250px;
}

#divGraph5 table 
    {
        /*font-size:.45em;*/
        line-height:20px;
    }
    

#divCalendarSelector {
    background-color: #ffffff;
    position:relative;
    height:180px;
}

#divHome {
    background-color: #ffffff;
    position:relative;
    height:460px;
}

#fgotPwdBox {
    width:500px;
    height:300px;
    background-image: url(../images/blacktransv3.png);
    left: 50%;
    margin-left: -250px;
    position:absolute;
    top:140px;
    padding:10px;
    z-index:1;
    color: #ffffff;
    text-align:center;

    /* The following prevents the padding attribute from affecting the overall size of the div */

    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
    box-sizing: border-box !important;         /* Opera/IE 8+ */
}

    #fgotPwdBox h1 {
        text-align:center;
        font-size:2.5em;
    }

    #fgotPwdBox h2 {
        text-align:center;
        font-size: 1.2em;
    }

    #fgotPwdBox input {
        background-color: #000000;
        padding:5px;
        width:350px;
        color: #ffffff;
        font-family: "Myriad Pro", OpenSansRegular, Verdana, Helvetica, Sans-Serif;
        font-size:1.5em;
        border-style:none;

	    border-top-left-radius:8px;
	    border-top-right-radius:8px;
	    border-bottom-right-radius:8px;
	    border-bottom-left-radius:8px;
	    -moz-border-top-left-radius:8px;
	    -moz-border-top-right-radius:8px;
	    -moz-border-bottom-right-radius:8px;
	    -moz-border-bottom-left-radius:8px;
	    -webkit-border-top-left-radius:8px;
	    -webkit-border-top-right-radius:8px;
	    -webkit-border-bottom-right-radius:8px;
	    -webkit-border-bottom-left-radius:8px;
    }

    #fgotPwdBox a {
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
    }

    #fgotPwdBox a:hover, a:active {
        text-decoration: underline;
        cursor: pointer; 
    }

.fieldLabel {
    font-weight:bold;
}

#inputTable {
    padding: 20px;
    background-color: #404040;
}

    #inputTable table
    {
        margin-left: auto;
        margin-right:auto;
    }

        #inputTable table td
        {
            padding: 5px;
            font-size: 1em;
            color: white;
        }

            #inputTable table td input[type=text]
            {
                border-style: none;
                background-color: #fff;
                padding: 5px;
                width:200px;
                text-align: left;
            }

.appButton {
    background-color: #d3d94b!important;
    color: #000000!important;
    width: auto!important;
    padding:3px;
    padding-left: 30px!important;
    padding-right: 30px!important;
    border-style: none;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-top-left-radius:8px;
	-moz-border-top-right-radius:8px;
	-moz-border-bottom-right-radius:8px;
	-moz-border-bottom-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
}


    .appButton:hover {
        background-color: #8c902f!important;
    }


.adminAddButtonHolder {
    padding: 20px;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    text-align: center;
}

.adminItemHolder {
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    text-align: center;
    background-color: #404040;
}

    .adminItemHolder table
    {
        margin-left: auto;
        margin-right:auto;
    }

        .adminItemHolder table td
        {
            padding: 5px;
            font-size: 1em;
            text-align: left
        }

            .adminItemHolder table td input[type=text]
            {
                border-style: none;
                background-color: #fff;
                padding: 5px;
                width:200px;
                text-align: left !important;
            }


.DGHeader {
    font-weight:bold; 
    font-size:1.2em; 
    color:#000000; 
    background-color:#d3d94b; 
    border-bottom: none;
}

.DGHeader2 {
    font-weight:normal; 
    font-size:11px; 
    color:#000000; 
    background-color:#d3d94b; 
    border-bottom: none;
}

.DGItem {
    font-size:1em; 
    color:#333333; 
    background-color:#FFFFFF;
}

.DGAltItem {
    font-size:1em; 
    color:#333333; 
    background-color:#DDDDDD;
}

.DGPager {
    font-size:1em; 
    color:#002272; 
    background-color:#CCCCCC;
}

.DGButton {
    font-size:100%; 
    color:#000000; 
    font-weight:bold; 
    text-decoration: underline; }

a.DGButton:link {
    text-decoration:underline;
}      

a.DGButton:hover {
    text-decoration:underline; 
    color:#d3d94b;
}

#divHome, #divPerformanceTable, #divEngagementTable {
    margin-top:10px;
}

.dataTable {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    width:380px;
}

    .dataTable tr {
        border: 1px solid #cccccc;
    }

    .dataTable td {
        padding: 5px;
    }

    .dataTable a {
        text-decoration:none;
        color: #62642e;
    }

    .dataTable a:hover {
        text-decoration:underline;
    }

.bigDataTable {
    width:380px;
}

    .bigDataTable td {
        text-align:center;
        font-size:1.5em;
        padding-top:30px;
        line-height: 30px;
    }

#divTopVideos {
    padding:5px;
}

#divTopTraffic {
    padding:5px;
}

#divTopDevices {
    padding:5px;
}

.gridTable {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    width: 100%;
    font-size: .95em!important;
    font-family: "Helvetica Neue", Arial, OpenSansRegular, Verdana, Helvetica, Sans-Serif;
}

    .gridTable thead {
        font-weight: bold;
        padding:10px;
        height: 46px;
        background-image: url(../images/titleback.jpg);
        background-repeat: repeat-x;
    }

    .gridTable th {
        border: 1px solid #cccccc;
        height: 46px;
        padding: 4px;
    }

    .gridTable td {
        padding: 7px;
    }

    .gridTable a {
        text-decoration:none;
        color: #62642e;
    }

    .gridTable a:hover {
        text-decoration:underline;
    }

.gridTableRow {
    background-color: #fafafa;
}

.gridTableAltRow {
    background-color: #eff0f0;
}

#divPerformanceContentFooter {
    padding: 15px;
    text-align: center;
}

.videoButton {
    cursor: pointer;
}

#divPageControls {
    height: 36px;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 5px;
    width: 280px;
    text-align: center;
}

    #pageControls table {
        margin-left: auto;
        margin-right: auto;
    }

.totalRow {
    background-color: #cccccc;
    font-weight: bold;
}

    .totalRow td {
        font-weight: bold;
    }

.ErrorMessage { font-family: "Helvetica Neue", Arial, OpenSansRegular, Verdana, Helvetica, Sans-Serif; font-size: 1em; font-weight: bold  ;color: #E60100; }

.imageGallery td {padding:10px;}

.imageGallery img {width:160px; height:160px;}