/* GENERAL STYLES */
@import url(standard.css);

html, body
{
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    margin-bottom: 1px; 
}

body
{
    color: #7f7f7f;
    background-color: #f2f1f2;
    font-family: "Arial" , "Verdana" ,sans-serif;
    font-size: 70%;
    font-weight: normal;
}

/*-------------------------------------------------- headers */
/* H1 */
h1
{
    color: #6e8fcc;
    font-family: "Times" , Serif;
    font-size: 210%;
    font-weight: normal;
    margin: 0 0 10px 0;
}

#content_container h1
{
    margin-bottom: 0;
    height: 35px;
    width: 470px;
}

/* H2 */
h2
{
    color: #6e8fcc;
    font-size: 110%;
    margin: 0 0 2px 0; 
}

.rhmodule_holder h2
{
    font-weight: normal;
    font-size: 110%;
}

/* H3 */
/* H4 */

/*-------------------------------------------------- Content elements */
/*------------- Line */
.hr
{
    font-size: 0;
    height: 1px;
    margin: 0 0 15px 0; /*background-color: #e5e6e8;    */
    border-top: 1px solid #eee;
}

/*------------- Paragraph */
p
{
    margin: 0 0 10px 0;
    line-height: 140%;
}

p.intro
{
    font-family: Times New Roman, Serif;
    font-size: 140%;
    line-height: 120%;
}

p.subheader
{
    margin-bottom: 3px;
}

p.copyright
{
    font-size: 80%;
    color: #ccc;
}

sup
{
    font-size: 75%;
    line-height:0;
    position:relative;
    top:1px;
}

/*------------- Images */


