@import url('/jead_dojo/dojo/resources/dojo.css');
@import url('/jead_dojo/dijit/themes/tundra/tundra.css');
@import url('/jead_dojo/dojox/form/resources/FileInput.css');
@import url('/jead_dojo/dojox/widget/Toaster/Toaster.css');
@import url('/jead_dojo/dojox/grid/resources/soriaGrid.css');
@import url('/jead_dojo/dojox/layout/resources/FloatingPane.css');
@import url('/jead_dojo/dojox/layout/resources/ResizeHandle.css');
@import url('./dojo_ovr.css');

html, body, #main{
    width: 100%;	/* make the body expand to fill the visible window */
    height: 100%;
    max-height: 100%; 
    overflow: auto !important;	/* erase window level scrollbars */
    margin: 0 0 0 0;
    font-family: Verdana,Tahoma,sans-serif;
    font-size: small;
}

body {background: #fff url("../imgs/bodyBg.gif") repeat-x top left;}
#ttabs{height: 100%;}

a, a:visited{color:blue !important;}

.dojoxGrid td {
    padding: 0 3px;
}

#popupWindow {
    background-color: white;
    height: auto;
    overflow: auto;
    padding: 10px;
    position: absolute;
    right: 100px;
    top: 100px;
    width: 250px;
    z-index: 100;
}

.title {
    padding: 3px;
    margin: 3px;
    color: #666;
}
.title H1{
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial,Verdana,Tahoma,sans-serif;
    margin: 3px 0 3px 3px;
    padding: 0;
    display: inline;
}

.title H2{
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-style : italic;
    margin: 3px 0 3px 3px;
    padding: 0;
    display: inline;
}

.jeadLogo {
    float: right;
    height: 30px;
    border: 0;
    text-align: right;
    margin-right: 16px;
}

.tabPaneImg {
    width: 24px;
    height: 24px;
    border: 0;
    vertical-align: middle;
}

#mainPos {
    display: none;
}

.tabContents {
    font-size: 9pt;
    width: 100%;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #7a8a99 !important;
    margin-bottom: 5em;
    padding:0;
}
.tabContents .tabContents {
    margin-bottom: 0 !important
}

.regNum {
    font-weight: bold;
    font-size: larger;
}

.tabContents THEAD tr th {
    /*see ../js/dojox/grid/resources/Grid.css .dojoxGridHeader */
    font-size: 8.5pt;
    text-align: center;
    vertical-align: middle;
    background-color: #E8E1CF;
    border: 1px solid;
    border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB;
    background: #E8E1CF url('/jead_dojo/dojox/grid/resources/images/grid_dx_gradient.gif') top repeat-x;
}

.tabContents THEAD tr th img {
    vertical-align: top !important;
/*    float: right; */
}

.tabContents tr {
   /*see ../js/dojox/grid/resources/Grid.css .dojoxGridRow */
    border: 1px solid #E8E4D8;
    border-color: #F8F7F1;
    border-left: none;
    border-right: none;
    background-color: white;
    border-top: none;
}

.tabContents tr td{
    vertical-align: top;
    border: 1px solid;
    border-color: #EBEADB;
    border-right-color: #D5CDB5;
    padding: 3px;
}

.tabContents A:link, A:visited {
    color: black;
}

.tabContents A:active, A:hover {
    color: #FF8C00;
}
.tabContents h2 {
    padding: 3px;
    margin: 0;
}

.no_wrap {
  white-space: nowrap;
}

.ctrl_span {
  background: #fee url("../imgs/ctrl_flag.png") no-repeat center left;
  padding: 0 0 0 9px;
  margin: 0;
}

.tabContents THEAD {
    background-color: #eaeaea;
    border-top: 2px solid #666 !important;
    border-bottom: 1px solid #000 !important;
}

