﻿html,
body,
form {
    background-color: #FFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

td,
p {
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

A:link,
A:visited {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #666;
}

A:hover,
A:active {
    text-decoration: none;
    color: #FF0000;
}

A.anchorblue:link,
A.anchorblue:visited {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-weight: bold;
    color: blue;
}

A.anchorblue:hover,
A.anchorblue:active {
    text-decoration: underline;
    color: #FF0000;
}

input.button,
input.navbutton,
input.toolbtn {
    text-transform: capitalize;
    font-size: 12px;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.field,
textarea.field,
select.list,
.field input {
    font-family: Arial, Helvetica, sans-serif !important;
}

#header {
    background: #d2e5f5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d2e5f5 0%, #8ab1db 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2e5f5), color-stop(100%, #8ab1db));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d2e5f5 0%, #8ab1db 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d2e5f5 0%, #8ab1db 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d2e5f5 0%, #8ab1db 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d2e5f5 0%, #8ab1db 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2e5f5', endColorstr='#8ab1db', GradientType=0);
    /* IE6-9 */
}

#headerWrap {
    background-image: url('BrandContainerBG.png');
    width: 280px;
}

#logoHead {}

.headerLogo {
    background-image: url('COCS_Header.png') !important;
    background-repeat: no-repeat;
    width: 126px;
    height: 50px;
    display: block;
    margin: 10px 0 0 75px;
}

#NavButtons {
    width: 260px;
}

#RecentProjects {
    background-color: #FEFEFE;
}

.menudiv {
    background-color: #F1F1F1;
}

.sidebarTop,
.contentTop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 4px;
    padding: 3px 10px 3px 10px;
}

.titleRecentProjects,
.titleContacts,
.titleRecentAnswerFiles,
.titleProjects,
.titleProjectHelp,
.titleInProgress,
.titleAnswerFiles,
.titleSignoffs,
.titleProfile {
    font-family: Arial, Helvetica, sans-serif;
    background: #103184 none;
    text-transform: capitalize;
    font-weight: bold;
}

#contentWithSidebar {
    position: relative;
    top: -5px;
    left: auto;
}

.contentTopWiz {
    padding-top: 6px;
    height: 18px;
}

.contentTopWiz #lnkHome,
.contentTopWiz #lnkSignOut {
    margin-top: 0;
}

.navbar-brand>img, .navbar-brand>div>img {
	background: url('COCS_Banner.gif') no-repeat left top;
}

.sidebarItem {
    background: #FEFEFE none;
    padding-bottom: 4px;
    font-size: 12px;
}

.sidebarItem:hover {
    background: #F1F1F1 none;
}

#AllAnswerFiles .sidebarItem {
    background: #EEE none;
}

#AllAnswerFiles .sidebarItem:hover {
    background: #FFF none;
}

.ExpandButton {
    height: 12px;
    width: 12px;
    margin: 2px 0 0 5px;
}

.sidebarTop,
.contentTop {
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: normal;
}

.titleUserGroups {
    font-family: Arial, Helvetica, sans-serif;
}

#AllAnswerFiles {
    background-color: #EEE;
}

.searcharea {
    background-color: #CCC;
}

.titleProjectHelp {}

#contentinner {
    background-color: #FEFEFE;
}

#contentinner .cell-normal {
    background: #FEFEFE none;
}

#contentinner .cell-normal TD {
    border-bottom: solid 1px #F1F1F1;
}

#contentinner .cell-normal:hover {
    background: #F1F1F1 none;
}

.questionbody,
.questionbody label {
    color: #000000;
    font-size: 12px;
}

#Sections {
    background-color: #FEFEFE;
    min-width: 200px;
}

#wizLogo {
    background: #d2e5f5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d2e5f5 0%, #8ab1db 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2e5f5), color-stop(100%, #8ab1db));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d2e5f5 0%, #8ab1db 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d2e5f5 0%, #8ab1db 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d2e5f5 0%, #8ab1db 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d2e5f5 0%, #8ab1db 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2e5f5', endColorstr='#8ab1db', GradientType=0);
    /* IE6-9 */
    height: 60px;
}

.wizardLogo {
    background-image: url('COCS_Wizard.png');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 200px;
    height: 60px;
    display: block;
    position: relative;
    margin: 0 0 0 0px;
}

.cell-category {
    letter-spacing: normal;
    font-size: 12px;
    color: #103184;
}

.cell-title,
.cell-footer {
    color: #FFF;
    font-size: 13px;
}

.cell-footer {
    background-color: #E3E7EE;
}

