﻿/* 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: #696969;
}

a:link, a:visited
{
    color: #034af3; /* text-decoration: none;*/
}

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   
----------------------------------------------------------*/
.critierr
{
    background-color: #FFC4C4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FF0000;
    text-align: justify;
}

.fadhoc
{
    background-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FF0000;
    text-align: justify;
}

.donotpro
{
    background-color: #FFFFCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FF0000;
}

.pchanged
{
    background-color: #FFD7FF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3366FF;
}

.znorma
{
    text-align: justify;
}

.page
{
    width: 1260px;
    background-color: #fff;
    margin: 20px auto 0px 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: 420px;
    width: 1230px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width: 460px;
}

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
{
    width: 37%;
    height: 361px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    text-decoration: none;
}

.loginDisplay a:link
{
    color: white;
    text-decoration: none;
}

.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;
}

#masterdiv
{
    overflow: auto;
    width: 1219px;
    height: 550px;
}

.fmenu
{
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    vertical-align: middle;
    background-color: #E8FFFF;
    border: thin solid #CCCCCC;
    padding: 8px; /* width: 270px;*/
    height: 22px;
}

.fmenumdate
{
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    vertical-align: middle;
    background-color: #E8FFFF;
    border: thin solid #CCCCCC;
    padding: 2px; /* width: 170px;*/
    height: 34px;
}
.fmenumdate2
{
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    vertical-align: middle;
    background-color: #E8FFFF;
    border: thin solid #CCCCCC;
    padding: 2px;
    width: 190px;
    height: 34px;
}

.fmenubuttons
{
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    vertical-align: middle;
    background-color: #E8FFFF;
    border: thin solid #CCCCCC;
    padding: 8px; /* width: 170px;*/
    height: 22px;
}


.fleft
{
    margin-right: 4px;
    float: left;
}

.fmenutm2
{
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    vertical-align: middle;
    background-color: #E8FFFF;
    border: thin solid #CCCCCC;
    padding: 4px; /* width: 270px;*/
    height: 30px;
}

.packspec
{
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    vertical-align: middle;
    background-color: #E8FFFF;
    border: thin solid #CCCCCC;
    padding: 8px; /* width: 270px;     height: 22px;*/
    clear: both;
}

.style9
{
    width: 120px;
    height: 438px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 21px;
    vertical-align: top;
    text-align: right;
}

.style10
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 21px;
    vertical-align: top;
    text-align: left;
}

.style11
{
    width: 120px;
    height: 510px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 21px;
    vertical-align: top;
    text-align: right;
}

#div1a
{
    padding: 15px 30px 15px 30px;
    margin: auto;
    border: thin solid #C0C0C0;
    position: absolute;
    top: 25%;
    left: 20%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #CCCCFF; /*display: none;*/
    width: 478px;
}

#editAdhoc
{
    padding: 15px 30px 15px 30px;
    margin: auto;
    border: thin solid #C0C0C0;
    position: absolute;
    top: 25%;
    left: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #E0E0E0; /*display: none;*/
    width: 478px;
    color: #000000;
}

#adhocOrder
{
    padding: 15px 30px 15px 30px;
    margin: auto;
    border: thin solid #C0C0C0;
    position: absolute;
    top: 16%;
    left: 29%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #BFDFFF; /*display: none;*/
    width: 830px;
}

#ahimages
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    background-color: #BFDFFF; /* border: thin solid #999999;*/
    padding: 2px 10px 2px 10px;
    width: 290px;
    height: 132px;
    color: #000000;
    font-weight: normal;
    text-align: center;
}


#divconfirm
{
    padding: 15px 30px 15px 30px;
    margin: auto;
    border: medium solid #CC0000;
    position: absolute;
    top: 30%;
    left: 30%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #CCCCFF;
    color: #000000;
}

#MNotice
{
    padding: 15px 30px 15px 30px;
    border: medium solid #CC0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #CC3300;
    color: #FFFFFF;
    width: 1132px;
}

#divmultiselect
{
    padding: 15px 20px 15px 20px;
    margin: auto;
    border: medium solid #9999FF;
    position: absolute;
    top: 20%;
    left: 40%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #CCCCFF;
    color: #000000;
}

#layer3
{
    padding: 5px;
    border: thin solid #CCCCCC;
    margin: 5px;
    position: absolute;
    background-color: #FFF2FF;
    width: 550px;
    height: 570px;
    top: 280px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 21px;
    vertical-align: top;
    text-align: left;
    left: 470px;
}

.dred
{
    padding: 1px;
    margin: 1px;
    background-color: #CC0000;
    text-align: center;
    width: 20px;
}

