/* ********************************************************************************************** */
/* 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: small;
    font-style: normal;
    font-variant: normal;
    padding: 0px;
    margin: 0px;
    color: #000;
    background-color: #FEFCE6;
}

p {
    font-size: small;
    margin: 0px;
    padding: 0px;
}


h1 {
    font-size: small;
    font-size: 15px;
    font-weight: bold;
}

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

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

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

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

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

a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: red; }
a:active { color: green; }



.qNormal a:link { color: blue; }
.qNormal a:visited { color: blue; }
.qNormal a:hover { color: blue; }
.qNormal a:active { color: blue; }


/* ********************************************************************************************** */
/* BOX DEFINITIONS                                                                                */
/* Each page of the site is broken up into a series of boxes. Here we define all of these boxes   */
/* ********************************************************************************************** */

#mainContentBox {
    width:750px;
}

#pageBox {
    margin-left:auto;
    width:750px;
    margin-right:auto;
}

#contentItemBox {
    margin-left:20px;
    padding-top:0px;
}

#contentItemBoxFrontPage { 
    margin-left:0px;
    padding-top:10px;
}

#contentItemBox .documentLink { }
#contentItemBox .documentViewerInfo { }


html>body .contentItem {
    margin-left: 0px;
    margin-right: 0px;
}

.contentItem { }

.contentItem h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.contentItem p {
    margin-left: 0px;
    padding: 0px;
    margin-top: 5px;
}

.contentItem img {
    margin-left: 0px;
    voice-family: "\"}\"";
    voice-family: inherit;
}


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




#titleBox {
    font-size: 12px;
    width: 750px;
    height:90px;
    overflow: hidden;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#titleBox h1 {
    position:relative;
    left:0px;
    top:10px;
    width:730px;
    font-size: 18px;
    font-weight: bold;
    color: #d5b98a;
    text-align: right;
}

#page_title {
    position:relative;
    left:180px;
    top:-37px;
    width:730px;
    font-family: Times New Roman, Serif;
    font-size: 21px;
    font-weight: bold;
    color: #495d68;
    text-align: left;
}

#page_count {
   color:#536f7a;
   font-size: 12px;
   font-weight: bold;
   line-height:12px;
   text-align: center;
}

#fyi {
   position:absolute;
   left:690px;
   top:105px;

}

.txtPrompt { 
    padding-left:15px;
    font-size: small;
    font-style: normal;
    color: white;
    width:370px;
}


.instructions {
    padding:20px;
    font-size: small;
    font-style: italic;
}

.navigation {
    font-size: x-small;
    font-style: italic;
    color: #990033;
}


#breadcrumbsBox { }


#navBox {
    adding-top:41px;
    padding-bottom:20px;
    background-image:url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: 0 1;    
    padding-left:auto;
    padding-right:0px;
}

#searchBox {
    font-size: 9pt;
    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: large;
    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: 15px;
}

#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: large;
    font-weight: bold;
    background: #66F;
}

.tableH2 {
    font-size: medium;
    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: large;
    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: large;
    color: red;
}

.footNote { color: gray; }

#pageMasterTitle {
    font-family: Georgia, Times, serif;
    font-size: large;
    line-height: 200%;
    font-variant: medium-caps;
    font-weight: bolder;
    padding-left: 10px;
}

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

.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: medium;
    font-weight: bold;
}
.RDFLink { }
.RDFDescription { }
.RDFFootNote {
    color: gray;
    font-style: italic;
    font-size: 9pt;
}


#Home {
}
#Back {
}

#Next {
}