.cell-title {
    background-color: #103184;
}

.cell-title td {
    background: #103184 none;
    color: #FFF;
    font-size: 13px;
    padding-left: 4px;
    height: 30px;
}

.cell-heading {
    color: #384868;
    font-size: 12px;
    background-color: #E3E7EE !important;
}

.cell-heading-inline {
    background-color: transparent !important;
    background-image: none !important;
    background-position-x: 0% !important;
    background-position-x: 0% !important;
    background-repeat: repeat !important;
    box-shadow: none !important;
    color: #000000 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: bold !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 4px !important;
    width: 170px !important;
}

.lsh {
    padding: 5px;
    color: #0055A4;
    font-size: 14px;
    font-weight: bold;
}

.mnu {
    background-image: none;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    border-right: solid 1px #CCC;
}

.mnu a:link,
.mnu a:visited {
    color: #333;
    text-decoration: none;
}

.mnu:hover a {
    color: #FFF !important;
    text-decoration: none;
}

.mnuActive {
    background: #2450c9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2450c9 0%, #103184 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2450c9), color-stop(100%, #103184));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2450c9 0%, #103184 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2450c9 0%, #103184 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2450c9 0%, #103184 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2450c9 0%, #103184 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2450c9', endColorstr='#103184', GradientType=0);
    /* IE6-9 */
    -moz-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.50);
    -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.50);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.50);
}

.mnuActive a:link,
.mnuActive a:visited {
    color: #eee;
}

#DirectorMenu a:link,
#DirectorMenu a:visited,
#LogoutMenu a:link,
#LogoutMenu a:visited {
    color: #333;
}

#DirectorMenu {
    position: absolute;
    right: 65px;
    top: 0;
}

#HomeMenu:hover,
#ContactsMenu:hover,
#SignOffMenu:hover,
#ProfileMenu:hover {
    background: #ff9a8e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff9a8e 0%, #ff1a00 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9a8e), color-stop(100%, #ff1a00));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff9a8e 0%, #ff1a00 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff9a8e 0%, #ff1a00 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff9a8e 0%, #ff1a00 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff9a8e 0%, #ff1a00 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a8e', endColorstr='#ff1a00', GradientType=0);
    /* IE6-9 */
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}

#DirectorMenu:hover {
    background: #71afed;
    /* Old browsers */
    background: -moz-linear-gradient(top, #71afed 0%, #0f7dce 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71afed), color-stop(100%, #0f7dce));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #71afed 0%, #0f7dce 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #71afed 0%, #0f7dce 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #71afed 0%, #0f7dce 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #71afed 0%, #0f7dce 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71afed', endColorstr='#0f7dce', GradientType=0);
    /* IE6-9 */
}

#LogoutMenu:hover {
    background: #e8a09d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e8a09d 0%, #ed4037 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8a09d), color-stop(100%, #ed4037));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8a09d 0%, #ed4037 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8a09d 0%, #ed4037 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8a09d 0%, #ed4037 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e8a09d 0%, #ed4037 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8a09d', endColorstr='#ed4037', GradientType=0);
    /* IE6-9 */
}

.pager {
    background-color: #666;
}

.g-current {
    background-color: #FF0000;
}

.g-current:hover {
    background-color: #FF6666;
}

.g-current a {
    color: #FFF;
}

.g-current a:hover {
    color: #FFF;
}

.lscommand {
    background-color: #CCC;
}

A.fileDownloadLink:link,
A.fileDownloadLink:visited {
    font-size: 12px !important;
}

A.fileDownloadLink:hover,
A.fileDownloadLink:active {
    color: #FF0000;
}

A.downloadAllLink:link,
A.downloadAllLink:visited {
    color: #FF0000 !important;
}

A.downloadAllLink:hover,
A.downloadAllLink:active {
    color: #FF0000;
}

TH A:link,
TH A:visited {
    color: #EEE;
}

.cell-title TH A,
.cell-title TH A:visited {
    font-size: 12px;
    color: #103184;
}

.cell-title TH A:hover,
.cell-title TH A:active {
    color: #FF0000;
}

.toolbar {
    background: #CCC url('../../images/SearchAreaBG.png') repeat-x top;
}

#SignOffMenu {
    display: none;
}

#ContactsMenu {
    display: none;
}

#ProfileMenu {
    display: none;
}

#HomeMenu {
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    color: #555;
    border-bottom-color: #909090;
    border-top-color: #909090;
    border-left-color: #909090;
    border-right-color: #909090;
    border-radius: 0px;
}