.site_name {
     font-size:24pt;
     font-family:Verdana;
     font-color:#000000;
     background:#D8D8D8;
}
.tab_folder_active {
     background:#D5F7FF;
     font-size:11pt;
     font-weight:bold;
     font-family:Verdana;
     width:5%;   
     text-align:center;
}
.tab_folder_inactive {
     background:#BBCCCC;
     font-size:9pt;
     font-weight:normal;
     font-family:Verdana;
     width:3%;   
     text-align:center;
}
.tab_header_row {
     height:5%;
     vertical-align:middle;
}
.tab_content_row{
     height:85%;
     vertical-align:top;
     background:#D5F7FF;

}
.tab_maintained_by {
     height:10%;
     vertical-align:bottom;
     background:#D5F7FF; 
     text-align:center;
     font-size:10pt;
     font-family:Verdana;
}


.content_main_category {
     font-family: Verdana;
     font-size: 12pt;
     font-weight:bold;
     color:#0000FF;
}

.main_category_item{
     font-family: Verdana;
     font-size: 11pt;
     font-weight:bold;
     color:#006644; 
     text-indent:3em;
}
.sub_category_item{
     font-family: Verdana;
     font-size: 11pt;
     font-weight:bold;
     color:#AA2200; 
     text-indent:7em;
}

.line_item {
     font-family: Verdana;
     font-size: 10pt;
     font-weight:bold;
     color:#AA2200; 
     text-indent:0em;
     line-height:1.5;
}

.note_outline_body{
     background-color:#FFFFFF;
     margin:1em;
}

.note_table {
     background-color:#FFFFFF;
     border:groove #ABABAB;
     padding:10;
     width:100%;
     height:100%;
     
}
.note_title{
     font-family:Serif;
     font-size:1.5em;
     font-weight:bold;
     color:#000000;
     background-color:none;
     
     text-align:center;
     text-decoration:underline;
     padding-bottom:0.5em;
     padding-left:0.5em;
     padding-right:0.5em;
     padding-top:0.5em;

     border-style:none;
     border-width:thin;

     
     margin-left:5%;
}

.note_section_head {
     font-family: Serif;
     font-size: 12pt;
     font-weight:bold;
     color:#AA2200; 
     text-indent:0em;
     text-align:left;
     width:10%;
     vertical-align:top;
     padding-left:0pt;

}
.note_section_content {
     font-family: Serif;
     font-size: 12pt;
     font-weight:normal;
     color:#AA2200; 
     text-indent:0em;
     text-align:left;
     padding-left:10pt;
     padding-right:0pt;

}

.note_section_step_list{
     list-style-type:lower-roman;
     line-height:1.5;
     list-style-position:outside;
     text-indent:0em; #Align text in the list.
}

.code_comment {
     color:#558833;
     font-size:9pt;
}