﻿body 
{
    margin: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
}

#header 
{
    background-color: #383838;
    height: 49px;
    width: 100%;
    margin: 0px;
}

#grayline
{
    position: absolute;
    top: 38px;
    left: 0px;
    border: solid 1px #656565;
    height: 0px;
    width: 100%;
}

#grayarea
{
    position: absolute;
    left: 0px;
    top: 49px;
    width: 100%;
    height: 20px;
    background-color: #d5d5d5;
    z-index: 0;
}

.breadcrumbs 
{
    position: absolute;
    left: 170px;
    top: 2px;
}

.deanimage
{
    position: absolute;
    left: 0px;
    top: 49px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 2;
}

#msgbox
{
    position: absolute;
    left: 75px;
    top: 170px;
    width: 400px;
    height: 180px;
    background-image: url(/images/messagebox3.gif);
    z-index: 100;
    display: none;
}

.msgboxtitle
{
    position: relative;
    padding: 0px;
    margin: 0px;
    top: 5px;
    left: 105px;
    color: White;
    font-size: 1.1em;
}
.msgboxbody
{
    position: relative;
    top: 0px;
    left: 100px;
    width: 275px;
    padding: 0px 10px 0px 5px;
    color: #006699;
    font-size: .8em;
    text-align: left;
}

