<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common classes */
/*
 * 4C5A6D -&gt; FFD700     - header links hover
 * 98bCdF -&gt; d0d0d0     - border for fieldset, backgroung for button
 * be0a2f -&gt; eaa520/f8d300 - hover color for links
 * F7F9FB -&gt; 787878     - backgroung for header
 * #D0D7E5 -&gt; d1d1d1    - border for table cells
 * #688CAF -&gt; 9C9C9C    - border of table headers
 * #f1f2f3              - background of select box
 * #bcbcbc              - main table border
 * #a7a7a7              - border of textbox, textarea or select
 **/
pre,
a.x-gray_dg_a_header,
a.x-gray_dg_a,
a.x-gray_dg_a2,
.resizable-textarea,
.grippie,
.x-gray_dg_fieldset,
.x-gray_dg_filter_table,
.x-gray_dg_legend,
.x-gray_dg_paging_table,
.x-gray_dg_paging_table tr td,
.x-gray_dg_table,
.x-gray_dg_th,
.x-gray_dg_th_normal,
.x-gray_dg_td,
.x-gray_dg_td_main,
.x-gray_dg_td_selected,
.x-gray_dg_button,
.x-gray_dg_select,
.x-gray_dg_label,
.x-gray_dg_textbox,
.x-gray_dg_checkbox,
.x-gray_dg_radiobutton,
.x-gray_dg_caption,
.x-gray_dg_error_message,
.x-gray_dg_warning_message,
.x-gray_dg_ok_message

{
    font-family: tahoma, verdana;    
    font-size: 12px;    
}

PRE                     { padding: 0px; margin: 0px; }
#containerTable INPUT:hover             { border:1px solid #9c9c9c; }
#containerTable INPUT:focus             { border:1px solid #9c9c9c; background-color: lightyellow; }
#containerTable TEXTAREA                { border:1px solid #b3b3b3; }
#containerTable TEXTAREA:hover          { border:1px solid #9c9c9c; }
#containerTable TEXTAREA:focus          { border:1px solid #9c9c9c; background-color: lightyellow; }

