﻿/* 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: #303030;
}

a:link, a:visited
{
    color: #3a4f93;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

a:active
{
    color: #3a4f63;
}

p
{
    text-align: justify;
    margin-bottom: 10px;
    line-height: 1.6em;
}

ul
{
    text-align: justify;
    margin-bottom: 10px;
}

img.right
{
    margin-left: 12px;
    border: 1px #696969 solid;
}

img.left
{
    margin-right: 12px;
    border: 1px #696969 solid;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #3a4f63;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    font-variant: small-caps;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.3em;
    font-weight: 500;
}

h4
{
    font-size: 1.2em;
}

h5, h6
{
    font-size: 1.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   
----------------------------------------------------------*/

.window
{
    background-image: none;
}

.page
{
    width: 960px;
    background-color: #f9f9f9;
    margin: 20px auto 20px 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: 480px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    line-height: normal;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    margin: 0px;
    padding: 6px 5px 6px 4px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu li
{
    margin: 0px;
    padding: 0px 1px 0px 1px;
    width: 235px;
    text-align: center;
}

div.menu ul.level1 a.level1, div.menu ul.level1 a.level1:visited
{
    color: #f9f9f9;
    border: 1px #4e667d solid;
    display: block;
    height: 17px;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    background-color: #465c71;
    background-image: url(Images/menubar.gif);
}

div.menu ul.level1 a.level1:hover
{
    color: #3a4f63;
    text-decoration: none;
    background-color: #bfcbd6;
    background-image: url(Images/menupress.gif);
}

div.menu ul.level1 a.level1:active
{
    background-color: #bfcbd6;
    color: #3a4f63;
    text-decoration: none;
}

div.menu ul.level1.selected
{
    background-color: #bfcbd6;
    color: #3a4f63;
    text-decoration: underline;
}

/* Sub-Menu (level 2) attributes */

div.menu ul.level2 a.level2, div.menu ul.level2 a.level2:visited
{
    color: #f9f9f9;
    display: block;
    line-height: 1.00em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    background-color: #465c71;
}

div.menu ul.level2 a.level2:hover
{
    background-color: #bfcbd6;
    color: #465c71;
}

div.menu ul.level2 a.level2:active
{
    color: #333366;
}


/* CV Tabs */

.cvtab
{
    width: 298px;
    background-image: url(Images/tab.gif);
    border: 1px solid #808080;
    font-weight: bold;
    text-align: center;
}

.cvtab a
{
    color: #606060;
    text-decoration: none;
}

.cvtab a:hover
{
    color: #3a4f63;
    text-decoration: none;
}

.cvtabselected
{
    color: #3a4f63;
    width: 298px;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #808080;
    font-weight: bold;
    text-align: center;
}

.cvtabgap
{
    width: 11px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #808080;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    width: 960px;
    height: 90px;
    background-image: url(Images/Header.jpg);
}


.bold
{
    font-weight: bold;
}

.ErrorMessage
{
    color: Red;
    text-align: center;
}

.PleaseWait
{
    height: 32px;
    width: 400px;
    background-image: url(Images/PleaseWait.gif);
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 32px;
}

.Watermark
{
  position: relative;
  width: 0;
  height: 1.25em;
  vertical-align: top;
}

.Watermark label
{
  position: absolute;
  left: 0;
  top: 2px;
  white-space: nowrap;
  color: #999;
  padding-left: 4px;
  height: 1.25em;
  vertical-align: middle;
}

.InputBox
{
  width: 250px;
}

.PokerFooter
{
    text-align: center;
}

.GridViewHeader th
{
    color: #FFFFFF;
    background-color: #3a4f63;
    font-weight: bold;
}

.GridViewRow
{
    color: #3a4f63;
    background-color: #cccccc;
    font-weight: normal;
}

.GridViewAltRow
{
    color: #3a4f63;
    background-color: #dcdcdc;
    font-weight: normal;
}

.MaintenanceView
{
    background-color: #e0e0ef;
    border: thin solid #C0C0C0;
    padding: inherit;
}

.PhotoLayout
{
    background-color: #e0e0ef;
    width: 900px;
    height: 475px;
}

.PhotoLayout td
{
    text-align: center;
    vertical-align: top;
    border: 1px #999999 solid;
    width: 300px;
    height: 300px;
}

.PhotoLayout td img
{
    margin-top: 10px;
    width: 280px;
}
