﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #a2b4dc;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #4b6c9e;
}

a
{
    color: #01448b;
}

a:hover
{
    color: #01448b;
    text-decoration: none;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #a2b4dc;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
}

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   
----------------------------------------------------------*/

.styled-select select
{
    width: 260px;
    height: 30px;
    margin: 0 auto;
    padding: 0px;
    background: transparent;
    font-size: 22px;
    color: #a2b4dc;
}

.styled-select
{
    width: 230px;
    height: 30px;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    background: url(../images/v.jpg) no-repeat 200px transparent;
}

.page
{
    background-image: url(../images/DropBox_Slice.png);
    background-position: center top;
    background-repeat:repeat-Y;
    width: 1000px;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
}

.page_bottom
{
    background-image: url(../images/DropBox_Slice_Bottom.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 1000px;
    height: 20px;
    margin: 0px auto;
    text-align: center;
    color: #dddddd;
    font-size: 8px;
}
.header
{
    margin: 0px 7px;
    padding: 0px;
    background: #01448b url("../images/Header_New.jpg") no-repeat top left;
    width: 984px;
}

.header h1
{
    font-weight: 700;
    margin: 0px auto;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    width: 980px;
    margin: 0px 8px;
    padding: 0px;
    min-height: 500px;
    background-color: #ffffff;
    text-align: center;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #01448b;
    padding: 0px 0px 0px 0px;
    margin: 8px auto;
    text-align: center;
    line-height: normal;
}

.timestampleft 
{
    width: 250px;
    float: left;
    margin: 0 auto;
    padding-left: 15px;
    text-align: left;
    font-size: 10px;
}

.timestampleft a
{
    text-decoration: none;
    color: #a2b4dc;
}
.timestampright 
{
    width: 250px;
    float: right;
    margin: 0 auto;
    padding-right: 15px;
    text-align: right;
    font-size: 10px;
    color: #a2b4dc;
}

.summary 
{
    width: 290px;
    height: 170px;
    margin: 0px auto;
    padding: 15px;
    background-image: url(../images/Box.png);
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    overflow: hidden;
}

.error
{
    color: red;
    font-weight: bold;
}
/* TAB MENU   
----------------------------------------------------------*/

.title
{
    display: block;
    margin: 0px auto;
    text-align: center;
    height: 50px;
}

.loginDisplay
{
    float: right;
    font-size: 1.2em;
    display: block;
    text-align: right;
    margin: 5px 30px;
    padding: 10px;
    color: #a2b4dc;
}

.loginDisplay a
{
    color: #a2b4dc;
}

div.hideSkiplink
{
    margin: 0px auto;
    background-color:#a2b4dc;
    width:100%;
    height: 35px;
}

div.nav
{
    float: left;
}

div.menu
{
    margin: 0px auto;
    padding: 4px 8px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.menu ul li
{
    float: left;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #01448b;
    color: #a2b4dc;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    border: 2px outset #b8bbc2;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #4b6c9e;
    color: #a2b4dc;
    text-decoration: none;
    border: 2px inset #b8bbc2;
}

div ul li a.menuactive
{
    background-color: #4b6c9e;
    color: #a2b4dc;
    font-weight: bold;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

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
{
    margin: 0px auto;
    width: 400px;
    text-align: left;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.collapse 
{
    border-collapse: collapse;
}

.indent 
{
    margin-left: 15px;
}

.left
{
    margin: 0px auto;
    text-align: left;
}

.center
{
    margin: 0px auto;
    text-align: center;
}

.right
{
    margin: 0px auto;
    text-align: right;
}

.fixed 
{
    table-layout: fixed;
}

.failureNotification
{
    text-align: left;
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.filter
{
    width: 700px;
    margin: 0px auto;
    border: 1px solid #a2b4dc;
    text-align: center;
}

.filtertable 
{
    width: 600px;
    margin: 0px auto;
    text-align: center;
    border-collapse: collapse;
}

.production
{
    width: 800px;
    margin: 0px auto;
    border: 1px solid #a2b4dc;
    text-align: center;
}

.productiontable 
{
    width: 300px;
    margin: 0px auto;
    text-align: center;
    border-collapse: collapse;
}

/* -------Grid -------*/
.smaller
{
    font-size: 0.9em;
}

.small
{
    font-size: 0.7em;
}

.display 
{
    border: solid 1px #4b6c9e;
}

.displayheader 
{
    background-color: #f6f6f6; 		                        
    color: #01448b;
    border-bottom: 1px solid #c2c2c2;
    margin: 0px auto;
}

.displayheader th
{
    overflow: hidden;
    white-space: nowrap;
    margin: 0px auto;
}

.displayrowalternate
{
    background-color: #cccccc; 		                        
    border-bottom: 1px solid #c2c2c2;
}

.displayrowalternate td 
{
    overflow: hidden;
    white-space: nowrap;
}

.displayrowalternate:hover 
{
    background-color: #e6e6e6; 		                        
    color: #555555;
}

.displayrow
{
    border-bottom: 1px solid #c2c2c2;
}

.displayrow td 
{
    overflow: hidden;
    white-space: nowrap;
}

.displayrow:hover 
{
    background-color: #e6e6e6; 		                        
    color: #555555;
}

.displayrowbold
{
    border-bottom: 1px solid #c2c2c2;
}

.displayrowbold td 
{
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

.displayrowbold td a
{
    font-weight: bold;
}

.displayrowbold:hover 
{
    background-color: #e6e6e6; 		                        
    color: #555555;
    font-weight: bold;
}

.displayrowred
{
    border-bottom: 1px solid #c2c2c2;
}

.displayrowred td 
{
    overflow: hidden;
    white-space: nowrap;
    color: #ff0000;
    font-weight: bold;
}

.displayrowred td a
{
    color: #ff0000;
}

.displayrowred:hover 
{
    background-color: #e6e6e6; 		                        
    color: #ff0000;
}

.displayrowyellow
{
    border-bottom: 1px solid #c2c2c2;
}

.displayrowyellow td 
{
    overflow: hidden;
    white-space: nowrap;
    color:yellow;
}

.displayrowyellow td a
{
    color:yellow;
}

.displayrowyellow:hover 
{
    background-color: #e6e6e6; 		                        
    color: yellow;
}

.displayrowfooter td 
{
    overflow: hidden;
    white-space: nowrap;
    background-color: #f6f6f6; 		                        
    color: #01448b;
    font-weight: bold;
}

.displayrowfooter td a
{
    text-decoration: none;
}

.displaypager
{
    background: #f6f6f6;
    text-align: left;
}

.displaypager span
{
    display: inline-block;
    padding: 5px 8px 5px 8px;
    border: 1px solid #006890;
    background: #4b6c9e;
    color: #f6f6f6;
}

.displaypager a
{
    color: #4b6c9e;
    display: inline-block;
    padding: 5px 8px 5px 8px;
    border: 1px solid #4b6c9e;
    text-decoration: none;
}

.displaypager a:hover
{
    background: #dff4fd;
    text-decoration: none;
}

.linkbutton
{
    background: #f6f6f6;
    color: #4b6c9e;
    display: inline-block;
    padding: 5px 8px 5px 5px;
    border: 1px outset #4b6c9e;
    width: 70px;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
}

.linkbutton:hover
{
    border: 1px inset #4b6c9e;
}

.button
{
    background: #f6f6f6;
    color: #01448b;
    padding: 5px 8px;
    border: 1px outset #cccccc;
    width: 70px;
    font-weight: bold;
    overflow: hidden;
}

.button:hover
{
    border: 1px inset #cccccc;
}

.wider 
{
    width: 180px;
}

.narrower 
{
    width: 50px;
    padding-left: 3px;
    padding-right: 3px;
}

.shorter 
{
    font-size: 10px;
    height: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.summarysection {
    background-color: #ffffff;
    margin: 0px auto;
    padding: 0px 0px;
    width: 950px;
    display: inline-block;
}

.summarytotals {
    background-color: #ffffff;
    margin: 0px auto;
    padding: 0px 0px;
    width: 600px;
    display: inline-block;
    text-align: center;
    color: #4b6c9e;
    border: 1px solid #4b6c9e;
}

.summarytotalsleft {
    margin: 0px 15px;
    padding: 15px 1px;
    float: left;
    width: 150px;
    display: inline-block;
    text-align: left;
    color: #4b6c9e;
}

.summarytotalscenter {
    margin: 0px 15px;
    padding: 15px 1px;
    float: none;
    width: 150px;
    display: inline-block;
    text-align: center;
    color: #4b6c9e;
}

.summarytotalsright {
    margin: 0px 15px;
    padding: 15px 1px;
    float: right;
    width: 150px;
    display: inline-block;
    text-align: right;
    color: #4b6c9e;
}

.summarylabel 
{
    display: inline-block;
    padding: 1px 3px;
    width: 50px;
    border: 1px solid #4b6c9e;
    text-align: right;
    font-weight: bold;
}