.dg_left                { text-align: left; }
.dg_center              { text-align: center; }
.dg_right               { text-align: right; }
.dg_nowrap              { white-space: nowrap; }
.dg_underline           { text-decoration: underline; }
.resizable-textarea .grippie { border-right: #ddd 1px solid; border-top: #ddd 0px solid; overflow: hidden; border-left: #ddd 1px solid; cursor: s-resize; border-bottom: #ddd 1px solid; height:6px; }

a.x-gray_dg_a_header,
a.x-gray_dg_a_header:link,
a.x-gray_dg_a_header:visited { font-weight: bold; color: #ffffff; text-decoration: none; }
a.x-gray_dg_a_header:hover, a.x-gray_dg_a_header:visited:hover { font-weight: bold; color: #FFD700; text-decoration: none;	}

a.x-gray_dg_a           { background: transparent; color: #333333; text-decoration: none; }
a.x-gray_dg_a:link      { background: transparent; color: #333333; text-decoration: none; }
a.x-gray_dg_a:hover     { background: transparent; color: #f8d300; text-decoration: underline; }
a.x-gray_dg_a:visited   { }
a.x-gray_dg_a2          { background: transparent; color: #333333; text-decoration: underline; }
a.x-gray_dg_a2:link     { background: transparent; color: #333333; text-decoration: underline; }
a.x-gray_dg_a2:hover    { background: transparent; color: #eab520; text-decoration: underline; }
a.x-gray_dg_a2:visited  { background: transparent; color: #333333; text-decoration: underline; }

.x-gray_dg_fieldset     { margin: 0px; border: #d0d0d0 1px solid; padding-bottom:5px;}
.x-gray_dg_filter_table { border: #bfbfbf 0px solid; }
.x-gray_dg_filter_table tr td { font-size: 12px; }
.x-gray_dg_legend       { }
.x-gray_dg_paging_table { border: #bfbfbf 0px solid;}
.x-gray_dg_paging_table tr td { }

.x-gray_dg_table        { border: 2px solid #bcbcbc; background-color:#ffffff; padding:0px; margin:0px; border-collapse:collapse; }
.x-gray_dg_th           { background: url(../images/header_background.gif) repeat-x right bottom; background-color: #999898; border: 1px solid #9c9c9c; padding-right: 5px; font-weight: bold; font-size: 13px; color: #333333; }
.x-gray_dg_th_normal    { background: url(../images/header_background.gif) repeat-x right bottom; background-color: #999898; border: 1px solid #9c9c9c; padding-right: 5px; font-weight: bold; font-size: 13px; color: #333333; }
.x-gray_dg_th_selected  { background: url(../images/header_background.gif) repeat-x right bottom; background-color: #999898; border: 1px solid #9c9c9c; padding-right: 5px; font-weight: bold; font-size: 13px; color: #333333; }
.x-gray_dg_td           { border-right: #d1d1d1 1px solid; border-left: #d1d1d1 1px solid; border-bottom: #d1d1d1 1px solid; padding-right: 2px; }
.x-gray_dg_td_main      { border-right: #d1d1d1 1px solid; border-bottom: #d1d1d1 1px solid; padding-right: 2px; border-left:  #d1d1d1 1px solid; background-color: #d0d0d0; }
.x-gray_dg_td_selected  { border: 1px #c0c7d5 solid; padding-right: 2px; background-color: #f1f0e8; } 

.x-gray_dg_button,
INPUT.x-gray_dg_button:hover,
INPUT.x-gray_dg_button:focus
                        { border-right: #9c9c9c 1px solid; padding-right: 2px; border-top: #ffffff 2px solid; padding-left: 5px; padding-bottom: 2px; font: bold 12px tahoma; border-left: #ffffff 1px solid; color: #333333; padding-top: 2px; border-bottom: #9c9c9c 1px solid; background-color: #d0d0d0}
.x-gray_dg_select       { border: #b3b3b3 1px solid; background-color: #f7f7f7;}
.x-gray_dg_label        {  }
.x-gray_dg_textbox      { border: #b3b3b3 1px solid; width:210px;padding-left:3px;}

INPUT[type=checkbox]    { border:0px; width:20px; }
.x-gray_dg_checkbox,
INPUT.x-gray_dg_checkbox:hover,
INPUT.x-gray_dg_checkbox:focus
                        { border:0px; width:20px; padding-left:0px; margin-left:0px; }
.x-gray_dg_radiobutton, 
.x-gray_dg_radiobutton:hover,
.x-gray_dg_radiobutton:focus
                        { border:0px; width:20px;}
.x-gray_dg_caption      { font-size: 14px; font-weight: bold; text-align:center; padding-bottom: 0;}
.x-gray_dg_error_message    { color: #a61100; }
.x-gray_dg_warning_message  { color: #d2791e; }
.x-gray_dg_ok_message   { color: #009a00; }

.x-gray_question_mark   { border:0px; margin-bottom:-1px; width:13px; cursor:help; }








.createdate {
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
}
.contentpaneopen {
    border-collapse: collapse;
    min-width: 1200px;
}
table.contenttoc {
    float: right;
}
.pagination span {
    padding: 2px;
}
.pagination a:link, .pagination a:visited {
    padding: 2px;
}
.pagination a:hover {
    padding: 2px;
}
.sectiontableheader {
    background: url("../images/sectionTableHeaderBg.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
}
td.sectiontableheader {
    margin-top: 50px;
    padding: 10px;
}
tr.sectiontableheader td {
    border: medium none;
}
.sectiontableentry1 {
    background: none repeat-x scroll 0 0 transparent;
    height: 40px;
    text-align: center;
}
.sectiontableentry1:hover {
    background: none repeat-x scroll 0 0 transparent;
    color: #000000;
    height: 40px;
    text-align: center;
}
tr.sectiontableentry1 td {
    border-bottom: medium none;
    padding: 10px;
}
.sectiontableentry2 {
    background: url("../images/sectionTableEntry2.png") repeat-x scroll 0 0 transparent;
    height: 40px;
    text-align: center;
}
.sectiontableentry2:hover {
    background: url("../images/sectionTableEntryHover.png") repeat-x scroll 0 0 transparent;
    color: #000000;
    height: 40px;
    text-align: center;
}
tr.sectiontableentry2 td {
    border-bottom: medium none;
    padding: 10px;
}
.readon {
    background: url("../images/readonBg.png") repeat-x scroll 0 0 transparent;
    float: right;
    height: 17px;
    padding: 4px 10px;
}
a.readon:link, a.readon:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.article_column {
    padding-right: 10px;
}
.column_separator {
    border-left: 1px dashed #E0E0E0;
    padding-left: 10px;
}
</pre></body></html>