.tabCtsBottom {border-bottom: 1px solid #7a8a99 !important;}
.tabCtsRight {border-right: 1px solid #7a8a99;}
.tabCtsNoBottom {border-bottom: 0 !important;}

.menuItems {
    background-image : url('../imgs/menu_icons.gif');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.menuItemExec {background-position: 0;}
.menuItemSend {background-position: -16px;}
.menuItemAudit {background-position: -32px;}
.menuItemDel {background-position: -48px;}
.menuItemRe {background-position: -80px;}
.menuItemCancel {background-position: -64px;}
.menuItemFix {background-position: -96px;}
.menuItemEdit {background-position: -112px;}
.menuItemTask {background-position: -128px;}
.menuItemSTask {background-position: -144px;}
.menuItemRefr {background-position: -160px;}
.menuItemFind {background-position: -176px;}
.menuItemLink {background-position: -192px;}

.dialog {
    padding:0 !important;
    margin: 0 !important;
    width: 100%;
    font-family: Verdana,Tahoma,sans-serif;
    background-color: #eee;
    font-size: 8.5pt;
}

.dialog TABLE {
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 8.5pt !important;
    background-color: #eee;
    width:100%;padding:0;margin:0;
    border-collapse:collapse;
    border: 0 none;
}

.dialog TABLE td {padding:3px;}

.dialog TABLE td.dialogLabel {
    width: 40%;
    text-align: right;
    font-weight: bold;
    color: #333;
}

.dialog TABLE td.dialogHalfLabel {
    width: 20%;
    text-align: right;
    font-weight: bold;
    color: #333;
}

.dialogSubTitle {
    background: #eee url("../imgs/subFill.gif") repeat-x top left;
    text-align: right;
    font-weight: bolder;
    vertical-align: middle;
    height: 34px;
    padding: 4px 10px 0 0px;
}

.dialogSubTitle img {
    float: left;
    border-right:1px dotted #7a8a99;
    vertical-align:middle;
    margin: 0 10px 0 10px;
}

.dialogSep {
    height: 8px;
    background: #eee url("../imgs/sep.gif") repeat-x top left;
}

.taskState {
    width: 24px  !important;
    height: 24px;
    padding: 0;
    background-image : url('../imgs/task_states.png');
    background-repeat: no-repeat;
    background-position: center;
}

.taskState_Yes {background-position: 0;}
.taskState_Yes2 {background-position: -24px;}
.taskState_No {background-position: -48px;}
.taskState_One {background-position: -74px;}
.taskState_toCtr {background-position: -120px;}

.ex_fix {
    width: 24px;
    height: 24px;
    padding: 0;
    background-image : url('../imgs/task_fix.png');
    background-repeat: no-repeat;
    float: right;
}
.ex_cancel {
    width: 24px;
    height: 24px;
    padding: 0;
    background-image : url('../imgs/warn.png');
    background-repeat: no-repeat;
    float: right;
}
.ex_result {
    padding: 0;
    margin: 0;
}
.ex_ctrl {
    background-color: #fee;
    padding: 0;
    margin: 0;
    border-top: 1px dotted gray;
}
.ex_result IMG, .ex_ctrl IMG{
    border: 0;
    float: left;
    margin: 4px;
    vertical-align: middle;
}

.frmLogin {
    text-align: center;
    vertical-align: middle;
    height: 250px;
    width: 450px;
    padding: 0px;
    margin-top: 75px;
}

.frmLogin div.tl {background: url('../imgs/sh-tl.gif') no-repeat;}
.frmLogin div.tr {background: url('../imgs/sh-tr.gif') no-repeat top right;}
.frmLogin div.bl {background: url('../imgs/sh-bl.gif') no-repeat bottom left;}
.frmLogin div.br {padding: 0 17px 22px 17px; background: url('../imgs/sh-br.gif') no-repeat bottom right;}

.frmLoginForm {
    padding-top: 20px;
    height: 250px;
    width: 100%;
    background: url('../imgs/form-bg.gif') repeat-x;
}

.frmLoginForm label,input {
    display: block;
    width: 150px;
    float: left;
    margin-bottom: 10px;
}
.frmLoginForm label {
    text-align: right;
    width: 150px;
    padding-right: 20px;
}
.frmLoginForm br {
    clear: left;
}

#planGrid {
    width: 100%;
    height: 100%;
}

.jeAttachments {
    border-top: 0; /*1px solid #6382bf*/
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: x-small;
    width: 100%;
}

.jeAttachments li {
    /*border-bottom: 1px solid #6382bf;*/
    border: 0;
    margin: 0;
    padding: 0;
}

.jeAttachments li a {
    display: block;
    padding: 2px;
    color: #333 !important;
}

.dialog .jeAttachments li a {background-color: #eee;}
.jeAttachments li a div{
    background-image : url('../imgs/documents.png');
    background-repeat: no-repeat;
    background-position: 0;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    float: left;
    vertical-align: middle;
}

div.jeAttOpts{
    background-image : url('../imgs/delete.png') !important;
    background-repeat: no-repeat;
    background-position: 0;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
}
/*
html>body .jeAttachments li a {
    width: 100%;
}    FF|NS */

.jeAttachments li a:hover {color: black !important;}
.jeAttachments li a:hover div{background-position: -16px;}
.jeAttachments li a:visited {color: #333 !important;}

.taskPath {
    font-size: x-small;
    border: 1px solid #7a8a99;
    border-collapse: collapse;
}
.taskPath td {
    border: 1px solid #7a8a99;
    padding: 2px;
}
.taskPath th {
    border: 1px solid #7a8a99;
    background-color: #eaeaea;
    font-weight: bold;
    text-align: center;
}

.docRegCardDyn {}

a.add{
    margin-left: 3px;
    text-decoration:none;
    vertical-align: middle;
    float: left;
}

a.add div{
    width: 16px;
    height: 16px;
    background-image : url('../imgs/add2.png');
    background-repeat: no-repeat;
    background-position: 0;
    padding: 0;
    margin: 0;
}

a:hover.add div{
    background-position: -16px;
}


.jeItemsMenu {
    border-top: 1px solid #6382bf;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: x-small;
    width: 100%;
}

.jeItemsMenu li {
    border-bottom: 1px solid #6382bf;
    margin: 0;
    padding: 0;
}

.jeItemsMenu li a {
    padding: 2px;
    border-left: 3px solid #959595;
    border-right: 3px solid #b8cfe5;
    background-color: #c8ddf2;
    color: #333;
    text-decoration: none;
    display:block;
    width: 100%;
}

.jeItemsMenu  li a:hover {
    border-left: 3px solid #f7d47e;
    border-right: 3px solid #F5F5F5;
    background-color: #f7ebcf;
    color: black;
}
.jeTaskGrid{
    width:100%;
    margin:0;
    padding:0;
    font-size:8.5pt !important;
}
.jeTaskContainer .heading{
    font-size: 12pt;
    font-weight: bold;
    height: 36px;
    background: transparent url('../imgs/nmc.png') left center no-repeat;
    padding: 3px 0 3px 40px;
    vertical-align: middle;
}
.jeTaskContainer .empInfo{
    font-size: 12pt;
    font-weight: bold;
    height: 30px;
    background: transparent url('../imgs/bsMan.png') left center no-repeat;
    padding: 3px 0 3px 40px;
    vertical-align: middle;
}
.jeTaskContainer .jeTaskGrid{
    border: 2px solid #E8E4D8;
    margin:0 !important;
}

.dijitDialog {
    max-height: 90%;
    max-width: 90%;
    overflow: auto;
}

.dijitTooltip h2 {
    color:#666;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    margin: 5px;
    padding: 0;
}
.dijitTooltip ul {
    padding: 0;
    margin: 0 5px 5px 5px;
}

.mainMenu {
    position: absolute;
    z-index: -999;
    left:2px;
    bottom: 15px;
    background-color: #eee;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(Opacity=0);
    padding: 10px 5px;
    width: auto;
}
.mainMenu ul{
    width:200px;
    list-style-type:none;
    margin:0;padding:0;
}

.mainMenu ul li {
    text-align:right;
    padding-bottom:12px;
}

.mainMenu .fisheyeTarget {
    cursor:pointer;
    font-weight:bold;
    font-size:16px;
}


.mainMenu .ilk {
    border-top:1px solid #999;
    color:#666;
    font:11px Arial,sans-serif;
}

#mainMenuBtn{
    width:74px;
    height:56px;
    position:absolute;
    z-index:3000;
    left:2px;
    bottom:0;
    padding:0;margin:0;
}

#mainMenuBtn a{
    text-decoration: none;
    padding:0;margin:0;
}

#mainMenuBtn a div{
    width:74px;
    height:56px;
    background: transparent url('../imgs/run.png') 0 0 no-repeat;
    background-position: 0;
}
#mainMenuBtn a:hover div{
    background-position: -74px;
}
#footer {
    background-color: #eee; color: black;
    border-top: 1px solid #ccc;
    white-space: nowrap;
    font-size: x-small;
    padding: 0;
    height: 1.5em;
}
#footer table{
    height: 100%;
    width: 100%;
    font-size: x-small;
    border-collapse:collapse;
    padding:0;margin:0;
}

