/* ********************************************************************************************** */
/* DoLSecurity - Public CSS File                                                                          */
/* ********************************************************************************************** */
/* ********************************************************************************************** */
/* DEFAULT STYLE OVERRIDES                                                                        */
/* This section contains styles for HTML tags, in other words, our overrides to the default look  */
/* ********************************************************************************************** */
body {
    font-family: Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: x-small;
    font-style: normal;
    font-variant: normal;
    padding: 0px;
    margin: 0px;
    color: #000;
    background-color: #FFF;
}

p {
    font-size: x-small;
    margin: 0px;
    padding: 0px;
}

h1 {
    color: #840000; 
    font-size: large;
    font-weight: normal;
}

h2 {
    color: #840000; 
    font-size: medium;
    font-weight: normal;
}

h3 {
    color: #840000; 
    font-size: medium;
    font-weight: normal;
}

h4 {
    color: #840000; 
    font-size: x-small;
    font-weight: bold;
}

h5 {
    color: #840000; 
    font-size: x-small;
    font-style: italic;
    font-weight: normal;
}

h6 {
    color: #840000; 
    font-size: x-small;
    font-style: normal;
    font-weight: normal;
}

h5, .form_header {
    margin-top:20px;
    margin-bottom:0px;
    font-family: Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color:   #840000; 
    
}

h6, .form_header {
    margin-top:20px;
    margin-bottom:0px;
    font-family: Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #840000; 
}


.form_label {
    font-size: small;
    font-weight: bold;
    color: #000000; 
}

.form_text {
    font-size: small;
    font-weight: normal;
    color: #000000; 
}
.form_required {
    font-size: small;
    font-weight: normal;
    color: #840000; 
}


a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: red; }
a:active { color: green; }

/* ********************************************************************************************** */
/* BOX DEFINITIONS                                                                                */
/* Each page of the site is broken up into a series of boxes. Here we define all of these boxes   */
/* ********************************************************************************************** */
#pageBox {
    width: 780px;
    height: auto;
    background-color: #FFF;
}



#titleBox {
    width: 100%;
    height: 129px;
    background-image: url(/images/perf-pet_header.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;

}

#titleBox h1 {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 250px;
    color: yellow;
    font-size: large;
    font-weight: normal;
}

    
#mainContentBox {
    width: 660px;
    height: auto;
}

#contentItemBox { 
    width:640px; 
    padding: 20px 10px 20px 10px; 
}
#verticalMenuOuterBox {
    background-image: url(/images/perf-pet_side.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 21px 5px 50px 5px; 
}
#verticalMenuBox { 
    order: 1px solid #990033;
    padding: 5px  5px 5px 5px; 
}
    a.menu:link {
        color: #990033;
        text-decoration: none;
        width:100%;
    }
    a.menu:hover  {
        color: #990033;
        text-decoration:underline;
        width:100%;
    }
    a.menu:visited {
        ackground-color:#000;
        color: #990033;
        text-decoration: none;
        width:100%;
    }

#verticalMenuHeader {
    font-size: x-small;
    background-color: #990033;
    color: #FFFFFF;
    padding: 1px 3px 1px 3px;
    margin:0px;
}
.menucell {
    padding:1px 0px 2px 0px;
}

.menublockcell {
    padding:2px 0px 2px 10px;
}


.instructions { 
        font-size: x-small;
    font-style: italic;
    color: #990033;
}

#breadcrumbsBox {
    position: absolute;
    top: 50px;
    left: 200px;
    width: auto;
    height: auto;
    z-index: 100;
}

#mainMenuBox {
    width: 780px;
}

#menuBox {
    text-align: right;
    padding: 2px 0px 4px 0px;
    width: 780px;
    color: #840000;
}
    #menuBox a:link { color: #420000; }
    #menuBox a:visited { color: #420000; }
    #menuBox a:hover { color: #212121; }

#navBox {
    width: 780px;
    color: #FFFFFF;
    background-color: #840000;
    padding: 0px;
    border: 2px solid #840000;    
}
    #navBox a:link { color: #FFF; }
    #navBox a:visited { color: #FFF; }
    #navBox a:hover { color: #FFF; }


#searchBox {
    font-size: xx-small;
    font-weight: normal;
    color: black;
    text-align: left;
}

#repositoryBox { }

/* ********************************************************************************************** */
/* BOX-SPECIFIC STYLES                                                                            */
/* This section contains styles which are defined specifically to occur within certain boxes      */
/* ********************************************************************************************** */
#
#mainMenuBox .contentWarning { color: yellow; }

