﻿/*elements */
html {
    overflow-y: scroll;
    padding-left: 1vh;
    padding-right: 1vh;
}
body {
    color: #000000;
    background: #ffffff;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 90vh;
    font-size: 13px;
    font-family: Tahoma, Verdana, Geneva, sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

h1, h2, h3 {
    color: #AF2020;
    line-height: 1.0em;
}

form {
    margin: 0px;
}
/* Elements-psuedo*/
a:hover {
    text-decoration: underline;
}

/*element path*/
form table.paddedtable {
    border: 1px solid #A9A9A9;
    padding: 2px 2px 2px 2px;
    width: 100%;
}

form table.paddedtable {
    border-bottom: 1px solid #A9A9A9;
    border-right: 1px solid #A9A9A9;
}

form table.paddedtable table {
    border: 0px solid;
    padding: 0px 10px 0px 10px;
}

form table.paddedtable table {
    text-align: left;
}

    form table.paddedtable th {
        background: #D4D0C8; /*#5F5F5F;*/
        color: black; /*#FEFFE0*/
        padding: 3px;
        text-align: left;
        border-bottom: 1px solid #A9A9A9;
        border-right: 1px solid #A9A9A9;
    }

form table.paddedtable td {
    padding: 6px;
}

form table.paddedtable caption {
    background: #AFC6FF;
    color: #000000;
    font-weight: bold;
}

form .error {
    background: #FFD2A0;
    font-weight: bold;
}

table td.leftcol {
    width: 170px;
    vertical-align: top;
    padding-right: 10px;
}
ul li.button {
    margin-top: 2px;
    width: 120px;
    background: #d7d8d3;
    border: 1px solid;
    padding-left: 5px;
    list-style: none;
}
ul li.button a:hover {
    color: #5a5a54;
    font-weight: bold;
    text-decoration: none;
    /*text-transform:uppercase;*/
}

ul li.button a:visited {
    color: #5a5a54;
    font-weight: bold;
    text-decoration: none;
    /*text-transform:uppercase;*/
}

/* Elements-class */
div.appbar {
    clear: none;
    width: 100%;
    height: 36px;
}

div.appbar_toollayout {
    clear: none;
    width: 100%;
    height: 75px;
}

input.button {
    border: 1px solid;
}

p.infotext {
    line-height: 1.2em;
}
span.code {
    display: block;
    margin-left: 10px;
    font-family: lucida sans console;
    line-height: 1.5em;
}
a.open {
    color: blue;
    padding: 2px 6px 2px 6px;
    background: url(images/minus.gif) no-repeat;
}
hr.thinline {
    height: 1px;
    border: 0px;
    background: #000000;
}
table.mainbody {
    
}
td.rightcontent {
    text-align: left;
    padding-left: 400px;
    margin-right: auto;
}
table.gridview {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
}

div.controlbuttons {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

div.reportdescription {
    line-height: 2.5em;
    margin-top: 0px;
}
a.actionbutton {
    color: #000000;
    background-color: #D4D0C8;
    border: 1px solid #000000;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    cursor: pointer;
}
a.actionlink {
    color: #0000EE;
    text-decoration: underline;
    cursor: pointer;
}
a.clickable {
    cursor: pointer;
}
input.textdate {
    width: 75px;
}
input.textnumber {
    width: 75px;
    text-align: right;
}

input.textpercent {
    width: 50px;
    text-align: right;
}

input.smalltext {
    width: 75px;
}

input.largetext {
    width: 275px;
}
input.shutup {
    background: #CFCFCF;
    disabled: disabled;
}

input.largetextxx {
    width: 375px;
}

input.textmedium {
    width: 125px;
}

input.textmediumx {
    width: 150px;
}

input.numspot {
    margin-top: 1px;
    width: 30px;
    font-weight: bold;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    background: #ffffff;
    color: #000000;
    text-align: right;
}

input.duration {
    width: 20px;
}
input.pcdur {
    width: 33px;
    text-align: right;
}
input.time {
    width: 50px;
}

p.dateblock {
    height: 22px;
    width: 49px;
    background: #C7A5BD;
    border: 0px solid black;
    padding: 0px;
    padding-left: 2px;
    margin: 0px;
    font-weight: normal;
}

p.daynameblock {
    height: 20px;
    width: 49px;
    background: #99CCCC;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    padding: 0px;
    padding-left: 2px;
    margin: 0px;
    font-weight: normal;
}

p.telday {
    background: #CFFFDA;
}

td.monthname {
    background: #F0E68C;
    border: 1px solid;
}
div.checkoptions {
    height: 300px;
    width: 300px;
    background: white;
    overflow-y: scroll;
    overflow-x: hidden;
}
div.buttonlink {
    clear: none;
    width: 300px;
}
table.confirmdelete {
    background: #FFFF00;
}
table.spotmonmain {
    border: 1px solid;
}
table.prgformmain {
    width: 100%;
    border: 1px solid;
    background: #EEF3FF;
}
table.gridview {
    background: #EEF3FF;
    width: 100%;
    border: 1px solid #000;
}
table.gridview2 {
    border: 1px solid #d7d7d7;
    border-bottom: 0px;
    border-collapse: collapse;
    border-spacing: 0;
}
table.groupfiltertable {
    width: 100%;
    background: #F9F7ED;
}
table.spotmoninfo {
    border-top: 1px solid #A9A9A9;
    border-right: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
    padding: 6px 6px;
}
table.filtermain {
    border: 0px;
    padding: 1px;
    text-align: left;
    vertical-align: middle;
}
table.infomessage {
    background: #FFFF00;
    width: 100%;
    min-height: 30px;
}

table.clientgridview {
    background: #F9F7ED;
    width: 100%;
    border: none;
}

ul.twocol {
    padding: 0 1px 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
    height: 50px;
}
ul.chartoptions {
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-left: 2px;
    width: 100px;
}
ul.zeropadding{
    padding: 0px;
    margin: 0px;
    line-height: 1.8em;
}

textarea.large {
    width: 600px;
    height: 200px;
    overflow-x: scroll;
}
textarea.notes {
    width: 95%;
    height: 2em;
}

div.dtp-box {
    display: inline;
}

div.checkoptions {
    width: 100%;
}
div.newsfeed {
    background: #EEF3FF;
    border: 1px solid;
}
div.pagetitle {
    /*#C4BE66 old */
    background: #B5D384;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
div.clear {
    background: #053947; /* old  CCD906;*/
    height: 26px;
}
div.chartdiv{
    margin-top: 0px;
    height: 600px;
    width: 100%;
    scroll: auto;
    overflow: scroll;
}
div.datadiv {
    margin-top: 0px;
    height: 600px;
    width: 100%;
    scroll: auto;
    overflow: scroll;
}
div.datadiv {
    display: none;
}
div.contextmenu {
    width: 100%;
    background: #416271;
    padding-top: 8px;
    padding-bottom: 8px;
}


fieldset.subfield {
    border: none;
}

label.inline {
    width: 65px;
    display: inline-block;
    vertical-align: top;
}
tr.estpending {
    background-color: #CCFFFF;
}

img.pickerphoto {
    padding: 1px;
    border: 1px solid #021a40;
    background-color: #ff0;
    margin: 5px 0px;
}

div.pickerdiv {
    width: 350px;
    height: 350px;
    float: left;
    padding: 10px;
    background: #F7F4D4;
    border: 1px solid #0A246A;
    margin: -1px 0px 0px -1px;
}

div.shortlisted {
    border-top: 1px solid rgb(92, 184, 92);
    border-right: 1px solid rgb(92, 184, 92);
    border-left: 1px solid rgb(92, 184, 92);
    border-bottom: 5px solid rgb(92, 184, 92);
}

div.optional {
    border-top: 1px solid rgb(240, 173, 78);
    border-right: 1px solid rgb(240, 173, 78);
    border-left: 1px solid rgb(240, 173, 78);
    border-bottom: 5px solid rgb(240, 173, 78);
}

span.photoaction {
    display: inline-block;
    width: 100px;
    margin-left: 25px;
}
span.title {

}
a.titlelinks{

}
span.helpicon {
    position: absolute;
    left: 90%;
    color: red;
}

/*element.class -> path*/
div.checkoptions ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
div.checkoptions li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
div.contextmenu a {
    font-weight: bold;
}

div.contextmenu span {
    padding: 3px 6px 3px 6px;
    margin: 4px 4px 4px 4px;
    width: auto;
    -moz-border-radius-topleft: 6px /*{cornerRadius}*/;
    -webkit-border-top-left-radius: 6px /*{cornerRadius}*/;
    -khtml-border-top-left-radius: 6px /*{cornerRadius}*/;
    border-top-left-radius: 6px /*{cornerRadius}*/;
    -moz-border-radius-topright: 6px /*{cornerRadius}*/;
    -webkit-border-top-right-radius: 6px /*{cornerRadius}*/;
    -khtml-border-top-right-radius: 6px /*{cornerRadius}*/;
    border-top-right-radius: 6px /*{cornerRadius}*/;
}
div.pagetitle span {
    font-weight: bold;
    color: #000000;
}

div.pagetitle span a:link {
    font-weight: bold;
    color: #000000;
}

div.pagetitle span a:visited {
    font-weight: bold;
    color: #000000;
}

div.contextmenu span a:visited {
    color: white;
    text-decoration: none;
}

div.contextmenu span a:link {
    color: white;
    text-decoration: none;
}
div.contextmenu span.active {
    background: #DFE398;
    color: #000000;
}

div.contextmenu span:hover {
    background: #DFE398;
    color: #000000;
}
div.contextmenu span.active a:visited,
div.contextmenu span:hover a:visited,
div.contextmenu span.active a:link,
div.contextmenu span:hover a:link {
    color: #000000;
}
table.spotmonmain td table.spotmondetail th {
    border-top: 1px solid #A9A9A9;
    border-right: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
    padding: 6px 6px;
}
table.spotmonmain td table.spotmondetail td {
    border-right: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
    padding: 6px 6px;
}
table.filtertable tr td {
    border: 0px;
    padding: 1px;
    text-align: left;
    vertical-align: middle;
}

table.filtertable tr th {
    border: 0px;
    padding: 1px;
    text-align: left;
    vertical-align: middle;
}

table.filtermain tr td.labelcell {
    padding: 0px 10px 0px 0px;
    font-weight: bold;
}

table.filtermain tr td.controlcell {
    padding: 0px 20px 0px 0px;
}

table.spotmonmain td.spotmonnavrow a {
    margin-right: 8px;
}
table.prgformmain tr td {
    padding: 4px;
}

table.prgformmain td table td {
    padding: 6px;
    background: #EEF3FF;
    border-bottom: 1px solid;
}

div.pagetitle span.helpicon a {
}
div.selectmtype span {
    font-weight: bold;
    background: yellow;
    padding: 2px;
}

table.infotable .value {
    font-weight: bold;
    padding-right: 20px;
    text-align: left;
}
table.paddedtable td {
    border-bottom: 1px solid #A9A9A9;
    border-right: 1px solid #A9A9A9;
}


tr.dxgvGroupRow span a.active {
    background: black;
    color: yellow;
}
table.spotmonmain table.spotmondetail th {
    background: #C1d3fd;
}
table.gridview tr td {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
}

table.gridview tr th {
    padding: 4px 0px 4px 4px;
}

table.gridview tr.leftaligned th {
    text-align: left;
}

table.gridview tr.rightaligned td {
    text-align: right;
}

table.gridview .rightaligned {
    text-align: right;
    background: blue;
    color: #FFFFFF;
}



table.gridview .gridoddrow td {
    background: #F9F7ED;
    padding-top: 5px;
}

table.gridview .gridevenrow td {
    background: #F9F7ED;
    padding-top: 5px;
}

table.gridview tr.highlightrow td {
    background-color: #EAF296;
    font-weight: bold;
}
table.gridview2 tr th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 5px;
    background: #efefdf;
}

table.gridview2 tr th.lastcell {
    border-right: 0px;
}
table.gridview2 tr td {
    border-bottom: 1px solid #d7d7d7;
    padding: 5px;
}

table.gridview2 tr.gridevenrow td {
    background: #E0E0E0;
}

table.gridview2 tr.gridoddrow td {
    background: #ffffff;
}

table.gridview2 tr.highlightrow1 td {
    color: #935858;
    font-style: italic;
    font-weight: bold;
}

table.gridview2 tr.highlightrow2 td .buttonlink span {
    background: #438951;
}
table.gridview tr.endblock td {
    /*border-bottom:1px solid #000;*/
    height: 6px;
}

table.gridview tr.endblock {
    /*border-bottom:1px solid #000;*/
    height: 6px;
}
table.gridview .paddedrow td {
    padding: 4px;
}

table.gridview tr.startblock td {
    padding-top: 5px;
    border-top: 1px solid #000;
}
div.newsfeed div ul span.dateblock {
    font-weight: bold;
}

div.newsfeed li {
    line-height: 1.5em;
    margin: 0px 20px;
}
table.clientgridview .clientgridoddrow td {
    background: #F9F7ED;
    padding-top: 5px;
}

table.gridview .gridevenrow td {
    background: #F9F7ED;
    padding-top: 5px;
}

table.groupfiltertable tr td.label {
    width: 100px;
    padding-top: 10px;
    padding-left: 8px;
    font-weight: bold;
}

table.groupfiltertable tr td {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #000000;
}

table.groupfiltertable tr td div {
    line-height: 2.0em;
}
ul.chartoptions li {
    list-style: none;
    margin-left: 4px;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    width: 85px;
    font-weight: bold;
    text-align: center;
}
ul.list-group li {
    list-style: none;
    margin: 2px;
}
ul.chartoptions li {
    background: #B5D384;
    color: #000000;
    padding: 6px 6px 6px 2px;
    margin: 4px 4px 4px 4px;
    width: auto;
    -moz-border-radius-topleft: 6px /*{cornerRadius}*/;
    -webkit-border-top-left-radius: 6px /*{cornerRadius}*/;
    -khtml-border-top-left-radius: 6px /*{cornerRadius}*/;
    border-top-left-radius: 6px /*{cornerRadius}*/;
    -moz-border-radius-bottomright: 6px /*{cornerRadius}*/;
    -webkit-border-bottom-right-radius: 6px /*{cornerRadius}*/;
    -khtml-border-bottom-right-radius: 6px /*{cornerRadius}*/;
    border-bottom-right-radius: 6px /*{cornerRadius}*/;
}

    ul.chartoptions li:hover {
        background: #D4D0C8; /* #5F5F5F;*/
        color: #F9F7ED;
    }

ul.chartoptions li a {
    text-decoration: none;
}
ul.zeropadding li {
    padding: 0px;
    margin: 0px;
    line-height: 1.8em;
}

tr.totalrow td {
    border-top: 1px solid;
}

tr.rightalign td {
    text-align: right;
}
span.columns span {
    display: block;
    float: left;
    clear: none;
    line-height: 2em;
    width: 150px;
    font-weight: bold;
    overflow: auto;
}
div.controlbuttons form {
    margin: 0px;
    padding: 0px;
}
div.reportdescription table {
    line-height: 1em;
}
table.billdetails tr th {
    text-align: left;
    padding-left: 20px;
}

table.billdetails tr td {
    text-align: left;
    padding-left: 20px;
}

table.billdetails tr td {
    text-align: left;
    padding-left: 20px;
}
p.dateblock a.datenum {
    color: #000000;
}
ul.twocol li {
    display: inline;
    margin: 3px;
    padding: 10px;
    line-height: 1.75em;
}

ul.twocol li a {
    padding: 5px 10px 5px 0px;
    white-space: nowrap;
}

td.dtp-holder div {
    float: left;
}

td.dtp-holder input {
    float: left;
}

td.dtp-holder .dtp-box {
    float: left;
    clear: none;
    margin-left: 10px;
    width: 125px;
}


/*Class */
/*prevent autocomplete menu from going behind dialog
    see also the jquery-ui-1.12.1.js 
*/
.topmost{
    z-index:105;
}
.leftmenu {
    background: #E9F3F1;
    border-right: 1px solid;
    height: 500px;
}
.chartleftmenu {
    width: 100px;
    background-color: #7B9AB5;
}

.leftmenu span {
        font-weight: bold;
    }
.rightalign {
    text-align: right;
}
.strikethrough {
    text-decoration: line-through;
}

.leftalign {
    text-align: left;
}

.centeralign {
    text-align: center;
}
.spacedrows {
    line-height: 1.8em;
}

.leftpadded {
    margin-left: 10px;
}

.rightpadded {
    margin-right: 10px;
}

.padded {
    margin: 5px;
}
.padded2{
    padding:2px;
}
.toppadded {
    display: block;
    margin-top: 10px;
}

.indented {
    display: block;
    margin-left: 25px;
}
.summaryrow {
    font-weight: bold;
}

.caption {
    display: block;
    width: 100px;
}
.buttonlink_tabs {
    padding: 6px 8px 0px 8px;
    margin: 4px 0px 4px 0px;
    border-bottom: 1px solid;
    line-height: 2.4em;
}
.tooltable {
    width: 100%;
}
.toolheader {
    background: #7B9AB5;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding: 5px 0px;
}
.sectionheader {
    border-bottom: 1px solid;
    font-weight: bold;
    margin-top: 5px;
}
.flash-new {
    background-color: #FFFC0D;
    font-weight: bold;
    width: 500px;
    padding-left: 40px;
    background: url("images/new.png") no-repeat left center;
}

.caption_inline {
    display: inline;
    padding-right: 20px;
    padding-left: 10px;
    line-height: 3em;
}

.bold {
    font-weight: bold;
}
.dxgvGroupRow {
    color: #000000;
}
.schcalendar {
    border: 1px solid black;
}
.wk {
    border-left: 1px solid blue;
}
.infomessage {
    background: #FFFF00;
    width: 100%;
    min-height: 30px;
}
.forecolorgreen {
    color: #08A066;
}
.highlightgreen {
    background: #90EE90;
}
.highlightyellow {
    background: yellow;
    font-weight: bold;
}

.highlightorange {
    color: #CF3E33;
}

.exceptionred {
    color: #EF4A60;
}

.oddrow {
    background: #FFFFFF;
}

.evenrow {
    background: #F9F7ED;
}
.clientfiltermain {
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.bigger {
    font-size: 1.2em;
    font-weight: bold;
}

.roundbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #36393D;
    -webkit-box-shadow: #B3B3B3 3px 3px 3px;
    -moz-box-shadow: #B3B3B3 3px 3px 3px;
    box-shadow: #B3B3B3 3px 3px 3px;
}

.sectionone {
    padding: 5px;
    margin: 0px;
    background-color: #F9F7ED;
    padding-bottom: 5px;
    margin-top: 5px;
}

.fart {
    background: #FFD700;
}
.buttonlink {
    padding-top: 4px;
    padding-bottom: 4px;
}

.actionrow {
    background: #d4d0c8;
}

.formfieldlabel {
    font-weight: bold;
}
.flex-container-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.flex-container-center > div {
    
}
.flex-container-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.grid-container{
    display:grid;
    justify-content:space-between; 
}
/* Schcalendar page */
.cpselect {
    line-height: 1.8em;
}

.cpselected {
    background: yellow;
}

.dtp-box {
    width: 150px;
}
.es-frozen {
    background: #90EE90;
}

.es-closed {
    background: #ff7e00;
}

.es-open {
    background: #FFFF00;
}
.error {
    background: #FFD2A0;
    font-weight: bold;
}
.clickable{
    cursor:pointer;
}
.highlightcbc {
    color: red;
}
.ui-dialog-titlebar-close {
    width: 16px;
    height: 16px;
    background: url(i/dialog-titlebar-close.png) no-repeat;
    position: absolute;
    top: 6px;
    right: 7px;
    cursor: default;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: 0px;
    top: 0px;
    height: 100%;
    background: transparent url(i/dialog-w.gif) repeat scroll right center;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: 0px;
    top: 0px;
    height: 100%;
    background: transparent url(i/dialog-e.gif) repeat scroll right center;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.width90 {
    width: 90px;
    display: inline-block;
    text-align: center;
}
.width180 {
    width: 180px;
    display: inline-block;
}
.cellheadergrey {
    border: 1px solid #b6b6b6;
    border-collapse: collapse;
    background-color: #f7f7f7;
    text-align: center;
    padding:5px;
}
.d-border-top {
    border-top: 1px solid #000000;
    border-collapse: collapse;
}
.d-border-bottom {
    border-bottom: 1px solid #000000;
    border-collapse: collapse;
}
.d-border-all {
    border: 1px solid #000000;
    border-collapse:collapse; 
}
.celldetail{
    border:1px solid #b6b6b6; 
}
.gridoddrow {
    background-color: #f7f7f7;
    border: 1px solid #b6b6b6;
    border-collapse: collapse;
}
.gridevenrow {
    border: 1px solid #b6b6b6;
    border-collapse: collapse;
}
/* IE 6 doesn't support max-height
        * we use height instead, but this forces the menu to always be this tall
        */
* html .ui-autocomplete {
    height: 200px;
}
 

/*Class ->path*/
.buttonlink span {
    padding: 2px 4px 2px 4px;
    margin-right: 6px;
    color: #FEFFE0;
    background: #7B61C6;
    font-weight: bold;
    border: 1px solid #FEFFE0;
    -moz-border-radius-topleft: 6px /*{cornerRadius}*/;
    -webkit-border-top-left-radius: 6px /*{cornerRadius}*/;
    -khtml-border-top-left-radius: 6px /*{cornerRadius}*/;
    border-top-left-radius: 6px /*{cornerRadius}*/;
    -moz-border-radius-topright: 6px /*{cornerRadius}*/;
    -webkit-border-top-right-radius: 6px /*{cornerRadius}*/;
    -khtml-border-top-right-radius: 6px /*{cornerRadius}*/;
    border-top-right-radius: 6px /*{cornerRadius}*/;
    -moz-border-radius-bottomleft: 6px /*{cornerRadius}*/;
    -webkit-border-bottom-left-radius: 6px /*{cornerRadius}*/;
    -khtml-border-bottom-left-radius: 6px /*{cornerRadius}*/;
    border-bottom-left-radius: 6px /*{cornerRadius}*/;
    -moz-border-radius-bottomright: 6px /*{cornerRadius}*/;
    -webkit-border-bottom-right-radius: 6px /*{cornerRadius}*/;
    -khtml-border-bottom-right-radius: 6px /*{cornerRadius}*/;
    border-bottom-right-radius: 6px /*{cornerRadius}*/;
}

    .buttonlink span.active {
        background: #459932;
    }


    .buttonlink span a:link,
    .buttonlink span a:visited {
        color: #FEFFE0;
        text-decoration: none;
        font-weight: bold;
    }
    .buttonlink span a {
        cursor: pointer;
        color: #FEFFE0;
        text-decoration: none;
    }







.links a.active {
    background: black;
    color: yellow;
    font-weight: bold;
    padding: 3px;
}

.flatlist ul {
    margin: 0px;
    padding: 0px;
    display: inline;
}

.flatlist ul li {
    list-style: none;
    display: inline;
}
.ui-accordion-data ul {
    margin-left: 0px;
    padding-left: 0px;
}
.buttonlink_tabs span {
    padding: 6px 6px 6px 6px;
    margin-right: 1px;
    color: #000000;
    background: #C3C2EF;
    border: 1px solid #62668F;
    -moz-border-radius-topleft: 6px /*{cornerRadius}*/;
    -webkit-border-top-left-radius: 6px /*{cornerRadius}*/;
    -khtml-border-top-left-radius: 6px /*{cornerRadius}*/;
    border-top-left-radius: 6px /*{cornerRadius}*/;
    -moz-border-radius-topright: 6px /*{cornerRadius}*/;
    -webkit-border-top-right-radius: 6px /*{cornerRadius}*/;
    -khtml-border-top-right-radius: 6px /*{cornerRadius}*/;
    border-top-right-radius: 6px /*{cornerRadius}*/;
}

.buttonlink_tabs span.active {
    color: #FEFFE0;
    background: #7978AF;
    font-weight: bold;
}

.buttonlink_tabs span.active a:link {
    color: #FEFFE0;
}

.buttonlink_tabs span.active a:visited {
    color: #FEFFE0;
}

.buttonlink_tabs span a {
    text-decoration: none;
    white-space: nowrap;
}

/* id*/
#topmenu {
    margin: 0;
    padding: 0;
    list-style: none;
}
#infomessage_autohide {
    display: block;
}
#ajaxinfo {
    background: #FFFF00;
    width: 100%;
    min-height: 30px;
}

