﻿/* reset */
html
{
    margin: 0;
    padding: 0;
    border: 0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section
{
    display: block;
}
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    /*text-align: left;*/
    font-weight: normal;
    float: none !important;
}
table, th, td
{
    vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
}
blockquote, q
{
    quotes: "" "";
}
a img
{
    border: none;
}
:focus
{
    outline: 0;
}

/* typography */
html
{
    font-size: 100.01%;
}
body
{
    font-size: 68.8%;
    color: #222;
    background: #ddd;
    font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    color: #111;
}
h1
{
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}
h2
{
    font-size: 2em;
    margin-bottom: 0.75em;
}
h3
{
    font-size: 1.5em;
    line-height: 0.8;
    margin-bottom: 1em;
}
h4
{
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}
h5
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
h6
{
    font-size: 1em;
    font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
    margin: 0;
}
p
{
    margin: 0 0 1.5em;
}
.left
{
    float: left !important;
}
.bcrumb
{
    color: White;
    font-size: 10px;
    line-height: 2.4;
    margin-right: 2px;
    font-family: Verdana;
}
#breadcrumb .pd10
{
    padding-top: 12px;
}
#breadcrumb .pd5
{
    padding-top: 5px;
}
p .left
{
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}
.right
{
    float: right !important;
}
p .right
{
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
}
a:focus, a:hover
{
    color: #09f;
}
a
{
    color: #06c;
    text-decoration: underline;
}
blockquote
{
    margin: 1.5em;
    color: #666;
    font-style: italic;
}
strong, dfn
{
    font-weight: bold;
}
em, dfn
{
    font-style: italic;
}
sup, sub
{
    line-height: 0;
}
abbr, acronym
{
    border-bottom: 1px dotted #666;
}
address
{
    margin: 0 0 1.5em;
    font-style: italic;
}
del
{
    color: #666;
}
pre
{
    margin: 1.5em 0;
    white-space: pre;
}
pre, code, tt
{
    font: 1em 'andale mono' , 'lucida console' , monospace;
    line-height: 1.5;
}
li ul, li ol
{
    margin: 0;
}
ul, ol
{
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}
ul
{
    list-style-type: disc;
}
ol
{
    list-style-type: decimal;
}
dl
{
    margin: 0 0 1.5em 0;
}
dl dt
{
    font-weight: bold;
}
dd
{
    margin-left: 1.5em;
}
table
{
    /*margin-bottom: 1.4em; enable this property to grid later */
}
th
{
    font-weight: bold;
}
th a
{
    color: white;
}

thead th
{
    /*background: #c3d9ff;*/
}
th, td, caption
{
    padding: 2px 3px 2px 3px;
}
tbody tr:nth-child(even) td, tbody tr.even td
{
    background: #EEE;
}
tfoot
{
    font-style: italic;
}
caption
{
    background: #eee;
}
.small
{
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}
.large
{
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}
.hide
{
    display: none;
}
.quiet
{
    color: #666;
}
.loud
{
    color: #000;
}
.highlight
{
    background: #ff0;
}
.added
{
    background: #060;
    color: #fff;
}
.removed
{
    background: #900;
    color: #fff;
}
.first
{
    margin-left: 0;
    padding-left: 0;
}
.last
{
    margin-right: 0;
    padding-right: 0;
}
.top
{
    margin-top: 0;
    padding-top: 0;
}
.bottom
{
    margin-bottom: 0;
    padding-bottom: 0;
}