.logo
{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

#contentarea
{
    position: absolute;
    top: 80px;
    left: 150px;
    right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Tahoma, Arial, sans-serif;
}

#leftnav
{
    position: absolute;
    left: 0px;
    top: 197px;
    width: 150px;
    /*height: 600px;    */
    bottom: 0px;
    background-color: #006699;
}
    
.leftnavmenu
{
    z-index: 25;
    width: 300px;
}
 
.staticmenu
{
    font-size: 10pt;
    height: 25px;
    width: 150px;
    color: White;
    background-color: #006699;
}

.statichover
{
    height: 25px;
    width: 150px;
    padding-left: 5px;
    background-color: #353535;
    border-left: #000000 2px inset;
    border-top: #000000 2px inset;
    border-bottom: #575757 2px inset;
    border-right: #575757 2px inset;
}

.staticmenuitem
{
    height: 25px;
    padding-left: 5px;
    border-left: #006699 3px solid;
    color: White;
}

.dynamicmenu
{
    height: 25px;
    width: 150px;
    color: White;
    background-color: #006699;
}

.dynamichover
{

    height: 25px;
    width: 150px;
    padding-left: 50px;
    background-color: #353535;
    border-left: #000000 2px inset;
    border-top: #000000 2px inset;
    border-bottom: #575757 2px inset;
    border-right: #575757 2px inset;
}

.dynamicmenuitem
{
    height: 25px;
    width: 150px;
    padding-left: 5px;
    border-left: #006699 3px solid;
    color: White;
    background-color: #006699;
}

.dynamicselected
{
    background-color: #353535;
    height: 25px;
    width: 150px;
    padding-left: 5px;
    border-left: #000000 3px inset;
    border-top: #000000 3px inset;
    border-bottom: #575757 3px inset;
    border-right: #575757 3px inset;
}

.LoginStatus
{
    color: white;
    text-align: center;
}

H1
{
    color: #006699;
    font-size: 1.2em;
}

H2
{
    color: #006699;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0px;
}

H3
{
    color: #006699;
    font-size: 1em;
}

H4
{
    color: white;
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 3px;
}

p 
{
    font-size: 0.8em;
    text-align: justify;
}

.toollist
{
    font-size: 0.7em;
    color: #353535;
    padding: 2px 10px 2px 10px;
    border: solid 1px #353535;
    background: #D1DDF1;
    font-family: Georgia, Times New Roman, Serif;
    font-style: italic;
}

#summarymenu
{
    position: relative;
    left: 0px;
    top: 5px;    
    display: inline-block;
}

.menuitem_link
{
    height: 18px;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    width: 130px;
    text-decoration: none;
    color: White;
    background-color: #006699;
    border-top: solid 1px #006699;
    border-bottom: solid 1px #006699;
}
.menuitem_hover
{
    height: 18px;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    width: 135px;
    text-decoration: none;
    color: White;
    background-color: #3399CC;
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
}

.detail 
{
    display: block;
    position: relative;
    top: -125px;
    left: 145px;
    display: none;
    height: 100px;
    border: solid 1px #d5d5d5;
    border-left: solid 1px #3399CC;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 500px;
    height: 118px;
    font-size: 10pt;
    color: White;
    background-color: #3399CC;
}

#detail1 
{
    display: none;
}

#detail2 
{
    display: none;
}
#detail3 
{
    display: none;
}
#detail4 
{
    display: none;
}
#detail5 
{
    display: none;
}

#closing 
{
    position: relative;
    left: 20px;
    top: 350px;
}

#footer 
{
    position: relative;
    left: 0px; 
    border-top: solid 1px #d5d5d5;
    text-align: center;
    font-size: 0.7em;
    padding-top: 3px;
}

.accomplishment 
{
    vertical-align: top;
    font-size: .8em;
    padding: 10px;
}

.impact
{
    vertical-align: top;
    font-size: .8em;
    padding: 10px;
}

.examplestyle
{
    border: solid 1px #006699;
    width: 700px;  
    padding: 0px; 
}

.exampleheader
{
    color: white;
    font-weight: bold;
    background-color: #3399CC;
    padding: 5px;
}

.examplecell
{
    width: 50%;
    padding: 0px 10px 10px 10px;
    vertical-align: top;
    text-align: left;
    border: solid 1px #3399CC;
}

.exampleimage
{
    text-align: center;
}

.examplereturn
{
    color: White;
    background-color: #3399CC;
    padding: 5px;
    font-size: .8em;
}

.examplereturn a:link
{
    color: White;
    background-color: #3399CC;
}

.examplereturn a:hover
{
    color: #006699;
    text-decoration: underline;
}

.examplereturn a:visited
{
    color: White;
    background-color: #3399CC;
}

.recommendation 
{
    font-family: Book Antiqua;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
}

.resourcetable 
{
    position: relative;
    top: 200px;
}

.content 
{
    right: 20px;
    left: 20px;
}

.hometext
{
    width: 80%;
}

.testimonials 
{
    position: relative;
    top: -125px;
    width: 80%;
}

.testimonial
{
   border-top: solid 1px #E5E9DC;
}

.comment
{
    font-style: italic;
    font-family: Georgia, Times New Roman, Serif;
    font-size: .7em;
    color: #777777;
}

.techlist
{
    font-size: 0.7em;
    float: right;
    width: 165px;
    right: 20px;
    padding: 0px 5px 15px 10px;
    border: groove 3px #006699;
    margin-left: 10px;
    background-color: #3399CC;
    color: White; 
}    

.starlegend 
{
    width: 700px;
    margin-right: 70px;
    text-align: right;
}

.legendtext
{
    color: #006699;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: .7em;
}

.controlstyle
{
    width: 600px;
}

.itemstyle
{
    vertical-align: top;
    width: 150px;
}

.reportgrid
{
    position: relative;
    width: auto;
}
.reportitems
{
    font-size: .7em;
}

.reportheader
{
    font-size: .8em;
    text-align: left;
}

.resourcemenu
{
    margin-bottom: 20px;
}

.printlabel
{
    display: none;
}

.detailtable
{
    font-size: 0.8em;
    width: 100%;
}

/* Used in Job Editing Form */
.formTable
{
    padding: 3px;
    border: solid 1px #006699;
    margin-bottom: 10px;
}

.formLabel
{
    color: White;
    background-color: #336699;
    padding: 3px;
    width: 100px;
    vertical-align: top;
    margin: 0px;
}

.formEntry
{   color: #006699;
    background-color: #E9E5DC;
    padding: 3px;
    width: 500px;
    margin: 0px;
}

.formCurrency
{
    text-align: right;
    width: 100px;
}

.instructions
{
    font-size: 0.7em;
    color: #006699;
}

.resource
{
    vertical-align: top;
}

/* Job Editing Form */

.detailVendor
{
    width: 300px;
}

.printbreak
{
    page-break-after: always;
}

.FieldHeader
{
    width: 200px;
}

.fact
{
    padding: 10px;
    width: 60%;
    vertical-align: top;
    border-bottom: solid 1px #DDDDDD;
}

.source
{
    padding: 10px;
    font-style: italic;
    font-size: 0.8em;
    vertical-align: top;
    border-bottom: solid 1px #DDDDDD;    
}   
.