ul#captionlinks {
    margin-left: 0px;
    padding-left: 0px;
}
ul#captionlinks {
    list-style: none;
    width: 400px;
    display: inline;
    margin-right: 0px;
}
div#pagelinks {
    width: 100%;
    border: 0px;
}
form#cityeditform label {
    width: 65px;
    display: inline-block;
    vertical-align: top;
}

form#cityeditform textarea {
    width: 100%;
}

form#siteeditform label {
    width: 65px;
    display: inline-block;
    vertical-align: top;
}

ul#captionlinks li {
    list-style: none;
    width: 400px;
    display: inline;
    margin-right: 0px;
}

ul#captionlinks li {
    margin-right: 15px;
}

table#chartdatatable tr.gridoddrow td {
    background: #EFEFEF;
}

table#chartdatatable tr.gridevenrow td {
    background: #ffffff;
}

#topmenu li {
    float: left;
    list-style: none;
}
#topmenu li a {
    display: block;
    background: #053947;
    padding: 6px 12px;
    text-decoration: none;
    border-right: 1px solid white;
    color: #EAFFED;
    white-space: nowrap
}

#topmenu li a:hover {
    background: #DCDE9D; /*#5F5F5F;*/
    color: black;
    z-index: 20;
}

#topmenu li ul {
    margin: 0px;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white;
    z-index: 20;
}

