/* ********************************************************************************************** */
/* 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, h2, h3, h4, h5, h6 { color: #000; }

h1 {
    font-size: large;
    font-weight: bold;
}

h2 {
    font-size: medium;
    font-weight: bold;
}

h3 {
    font-size: small;
    font-weight: bold;
}

h4 {
    font-size: x-small;
    font-weight: bold;
}

h5 {
    font-size: x-small;
    font-style: italic;
    font-weight: normal;
}

h6 {
    font-size: x-small;
    font-style: normal;
    font-weight: normal;
}

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 {
    padding:0;
    margin:0;

}

#headerBox {
    padding:0;
    margin:0;
    order:1px solid red;
}

#titleBox {
    width: 796px;
    height: 115px;
    overflow: hidden;
    background-image: url(/images/header.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding:0;
    margin:0;

}

#titleBox h1 {
    margin:0;
    padding:53px 0px 0px 180px;
    font-size:21px;
    color:white; 
}

#mainContentBox {
    padding:10px 0 0 120px;
    width:796px;
    height: 400px; /* ie treats as min-height */
    min-height: 400px; /* ie ignores */
    background-image: url(/images/side.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin:0;
}

*>#mainContentBox {
height: auto; /* ie ignores child selector, modern browsers replace height declaration */
}


#contentItemBox { }
.contentItem { }
.instructions {
    font-size: x-small;
    font-style: italic;
    color: #990033;
}

#breadcrumbsBox { }


#navBox {
    padding-top:40px;
}

#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 .navHomeEnabled  { font-weight: bold; }
#mainMenuBox .navPrevEnabled  { font-weight: bold; }
#mainMenuBox .navPrevDisabled { display: none; }
#mainMenuBox .navNextEnabled  { font-weight: bold; }
#mainMenuBox .navNextDisabled { display: none; }

#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 a:link { color: #FFC; }
#mainMenuBox a:visited { color: #FFC; }
#mainMenuBox a:hover { color: #9CF; }

#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; }

/* ********************************************************************************************** */
/* TABLE STYLES                                                                                   */
/* This section contains styles for data tables (NOT form tables)                                 */
/* ********************************************************************************************** */
table {
}

td {
    font-size: x-small;
    font-weight: normal;
    text-align: left;
    padding-bottom: 0px;
    border-bottom: #FFC;
    border-width: 0 0 1px 0;
}

th {
    font-size: x-small;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0px;
}

.tableCellCenter { text-align: center; }

.tableRowHeader {
    font-weight: bold;
    text-align: right;
    border: 0px;
    background: #9CF;
}

.tableCellNoLine { border: 0px; }

.tableBlankRow {
    height: 10px;
    border: 0px;
}

.tableTotalCell {
    background: #CCF;
    font-weight: bold;
    border: 0px;
}

.tableH1 {
    font-size: medium;
    font-weight: bold;
    background: #66F;
}

.tableH2 {
    font-size: small;
    font-weight: bold;
    background: #99F;
}

.tableH3 {
    font-size: x-small;
    font-weight: bold;
    background: #69C;
}

/* ********************************************************************************************** */
/* 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;
    color: #ffffff;
    line-height: 300%;
    font-variant: small-caps;
    font-weight: bolder;
    padding-left: 100px;
}

.accessKey {
    text-decoration: underline;
    font-weight: bolder;
}

.contentItem h3 {
    font-size: medium;
    font-weight: bold;
    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 { }

#Home {
}
#Back {
}

#Next {
}

