body
{
   margin: 0px;
   padding : 0px;
   background-color: white;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9pt;
}

input
{
   font-weight: normal;
   font-size: 8pt;
   font-family: verdana, arial, helvetica, sans-serif;
}

select
{
   font-weight: normal;
   font-size: 8pt;
   font-family: verdana, arial, helvetica, sans-serif;
}

option
{
   font-weight: normal;
   font-size: 8pt;
   font-family: verdana, arial, helvetica, sans-serif;
}

li
{
   font-size: 9pt;
   font-family: verdana, arial, helvetica, sans-serif;
   padding-left: 5px;
   margin-left: 5px;
}

ul
{   padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    margin: 4px 0px 4px 10px;
    padding-top: 0px
}

tr
{  vertical-align : top;
   padding : 0px;
   margin  : 0px;
}

th
{  border-right: 1px solid #406679;
   border-bottom: 1px solid #406679;
   font-weight: bold;
   font-size: 8pt;
   color: white;
   font-family: verdana, arial, helvetica, sans-serif;
   background-color: #406679;
   padding : 2px;
   text-align : left;
}

td
{  font-weight: normal;
   font-size: 8pt;
   color: black;
   font-family: verdana, arial, helvetica, sans-serif;
}

td.label
{  padding-left : 10px;
   font-weight  : bold;
}

caption
{
   font-weight: bold;
   font-size: 10pt;
   color: #406679;
   font-family: verdana, arial, helvetica, sans-serif;
   text-align: left;
}

.tbl_doc
{   background-color: white;
    width : 100%;
    padding : 0px;
    margin  : 0px;
    border-collapse: collapse;
}

.tblx
{   border-top: 1px solid #406679;  
    border-left: 1px solid #406679;
    border-bottom: 1px solid #406679;  
    border-right: 1px solid #406679;
    width : 100%;
    background-color: whitesmoke;
    padding : 2px;
    border-collapse: collapse;
}

.tblx td
{   border-right: 1px solid #003366;
    padding : 2px;
}

.tblx td.label
{  border-right : 0px;
}
   
.tblx td.spacer
{  border-right: 0px;
}

.tblx td.spacer_total
{  border-right: 0px;
   border-top: 2px solid #406679;
}

.tblx td.total
{  border-top: 2px solid #406679;
}

.tblx td.row_separator
{
/*   
   border-top    : 1px solid #003366;
   border-bottom : 1px solid #003366;
*/   
   font-size     : 1pt;
   height        : 2px;
   padding       : 0px;
   color         : gainsboro;
   background-color: silver; /*gainsboro;*/
}

.tblx td.separator
{
   border-bottom : 1px solid #003366;
   border-top    : 1px solid #003366;
   background-color: gainsboro;
}

.tblform
{
   padding:  4px 4px 4px 10px;
   border-top: 1px solid #406679;  
   border-left: 1px solid #406679;
   border-bottom: 1px solid #406679;  
   border-right: 1px solid #406679;
   background-color: whitesmoke;
}

.highlight
{  padding-left: 10px;
   font-weight: bold;
   color: red;
}

.tblx td.white_row
{
   border-bottom : 1px solid #406679;
   border-top    : 1px solid #406679;
   border-right  : 0px;
   border-left   : 0px;
   background-color: white;
}

.tbl_text
{  font-size: 9pt;
}

.page_title
{
    padding: 2px 20px 2px 5px;
    margin-top: 15px;
    margin-bottom: 8px;
    width: 100%;
    color: white;
    border-bottom: #406679; 
    background-color: #7d9aa9;
    text-align: left;
    text-indent: 0px;
    font-weight: bold;
    font-size: 10pt;
    font-variant: normal
    text-transform: none;
}
.page_title_scala
{
    padding: 2px 20px 2px 5px;
    margin-top: 15px;
    margin-bottom: 8px;
    width: 100%;
    color: white;
    border-bottom: #406679; 
    background-color: #7d9aa9;
    text-align: left;
    text-indent: 0px;
    font-weight: bold;
    font-size: 12pt;
    font-variant: normal
    text-transform: none;
    FONT-FAMILY: ScalaSans-Regular
}

.page_header
{
    font-weight: normal;
    font-size: 16pt;
    font-variant: small-caps;
    color: #000066;
    text-decoration: none;
    padding-top : 30px;
}
.page_header_scala
{
    font-weight: normal;
    font-size: 16pt;
    font-variant: small-caps;
    color: #000066;
    text-decoration: none;
    padding-top : 30px;
    FONT-FAMILY: ScalaSans-Regular
}

.static_body
{  font-size: 9pt;
}


.frmbuttons
{
    padding: 3px 4px 3px 4px;
    font-weight: bold;
    margin: 0px 3px 5px 0px;
    text-transform: uppercase;
    white-space: nowrap;
}

.frmbuttons a
{
    padding: 3px 15px 3px 15px;
    border-right: #003366 1px solid;
    border-top: #003366 1px solid;
    border-left: #003366 1px solid;
    border-bottom: #003366 1px solid;
    color: #003366;
    margin-right: 3px;
    background-color: gainsboro;
    text-decoration: none;
}
.frmbuttons a:hover
{
    color: #ffffff;
    background-color: #003366;
}


