﻿.DocHeader
{
    font-size:12pt;
    text-align:left;
    text-indent:5px;
    border-bottom:1px solid #555555;
    height:25px;
}
.labelData
{
    background-color:#d3d3d3;
}
.MenuBackground
{
    background-color:Red;
}
.MenuBackgroundWhite
{
    background-color:White;
}
.NoBorderWhite
{
    border:0;
    background-color:White;
}
.labelIndent
{
    text-indent:5px;
}
.aHeader
{
    
}
.cursorDefault
{
    cursor:default;
}
.NoBackground
{
    font-weight:bold;
    background-image:none;
}
.SmallColumn
{
    width: 360px; 
    margin-left: 5px;
}
.SmallColumnInner
{
    width: 360px; 
    margin-left: 0 auto;
}
.LargeColumn
{
    width: 780px;
    margin-left: 5px;
}
.LargeColumnInner
{
    width: 600px;
    margin: 0 auto;
}
.ButtonNoBackground
{
    background-image:none;
    background-color:transparent;
    border-style:none;
    cursor:pointer;
    color:Black;
    height:25px;
}
.ButtonNoBackground:hover
{
    font-weight:bold;
}
body
{
     font-family:Tahoma,Sans-Serif,Arial;

}
.tableHeaderFont
{
    font-size:14pt;
    font-weight:normal;
}
.Read
{
    font-weight:normal;
    color:Gray;
}
.Unread
{
    font-weight:bold;
    color:Black;
}
.msgDetailsVisible
{
    position:fixed;
    top: 200px;
    left: 50%;
    width:550px;
    margin-left: -275px;
    z-index:51;
    visibility:visible;    
}
.personalSettingsLogin
{
    left: 50%;
    width:600px;
    margin-left: -300px;    
}
.msgDetailsHidden
{
    position:fixed;
    top: 200px;
    left: 50%;
    width:550px;
    margin-left: -275px;
    z-index:51;
    visibility:hidden;
}
.msgDetails
{
    position:fixed;
    top: 200px;
    left: 50%;
    width:550px;
    margin-left: -275px;
    z-index:51;
}
.pymtDetails
{
    position:fixed;
    top: 200px;
    left: 50%;
    width:600px;
    margin-left: -300px;
    z-index:51;
}
.pymtDetailsSmall
{
    position:fixed;
    top: 200px;
    left: 50%;
    width:300px;
    margin-left: -150px;
    z-index:51;
}
.wBg
{
    background-color:White;
}
.tBg
{
    background-color:transparent;
}
.mnuImage div
{
    background:url('../images/menu7.gif') 0 0;
    text-indent: 20px;
    vertical-align:middle;
    padding-top:10px;
    padding-right:10px;
    text-align:left;
    height:22px;
    margin:0px;
    color:Black;
    font-size:12px;
}
.mnuImage div:hover
{
    background:url('../images/menu7.gif') 0 -32px;
}
.tabCss .ajax__tab_header 
{
    color: Black;
    font-size: 12px;
    height:32px;
    text-align:left;
      text-align:center;
  
}
.tabCss .ajax__tab_outer
{
    margin-left:20px;
   width:110px;
     text-align:center; 
}
.tabCss .ajax__tab_inner
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
      text-align:center;
  
}
.tabCss .ajax__tab_hover .ajax__tab_outer
{
      text-align:center;
  
}
.tabCss .ajax__tab_hover .ajax__tab_inner
{
    cursor:pointer;
      text-align:center;
  
}
.tabCss .ajax__tab_active .ajax__tab_outer
{
    height:32px;
    width:110px;
    text-align:center;
  
 }
.tabCss .ajax__tab_active .ajax__tab_inner
{
    background-color: transparent;
    height:25px;
    margin-top:2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
    background:url('../../images/rawtab.png');
    background-repeat: no-repeat;
    width:110px;
 
 }

HR
{
    border-top:1px solid #cbd5e0;   
}
.userDiv
{
    width:580px;
    text-align:left;    
}
.hide
{
    visibility:hidden;
}
.hideDiv
{
    visibility:hidden;
    height:0;
    width:0;
}
.show
{
    visibility:visible;
}
.userDivNoLine
{
    height:25px;
    font-weight:bold;
    font-size:small;   
}
.userDivHeaderNBNL
{
    height:25px;
    font-size:small;   
}
.userNameHeading
{
    font-size:large;
    font-weight:bold;
    color:Black;
}
.generalDocHeading
{
    font-size:medium;
    font-weight:bold;
    color:Black;
    background-color:White;
}
.imageViewer
{
    width: 600px;
}
.top
{
    height:100px;
    width:800px;
    margin:0 auto;
}
.middle 
{
    background-color:White;
    width:800px;
    margin:0 auto;
    height:600px;
    border-bottom-width:thin;
    border-bottom-style:solid;
    border-bottom-color:Black;
}
.bottom
{
    background-color:White;
    height:50px;
    width:800px;
    margin:0 auto;
    text-align:center;
}
.ab
{
    position:absolute;
    width:500px;
    border:2px solid black;
    visibility:visible;
    background:White;
}
.abUser
{
    visibility:visible;
    background:white;
    /*position:absolute;*/
}
.editDiv
{
    visibility:visible;
    background-color:White;
}
.showImage
{
    width:490px;
    border-color:Black;
    border-style:solid;
    border-width:1px;
}
.tableLabel
{
    font-size:small;
    text-align:right;
}
.docsLabel
{
    font-size:small;
    font-weight:bold;
}
.rightAlign
{
     text-align:right;
}
.leftAlign
{
    font-size:small;
    text-align:left;
}
.centerAlign
{
    font-size:small;
    text-align:center;
}
.buttonClass
{
    padding-bottom: 2px;
    vertical-align:middle;
    margin-left:5pt;
   
    background-image: url('../images/backButton.png');
    height:28px;
}
Button 
{
    
}
.buttonClass:hover
{
    border-width:3px;
    border-style:outset;    
}
.accordionClassHeaderDocs
{
   height:25px;
   margin-top:7px;
   margin-left:5px;
   font-size:small;
   color:Black;
}
.checkboxClass
{
  	margin-left:5pt;	
}
img
{
    border:0;
}
a
{
  text-decoration:none;
  color:Black;
}
a:hover
{
     text-decoration:underline;
}
a:visited
{
  color:black;
}
.hand
{
    cursor:pointer;
}
.contentClass
{
    background-color:White;
}
.shadedClass
{
    background-color:#eeeeee;
}
.lgDiv
{
    width:300px;
    left:50%;
    margin-left:-150px;
    position:absolute;
}
.accountBalTable
{
    margin:0 auto;
   text-indent:5px;
}