#topmenu li ul li {
    float: none;
    display: inline;
}

#topmenu li ul li a {
    width: auto;
    background: #053947;
    border-right: none;
    color: white
}

#topmenu li ul li a:hover {
    background: #DCDE9D
}
#splashbackground {
    background: url("../getimage.aspx?r=aj&size=250&id=9100") no-repeat center;
}

/* Element id*/
div#admin {
    background-color: #AF2020;
    color: #F4FFE8;
    font-weight: bold;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    width: 170px;
}
div#detailitems {
    margin: 0px;
    padding: 0px;
    text-align: left;
}
input#prevmonth {
    background: url(images/back.png) no-repeat 50% 50% #D4D0C8;
    padding-bottom: 0px;
    height: 1.5em;
}

input#nextmonth {
    background: url(images/forward.png) no-repeat 50% 50% #D4D0C8;
    padding-bottom: 0px;
    height: 1.5em;
}

/* Element +id path*/
div#admin span {
    padding-left: 10px;
}
div#admindiv ul {
    padding: 0px;
    padding-bottom: 10px;
    margin: 0px;
    background-color: #AF2020;
}
div#detailitems ul {
    font-weight: bold;
}
div#detailitems ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div#detailitems ul ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


div#detailitems ul ul {
    font-weight: normal;
}

