﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .95em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

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;
}

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: 862px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #e5e5e5;
    width: 100%;
    border-bottom: 1px solid #496077;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.menu
{
    height: 80px;
    width: 100%;
    overflow: hidden;
    margin: 8px 0px 2px 0px;
}

#icons { 
    list-style: none; 
    margin: 0; 
    padding: 0;
    font-size: 0.8em;
}

#icons li  
{
    float: left; 
    text-align: center; 
    padding: 0px 9px 0px 10px;
}

#icons li img 
{
    width: 60px;
    height: 60px;
    border: 0; 
}

#icons li .syslnk
{
    color: #000000;
    text-decoration: none;
    cursor: auto;
}  

#icons li .syslnk:hover
{
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
}  

#icons li .divider 
{
    border-right: 2px solid #8591a2;
    margin: 2px auto 5px auto;
    width: 2px;
    height: 73px;
}

.main
{
    margin: 12px 12px 12px 12px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    width: 862px;
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.footer .alignleft
{
    float: left;
    padding: 0px 0px 10px 10px;
}

.footer .alignright
{
    float: right;
    padding: 0px 10px 10px 0px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

.create
{
    width: 50%; 
    margin: auto; 
    padding: 3px; 
    background-color: #F7F6F3; 
    border: 1px solid #CCCCCC;
}

.login
{
    width: 40%; 
    margin: auto; 
    padding: 3px; 
    background-color: #F7F6F3; 
    border: 1px solid #CCCCCC;
}

#tblLogin
{
    width: 100%;
}

#tblLogin td
{
    padding: 3px 0px 3px 0px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    width: auto;
}

.intranet
{
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    text-align: right;
    padding: 20px;
    color: black;
}

.intranet a:link
{
    color: white;
}

.intranet a:visited
{
    color: white;
}

.intranet a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* GRID PAGING
----------------------------------------------------------*/
.GridPager a
{
    display: block;
    width: 30px;
    font-weight: bold;
    /*border: 1px solid #3965a6;*/
    text-align: center;
    text-decoration: none;
}

.GridPager span
{
    display: block;
    width: 30px;
    color: #5D7B9D;
    background-color: #fff;
    font-weight: bold;
    border: 1px solid #3965a6;
    text-align: center;
    text-decoration: none;
 }