﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #27589A;
    text-decoration: none;
}

a:hover
{
    color: #F6911D;
    text-decoration: none;
}

a:active
{
    color: #27589A;
    text-decoration: none;
}

.bigLink
{
    color: #27589A;
    text-decoration: none;
    font-size: 20px;
}

.bigLink:hover
{
    color: #F6911D;
    text-decoration: none;
    font-size: 20px;
}

.bigLink:active
{
    color: #27589A;
    text-decoration: none;
    font-size: 20px;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 960px;*/
    width: 1000px;
    min-width: 1050px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.reportPage
{
    min-width: 1000px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 600px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

fieldset
{
    margin: 1em 0px; /* padding: 1em;  border: 1px solid #ccc;*/
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a3a3a;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 1000;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #3a3a3a;
    /*border: 1px ;*/
    border-bottom:#3a3a3a;
    border-top:#3a3a3a;
    color: #dde4ec;
    color: white;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    /*background-color: #465c71;*/
    color: #cfdbe6;
    text-decoration: none;
}

/* ----------------------- FORM  -------------------------*/
.formLabelCellLeft
{
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}
.formContentCellLeft
{
    vertical-align: middle;
    text-align: left;
}

.formLabelCellCenter
{
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.formContentCellCenter
{
    vertical-align: middle;
    text-align: center;
}

.formLabelCellRight
{
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    padding-right: 5px;
}

fieldset
{
    padding: 10px 10px 10px 10px;
}

legend
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
}

input[type=text], input[type=password], select
{
    padding-left: 5px;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
}

select
{
    padding-left: 0px;
}

.errorTextBox
{
    border: 1px solid rgb(238,0,0);
    background-color:#F7E6E6;
}

/* ----------------------- END FORM  -------------------------*/

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.error
{
    font-size: 9pt;
    color: #FE0000;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}


.appView li
{
    display: inline;
    float: left;
    margin-left: 25px;
    margin-bottom: 15px;
    vertical-align: middle;
    width: 200px;
}

.appViewBig li
{
    display: inline;
    float: left;
    margin-left: 25px;
    margin-bottom: 15px;
    vertical-align: middle;
    text-align: center;
    width: 200px;
}


/* #region GRID VIEW */

/*GridViewCSS White Chrome Style*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size: small; /*table-layout: auto;     border-collapse: collapse;     border:#999999 1px solid;*/
    border-collapse: collapse;
    table-layout: fixed;
}

.GridViewStyleSmall
{
    font-family: Arial, Sans-Serif;
    font-size: 8.5pt; /*table-layout: auto;     border-collapse: collapse;     border:#999999 1px solid;*/
    border-collapse: collapse;
    table-layout: fixed;
}

.ColoredGridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size: small;
     background-color: #F0EE9F !important ;
      /*table-layout: auto;     border-collapse: collapse;     border:#999999 1px solid;*/
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
   /* background-image: url(HeaderWhiteChrome.png);*/
    background-position: center;
    background-repeat: repeat-x;
    background-color: #3a3a3a;
    border-bottom: solid 1px #999;
}
.HeaderStyle th
{
    padding: 5px;
    color: rgb(255,255,255);
}
.HeaderSmallStyle, .PagerSmallStyle /*Common Styles*/
{
    background-image: url(HeaderWhiteChrome.png);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #fff;
    border-bottom: solid 1px #999;
}
.HeaderSmallStyle th
{
    padding: 2px;
    color: rgb(255,255,255);
}

.HeaderSmallStyle a
{
    text-decoration: none;
    color: rgb(255,255,255);
    display: block;
    text-align: left;
    font-weight: normal;
}
.HeaderStyle a
{
    text-decoration: none;
    color: rgb(255,255,255);
    display: block;
    text-align: left;
    font-weight: normal;
}
.PagerStyle table
{
    text-align: center;
    margin: auto;
}
.PagerStyle table td
{
    border: 0px;
    padding: 5px;
}
.PagerStyle td
{
    font-weight: bold;
    border-top: #999999 1px solid;
    padding: 5px;
    color: #ffffff;
}
.PagerStyle a
{
    color: #ffffff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    border-left: solid 1px #fff;
}
.PagerStyle span
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    cursor: pointer;
    border-bottom: solid 1px #999;
    
    
}


 .RowStyleWithoutPointer td /*Common Styles*/
{
    padding: 5px;
  
    border-bottom: solid 1px #999;
}
.RowStyleMiddle td, .AltRowStyleMiddle td, .SelectedRowStyleMiddle td, .EditRowStyleMiddle td /*Common Styles*/
{
    padding: 5px;
    cursor: pointer;
}