.dgreen
{
    padding: 1px;
    margin: 1px;
    background-color: #009933;
    text-align: center;
    width: 20px;
}

.divalignright
{
    margin: auto;
    text-align: right;
    width: 100%;
}
.rightbox
{
    margin: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    background-color: #AEE4FF;
    border: thin solid #999999;
    padding: 2px 10px 2px 10px; /* width: 270px;*/
    height: 15px;
    color: #000000;
    font-weight: bold;
    float: right;
}

.leftbox
{
    margin: auto;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    background-color: #EAF9FF;
    padding: 2px 10px 2px 10px; /* width: 270px;*/
    height: 17px;
    color: #000000;
    font-weight: bold;
    float: left;
}

.rightmargin
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    background-color: #FFFFFF;
    border: thin solid #FFFFFF;
    padding: 2px 10px 2px 10px; /* width: 270px;*/
    height: 15px;
    color: #000000;
    font-weight: bold;
    float: right;
    width: 100px;
}

.lastrefresh
{
    padding: 1px;
    margin: 1px;
    background-color: #99FF99;
    text-align: center;
    color: #000000;
}

.bcrumbgb
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #E8FFFF;
}

.bcrumb
{
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
    width: 750px;
}

.legend
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    margin-top: 5px;
}

#sendmail
{
    padding: 15px 30px 15px 30px;
    margin: auto;
    border: thin solid #C0C0C0;
    position: absolute;
    top: 40%;
    left: 40%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #CCCCFF;
    display: none;
    width: 400px;
    height: 300px;
}

.qpro
{
    padding: 1px;
    margin: 1px;
    border: medium solid #009933;
}

.cancld
{
    padding: 1px;
    margin: 1px;
    border: medium none #FF0000;
    text-decoration: line-through;
    background-color: #FFFFCC;
    color: #CC3300;
    font-size: 10px;
}

.npro
{
}

ul.enlarge
{
    list-style-type: none;
    margin-left: 0;
}
ul.enlarge li
{
    /*  display: inline-block;*/
    position: relative;
    z-index: 0;
    margin: 10px;
}
ul.enlarge img
{
    background-color: #eae9d4;
    padding: 6px;
}
ul.enlarge span
{
    position: absolute;
    left: -9999px;
    background-color: #CADBDB;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #333333;
}
ul.enlarge li:hover
{
    z-index: 50;
    cursor: pointer;
}
ul.enlarge span img
{
    padding: 2px;
    background: #CCCCCC;
}
ul.enlarge li:hover span
{
    top: -325px;
    left: -450px;
}

.wrpr
{
    width: 820px;
    clear: both;
    margin: auto;
    color: #666666;
}
.flotleft1
{
    float: left;
}

.rowwrpr1
{
    display: table;
    width: 610px;
    height: 30px;
}
.rowwrpr1A
{
    display: table;
    width: 505px;
    height: 30px;
}
.rowwrpr2A
{
    display: table;
    width: 315px;
    height: 150px; /*  background-color: #FFD9E8;*/
}

.rowwrpr2
{
    display: table;
    width: 210px;
    height: 30px;
}
.rowwrpr3
{
    display: table;
    width: 210px;
    height: 190px;
}

.cell1
{
    display: table-cell;
    vertical-align: middle; /*  background-color: #FFD9E8;*/
    text-align: left;
    width: 190px;
}
.celldt
{
    display: table-cell;
    vertical-align: middle; /*  background-color: #FFD9E8;*/
    text-align: left;
    width: 110px;
}
.celldtimg
{
    display: table-cell;
    vertical-align: middle; /*  background-color: #FFD9E8;*/
    text-align: left;
    width: 30px;
}
.cellhold
{
    display: table-cell;
    vertical-align: top; /*  background-color: #FFD9E8;*/
    text-align: left;
    width: 130px;
    padding-left: 0;
    overflow: hidden;
}
.cell2
{
    display: table-cell;
    vertical-align: middle; /*  background-color: #D5FFC6;*/
    text-align: left;
    width: 420px;
}
.cell2A
{
    display: table-cell;
    vertical-align: middle; /*  background-color: #D5FFC6;*/
    text-align: left;
    width: 315px;
}

.cell3
{
    display: table-cell;
    vertical-align: middle; /* background-color: #FFD9E8;*/
    text-align: left;
    width: 210px;
}
.cell3R
{
    display: table-cell;
    vertical-align: bottom; /*  background-color: #FFD9E8;*/
    text-align: left;
    width: 190px;
    padding-left: 20px;
}