div#admindiv ul li.button a {
    color: #5a5a54;
    font-weight: bold;
    text-decoration: none;
    /*text-transform:uppercase;*/
}

/* done */

address.datenum {
    width: 10px;
    padding-right: 3px;
}

ul.ui-menu li.ui-menu-item-wrapper {
    background-color: white;
}

ul.ui-menu li:nth-child(even){
    background-color:lightgray;
    
}
/*
.lookup {
    background: white url('themes/green/images/down.gif') right bottom no-repeat;
}
    */
.lookup::after{
    content:string(d);
}
.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

    /*End of File*/

.navbar-black{
    margin-bottom: 0px;
    background-color: black;
    min-height: 0px;
}
    .navbar-black ul.nav li  a {
        font-size: 12px;
        padding: 8px;
    }
    .navbar-black  li.dropdown a.dropdown-toggle {
        color: white;
        font-size: 12px;
        font-weight: bold;
    }
        .navbar-black ul.dropdown-menu,
        .navbar-black li.dropdown a.dropdown-toggle:hover,
        .navbar-black li.dropdown a.dropdown-toggle:focus,
        .navbar-black li.dropdown a.dropdown-toggle {
            background-color: black;
        }
    .navbar-black  ul.dropdown-menu {
        color: white;
        background-color: black;
    }
        .navbar-black ul.dropdown-menu li a:hover
        {
            background-color: darkkhaki;
        }
        .navbar-black ul.nav li {
            background-color: black;
        }
    .navbar-black  ul.dropdown-menu li > a {
        color: white;
        font-size: 12px;
        font-weight: bold;
    }
    .obtitleactionbuttons {
        height: 40px;
    }
.footer {
    clear: both;
    width:100%;
    text-align:center;
    margin-bottom:0px;
    
    
}
.infomessage {
    background: #FFFF00;
    width: 100%;
    text-align:center;
    min-height: 30px;
}