.RowStyle td
{
    background-color: #E4E4E4;
}
.AltRowStyle td
{
    background-color: #fff;
}
.SelectedRowStyle td
{
    background-color: rgb(237,245,250);
}

.RowStyleMiddle td
{
    background-color: #E4E4E4;
}
.AltRowStyleMiddle td
{
    background-color: #fff;
}
.SelectedRowStyleMiddle td
{
    background-color: rgb(237,245,250);
}

.navPage
{
    display: inline-block;
    cursor: pointer;
}

.numericCol
{
    text-align: right;
}
/* #endregion */

.HeaderStyleHuge
{
    /*background-image: url(HeaderWhiteChromeExd.png);     background-position: center;     background-repeat: repeat;*/
    background-color: #3a3a3a;
    border-bottom: solid 1px #999;
    color: White;
}

/*GridViewCSS White Chrome Style*/
.GridStyle1
{
    font-family: Arial, Sans-Serif;
    font-size: small; /*table-layout: auto;     border-collapse: collapse;     border:#999999 1px solid;*/
}
/*Header and Pager styles*/
.HeaderStyle1, .PagerStyle1 /*Common Styles*/
{
   /* background-image: url(HeaderWhiteChromeExd.png);*/
    height: 30px;
    background-position: center;
    background-repeat: repeat-x;
    background-color: #3a3a3a;
    border-bottom: solid 1px #999;
}
.HeaderStyle1 th
{
    padding: 5px;
    color: White;
}