#footer table td {
    vertical-align: middle;
    background: #eee url('../imgs/tb_v_bord.png') right top repeat-y;
    margin:0;
    padding:0;
}

#footer table td.status{
    text-align: left;
    padding:0 0 0 75px !important;
}
#footer table td.userinf{
    width: auto;
    text-align: right;
    padding-right: 10px;
    font-style:italic;
}
#footer table td.the_date {
    width: 10em !important;
    max-width: 10em !important;
    text-align: center;
}

.doctask {
    vertical-align: middle;
    text-decoration: none;
    text-align:center;
    width: 28px;
}

.doctask DIV {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: transparent url('../imgs/doctask.png') 0 0 no-repeat;
}
.doctask DIV.theTask {
    background-position: -24px;
}

.findPane, .nmcPane{
    width:100%;
    background: #e8e1cf url('/jead_dojo/dojox/grid/resources/images/grid_dx_gradient.gif') top repeat-x;
    padding:1em 0;
}
.findPane {text-align:right;}
.findPane table{border:0;padding:0;margin:0;}
.findPane table td{padding: 5px 2px 5px 10px;}
.findPane table tr.addFind td{padding: 1px 2px 1px 10px;}

.tooltip:hover {
        background: transparent;
        text-decoration:none;
}
.tooltip span {
        display:none;
        width:250px;
        text-align: left;
 }