/* forms */
label
{
    font-weight: normal;
}
fieldset
{
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
}
legend
{
    font-weight: bold;
    font-size: 1.2em;
    margin-top: -0.2em;
    margin-bottom: 1em;
}
fieldset, #IE8#HACK
{
    padding-top: 1.4em;
}
legend, #IE8#HACK
{
    margin-top: 0;
    margin-bottom: 0;
}
input[type=text], input[type=password], input.text, input.title, textarea, select
{
    background-color: #fff;
    border: 1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus
{
    border-color: #666;
}
select
{
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
}
input[type=text], input[type=password], input.text, input.title, textarea, select
{
    /*margin: 0.5em 0;*/
}

/*select
{
    margin-top:0.5px;
}*/
input.text, input.title
{
    width: 300px;
    padding: 5px;
}
input.title, input.file
{
    font-size: 1.5em;
}
textarea
{
    width: 390px;
    padding: 5px;
}
form.inline
{
    line-height: 3;
}
form.inline p
{
    margin-bottom: 0;
}
.error, .alert, .notice, .success, .info, .wfsuccess
{
    padding: 0.5em; /*margin-bottom: .75em;*/
    border: 2px solid #ddd;
}
.overlay
{
    padding: 0.5em;
}
.error, .alert
{
    background: #fbe3e4 url(../axpimages/icons/24x24/error.png) no-repeat 5px 1px;
    color: #8a1f11;
    border-color: #fbc2c4;
    padding: 5px 35px 7px;
}
.notice
{
    background: #fff6bf url(../axpimages/icons/24x24/warning.png) no-repeat 5px 1px;
    color: #514721;
    border-color: #ffd324;
    padding: 5px 35px 7px;
}
.success
{
    background: #e6efc2 url(../axpimages/icons/24x24/check.png) no-repeat 5px 1px;
    color: #264409;
    border-color: #c6d880;
    padding: 5px 35px 7px;
}

.wfsuccess
{
    color: #264409;
    padding: 5px 5px 5px 5px;
}
.info
{
    background: #d5edf8 url(../axpimages/icons/24x24/information.png) no-repeat 5px 1px;
    color: #205791;
    border-color: #92cae4;
    padding: 5px 35px 7px;
}
.error a, .alert a
{
    color: #8a1f11;
}
.notice a
{
    color: #514721;
}
.success a
{
    color: #264409;
}
.info a
{
    color: #205791;
}
div.prepend-top, .prepend-top
{
    margin-top: 1.5em;
}
div.append-bottom, .append-bottom
{
    margin-bottom: 1.5em;
}
.box
{
    padding: 1.5em;
    margin-bottom: 1.5em;
    background: #e5eCf9;
}
hr
{
    background: #ddd;
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 1.45em;
    border: none;
}
hr.space
{
    background: #fff;
    color: #fff;
    visibility: hidden;
}
.clearfix:after, .container:after
{
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.clearfix, .container
{
    display: block;
}
.clear
{
    clear: both;
}
.handCursor, .handCur
{
    cursor: hand;
    cursor: pointer;
}
.AboutAxpert
{
    background: url(../AxpImages/Axpert.png) no-repeat 5px -20px;
}
.AboutInfo
{
    margin: 80px 0px 0px 50px;
}
.AboutInfo h4
{
    color: #696969;
    font-weight: bold;
    margin-bottom: 2px !important;
}
.AboutInfo li
{
    list-style-type: none;
    line-height: 1.5em;
}
.err
{
    margin: 10px;
}
.err h3
{
    font-weight: bold;
    color: #8a1f11;
}
.closeTheme
{
    float: right;
    vertical-align: top;
}
.popDiv
{
    position: absolute;
    width: 100px;
    height: auto;
    padding: 1px;
    z-index: 1005;
    display: none;
    background-color: #fff;
    border: 1px solid #bbb;
}

.popDiv ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.popDiv li
{
    /*display: inline;*/
    color: black; /*padding: 0 5px 0 0;*/
    padding: 2px;
}

.popDiv li.grey
{
    border-bottom: solid 1px #bbb;
}

.popDiv li:hover
{
    /*display: inline;*/
    color: black;
    padding: 2px;
    background-color: #bbb;
    cursor: pointer;
    cursor: hand;
}




#taskListPopUp
{
    position: absolute; /*width: 500px;*/
    padding: 1px;
    z-index: 1005;
    display: none;
    background-color: #ddd;
    border: 1px solid black;
}
.popDivBg
{
    cursor: hand;
    cursor: pointer;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    background-color: #F8F9FB;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 99%;
}

.randomDivPl
{
    position: absolute;
    width: 150px;
    height: auto;
    padding: 1px;
    z-index: 1005;
    display: none;
    background-color: #ddd;
    border: 1px solid gray;
}
.pickimg
{
    vertical-align: top;
    padding-top: 1px;
}
#dvPickList
{
    width: 200px;
    height: 250px;
}
#dvPickList a
{
    color: black;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}
.leftPane
{
    width: 90%;
    float: left;
}

.rightPane
{
    width: 10%;
    float: right;
}

.wfLevel
{
    min-height: 80px;
    border: solid 1px #ddd;
}

div.dimmer
{
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: bold;
    padding: 40px;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    _background-image: none;
}


div.dimming
{
    font-size: 11px;
    font-style: normal;
    background-color: #ffffff;
    position: absolute; /* set z-index higher than possible */
    z-index: 10000;
    visibility: hidden;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
}

table.floatingHeader
{
    background-color: #0000ff;
    color: #ffffff;
}

#tblFillGrid
{
    height: 200px;
}

.wordBreak
{
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* ---------------------------------------------- Theme colors for calendar control ----------------------------------------------*/

#calendar .empty
{
    background-color: White;
    border: 1px solid #C6DBA4;
}

#calendar .header
{
    background-color: #c5c5c5;
}

#calendar .weekday
{
    background-color: #E1EFC9;
    color: #000;
}

#calendar .weekend
{
    background-color: #C6DBA4;
    color: #000;
}

#calendar .current
{
    border: 1px solid #c5c5c5;
    background-color: #c5c5c5;
    color: #FFF;
}
/* ---------------------------------------------- End of theme colors for calendar control ----------------------------------------------*/
/* ----------------------------------------------styles for Page Header ----------------------------------------------*/

.Headerbg
{
    background-color: #c5c5c5;
    border: solid 1px #c5c5c5;
}

.projcap
{
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

.link1
{
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

/* ---------------------------------------------- End of styles for Page Header --------------------------------------- */

.dcContent table
{
    /* margin-bottom :10px;*/
}
.grd
{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.Grid
{
    background-color: #ffffff;
    border: solid 1px #d5d5d5;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    border-collapse: inherit;
}
.GridAltPage
{
    background-color: #EFEEF0;
}
.GridHead
{
    background-color: #bac1cd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bac1cd', endColorstr='#EFEEF0'); /* for IE */
    background: -moz-linear-gradient(top, #bac1cd, #EFEEF0) !important; /* for firefox 3.6+ */
    font-weight: normal;
    font-size: 10pt;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.totrec
{
    font-size: 8pt;
    font-weight: normal;
    color: #333333;
    padding-left: 10px;
}
.grdispcol
{
    font-size: 11px;
    font-weight: bold;
    color: #3F9DED;
}

#icons a.dis
{
    cursor: default;
}


/*------tool tip ---------------*/

.randomDiv
{
    position: absolute;
    width: 150px;
    height: auto;
    padding: 1px;
    z-index: 1005;
    display: none;
    background-color: #ddd;
    border: 1px solid black;
}

.tooltipBg
{
    cursor: hand;
    cursor: pointer;
    font-weight: normal;
    font-size: 9px;
    color: #000000;
    background-color: #FFFFCC;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 99%; /*white-space:nowrap;*/
    height: auto;
}
#dvprint
{
    float: right;
    padding-top: 5px;
}
.dvMainPwd
{
    width: 98%;
}
.cpwdTb
{
    margin: 5px 0px 10px 0px;
}
.firstLoginTxt
{
    color: Red;
    font-weight: bold;
    font-family: Verdana;
    font-size: small;
}

#breadcrumb .h3
{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    line-height :2.0;
}
#dvPwdResult
{
   padding-top :10px;
   padding-right :10px;
   padding-bottom :10px;
   background: #e6efc2 url(../axpimages/icons/24x24/check.png) no-repeat 5px 5px;
}



#branding
{
    padding-top :5px;
    width :55%;
}
#branding img
{
    padding-top :5px;
}

.loginContr
{
    width:174px;
}

.loginDdown
{
    width:185px;
    padding:0 0 0 0;
}

.flddis
{
font-weight:800;
}