.HeaderStyle1 a
{
    text-decoration: none;
    color: rgb(255,255,255);
    display: block;
    text-align: left;
    font-weight: normal;
}
.PagerStyle1 table
{
    text-align: center;
    margin: auto;
}
.PagerStyle1 table td
{
    border: 0px;
    padding: 5px;
}
.PagerStyle1 td
{
    border-top: #999999 1px solid;
}
.PagerStyle1 a
{
    color: #333;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    border-left: solid 1px #fff;
}
.PagerStyle1 span
{
    font-weight: bold;
    color: #333;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle1 td, .AltRowStyle1 td, .SelectedRowStyle1 td, .EditRowStyle1 td /*Common Styles*/
{
    padding: 5px;
    cursor: pointer;
    border-bottom: solid 1px #999;
}

.RowStyleMiddle1 td, .AltRowStyleMiddle1 td, .SelectedRowStyleMiddle1 td, .EditRowStyleMiddle1 td /*Common Styles*/
{
    padding: 5px;
    cursor: pointer;
}

.RowStyle1 td
{
    background-color: #E4E4E4;
}

.RowCommentStyle td
{
    padding: 5px;
   
    border-bottom: solid 1px #999;
    background-color: #F0EE9F !important;
}

.RowStyle3 td
{
    padding: 5px;
   
    border-bottom: solid 1px #999;
    background-color: #d8bfd8 !important;
}
.AltRowStyle1 td
{
    background-color: #fff;
}
.SelectedRowStyle1 td
{
    background-color: rgb(237,245,250);
}

.RowStyleMiddle1 td
{
    background-color: #E4E4E4;
}
.AltRowStyleMiddle1 td
{
    background-color: #fff;
}
.SelectedRowStyleMiddle1 td
{
    background-color: rgb(237,245,250);
}


.numericCol1
{
    text-align: right;
}
/* #endregion */


/* ----------- Log In --------------*/
.loginBox
{
    text-align: left;
    width: 440px;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px; /* border: 1px solid #e5e5e5;    background-image:none;   background-color:rgb(247, 247, 247);*/
}

.loginBox input[type=text], .loginBox input[type=password]
{
    /* line-height:28px; */
    font-size: 15px;
}

/* -----------END Log In --------------*/

/* ----------- Search Box --------------*/
.searchBox
{
    font-size: 10pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-align: left;
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #e5e5e5;
    background-image: none;
    background-color: rgb(247, 247, 247) !important;
}

.searchBox .formLabelCellLeft
{
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    padding: 0px 0px 0px 0px;
}

.searchBox .formLabelCellRight
{
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    padding: 0px 0px 0px 0px;
}

.searchBox .errorTextBox
{
    border: 1px solid rgb(238,0,0);
}

.searchBox a:link, .searchBox a:visited, .searchBox a:hover, .searchBox a:active
{
    color: #1309D6 ;
    text-decoration: none;
}

/* -----------Search Log In --------------*/

.customDropDown
{
    color: #8a9499;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    cursor: pointer;
}
.customDropDown input[type=text]
{
    padding-left: 2px;
    margin: 0px 0px 0px 0px;
    border: 0px none transparent;
    width: 90px;
}
.customDropDown .img
{
    width: 25px;
    height: 22px;
    border-left: 1px solid #d9d9d9;
    background-image: url(arrowdown.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.customDropDownShowArea
{
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #ffffff;
    display: none;
    padding: 0 !important;
}

.customDropDownShowArea ul
{
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.customDropDownShowArea li
{
    display: block;
    float: left;
    margin-left: 10px;
    line-height: 22px;
    vertical-align: middle;
}
.customDropDownShowArea li:hover
{
    cursor: pointer;
    color: Black;
    background-color: rgb(204,204,204);
}

.amountDifference
{
    color: #ff3300;
}
.amountMatch
{
    color: #009900;
}

.ajax__tab_xp .ajax__tab_body
{
    border-color: transparent !important;
    border-style: none !important;
    border-width: 0px !important;
}

/* Custome Drop Down (Mouse over) (Yandy Brito)*/
.myDropDown
{
    height: 28px;
}
.myDropDown ul
{
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.myDropDown ul li
{
    float: left;
    display: block;
    position: relative;
    text-align: left;
    padding: 0px;
    font-size: 13px;
    height: 20px;
    line-height: 16px;
    background-color: #DAE9F7;
    margin-left: 3px;
    color: #4b6c9e;
    font-weight: bold;
}

.myDropDown ul li:hover
{
    color: #ff8811;
    background-color: #ffffff;
    cursor: pointer;
}

.menuDropDownLeft
{
    margin: -1px auto;
    float: left;
    position: absolute;
    left: -999em; /* Hides the drop down */
    text-align: left;
    padding: 10px 5px 10px 5px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    z-index: 10000;
}

li:hover .menuDropDownLeft
{
    left: 0px;
    top: auto;
}

.menuDropDownLeft label
{
    color: #000000;
    font-size: 12px !important;
    font-weight: normal !important;
}

/* Custome Drop Down (Mouse over)*/

.listBoxStyle
{
    margin: -1px auto;
    text-align: left;
    padding: 10px 5px 10px 5px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    z-index: 10000;
    line-height: 6;
    font-size: 12px !important;
    font-weight: normal !important;
}

.redButton
{
    border: 1px solid #d8dcdf !important;
    background: #cc0000 url(redButtonDefault.png) 50% 50% repeat-x !important;
    font-weight: normal !important;
    color: #ffffff !important;
}

.redSearchBox
{
    border: 1px solid #cc0000 !important;
    background-color: #FAF2F2 !important;
}








/********************************************************************/
/*                FIELDS CSS       FIELDS CSS                       */
/********************************************************************/

.field
{
    display: inline-block;
    float: left;
    margin-top: 10px;
}
.field span, .fieldBlock span
{
    display: block;
}
.field span label, .fieldBlock span label
{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
}
.field span img, .fieldBlock span img
{
    display: inline-block;
    margin-left: 3px;
    width: 8px;
    height: 8px;
}
.field input[type=text], .fieldBlock input[type=text]
{
    display: block;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
}
.field select, .fieldBlock select
{
    display: block;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
}

.errordLabel
{
    color: #FF6161;
}
.errorField
{
    border-color: #FF6161 !important;
    background-color: #FFEDED !important;
}
.errorsHolder
{
    color: #FF6161;
}
.errorsHolder span
{
    display:block;
}

.gridCaption
{
    padding: 5px 0 5px 5px;
    background: #37b34a; /*url(jQueryImages/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x;*/
    /*color: #eaf5f7; font-weight: bold;*/
    
}
.imageButton
{
    cursor: pointer;
    border: 1px solid #acdd4a;
    background: #3a3a3a;   /*url(jQueryImages/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x;*/
    color: #ffffff !important;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    padding:3px;
}

/*
Recon Grid
*/
.RecRowStyle td, .RecAltRowStyle td, .RecSelectedRowStyle td
{
    padding: 5px;
    border-bottom: dashed 1px #999;
    border-right: dashed 1px #999;
}

.RecRowStyle2 td, .RecAltRowStyle2 td, .RecSelectedRowStyle2 td
{
    padding: 5px;
    border-bottom: solid 2px #999;
    border-right: dashed 1px #999;
}

.RecRowStyle td, .RecRowStyle2 td
{
    background-color: #ffffff;
    color:#000;
}
.RecAltRowStyle td, .RecAltRowStyle2 td
{
    background-color: #E4E4E4;
    color:#000;
}
.RecSelectedRowStyle td, .RecSelectedRowStyle2 td
{
    background-color: rgb(237,245,250);
    color:#000;
}
.columnBucketLeft
{
    border-left: solid 2px #999 !important;
}
.columnBucketRight
{
    border-right: solid 2px #999 !important;
}

.amountBoxDifference
{
    background-color: #F5ABAB;
    border:1px solid #F5ABAB;
}
.amountBoxMatch
{
    background-color: #A1D1A1;
    border:1px solid #A1D1A1;
}
.columnBorderRight
{
    border-right: solid 1px #999 !important;
  
}

.sortAsc
{
    color: #FFB617 !important;
    text-decoration:overline;
}
.sortDesc
{
    color: #FFB617  !important;
    text-decoration:underline;
}

.RecRowStyleStatus1 td
{
    background-color: #FFFFFF;
}
.RecRowStyleStatus2 td
{
    background-color: #F5A9C5;
}
.RecRowStyleStatus3 td
{
    background-color: #CFCACC;
}

.ColHighlight td
{
    background-color: #F5A9C5 !important;
}

/*tooltip */
.tooltip
 {
     outline:none;
     border-right: solid 1px #999 !important;
     }
 .tooltip strong 
 {
     line-height:30px;} 
  .tooltip:hover 
  {
      text-decoration:none;
      } 
 .tooltip span { z-index:10;
                 display:none;
                  padding:14px 20px;
                   margin-top:-30px; 
                   margin-left:28px; 
                   width:240px;
                    line-height:16px; 
                    } 
  .tooltip:hover span 
  {
      display:inline;
       position:absolute;
        color:#111;
         border:1px solid #DCA;
          background:#FBF2FC;
          }
   .callout 
   {
       z-index:20;
       position:absolute;
       top:30px;border:0;
       left:-12px;} 
      
   /*CSS3 extras*/
   .tooltip span 
   { border-radius:4px;
      -moz-border-radius: 4px; 
      -webkit-border-radius: 4px;
       -moz-box-shadow: 5px 5px 8px #CCC;
      -webkit-box-shadow: 5px 5px 8px #CCC;
       box-shadow: 5px 5px 8px #CCC; } 
	
a.HyperLinkHover
{
       
        color: #27589a !important;
      
}

a.HyperLinkHover:link ,a.HyperLinkHover:visited
{  color: #27589a !important;
                                                  
 text-decoration:none;
                                                
  }

a.HyperLinkHover:hover

{
    color:#f6911d !important;
    text-decoration:none;


}

.spanhide {
   display: none !important;
}
.highlight
{
    background-color:#F5A9C5;color:Black !important;
}

.formatnegative

{
     color:Red !important;
}

/*padding for fixing Td width and or divs also*/

.TdPadding
{
padding-left:20px;
    
 }
 
 .Divbtnclass
 {
 margin-top:50px;
 margin-left:750px;
  }
  
  .MainDiv
   {    margin-left:70px;
        float: left; 
        clear:right; width:600px; height: 47px;
      }
 /*end*/