.minibuttons
{
    padding: 2px 2px 2px 2px;
    margin-top: 2px;
    margin-right: 5px;
    margin-left: 0px;
    font-weight: normal;
    font-size: 8pt;
    text-transform: none;
    font-family: arial, sans-serif;
    white-space: nowrap;
}
.minibuttons a
{
    padding-right: 3px;
    padding-left: 3px;
    border-right: #003366 1px solid;
    border-top: #003366 1px solid;
    border-left: #003366 1px solid;
    border-bottom: #003366 1px solid;
    color: #003366;
    background-color: gainsboro;
    text-decoration: none;
}
.minibuttons a:hover
{
    color: #ffffff;
    background-color: #003366;
}

.footer
{
    clear: both;
    font-size: 7pt;
    padding-bottom: 3px;
    color: black;
    padding-top: 10px;
    text-align: left;
}

.tbl_content
{
    padding : 0px  0px 0px  0px;
    margin  : 0px 10px 0px 20px;
    border-collapse: collapse;
    width   : 95%;    
}

.tbl_content td
{  /* font-size : 9pt; */
}

.tbl_content tr td ul.static_body li
{  font-size : 9pt; 
}

.tbl_content tr td ul.tbl_text li
{  font-size : 9pt; 
}

.error
{
    font-size: 9pt;
    color: red;
}

.cell_form_help
{  font-weight: normal;
   font-family: Arial;
}

.shareholder_header
{
    font-weight: bold;
    font-size: 10pt;
    color: #406679;
}
.shareholder_header_scala
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #406679;
    FONT-FAMILY: ScalaSans-Regular
}

.static_body_scala
{	
    FONT-SIZE: 14;
    COLOR: black;
    FONT-FAMILY: ScalaSans-Regular
}



.section_head
{
    font-weight: bold;
    font-size: 9pt;
    padding-bottom: 4px;
    color: #0033cc;
    text-align: left
}

.aspect_data
{
    font-size: 7pt;
}

/*---------------------------------------------------------*/

.tblplain
{
   width         : 100%;
   padding       : 1px;
}

.tblplain th
{  color: black;
   background-color: white;
   border-right: 0px;
   border-bottom: 0px;
   font-size     : 9pt;
   text-align : none;
}

.tblplain td
{  background-color: white;
   border-right: 0px;
   border-bottom: 0px;
   font-size     : 9pt;
}

.tblplain_scala th
{  color: black;
   background-color: white;
   border-right: 0px;
   border-bottom: 0px;
   font-size     : 10pt;
   FONT-FAMILY: ScalaSans-Regular
   text-align : none;
}

.tblplain_scala td
{  background-color: white;
   border-right: 0px;
   border-bottom: 0px;
   font-size     : 10pt;
   FONT-FAMILY: ScalaSans-Regular
}
.tblheader
{
    BACKGROUND-COLOR : #1c1a1b;
    border-collapse: collapse;
    width : 100%;
    padding: 0px;
    margin-bottom: -4px;
    border-color: black black #7d9aa9 black;
}

.tblheader td
{
    padding: 0px;
    margin-bottom: 0px;
}