#mainMenuBox fieldset {
    display: block;
    font-weight: normal;
    width: 90%;
    padding: 3px;
    margin-left: 5px;
    border-color: #ffc;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
}

#mainMenuBox legend {
    color: #FF6;
    font-size: medium;
    font-weight: bold;
}


#mainMenuBox ul {
    padding-top: 4px;
    margin-top: 2px;
    padding-bottom: 2px;
    margin-left: 10px;
    list-style-type: none;
    padding-left: 0px;
}

#mainMenuBox li { padding-left: 0px; margin-left: 0px;}

#mainMenuBox .folderNav {
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 3px;
}

#mainMenuBox p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #FFF;
    margin-left: 10px;
}

#mainMenuBox h1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #FFF;
    margin-left: 10px;
    font-size: medium;
}

#mainMenuBox .folderActions { margin-left: 30px; }

/* ********************************************************************************************** */
/* FORM STYLES                                                                                    */
/* This section contains styles for forms and the tables that lay them out                        */
/* ********************************************************************************************** */
.formLabel {
    border: none;
    text-align: left;
    margins: 0px;
    font-weight: bold;
}

.formTableLabel {
    border: none;
    text-align: right;
    margins: 0px;
    font-weight: bold;
}

.formData {
    border: none;
    text-align: left;
    margin-top: 2px;
    margin-left: 20px;
    margin-bottom: 0px;
}

.formError {
    border: none;
    margin-top: 2px;
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: x-small;
    color: red;
}

.formCorrect {
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.formCorrectImg {
    width: 71px;
    height: 20px;
    background-color: #FFF;
    background-image: url(/images/correct.gif);
    background-position: 0 0;
}

.formIncorrect {
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.formIncorrectImg {
    width: 71px;
    height: 20px;
    background-color: #FFF;
    background-image: url(/images/incorrect.gif);
    background-position: 0 0;
}

.formCompletion { }

.formButtons { text-align: left; }

legend {
    color: #197195;
    font-size: medium;
    font-weight: bold;
}

fieldset {
    font-weight: normal;
    width: 95%;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-color: #197195;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
}

/* ********************************************************************************************** */
/* MISC STYLES                                                                                    */
/* This section contains styles that don't fit into the other categories above                    */
/* ********************************************************************************************** */
.inactiveMenuItem { color: gray; }

.warning {
    font-size: x-small;
    color: red;
}

#mainMenuBox .warning {
    font-size: x-small;
    color: yellow;
}

.contentWarning {
    font-size: x-small;
    color: red;
    margin-left: 30px;
    padding-bottom: 10px;
    padding-top: 5px;
    font-weight: bold;
}

.bigWarning {
    font-size: medium;
    color: red;
}

.footNote { color: gray; }

#pageMasterTitle {
    font-family: Georgia, Times, serif;
    font-size: medium;
    line-height: 200%;
    font-variant: small-caps;
    font-weight: bolder;
    padding-left: 10px;
}

.accessKey {
    text-decoration: underline;
    font-weight: bolder;
}

.contentItem h3 {
    font-size: large;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.contentItem p {
    margin-left: 0px;
    padding: 0px;
    margin-top: 5px;
}

.contentItem img {
    margin-left: 5px;
    margin-right: 30px;
    voice-family: "\"}\"";
    voice-family: inherit;
}
html>body .contentItem { 
    margin-left: 0px; 
    margin-right: 0px;
}


.contentItem li { margin-left: 20px; }
.contentItem ul { margin-left: 20px; }
.contentItem ol { margin-left: 20px; }
div.contentItem a:link { color: blue; }
div.contentItem a:hover { color: red; }
div.contentItem a span { display: none; }

div.contentItem a:hover span {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 125px;
    padding: 5px;
    margin: 10px;
    z-index: 100;
    color: #000;
    background: #FFC;
    font: 12px Verdana, sans-serif;
    text-align: left;
    border-color: #000;
    border-width: 1px;
}

.cepEditBlock p { margin-left: 5px; }

.fileList {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 7px;
    margin-left: 0px;
    list-style-type: none;
    padding-left: 0px;
    font-size: x-small;
    font-weight: normal;
}

.cepEditBlock {
    border: 1px solid #369;
    margin: 5px;
    padding: 5px;
}

.hidden { display: none; }

.RDFTitle { 
    font-size: small;
    font-weight: bold;
}
.RDFLink { }
.RDFDescription { }
.RDFFootNote {
    color: gray;
    font-style: italic;
    font-size: xx-small;
}

#contentItemBox .documentLink { }
#contentItemBox .documentViewerInfo { }

#Buttons {
    padding-right:50px;
}

