﻿body {
    font: normal 14px sans-serif, arial, helvetica, clean;
}

.x-panel-body-default {
    font-family: sans-serif, tahoma, arial, verdana;
}

/*Application and home page*/
div.topHomeDiv {
    text-align: center;
}
    div.topHomeDiv h1 {
        font-family: sans-serif, tahoma, arial, verdana;
        font-size: 3.5em;
        margin-top: 1px;
    }

div.topSubtitle {
    font-size: 1.5em;
    color: #000000;
    width: 85%;
    margin-left: 7%;
    font-family: sans-serif, tahoma, arial, verdana;
}

div.bottomHomeDiv {
    text-align: center;
}

div.topAppDiv {
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 2.4em;
    font-family: sans-serif, tahoma, arial, verdana;
    vertical-align: top;
    color: #666;
}

div.appLinkDiv a {   
    padding-top: 15px;
    margin-left: 30%;
    font-size: .6em;
    vertical-align: top;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #A06E0A;
}

 div.appLinkDiv:hover {
        text-decoration: none;
        font-weight: normal;
        color: #A06E0A;
    }

div.actionBlockDiv {
    text-decoration: none;
}

div.actionBlockDiv {
    background-color: #fefefe;
    margin: 5px;
    float: left;
    width: 96%;
    font-size: 1.1em;
    padding: 5px;
    color: #666;
}
    div.actionBlockDiv:hover {
        color: #333 !important;
    }

div.actionBlockHeader {
    border-bottom: 1px solid rgb(209, 179, 102);
}
    div.actionBlockHeader span {
        font-size: 2.4em;
        font-family: sans-serif, tahoma, arial, verdana;
        vertical-align: top;
    }

div.actionBlockBody a {
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: #A06E0A;
}
    div.actionBlockBody a:hover {
        text-decoration: none;
        color: #A06E0A;
    }

.searchBoxCls input {
    font-size: 1.4em;
    font-weight: bold;
    color: rgb(94, 118, 48);
}

div.linkGroup {
    margin-left: 20px;
    margin-top: 10px;
    width: 97%;
}

div.groupHeader {
    padding: 5px;
    background-color: #f2f2f2;
}

div.leftColumn {
    width: 48%;
    float: left;
    margin-left: 20px;
}

div.rightColumn {
    width: 48%;
    float: left;
    margin-right: 10px;
}

/* Application and home page */
/* Makes links inside home items text standard size*/
div.homeItemBlock p a {
    font-size: .9em;
}

div.homeItemBlock p {
    margin-top: 0;
    margin-bottom: 0;
}

div.homeItemBlock {
    margin-top: 10px;
    min-height: 70px;
}

#failureMessage {
    font-size: 1.2em;
    font-weight: bold;
    color: rgb(94, 118, 48);
    padding: 20px;
}

/* Featured Content Page */
div.homeItemBlockFC {
    min-height: 150px;
}

div.homeItemBlockFC a {
    font-size: 2em;
}

div.homeItemBlockFC span, div#tocDiv span {
    font-size: 2em;
    color: #666666 !important;
}

div.homeItemBlockFC ul li a {
    font-size: 1em;
}

div.homeItemBlockFC ul {
    margin-left: 20px;
}

div#tocDivFC {
    padding: 10px 10px 5px 10px;
    background-color: rgba(244, 239, 221, 0.5);
    margin-top: 20px;
    margin-left: 30px;
}
    div#tocDivFC li {
        margin-bottom: 5px;
        width: 150%;
    }
        div#tocDivFC li a {
            color: rgb(94, 118, 48) !important;
            font-size: 1em;
            font-weight: bold;
        }

div#tocDiv span {
    font-size: 2em;
    opacity: .85;
    color: rgb(94, 118, 48) !important;
}

div.homeItemBlockFC {
    margin-top: 40px;
}

/* Error page */
div#errorDetailsDiv {
    margin-left: 20px;
}

.errorPageBody {
    color: #666;
    font-weight: bold;
    font-size: 1.6em;
}

.x-body {
    color: #000;
    font-size: 12px;
    font-family: sans-serif, tahoma, arial, verdana !important;
}

.theme-gray-all {
    color: #000;
    font-size: 12px;
    font-family: sans-serif, tahoma, arial, verdana !important;
}

.theme-gray-all .x-body {
    color: #000;
    font-size: 12px;
    font-family: sans-serif, tahoma, arial, verdana !important;
}

.ddsmoothmenu {
    font: bold 12px sans-serif;
}

a.footerLink {
    font-family: sans-serif, tahoma, arial, verdana !important;
}

.infoHeaderNoBodyCss h2 {
    font-family: sans-serif, tahoma, arial, verdana !important;
}

/*Prevents the mainActionButton to be underlined when hovered*/
a.mainActionButton {
    text-decoration: none;
}

/*Fixes some issues with the border of the mainActionButton when hovered, when rendered in a toolbar*/
.mainActionButton .x-btn-default-toolbar-small-over {
    border-color: rgb(94, 118, 48) !important;
    background-color: rgb(94, 118, 48) !important;
    background-image: none !important;
}