/*------------- Links */
a
{
    color: #6e8fcc;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.arrowlink
{
    background: url(/images/arrow_blue.gif) no-repeat top left;
    padding-left: 8px;
    text-decoration: none;
}

a.arrowlink:hover
{
    text-decoration: underline;
}

a.header_table
{
    display: block;
    text-decoration: none;
    background: url(/images/icon_table.gif) no-repeat top left;
    padding: 0 0 0 22px;
    margin-bottom: 10px;
    height: 15px;
}

a.header_table:hover
{
    text-decoration: underline;
}

/*------------- Lists */
/* global */
.copy_holder ul, ul.bulletedlist
{
    margin-bottom: 15px;
}

/* bulleted list */
ul.bulletedlist li
{
    background: url(/images/bullet_default.gif) no-repeat top left;
    padding: 0 2px 0 9px;
    margin-bottom: 3px;
}

ul.bulletedlist li ul
{
    padding-left: 5px;
    padding-top: 5px;
}

ul.bulletedlist li ul li
{
    background: url(/images/arrow_blue.gif) no-repeat top left;
    padding-left: 8px;
}

ul.bulletedlist li ul ul ul
{
    margin-bottom: 5px;
}

/* input list (within a form) */
ul.inputlist
{
    margin-bottom: 10px;
}

ul.inputlist li
{
    padding: 0;
    margin: 0 0 3px 0;
}

/* link list */
.rhmodule ul.linklist
{
    margin: 0 0 10px 12px;
}

ul.linklist li
{
    margin-bottom: 3px;
}

ul.linklist li a
{
    display: block;
    width: 98%;
    background: url(/images/arrow_blue.gif) no-repeat top left;
    padding-left: 8px;
    text-decoration: none;
}

ul.linklist li a:hover
{
    text-decoration: underline;
}

/* sitemap list */
ul#sitemap li, ul#sitemap a
{
    color: #000;
}

ul#sitemap ul ul li a
{
    color: #6e8fcc;
}

/*------------- Table */
table
{
    width: 100%;
    border-collapse: collapse; /*border-spacing:10px 2px;    */
    margin-bottom: 10px;
    border: 0;
    empty-cells: show; /*table-layout: fixed;*/
}

td
{
    padding: 2px 0px;
    vertical-align: top;
    border: 0;
    /*height: 20px;*/
}

thead td
{
    /*padding:2px 3px;*/
    font-weight: bold;
    vertical-align:bottom;
}

thead td.subtitle
{
    font-weight: normal;
}

tbody tr.hover td
{
    background: #f3f9ff;
}

#content_container td.hr
{
    height: 10px;
    margin: 0;
    font-size: 0px;
    background: url(/images/table_border.gif) repeat-x center left;
    border-top: 0;
}

#content_container td.empty
{
    height: 1px;
    margin: 0;
    font-size: 0px;
}

.table_label
{
    text-align: left;
}

.table_label_sublevel
{
    padding-left: 20px;
}

.table_value
{
    text-align: right;
    padding-left: 5px;
}

.border_spacing
{
    padding-right:6px;
}

tr.line .border_spacing
{
    border-right-width: 10px;
    border-right-style: solid;
    border-right-color: #FFF;
}

.border_spacing_small
{
    padding-right:3px;
}

tr.line .border_spacing_small
{
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #FFF;
}
/*
#content_container tbody tr.hover .border_spacing, #content_container tbody tr.hover .border_spacing_small
{
    border-right-color: #f3f9ff;
}

#content_container tbody tr.hover td.hr
{    
    border-right-color:#fff;
}
*/
.bdrtop
{
    border-top: 1px solid #e5e6e8;
}
.bdrbottom
{
    border-bottom: 1px solid #e5e6e8;
}
.bdrleft
{
    border-left: 1px solid #e5e6e8;
}
.bdrright
{
    border-right: 1px solid #e5e6e8;
}

.table_indent 
{
    margin-left: 10px;
    display:block;
}

tfoot tr td
{
    text-align:right;
}

.highlight_blue
{
    background-color:#f3f9ff;
}

td sup
{
    font-size: 80%;
    line-height:1;
    position:relative;
    top:0px;
}

/*------------- Flash */
#flash_container_home
{
    position: relative;
    height: 385px;
    background-color: #FFF;
}

#flash_container
{
    position: relative;
    height: 320px;
    background-color: #FFF;
}

#flash_required_message
{
    position: absolute;
    bottom: 5px;
    right: 0px;
    text-align: center;
}

/*-------------- Right-hand modules */
.rhmodule
{
    border: 1px solid #d8d8d8;
    margin-bottom: 15px;
}

.rhmodule_holder
{
    position: relative;
    background-image: url(/images/bg_rhm.gif);
    background-repeat: repeat-x;
    background-position: top left;
    margin: 5px 5px;
    padding-bottom: 0px;
}

.rhmodule_title
{
    background-repeat: no-repeat;
    background-position: top left;
    padding: 1px 0 0 15px;
    margin-bottom: 7px;
}

.rhmodule_title_link
{
    margin-bottom: 0;
}

.rhmodule_title_link a
{
    text-decoration: none;
}

.rhmodule_title_link a:hover
{
    text-decoration: underline;
}

.rhmodule p
{
    margin-bottom: 5px;
}

.rhmodule .hr
{
    margin-bottom: 5px;
}

.rhm_pagenumber
{
    position: relative;
    float: left;
    padding-bottom: 0;
}

#column_modules .rhm_navigation
{
    float: right;
    margin-bottom: 0;
    padding-bottom:0;
}

/* RHM Create Report */
#rhm_createreport .rhmodule_holder
{
    background-color: #f9f9f9;
    margin-bottom:4px;
    /*background-image: url(/images/bg_rhm_createreport.gif);*/
    margin-bottom:0;
}

#rhm_createreport .rhmodule_title
{
    background-image: url(/images/icon_rhm_createreport.gif);
    /*height: 15px;*/
}

#rhm_createreport p
{
    padding-bottom:5px;
}

#rhm_createreport .hr_bottom
{
    margin-bottom:10px;
}

#rhm_createreport span
{
    display: block;
    margin-bottom:6px;
}

#rhm_createreport.rhmodule .rhmodule_holder .copy_holder
{
    margin-bottom:5px;
}

/* RHM Useful links */
#rhm_usefullinks .rhmodule_title
{
    background-image: url(/images/icon_rhm_usefullinks.gif);
    height: 15px;
    padding-left: 20px;
}

/* RHM Downloads */
#rhm_downloads .rhmodule_title, #rhm_downloads_header .rhmodule_title
{
    background-image: url(/images/icon_rhm_downloads.gif);
    /*background-position: 0px 7px;*/
    padding-left: 20px;
   padding-bottom:1px;
}

#rhm_downloads.rhmodule .rhmodule_holder .copy_holder
{
    background: url(/images/bg_rhm1.gif) repeat-x top left; 
}

#rhm_usefullinks.rhmodule .rhmodule_holder .copy_holder
{
    background: url(/images/bg_rhm1.gif) repeat-x top left; 
}

#rhm_downloads_header .rhmodule_holder .copy_holder
{
    background: url(/images/bg_rhm1.gif) repeat-x top left; 
    /*height: 45px;*/
}

#rhm_downloads_header .rhmodule_holder .copy_holder .rhmodule_title
 {
    padding-bottom:5px;
    /*height: 30px;*/
}

#rhm_downloads_header .rhmodule_holder .copy_holder .lower_link
{
    margin: 5px 0 3px 0;
}

#rhm_downloads_header
{
    width: 208px;
    position: relative;
    right: 70px;
    /*height: 62px;*/
}

/* Profile module */
.rhprofile
{
    margin-bottom: 20px;
}

.rhprofile p
{
    font-family: Times New Roman, Serif;
    font-size: 125%;
    line-height: normal;
    padding: 0;
    margin-top: 3px;
}

.rhprofile img
{
    border-bottom: 4px solid #d5d5d5;

}

/*-------------- Pager */
.pager_container
{
    margin-top: 10px;
    width: 100%;
}

.pager_container_marginb15
{
    margin-top: 10px;
    width: 100%;
    margin-bottom:15px;
}

.pager_container.wide
{

    margin-top: 10px;
    width: 100%;
}

/* prev & next buttons */
#column_copy .pager_prevnext
{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.pager_prevnext li
{
    float: left;
    background-image: url(/images/navigation_pipe.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0px 5px 0px 0px;
}

.pager_prevnext li.last
{
    background-image: none;
    padding-right: 1px;
    margin: 0 0 0 5px;
}

.pager_prevnext li a
{
    text-decoration: none;
}

.pager_prevnext li a:hover
{
    text-decoration: underline;
}

.pager_prevnext li a.prev
{
    background: url(/images/arrow_blue_bk.gif) no-repeat top left;
    padding: 0 0 0 8px;
}

.pager_prevnext li a.next
{
    background: url(/images/arrow_blue.gif) no-repeat top right;
    padding: 0 8px 0 0;
}

.pager_prevnext li span.prev
{
    background: url(/images/arrow_grey_bk.gif) no-repeat top left;
    padding: 0 0 0 8px;
}

.pager_prevnext li span.next
{
    background: url(/images/arrow_grey.gif) no-repeat top right;
    padding: 0 8px 0 0;
}

/* page numbers list */
.pager_pages
{
    float: left;
    width: 100%;
    margin: 0;
}

.pager_pages li
{
    float: left;
    background-image: url(/images/pager_pipe.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0px 8px;
}

.pager_pages li.first
{
    padding-left: 0;
}

.pager_pages li.last
{
    background-image: none;
}

.pager_pages li span, .pager_pages li a
{
    font-size: 180%;
    font-family: Times New Roman, Serif;
}

.pager_pages li a
{
    text-decoration: none;
}

.pager_pages li a:hover
{
    text-decoration: underline;
}

/*-------------- Highlighted content (big colored numbers, ...) */
.highlighted_content_holder
{
    border-top: 1px solid #e5e6e8;
    padding: 5px 0 10px 0;
}

.highlighted_content_holder p
{
    margin-bottom: 0;
}

p.highlighted_content 
{
    font-family: Times New Roman, Serif;
    font-size: 350%!important;
    line-height: 100%;
    margin-bottom: 5px;
}

p.highlighted_content_medium 
{
    font-family: Times New Roman, Serif;
    font-size: 430%!important;
    line-height: 100%;
    margin-bottom: 5px;
}

p.highlighted_content_big 
{
    font-family: Times New Roman, Serif;
    font-size: 660%!important;
    line-height: 100%;
    margin-bottom: 5px;
}

p.highlighted_content_lightgrey
{
    color: #f7f7f7;    
}

p.highlighted_content_pink
{
    color: #d3017e;    
}

p.highlighted_content_green
{
    color: #34819b;
}

p.highlighted_content_purple
{
    color: #842285;
}

.highlighted
{
    color: #6e8fcc;
}

/*-------------------------------------------------- forms */
form
{
    margin: 0;
    padding: 0;
}

/*--- Form containers ---*/
#form_search_container
{
    float: right;
}

input, select, textarea, label
{
    font-size: 95%;
}

textarea
{
    font-family: "Arial" , "Verdana" ,sans-serif;
}

select
{
    width: 100px;
}

form label
{
    color: #000;
}

.input, select, textarea
{
    margin: 0px 0 3px 0;
    color: #3c3c3c;
}

.input_checkbox
{
    padding: 0;
    margin: 0 3px 0 0;
    height: 15px;
    width: 15px;
}

#reportmodule span
{
    display:block;
    width:100%;
    margin:10px 0 10px 0;
}

div.rptCheckListContainer
{
    width: 120px;
}

div.rptCheckListContainer ul
{
    margin: 0px 0px 0px 0px;
    position: static;
}

div.rptCheckListContainer ul li
{
    clear: both;
}

div.rptCheckListContainer ul li input
{
    float: left;
    width: 15px;
    height: 15px;
    padding-top: 0px;
    margin-bottom:5px;
}

div.rptCheckListContainer ul li label
{
    float: right;
    width: 100px;
    color:#777;
    margin-bottom:5px;
}

.margin_interest
{
    margin-bottom: 10px;
}

ul.rptGenReview
{
    margin: 10px 0px;
}

ul.rptGenReview li
{
    margin: 0px 0px 0px 0px;
    color: #666666;
    line-height: normal;
    background-image: url(/images/bg_rhm_reportlist.gif);
    background-repeat:no-repeat;
    background-position:0px 5px;
    padding-left:10px;
    display:block;
}

div.downloadcustomreport
{
    padding: 10px 0 10px 24px;
    background:url('/images/icon_rhm_downloads.gif') no-repeat 5px;
}

.backbutton
{
    display: block;
    margin: 0 0 8px 0;
}

/*-------------------------------------------------- Content Layout */
/*------------- Global */
.copy_holder
{
    /*padding: 13px 20px 0 20px;        */
}

.rhmodule .copy_holder
{
    padding: 5px 5px 0 5px;

}

/*------------- Columns */
/* unique */
#column_subnavigation
{
    float: left;
    width: 165px;
    margin-bottom: 5px;
    display: block;
}

#column_copy_modules
{
    float: right;
    width: 485px;
}

#column_copy, #column_copy_header
{
    float: left;
    width: 520px;
}

#column_copy_header h1
{    
    width: 90%;
}

#column_copy_modules #column_copy, #column_copy_modules #column_copy_header
{
    width: 330px;
}

#column_modules, #column_modules_header
{
    float: right;
    width: 140px;
}

/* utilities */
.column_half_left
{
    float: left;
    width: 48%;
}

.column_half_right
{
    float: right;
    width: 48%;
}

/*-------------------------------------------------- Main Layout */
#page_container
{
    background: url(/images/bg_page.gif) repeat-y top left;
    margin: 0 auto;
    width: 788px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#page_holder
{
    width: 670px;
    padding: 15px 0 25px 0;
    margin: 0 0 0 55px;
}

#header_container
{
    color: #FFF;
    text-align: left;
    padding-top: 2px;
}

#header_container_left
{
    float: left;
    width: 160px;
}

#header_container_right
{
    float: right;
    width: 483px;
}

#homecontent_container, #content_container
{
    position: relative;
    height: 100%;
}

#content_container
{
    padding-top: 50px;
}

/*-------------------------------------------------- Navigation */
/*------------- SUPPORT Navigation ***/
#support_navigation
{
    float: right;
}

#support_navigation li
{
    float: left;
    background-image: url(/images/navigation_pipe.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0px 10px 0px 8px;
}

#support_navigation li.last
{
    background-image: none;
    padding-right: 9px;
}

#support_navigation li a
{
    text-decoration: none;
    color: #7f7f7f;
}

#support_navigation li a:hover
{
    text-decoration: underline;
}

#support_navigation li.current a
{
    color: #6E8FCC;
}

/*------------- MAIN Navigation ***/
#main_navigation
{
    float: left;
    width: auto;
    margin: 31px 0 0 0;
}

#main_navigation li
{
    float: left;
    padding: 2px 0px 5px 0px;
    margin: 2px 25px 0 0;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #d5d5d5;
}

#main_navigation li.current
{
    border-top-width: 4px;
    border-top-color: #7aa2d6;
    margin-top: 0;
}

#main_navigation li.last
{
    margin-right: 0;
}

#main_navigation li a
{
    color: #000;
    font-size: 110%;
    text-decoration: none;
}

#main_navigation li a:hover
{
    text-decoration: underline;
}

/*------------- SECONDARY Navigation ***/
#sub_navigation
{
    width: 155px;
}

#sub_navigation, #sub_navigation ul
{
    margin: 0 0 0 10px;
}

#sub_navigation li
{
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
}

#sub_navigation li a
{
    display: block;
    width: 99%;
    color: #000;
    text-decoration: none;
    background-image: url(/images/arrow_black.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 8px;
}

#sub_navigation li a:hover
{
    text-decoration: underline;
}

#sub_navigation li.current a
{
    color: #6E8FCC;
    background-image: url(/images/arrow_blue.gif);
}

/* level 1 */
#sub_navigation ul
{
    margin-top: 3px;
}

#sub_navigation li.current ul li a
{
    color: #000;
    background-image: url(/images/arrow_black.gif);
}

/*-------------------------------------------------- Utility classes */
.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.halfwidth
{
    float: left;
    width: 50%;
    padding: 3px 0 10px 0;
}

.halfwidth li
{
    margin-right: 5px;
}

.thirdwidth
{
    float: left;
    width: 33%;
    padding: 3px 0 10px 0;
}

.nodisplay
{
    display: none;
}

.clearer
{
    clear: both;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.spacer
{
    clear: both;
    height: 25px;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}


/* EDITOR PROPERTIES */

