﻿html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

form
{
    margin: 0;
    padding: 0;
}

html, body, table, td, p
{
    font-family: Trebuchet MS;
}

a:link, a:visited, a:active
{
    color: #7080A0;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

a.hyperlink
{
    color: blue;
    text-decoration: underline;
}


/* START: Page IDed Elements */

#boContainer
{
}

#mask
{
    background-color: #FFFFFF;
    display: none;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2000;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
}

#header
{
    height: 94px;
    background-color: #9dacb5;
    background-image: url(../_img/headerBg.png);
    background-position: right top;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    min-width: 980px;
    border-bottom: solid 2px #ff8c00;
    z-index: 11998;
    position: relative;
    width: 100%;
}

#headerTitle
{
    font-family: Calibri, "Trebuchet MS" !important;
    font-size: 20px;
    color: #405060;
    margin-left: 10px;
    margin-top: 32px;
    float: left;
    white-space: nowrap;
}

#headerDesc
{
    background-image: url(../_img/userpanel-bg.png);
    color: #EEEEEE;
    font-family: Calibri, "Trebuchet MS" !important;
    font-size: 18px;
    padding: 0px 10px 0px 80px;
    position: absolute;
    right: 0px;
    top: 72px;
    z-index: 11999;
    white-space: nowrap;
}

#logo
{
    margin-left: 10px;
    width: 90px;
    height: 90px;
    float: left;
    background-image: url(../_img/digitalAidLogo.png);
    background-position: left top;
    background-repeat: no-repeat;
}

#userBar a:link, #userBar a:visited, #userBar a:active
{
    color: #405060;
}

#userBar a:hover
{
    color: #272727;
}

#userBar
{
    height: 27px;
    border-bottom: 1px solid #777;
    background-color: #EEEEEE;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-width: 980px;
    width: auto !important;
    width: 100%;
    z-index: 11999;
}

#userBar div
{
    font-size: 9pt;
    font-family: Tahoma;
    color: #405060;
}

#userBar td.dxmMenu
{
    background-color: Transparent !important;
    padding: 0 !important;
    border: none !important;
}

#userPanel
{
    vertical-align: top;
    width: 490px;
    float: right;
    text-align: right;
    background-image: url(../_img/userpanel-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 2px 10px 2px 2px;
    font-size: 11px;
    font-family: Verdana, Trebuchet MS, Arial;
    line-height: 20px;
    color: #405060;
}

a#cp:link, a#cp:visited, a#cp:active
{
    display: inline-block;
    padding: 5px 6px 6px 22px;
    color: #333;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    background-image: url(../_img/controlPanel.png);
}

a#cp:hover
{
    color: #333;
    padding: 4px 5px 5px 21px;
    border: 1px solid #708090;
    background-color: #ccc;
    background-position: 2px 3px;
}

#footer
{
    height: 22px;
    border-top: 1px solid #777;
    background-color: #708090;
    background-image: url(../_img/footer-bg.png);
    background-repeat: repeat-x;
    font-size: 11px;
    font-family: Verdana;
    color: #eee;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 20002;
}

#footer div
{
    padding: 3px 15px 5px 15px;
}

#footer a:link, #footer a:active, #footer a:visited
{
    color: #eee;
}

#footer a:hover
{
    color: Orange;
}

#content
{
    min-height: 470px;
    padding: 4px 10px 30px 10px;
    background-image: url(../_img/headerBg.png);
    background-repeat: no-repeat;
    background-position: right -110px;
    font-size: 12px;
    min-width: 980px;
}

/*#task 
{
    width:250px;
    float:left;
    border:1px solid black;
    display:block;
}

#cast 
{
    float:right;
}
*/

.summary-errors
{
    background-color: #DDDDDD;
    border: 1px solid black;
    font-size: 12px;
    padding: 5px;
    color: green !important;
}
/* END: Page IDed Elements */

/* START: Generic classes */
.right
{
    float: right;
}

.left
{
    float: left;
}

.clear
{
    clear: both;
}
.relative
{
    position: relative;
}
/* END: Generic classes */

#header .user-services
{
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
    font-size: 14px;
    margin-left: 10px;
}

#header .date-info
{
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
    font-size: 14px;
    margin-left: 10px;
}

#header ul.main-nav
{
    list-style-type: none;
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 14px;
    margin-left: 10px;
}

#header ul.main-nav li.current
{
    float: left;
    margin-right: 4px;
    display: block;
    border: 1px solid #506070;
    border-bottom: none;
    background-color: #8090b0;
    color: #eee;
}

#header ul.main-nav li
{
    float: left;
    padding: 5px;
    margin-right: 4px;
    display: block;
    border: 1px solid #506070;
    border-bottom: none;
    background-color: #ddd;
    color: #506070;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

/* END: Generic classes */
.register-next
{
    position: absolute;
    top: 0px;
    right: 0px;
}

.register-prev
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.ajax__tab_panel
{
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.autocomplete_completionListElement
{
    background-color: white;
    border: 1px solid buttonshadow;
    color: windowtext;
    height: 100px;
    list-style-type: none;
    margin: 0 !important;
    overflow: auto;
    text-align: left;
    visibility: hidden;
    padding-left: 5px;
}

.autocomplete_highlightedListItem
{
    background-color: #FFFF99;
    color: black;
    padding: 1px;
    cursor: pointer;
}

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}

.jqifade
{
    position: absolute;
    background-color: #aaaaaa;
}

div.jqi
{
    width: 400px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: absolute;
    background-color: #ffffff;
    font-size: 11px;
    text-align: left;
    border: solid 1px #eeeeee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
}

div.jqi .jqicontainer
{
    font-weight: bold;
}

div.jqi .jqiclose
{
    position: absolute;
    top: 40px;
    right: 123px;
    width: 0px;
    cursor: default;
    color: #bbbbbb;
    font-weight: bold;
    display: none;
}

div.jqi .jqimessage
{
    padding: 10px;
    line-height: 20px;
    color: #444444;
}

div.jqi .jqibuttons
{
    text-align: right;
    padding: 5px 0 5px 0;
    border: solid 1px #eeeeee;
    background-color: #f4f4f4;
}

div.jqi button
{
    padding: 3px 10px;
    margin: 0 10px;
    background-color: #EFEFEF;
    border: 1px solid #506070;
    color: #555555;
    font-weight: bold;
    font-size: 12px;
}

div.jqi button:hover
{
    background-color: #DFDFDF;
}

div.jqi button.jqidefaultbutton
{
    /*background-color: #8DC05B;*/
    background-color: #ff9000;
}

.jqiwarning .jqi .jqibuttons
{
    background-color: #ff9000;
}

.veil
{
    background-color: #FFFFFF;
    opacity: 0.60;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    position: absolute;
    z-index: 2;
}

.errors
{
    background-color: White;
}
/*.classification td .simple
{
    background-color: Black;
}
.classification .selected
{
    background-color: White;
    font-weight: bold;
}
.classification .security-need
{
    background-color: #FF9933;
}
.classification .company-size
{
    background-color: #bbbbbb;
}
.classification .selected-col
{
    border: 1px solid #999;
    font-weight: bold;
    background-color: #ccc;
}
.classification .selected-band
{
    background-color: lightgray;
}*/
/* Loading Mask */

#loading-mask
{
    background: #eeeeee none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11000;
}

.cool-ajax-panel
{
    position: relative;
    min-height: 50px;
}

.cool-ajax-panel-loading
{
    background-color: #eeeeee;
    background-image: url(../_img/progress_small.gif);
    background-repeat: no-repeat;
    background-position: 7px 10px;
    border: 1px solid #6593CF;
    top: 3px;
    left: 3px;
    padding: 10px 10px 10px 30px;
    position: absolute;
    width: 145px;
    z-index: 11001;
}


#loading
{
    background: #eeeeee;
    border: 1px solid #6593CF;
    left: 50%;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 36%;
    margin-left: -115px;
    width: 230px;
    z-index: 11001;
}

#loading .loading-indicator
{
    background-color: white;
    background-image: url(../_img/progress-ani.gif);
    background-repeat: no-repeat;
    background-position: 12px 10px;
    border: 1px solid #A3BAD9;
    color: #003366;
    font-family: tahoma,arial,helvetica;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 15px 10px 15px 48px;
    text-align: left;
}

/* End of Loading Mask */

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right
{
    font-size: 11px;
}
#JT_copy p, #JT_copy ul
{
    font-size: 11px;
}


#JT_arrow_left
{
    background-image: url(../_img/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index: 101;
    left: -12px;
    height: 23px;
    width: 10px;
    top: -3px;
}

#JT_arrow_right
{
    background-image: url(../_img/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index: 101;
    height: 23px;
    width: 11px;
    top: -2px;
}

#JT
{
    position: absolute;
    z-index: 100;
    border: 2px solid #CCCCCC;
    background-color: #fff;
}

#JT_copy
{
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    color: #333333;
}

.JT_loader
{
    background-image: url(../_img/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 12px;
}

#JT_close_left
{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight: bold;
}

#JT_close_right
{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight: bold;
}

#JT_copy p
{
    margin: 3px 0;
    font-size: 11px;
}

#JT_copy img
{
    padding: 1px;
    border: 1px solid #CCCCCC;
}

.jTip
{
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: help;
    background-image: url(../_img/help.png);
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

.login-tab
{
    height: 40px;
    width: 250px;
    vertical-align: middle;
    text-align: center;
    padding-top: 20px;
    font-family: Verdana;
    font-size: 13px;
}
/* Js - Slider */
.accessible_news_slider li, .accessible_news_slider p
{
    margin: 0;
    padding: 0;
}
.accessible_news_slider
{
    width: 300px;
    position: relative;
    overflow: hidden;
}
.accessible_news_slider .javascript_css
{
    position: relative;
    z-index: 3;
    padding: 20px;
    background: #fffcd3;
}
.accessible_news_slider .skip_to_news
{
    position: absolute;
    top: 0;
    left: -9999px;
}
.errors
{
    clear: both;
}
.accessible_news_slider .back
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.accessible_news_slider .back a, .accessible_news_slider .next a
{
    display: none;
    outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.accessible_news_slider ul
{
    position: relative;
    left: 0;
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    z-index: 1;
}
.accessible_news_slider li
{
    float: left;
    display: inline;
    width: 300px;
}

.rightCol
{
}

.leftCol
{
    text-align: left;
    width: 160px;
}

.msg-warning
{
    border: 1px solid orange;
    padding: 10px 10px 10px 40px;
    background-color: #FFFACD;
    background-image: url(../_img/iconWarning24.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

.msg-error
{
    border: 1px solid red;
    padding: 10px 10px 10px 42px;
    background-color: #ffcccc;
    background-image: url(../_img/iconError24.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

.msg-error-fix
{
    background-position: 5px 5px;
    margin-top: 5px;
}

.msg-error-noIcon
{
    border: 1px solid red;
    padding: 7px 15px 7px 30px;
    background-color: #ffcccc;
}

.msg-error-noIcon > ul, .msg-error-noIcon > ul > li
{
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
}

.msg-info
{
    border: 1px solid #ddd;
    margin: 15px 3px 3px 3px;
    padding: 10px;
    background-color: #fff;
    text-align: justify;
    font-size: 11px;
}

#reminder
{
    display: block;
    position: absolute;
    bottom: 30px;
    right: 10px;
    width: 160px;
    height: 80px;
    padding: 10px 10px 10px 30px;
    cursor: hand;
    font-size: 13px;
    border: 1px solid orange;
    background-color: #FFFACD; /*#f5f5f5;*/
    background-image: url(../_img/iconReminder.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#tabs
{
    height: 100%;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-bottom: 4px;
    border-bottom: 1px #b0c0d0 solid;
    padding-top: 6px;
    font-size: 12px;
    display: block;
    font-family: "Trebuchet MS" , Arial, Sans-Serif;
}

#tabs a:link, #tabs a:visited, #tabs a:active
{
    text-decoration: none;
    border: solid 1px #444;
    border-bottom: none;
    padding-left: 6px;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    margin: 0px 1px 0px 1px;
    height: 30px;
    text-decoration: none;
    background: #efefef;
    color: #203040;
}

#tabs a:hover
{
    background: #DFDFDF;
    color: Black;
    border-bottom-color: #d0e0f0;
}

#tabs a.selected:link, #tabs a.selected:active, #tabs a.selected:visited
{
    background: #d0e0f0;
    font-weight: bold;
}
#tabs a.selected-tab
{
    cursor: default;
    font-weight: bold;
    border: solid 1px #444;
    border-bottom: none;
    padding-left: 6px;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    margin: 0px 1px 0px 1px;
    text-decoration: none;
    background: #EFD3B3;
    color: #203040;
}

.dxeErrorCell
{
    padding-left: 2px;
    padding-right: 2px;
}

#tabs span
{
    cursor: default;
    font-weight: bold;
    border: solid 1px #444;
    border-bottom: none;
    padding-left: 6px;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    margin: 0px 1px 0px 1px;
    text-decoration: none;
    background: #EFD3B3;
    color: #203040;
}

.fiscalInfoCol
{
    width: 135px;
    text-align: center;
}

div.info
{
    text-align: left;
    font-weight: bold;
    display: block;
    margin-top: 25px;
    background: #ffffcc;
    border: 1px solid #F36F21;
    padding: 5px 5px 5px 5px;
}
.notification-bar
{
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    color: #000000;
    cursor: pointer;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30000;
    background-color: White;
}
.notification-bar
{
    padding: 35px 0;
}
.ie .notification-bar
{
    border-bottom: 2px solid #CCCCCC;
}
.notification-bar-container
{
    display: block;
    overflow: visible;
    position: relative;
    width: 100%;
}
.notification-bar-contents
{
    font-size: 130%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 740px;
}

#errorPanel
{
    display: block;
    position: fixed; /*bottom: 30px;*/
    left: 10px;
    width: 500px;
    height: 80px;
    padding: 10px 10px 10px 30px;
    cursor: hand;
    font-size: 11px;
    font-weight: bold;
    background-position: 10px 10px;
    background-color: #FFCCCC;
    background-image: url("../_img/iconError24.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border: 1px solid red;
    padding: 10px 10px 10px 42px;
}


.new-expense
{
    background-color: #B2FFB2;
}

.changed-expense
{
    background-color: #FFDEAD;
}

