﻿/**********************************************************************************************/
/*                                          GENERAL                                           */
/**********************************************************************************************/
body, html
{
  color: #656565;
  background-color: #f4f4f4;
  font: 11px "Lucida Grande", Arial, Lucida, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  border: 0;
}

div
{
  color: #656565;
  font: 10px "Lucida Grande", Arial, Lucida, Helvetica, sans-serif;
}

p
{
  clear: left;
  padding: 0px 0px 10px 0px;
  margin: 0;
}

h1
{
  clear: left;
  font-size: 14px;
  font-weight: bold;
  color: #e62332;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}

h2
{
  clear: left;
  font-size: 12px;
  font-weight: bold;
  color: #e62332;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}

h3
{
  clear: left;
  font-size: 11px;
  font-weight: bold;
  color: #e62332;
  /* text-decoration: underline; */
  margin: 0px;
  padding: 0px 0px 5px 0px;
}

h4
{
  clear: left;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}

a, a:active, a:visited
{
  color: #515151;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}


/**********************************************************************************************/
/*                                            PAGE                                            */
/**********************************************************************************************/
#page
{
  position: relative;
  width: 1358px;
  height: 624px;
  background-color: #f4f4f4;
  margin-left: auto;
  margin-right: auto; 
  padding-top: 15px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 19px;
}

#holder
{
  position: relative;
  width: 1338px;
  height: 120%;
  background-color: white;
  padding-top: 9px;
  padding-left: 9px;
  padding-bottom: 9px;
  border-radius: 12px;
padding: 10px 10px 10px; background-color: #FFF; box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4); 
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c0c0c0')";
 -moz-border-radius : 5px; /* Firefox */
    -webkit-border-radius : 5px; /* Safari & Chrome */
    -khtml-border-radius : 5px; /* Linux browsers */
    border-radius : 5px; /* CSS3 compatible browsers */

}

#holderTop
{
  position: absolute;
  width: 992px;
  height: 9px;
  top: 0px;
  left: 0px;
  background: url(holderTop.gif) no-repeat left top;
}

#holderLeft
{
  position: absolute;
  width: 9px;
  height: 606px;
  top: 8px;
  left: 0px;
  background: url(holderLeft.gif) no-repeat left top;
}

#holderRight
{ 
  position: absolute;
  width: 11px;
  height: 606px;
  top: 8px;
  right: 0px;
  background: url(holderRight.gif) no-repeat left top;
}

#holderBottom
{
  position: absolute;
  width: 972px;
  height: 8px;
  left: 0px;
  bottom: 0px;
  background: url(holderBottom.gif) no-repeat left top;
}


/**********************************************************************************************/
/*                                            HEADER                                          */
/**********************************************************************************************/
#header
{
  position: relative;
  width: 942px;
  height: 84px;
  background-color: #ffffff;
}

#headerBackground
{
  position: absolute;
  width:1330px;
  height: 70px;
  top: 0px;
  left: 0px;



}

#headerLogo
{
  position: absolute;
  width: 134px;
  height: 16px;
  top: 18px;
  right: -349px;
}

#headerMenu
{
  position: absolute;
  width: 747px;
  height: 55px;
  right: 0px;
  bottom: 0px;
}

#headerMenuPadding
{
  position: relative;
  height: 15px;
  width: 25px; 
  float: left; 
}

div.headerMenuItem
{
  position: relative;
  font-weight: bold;
  color: #ffffff;
  padding-top: 6px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

div.headerMenuItem a, a:active, a:visited
{
  color: #ffffff;
  text-decoration: none;
}

div.headerMenuItem a:hover
{
  text-decoration: none;
}

div.headerMenuTab
{
  position: relative;
  font-weight: bold;
  color: #757575;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  height: 20px;
  float: left;
  background: url(headerMenuTab.gif) repeat-x left top; 
}

div.headerMenuTab a, a:active, a:visited
{
  color: #757575;
  text-decoration: none;
}

div.headerMenuTab a:hover
{
  text-decoration: none;
}

div.headerMenuTabLeft
{
  position: relative;
  width: 5px;
  height: 25px;
  float: left;
  background: url(headerMenuTabLeft.gif) no-repeat left top;
}

div.headerMenuTabRight
{
  position: relative;
  width: 5px;
  height: 25px;
  float: left;
  background: url(headerMenuTabRight.gif) no-repeat left top;
}

div.headerMenuSpacer
{
  position: relative;
  width: 1px;
  height: 25px;
  background: url(headerMenuSpacer.gif) no-repeat left top; 
  float: left;
}

#headerSubMenu
{
  position: absolute;
  width: 747px;
  height: 30px;
  right: 0px;
  bottom: 0px;
  background: url(headerSubMenu.gif) no-repeat left top;
}

div.headerSubMenuItem
{
  position: relative;
  color: #757575;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

div.headerSubMenuItem a, a:active, a:visited
{
  color: #757575;
  text-decoration: none;
}

div.headerSubMenuItem a:hover
{
  text-decoration: none;
}

div.headerSubMenuItemSpacer
{
  position: relative;
  width: 1px;
  height: 29px;
  background: url(headerSubMenuItemSpacer.gif) no-repeat left top; 
  float: left;
}

#headerSpacer
{
  position: relative;
  width: 942px;
  height: 8px;
  background-color: #ffffff;  
}

#logon
{
  display: block;
  position: absolute;
  top: 4px;
  right: 3px; 
  color: #a20000; 
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 23px;
  background: url(logon.gif) repeat-x left top;
  text-decoration: none;
}

#logonLeft
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 21px; 
  background: url(logonLeft.gif) no-repeat left top;
}

#logonRight
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 21px; 
  background: url(logonRight.gif) no-repeat left top;
}


/**********************************************************************************************/
/*                                          STATUS                                            */
/**********************************************************************************************/
#statusBar
{
  position: relative;
  width: 942px;
  height: 31px;
  background: url(statusBar.gif) repeat-x left top;   
}

#statusBarLeft
{
  position: absolute;
  width: 9px;
  height: 31px;
  top: 0px;
  left: 0px;
  background: url(statusBarLeft.gif) no-repeat left top;   
}

#statusBarRight
{
  position: absolute;
  width: 9px;
  height: 31px;
  top: 0px;
  right: 0px;
  background: url(statusBarRight.gif) no-repeat left top;   
}

#statusBarSpacer
{
  position: relative;
  width: 942px;
  height: 7px;
  background-color: #ffffff;  
}

#statusBar #sessionStatus
{
  position: absolute;
  top: 5px;
  left: 5px; 
  height: 16px;
}

#contentHeader #sessionStatus
{
  position: absolute;
  top: 4px;
  right: 4px; 
  height: 16px;
}

#sessionStatusText
{
  position: relative;
  height: 16px;
  color: #757575;   
  font-size: 9px;
  font-weight: normal;
  float: left;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  background: url(sessionStatusText.gif) repeat-x left top;
}

#sessionStatusLeft
{
  position: relative;
  width: 12px;
  height: 21px; 
  background: url(sessionStatusLeft.gif) no-repeat left top;
  float: left;
}

#sessionStatusRight
{
  position: relative;
  width: 12px;
  height: 21px; 
  background: url(sessionStatusRight.gif) no-repeat left top;
  float: left;
}


/**********************************************************************************************/
/*                                         CONTENT                                            */
/**********************************************************************************************/
#contentHeader
{
  position: relative;
  width: 931px;
  height: 21px;
  font-weight: bold;
  color: #757575;
  padding-top: 8px;
  padding-left: 11px;
  background: url(contentHeader.png) no-repeat left top;   
}

#contentNoStatusBar
{
  position: relative;
  width: 1338px;

 
  overflow-x: hidden;  
  overflow-y: auto;

}

#contentStatusBar
{
  position: relative;
 
  height: 386px;
 
  overflow-x: hidden;  
  overflow-y: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
}

#contentFooter
{
  position: relative;
  width: 942px;
  height: 1px;
 /* background: url(contentFooter.gif) no-repeat left top; */
 background-color: #cccccc;   
}

#contentSpacer
{
  position: relative;
  width: 942px;
  height: 8px;
  background-color: #ffffff;
}

#childContentHolderSpacer
{
  position: relative;
  width: 942px;
  height: 80px;
  margin-left: auto; 
  margin-right: auto; 
}

#childContentHolder
{
  position: relative;
  width: 942px; 
  height: 425px; 
  background-color: #ffffff;
  margin-left: auto; 
  margin-right: auto; 
  border: 1px solid #cccccc;
  overflow-x: hidden;  
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
}

#leftPanel
{
  width: 200px;
  float: left;
}

/**********************************************************************************************/
/*                                          FOOTER                                            */
/**********************************************************************************************/
#footer
{
  position: relative;
  color: #757575;   
  width: 936px;
  height: 21px;
  font-size: 9px;
  background: url(footer.gif) repeat-x left top;
  text-align: center;
  padding-top: 9px;
  padding-right: 5px;
}

#footerLeft
{
  position: absolute;
  width: 5px;
  height: 29px;
  top: 0px;
  left: 0px;
  background: url(footerLeft.gif) no-repeat left top;   
}

#footerRight
{
  position: absolute;
  width: 5px;
  height: 29px;
  top: 0px;
  right: 0px;
  background: url(footerRight.gif) no-repeat left top;   
}

#footerLogo
{
  position: absolute; 
  top: 6px; 
  right: 8px;  
  width: 180px;
  height: 17px;
  background: url(footerLogo.gif) no-repeat left top;
}


/**********************************************************************************************/
/*                                           FORMS                                            */
/**********************************************************************************************/
div.feedbackERROR
{
  color: #d92900;
  float: none; 
  padding-top: 0px; 
  padding-left: 40px;
  margin-top: 5px;
  margin-left: 6px;
  margin-bottom: 15px;
  background: #ffffff url('feedbackError.png') no-repeat 0px 8px; 
  min-height: 40px; 
}

div.feedbackMessageERROR
{
  color: #d92900;
  padding-top: 6px;
  padding-left: 10px; 
  padding-bottom: 0px;
}

div.feedbackWARN
{
  float: none; 
  padding-top: 0px; 
  padding-left: 40px;
  margin-top: 5px;
  margin-left: 6px;
  margin-bottom: 15px;
  background: #ffffff url('feedbackWarning.png') no-repeat 0px 8px; 
  min-height: 40px; 
}

div.feedbackMessageWARN
{
  padding-top: 6px;
  padding-left: 10px; 
  padding-bottom: 0px;
}

div.feedbackINFO
{
  float: none; 
  padding-top: 0px; 
  padding-left: 40px;
  margin-top: 5px;
  margin-left: 6px;
  margin-bottom: 15px;
  background: #ffffff url('feedbackInformation.png') no-repeat 0px 8px; 
  min-height: 40px; 
}

div.feedbackMessageINFO
{
  padding-top: 6px;
  padding-left: 10px; 
  padding-bottom: 0px;
}

div.feedbackDEBUG
{
  float: none; 
  padding-top: 0px; 
  padding-left: 40px;
  margin-top: 5px;
  margin-left: 6px;
  margin-bottom: 15px;
  background: #ffffff url('feedbackDebug.png') no-repeat 0px 8px; 
  min-height: 40px; 
}

div.feedbackMessageDEBUG
{
  padding-top: 6px;
  padding-left: 10px; 
  padding-bottom: 0px;
}

form
{
  clear: left; 
  display: block; 
  float: left; 
}

.formIntro
{
  width: 100%; 
  margin: 0px; 
  padding-top: 0px; 
  padding-bottom: 10px
}

form div.formFirstColumn
{
  float: left;
}

form div.formNextColumn
{
  float: left;
  padding-left: 20px;
}

form div.formField
{
  padding-left: 5px;
  padding-bottom: 5px; 
}

form label
{
  display: block;
  text-align: left;
  padding-bottom: 3px;
  font-weight: bold;
}

form label.optionalField
{
  font-weight: normal;
}

form input
{
  font: 11px "Lucida Grande", Arial, Lucida, Helvetica, sans-serif;
}

form select
{
  font: 11px "Lucida Grande", Arial, Lucida, Helvetica, sans-serif;
}

form button
{
  font: 11px "Lucida Grande", Arial, Lucida, Helvetica, sans-serif;
}

form div.feedbackLabelDEBUG, form div.feedbackLabelINFO, form div.feedbackLabelWARN,
form div.feedbackLabelERROR, form div.feedbackLabelFATAL
{
  color: #d92900;
  padding-top: 3px;
}

form div.formButtons
{
  clear: left; 
  text-align: center;
  padding-top: 4px; 
  padding-bottom: 4px;
}

xml
{
  font-family: monospace;
}

/**********************************************************************************************/
/*                                      LISTS AND TABLES                                      */
/**********************************************************************************************/
table.actionTable
{
  clear: left;
}

table.actionTable tr th
{
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 5px;
}

table.actionTable tr td
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

table.actionTable tr th.actions
{
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

table.actionTable tr td.actions
{
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

table.actionTableFullWidth
{
  clear: left;
  width: 905px;
}

table.actionTableFullWidth tr.firstLine
{
}

table.actionTableFullWidth tr.secondLine
{
}

table.actionTableFullWidth tr.firstLineAlt
{
  background-color: #f4f4f4;
}

table.actionTableFullWidth tr.secondLineAlt 
{
  background-color: #f4f4f4;
}

table.actionTableFullWidth tr th
{
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 5px;
}

table.actionTableFullWidth tr td
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

table.actionTableFullWidth tr th.actions
{
  text-align: center;
}

table.actionTableFullWidth tr td.actions
{
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

td.label
{
  text-align: left;
  font-weight : bold;
}

/**********************************************************************************************/
/*                                           ACTIONS                                          */
/**********************************************************************************************/
a.addLink, a.addLink:active, a.addLink:visited
{
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
  background: #ffffff url('add.png') no-repeat left center;
  margin-left: 5px;
}

a.addLink:hover
{
  text-decoration: none;
}

div.updateLink
{
  position: relative;
  background: #ffffff url('update.png') no-repeat center center;
  width: 22px;
  height: 16px;
  float: left;
}

div.removeLink
{
  position: relative;
  background: #ffffff url('remove.png') no-repeat center center;
  width: 22px;
  height: 16px;
  float: left;
}

div.changePasswordLink
{
  position: relative;
  background: #ffffff url('changePassword.png') no-repeat center center;
  width: 22px;
  height: 16px;
  float: left;
}


/**********************************************************************************************/
/*                                       WEBKIT HACKS                                         */
/**********************************************************************************************/
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
}

/*
table.applicationAuditLog
{
  border-spacing: 0px;
}

table.applicationAuditLog tr th
{
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  text-align: left;
}

table.applicationAuditLog tr td
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}


table.applicationAuditLog tr.secondLine td
{
  padding-top: 0px; 
  padding-bottom: 10px;
}

table.applicationAuditLog tr.secondLineAlt td
{
  padding-top: 0px;
  padding-bottom: 10px;
}
*/      
/*********************************************************
************* Styling for autocomplete functionality *****
*********************************************************/
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over
{
    background-color: #808080;
    color: white;
}


div.viewCustomerLink
{
  width: 32px;
  height: 32px;
  background: url(viewCustomer.png) no-repeat left top;
  cursor: pointer;
}

div.viewDocumentLink
{
  width: 16px;
  height: 16px;
  background: url(viewDocument.png) no-repeat left top;
  cursor: pointer;
}

div.viewDetailsLink
{
  width: 16px;
  height: 16px;
  background: url(viewDetails.png) no-repeat left top;
  cursor: pointer;
}

.clearImage
{
  background-image :url(clear_field.png);
  width:16px;
  height:16px;
  display:inline-block;
}

.clearImage:hover
{
  background-image :url(clear_field_red.png);
  width:16px;
  height:16px;
  display:inline-block;
}


.leftAlignRadioButton input[type="radio"]
{
  float : left;
}

.leftAlignRadioButton label
{
  width: 50px;
  display: block;
}

.physicalAddressInput
{
  width: 250px; 
}

.errorIndicator
{
  padding-left: 3px;
  padding-right: 3px;
  font: 18px Courier;
  color: red;
}


#postalCodesLookupTable tr th
{
  font: 10px "Lucida Grande", Arial, Lucida, Helvetica, sans-serif;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  white-space: nowrap;
  border-bottom: 1px solid black;
}

#postalCodesLookupTable tr td
{
  font: 10px "Lucida Grande", Arial, Lucida, Helvetica, sans-serif;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
  padding-top: 2px;
  cursor: pointer;
}

#postalCodesLookupTable tr:hover
{
  background-color: #f0f0f0;
}
          
.postalCodesLookupTableRowSelected
{
  background-color: #aeaeae;
}