.tooltip:hover span {
        display:block;
        position:absolute;
        z-index: 100;
        top: 70px;
        border: 1px solid black;
        background: #E6EF92;
        color: black;
        margin: 5px;
        padding: 5px;
    }

.imgtooltip:hover {
        background: transparent;
        text-decoration:none;
}
.imgtooltip span {
        display:none;
        text-align: left;
 }

.imgtooltip:hover span {
        display:block;
        position:absolute;
        z-index: 100;
        top: 20px;
        right: 10%;
        border: 1px solid black;
        background: #E6EF92;
        color: black;
        margin: 5px;
        padding: 5px;
    }

.infoMsg{
    padding: 10px;
    width:100%;
    height:auto;
    overflow:hidden;
    background-color: yellow;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(Opacity=0);
}

.attsLink {
    float: right;
}

#addEmpsPane{}
#addEmpsPane .dijitDialogPaneContent {
    height: 208px !important;
    overflow: auto;
}
#addEmpsList {
    margin: 0 0 5px 0;
    padding: 0;
    list-style-type: none;
    display: block;
    overflow: hidden;
    font-family: 'Times New Roman',Times,serif;
}

#report-pane {}
#report-pane .rep-tbl-left {
    margin: 0 3px 0 0;
    text-align: right;
    width: 40%;
}
#report-pane .rep-tbl-right {
    margin: 0 0 0 3px;
    text-align: center;
    width: 60%;
}

