﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #D2D2D2;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.Gridt1
{
    height:450px ;
    width: 785px;
}

.GridtMaster1
{   
    width: auto;
  
}


a:link, a:visited
{
    color: black;
}

HyperlinkCSS
{
    color: #FFFFFF;      
}

a:hover
{
    color: #1d60ff;
  
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #ffffff;
    
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.4em;
    font-weight:600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.h1Blue
{
 font-size: 18px; 
  color: #31577F;
}
.h1Grey
{
 font-size: 14px; 
  color: #727272;
}
.detailt
{
  height: 15px;
  font-size: 11px;  
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 2px;
}
.detailh
{
  font-size: 11px; 
  color: #31577F;
  background-color:#E2E2E2;
  padding-left: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.helpHeader
{
  font-size: 14px; 
  color: #31577F;
}
.helpPanel
{
  padding-left: 10px;
}
.helpMenuselected a
{
    color:Green;
}
.ChekList td
{    
    
    width: 150px;
    background-color: #EAEAEA;
}


/* 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;
    background-color: #fff;
    margin: 5px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #31577F;
    width: 100%;
    height: 60px;    
    vertical-align: bottom;
    
}

.main
{
    padding: 0px 0px 0 0px;
    margin: 0px 0px 0px 0px;
    min-height: 480px;
    background-color: #fff;
    
}    

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 2px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
.date1
{    
    margin: 2px 20px 2px 0px;    
    font-weight: bold;
    color: #00AA25;
}
.tbl1
{    
   
    font-weight: bold;
}
.btnLeft
{
    margin-left: 90px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#E2E2E2;
    height: 35px;   
    text-align: right;   
    z-index: 100;
    vertical-align:bottom;
   
}

div.menu
{
    font-size:12px;
    padding: 0px 0px 0px 0px;
    margin-left: 50px;
   /* margin-top: 20px;*/
    z-index: 500;
   
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;   
    width :203px;
    text-align:left;
    z-index: 500;
  
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #D2D2D8;
    border: 1px #4e667d solid;
    color: #545464;   
    display: block;
    line-height: 1.35em;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 500;    
}
div.menu ul li ul li a
{
     padding: 4px 10px 10px 10px;
}

div.menu ul li a:hover
{
    background-color: #b2c2d2;
    color: #465c71;
    text-decoration: none;
    z-index: 500;
}

div.menu ul li ul li a:hover
{
    background-color: #b2c2d2;
    color: #465c71;
    text-decoration: none;
    z-index: 500;
}
div.menu ul li ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    z-index: 500;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
     z-index: 500;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset.fieldsrch
{
    width: 300px;
    padding-left: 10px; 
    padding-bottom: 7px; 
    padding-top: 7px;
    
}
fieldset
{    
    padding: 1em;
    border:  1px solid #ccc;    
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
    color: #31577F;
}

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;
}


input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.companylogo
{
    display: block;
    position: relative;
    float: left;   
    text-align: left;
    width: auto;    
    padding: 10px 0px 0px 7px
   
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 260px;
    height: 26px;
    margin-top: 20px;    
    font-size: 1.4em;
    font-weight:600;
    color: #fff;
    padding: 5px 10px 5px 15px;     
    
}

.title1
{
    display: block;
    float: left;
    text-align: left;
    width: 250px;
    height: 40px;
    margin-top: 20px;    
    font-size: 1.4em;
    font-weight:600;
    color: #fff;
    padding: 40px 10px 5px 15px;       
    
}
.sitemenu
{
   
    display: block;
    float: left;
    text-align: left;
    width: 450px;   
    height: 50px;  
}

.loginDisplay
{    
    font-size: 11px;   
    text-align:right;  
    color: White; 
   
}

.loginDisplay a:link
{
    font-size: 13px;  
    color: White;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.tblSrch
{
    border:solid; 
    border-color: #BEBEBE;
    border-width: 1px
}
.tblSrchleft
{
   width: 155px; 
   height: 457px; 
   padding-top: 20px;                    
   background-color: #EBEBEB; 
   padding-left: 10px; 
   border-right-style:solid; 
   border-right-color: #BEBEBE; 
   border-right-width: 1px;
}
.tblSrchright
{
   width: 850px;
   height: 457px;
   vertical-align: top;
   
}