.header_logo
{
    width: 160px;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.header_dot
{
    width: 171px;
    background-color: #1c1a1b;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.topnav
{
    padding : 3px 2px 3px 2px;
    font-weight: bold;
    font-size: 8pt;
    margin: 0px;
    font-family: arial, verdana, sans-serif;
    white-space: nowrap;
    background-color: black;
    text-align: left;
    height: auto;
}

.topnav ul
{   
    padding: 0px;
    margin: 0px;
}

.topnav li
{
    display: block;
    float:left;
    height: 35px;
    width: 100px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 35px;
    list-style-type: none;
    background-image: url(../images/tab_lighter_b.jpg);
    background-repeat: no-repeat;
}

.topnav li a
{
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.topnav li a:hover
{
    color: #ffffff;
}
.topnav strong
{
    color: #ffffff;
}
.login_label
{
    font-weight: bold;
    margin: 0px;
    color: white;
    background-color: #7d9aa9;
}

.buttons
{
    color: white;
    background-image: url(../images/tab_lighterrgb.jpg);
    background-repeat: no-repeat;
    width: 100px;
    height: 35px;
}

.buttons a
{
    padding: 3px 15px 3px 15px;
    margin: 0px 0px 0px -1px;
    color: white;
    text-decoration: none
}
.buttons a:hover
{
    color: lightgrey
}
.buttons strong
{
    padding: 3px 15px 3px 15px;
    margin: 0px -1px 0px -2px;
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
}

.leftnavtble
{
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    font-size: 10pt;
/*    border-top: #00ccff 1px solid;*/
    padding-bottom: 2px;
    padding-top: 2px;
    color: #ffffff;
    background-color: #406679;
    text-decoration: none;
}
.leftnavtble a
{
    color: white;
    text-decoration: none
}
.leftnavtbleitem
{
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    font-size: 8pt;
/*    border-top: #00ccff 1px solid;*/
    padding-bottom: 3px;
    padding-top: 3px;
    color: #ffffff;
    background-color: #406679;
    text-decoration: none;
}
.leftnavtbleitem a
{
    color: white;
    text-decoration: none
}
.leftnavtbleitem a:hover
{
    color: lightgrey;
    text-decoration: none
}
.leftnav
{
    font-size: 9pt;
    width: 170px;
    font-family: arial, verdana, sans-serif;
    background-color: #406679;
}

.navs
{
    font-weight: bold;
    padding-bottom: 0px;
    margin: 0px;
    color: black;
    padding-top: 0px;
    white-space: nowrap;
    height: auto;
}

.navs ul
{   
    padding: 0px;
    margin: 0px 0px 0px 10px;
}

.navs li
{
    display: block;
    height: 35px;
    width: 150px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 35px;
    list-style-type: none;
    /*background-image: url(../images/barrgb.jpg);*/
    background-repeat: no-repeat;
}

.navs li a
{
    display: inline;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: White;
    font-weight: bold;
    /*padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
    color: white;
    padding-top: 2px;
    text-decoration: none*/
}

.navs li a:hover
{
    color: White;
}


.navs strong
{
    padding-right: 0px;
    padding-left: 0px;
    width: 158px;
    color: white;
    background-color: #406679;
    text-decoration: none
}

.navitem
{
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    color: white;
    background-color: #406679;
    margin: 0px 0px 0px 5px;
}

.navitem ul
{   
    padding: 0px; /* 0px 0px 15px;*/
    margin: 0px 0px 0px 0px;
}

.navitem li
{
    padding: 0px;
    margin: 0px 0px 0px 25px;
    font-family: arial, sans-serif;
    font-weight: normal;
    font-size: 8pt;
    list-style-type: disc;
}

.navitem a
{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    font-weight: bold;
    vertical-align: middle;
    text-transform: none;
    text-decoration: none;
/*    width: 150px;*/
    color: white;
}
.navitem a:hover
{
    color: lightgrey
}
.navitem strong
{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    font-weight: bold;
    vertical-align: middle;
    text-transform: none;
    text-decoration: none;
    width: 150px;
    color: white;
}

.navimg
{
}

.form_section
{  color : blue;
   font-weight : bold;
   padding-left : 0px;
   
}
.form_subsection
{  color : #000099;
   font-weight : bold;
   padding-left : 10px;
   
}

.loginbuttons
{
    padding-top: 2px 2px 2px 2px;
    font-weight: bold;
    font-size: 8pt;
    margin-top: 2px;
    margin-right: 5px;
    margin-left: 0px;
    text-transform: none;
    font-family: arial, sans-serif;
    white-space: nowrap;
}
.loginbuttons a
{
    padding-right: 3px;
    padding-left: 3px;
    color: white;
    background-color: #7d9aa9;
    text-decoration: none;
}
.loginbuttons a:hover
{
    color: lightgrey;
    background-color: #000000;
}

.td_nav
{
    border-right: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    width: 170px;
    background-color: #406679;
}

.tbl_login
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    background-color: #7d9aa9;
    border-bottom: #406679 1px solid;
}


.detail
{
    font-weight: normal;
}

.advice_table_header
{
    BORDER-TOP: #000066 0px;
    BORDER-RIGHT: #000066 0px;
    BORDER-BOTTOM: #000066 0px;
    BORDER-LEFT: #000066 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: "Verdana";
    BACKGROUND-COLOR: white
}
.advice_cell_data
{
    BORDER-TOP-WIDTH: 0px;
    FONT-WEIGHT: normal;
    BORDER-LEFT-WIDTH: 0px;
    FONT-SIZE: 9pt;
    BORDER-BOTTOM-WIDTH: 0px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: white;
    BORDER-RIGHT-WIDTH: 0px
}
.advice_cell_data_page
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    COLOR: black;
    PADDING-TOP: 100%;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: white
}
.advice_coy_name
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.advice_label
{
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    border-right: 0px;
    border-bottom: 0px;
    color: black;
    background-color: white;
    text-align : none;
    
}

.textarea
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial, helvetica, sans-serif;
}

@media print
{
    .td_nav,.tblheader
   {
      display: none;
   }
}

.portfolio
{
    MARGIN-TOP: 2px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    MARGIN-LEFT: 0px;
    TEXT-TRANSFORM: none;
    COLOR: white;
    MARGIN-RIGHT: 2px;
    FONT-FAMILY: arial, sans-serif;
    WHITE-SPACE: nowrap;
    BACKGROUND-COLOR: #7d9aa9;
    TEXT-DECORATION: none
}
.portfolio a
{
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    FONT-WEIGHT: bold;
    VERTICAL-ALIGN: middle;
    TEXT-TRANSFORM: none;
    COLOR: white;
    TEXT-DECORATION: none
}
.portfolio a:hover
{
    COLOR: lightgrey
}