.crmFindPane{
    font-family: 'RobotoLight','Helvetica Neue',Helvetica,sans-serif;
    background: #282828 scroll repeat;
    color: #eee;
}
.crmFindPane form{
    padding:16px;
}
.crmFindPane label{
    float: left;
    display: inline-block;
    margin: 0;
    padding:0;
    width: 48px;
}
.crmFindPane .dijitTextBox{
    width: 80%;
    float:left;
    padding: 2px;
    color: #232323;
}

.crmFindPane #crmMsg{
    padding:8px 8px 16px 62px;
    clear: both;
    color:#999;
    margin: 0;
    font-size: 0.85em;
}

.crmTabDetails .dijitTabContainerBottom-tabs{
    padding-left:96px;
}

#crmBorder .jeTaskGrid table{
    font-size:11pt;
}

#crmInfPane .newEvent{
    height: 48px;
    background: #F5F5F5;
    padding: 4px 8px;
}

#crmInfPane .newEvent h2{
    font-family: Helvetica, Arial, sans;
    margin: 0 0 4px 0;
    padding:0;
    font-weight: normal;
}

#crmInfPane .newEvent label, 
#crmInfPane .newEvent .dijitTextBox,
#crmInfPane .newEvent .dijitComboBox,
#crmInfPane .newEvent .dijitCheckBox,
#crmInfPane .newEvent .dijitButton{
    float:left;
    margin-right: 8px;
}
#crmInfPane .newEvent .dijitButton{
    margin-top:-4px;
}

#findOrgsList{
    clear:left;
    margin:0;
    padding:0;
    list-style-type: none;
}

#findOrgsList li{
    padding: 0;
    margin:0;
    border:0;
    line-height: 1.25;
}

#findOrgsList  li a{
    font-family: 'RobotoLight','Helvetica Neue',Helvetica,sans-serif;
    color: #999 !important;
}

#findOrgsList > li{
    border-top-color:rgb(153,153,153) !important;
    border-bottom: #232323 1px solid !important;
    padding: 2px 0;
}

#findOrgsList > li > a {
    transition: all 0.2s ease-out 0s;
    font-size: 10pt;
    display: block;
    background: none repeat scroll 0 0 #282828 !important;
    min-height: 2.5em;
    height: auto;
    padding: 4px 8px;
    text-decoration: none;
}

#findOrgsList li a:hover{
    color:#fff !important;
    background-color: #2c2c2c !important;
}

#findOrgsList > li > a.selected{
    background: none repeat scroll 0 0 rgb(8,102,198) !important;
    color:#fff !important;
}

#findOrgsList li .code{
    width: auto;
    font-size: 0.65em;
    padding: 6px;
    border-radius: 2px;
    float:left;
    margin-right: 4px;
}

#findOrgsList li a:hover .code{
    background-color: #0866c6;
}
#findOrgsList > li > a.selected .code{
    background-color: #0972DE;
}

#findOrgsList li .last{
    font-size: 0.85em;
    text-align: right;
}


#findOrgsList li .contact{
    font-size: 0.85em;
    text-align: right;
}

#findOrgsList li br{
    clear:both;
    line-height: 0.1;
    font-size: 1px;
}

#findOrgsList li.nav-header {
    background: none repeat scroll 0 0 #232323;
    border-bottom: 1px solid #222;
    font-size: 0.8em;
    font-weight: normal;
    text-shadow: none;
    color: #999999;
    line-height: 2;
     padding: 4px 8px;
}