* {
    font-family: Verdana, Arial, Helvetica, sans-serif; scrollbar-3dlight-color: #FFFFFF; scrollbar-arrow-color: #000000; scrollbar-base-color: #000000; scrollbar-darkshadow-color:#e6e6e6; scrollbar-face-color:#e6e6e6; scrollbar-highlight-color:#bbbbbb; scrollbar-track-color:#C3C3C3
}

body {
    margin: 0px;
    padding:0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow:auto;
}

div.opco_logo
{
    width: auto;
    position: relative;
    top: 0px;
    height: 70px;
    background-image: url(../img/menu_opco_logo.png);
    background-repeat: no-repeat;
}

.banner {
    width: auto;
    height: 89px;
    background-image: url(../img/banner_module_bg.jpg);
    background-repeat: repeat-x;
}

.message_module {
    width: auto;
    height: 38px;
    background-image: url(../img/message_module_bg.jpg);
    background-repeat: repeat-x;
}


span.product_name {
    font-weight: bold;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    color:#000000;
}

span.product_version {
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    line-height: 15px;
    color:#000000;
}

span.text_message {
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    color:#FFFFFF;
}

span.date {
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    color:#ffffff;
}

span.logged {
    font-weight: bold;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    color:#FFFFFF;
}
span.error {
    font-weight: bold;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    color:#FF0000;
}

.menu_module {
    width: auto;
    height: 32px;
    cursor: hand;
    background-image: url(../img/menu_module_bg.jpg);
    background-repeat: repeat-x;
}

.menu_module a {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color:#000000;
    background-image: url(../img/menu_module_bg_btn_off.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:9;
    padding-bottom:6;
    width: 100px;
}

.menu_module a:hover{
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color:#000000;
    background-image: url(../img/menu_module_bg_btn_over.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:9;
    padding-bottom:8;
    width: 100px;
}

.menu_module a:active{
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color:#FFFFFF;
    background-image: url(../img/menu_module_bg_btn_on.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:9;
    padding-bottom:8;
    width: 100px;
}

.menu_module a.selected{
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color:#FFFFFF;
    background-image: url(../img/menu_module_bg_btn_on.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:9;
    padding-bottom:8;
    width: 100px;
}


.submenu_module a {
    font-weight: bold;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    color:#000000;
    background-color:#DFE0E1;
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top:4;
    padding-bottom:4;
    width: 200px;
    text-indent: 25px
}

.submenu_module a:hover{
    font-weight: bold;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    color:#FFFFFF;
    background-color:#be0000;
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top:4;
    padding-bottom:4;
    width: 200px;
    text-indent: 25px
}

table.column  {
    width:100%;
    height:100%;
    background-color:#DFE0E1;

}

thead.column  {
    text-align: right;
}

tbody.column  {
    padding-left:0px;
    padding-right:0px;
    padding-bottom:5px;
}



table.bloc {
    width:100%;
    /*display: block;*/
    /* background-color: #C00010; */
}

thead.bloc {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
    color: #FFF;
    background-color: #72bf44;
}

th.bloc {
	font: 15px "Roboto Bold", Verdana;
	background-color: #72bf44;
	text-transform: uppercase;
}

td.bloc {
	background-color: #72bf44;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}

tbody.bloc {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}


table.module {
    width:100%;
}

thead.module{
    font-weight: bold;
    font-style:normal;
    text-align:center;
    text-decoration: none;
    font-size: 11px;
    color:#FFFFFF;
}

td.module{
    background-color:  #3E282B;
    padding-top:0;
    padding-bottom:0;
}


th.module{
    background-color: #3E282B;
}


td.module_footer {
    background-color:  #3E282B;
    padding-top:0;
    padding-bottom:0;
}

td.module_footer_over {
    background-color: #53abaa;
    padding-top:0;
    padding-bottom:0;
}

table.separate {
    display: block;
    background-color: #DFE0E1;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

table.separate_over {
    display: block;
    background-color: #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

span.module_text {
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    color:#000000;
}

span.module_text_grayed {
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    color:#676767;
}

span.module_text_retired {
    font-weight: normal;
    font-style: italic;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    color:#000000;
}

span.module_text_bold {
    font-weight: bold;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    color:#000000
}

span.module_text_bold_retired {
    font-weight: bold;
    font-style: italic;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    color:#000000
}

span.module_text_error {
    font-weight: bold;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    color:#FF0000;
}

tr.color1 {
    background-color:#FFFFFF;
    padding-top:2;
    padding-bottom:4;
    padding-right:5px;
    padding-left:5
}

tr.color1_list {
    background-color:#FFFFFF;
    padding-top:0;
    padding-bottom:0;
    padding-right:5px;
    padding-left:5
}

tr.color2 {
    background-color:#E0E0E0;
    padding-top:2;
    padding-bottom:4;
    padding-right:5px;
    padding-left:5
}

tr.color_retired  { background-color: #BEC6CB; padding: 2 5 4 }

tr.color2_list {
    background-color:#E0E0E0;
    padding-top:0;
    padding-bottom:0;
    padding-right:5px;
    padding-left:5
}

input.color2_list { background-color: #E0E0E0; color: #000000; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; text-align: left; padding-right:4px }


td.picto {
    width:26px;
}


td.window {
    background-color:#424242;
}

table.bg_main_window {
    background-color:#424242;
}

span.main_window_title_table { 
    color: white; 
    font-size: 10px; 
    font-style: normal; 
    font-weight: bold; 
    text-decoration: none; 
    background-color: #3E282B; 
    text-indent: 5px; 
    letter-spacing: 1px; display: block; padding-top: 4px; padding-bottom: 4px; width: 100%; overflow: visible 
}

td.main_window_title_table {
	color: white;
	font: 16px "Roboto Condensed Regular", Verdana;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
    letter-spacing: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	width: 100%;
	overflow: visible;
	border-bottom: 1px dotted #fff;
}
.main_widow_title_left_img {

    background-image: url(../img/std_btn_left_on.gif);
    background-repeat: no-repeat;
    width:10px;
    height:25px;

}
span.main_window_title_table_note { color: white; font-size: 9px; font-style: normal; font-weight: normal; text-decoration: none; text-align: left; letter-spacing: 1px }

td.bg_table {
    padding-top:4px;
    padding-bottom:4px;
    padding-right:5px;
    padding-left:5px;
}

td.bg_header_table {
    font-weight: bold;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    color:#ffffff;
    background-color:#676767;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:5px;
}

table.main_window_header_table_1  {
    color: white;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    background-color: #676767;
    text-align: center;
    text-indent: 5px;
    letter-spacing: 1px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    overflow: visible }

span.main_window_header_table_1  { color: white; font-size: 10px; font-style: normal; font-weight: bold; text-decoration: none; background-color: #676767; letter-spacing: 1px; display: block; padding-top: 4px; padding-bottom: 4px; width: 100%; overflow: visible }
span.main_window_header_table_1_note  { color: white; font-size: 9px; font-style: normal; font-weight: normal; text-decoration: none; text-align: center; letter-spacing: 1px }

span.field_name_text    { color: #000000; font-size: 10px; font-weight: normal; text-decoration: none; padding-top:4px; padding-bottom:4px }
span.field_name_text_bold    { color: #000000; font-size: 11px; font-weight: bold; text-decoration: none; padding-top:4px; padding-bottom:4px }
td.field_name_text    { color: #000000; font-size: 10px; font-weight: normal; text-decoration: none; text-align: right; padding-right:4px; padding-top:4px; padding-bottom:4px }
span.field_name_note  { color: #000000; font-size: 8px; font-style: normal; font-weight: normal; text-decoration: none; letter-spacing: 1px }
span.copyright_text    { color: #000000; font-size: 9px; font-weight: normal; text-decoration: none; padding-top:2px; padding-bottom:2px }
textarea.color1{ background-color: #FFFFFF; color: #000000; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; text-align: left; padding-right:4px }
input.color1 { background-color: #FFFFFF; color: #000000; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; text-align: left; padding-right:4px }
input.color1_right { background-color: #FFFFFF; color: #000000; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; text-align: right; padding-right:4px }
input.color2 { background-color: #424242; color: #FFFFFF; font-size: 10px; text-align: right }
input.color3 { background-color: #424242; color: #FFFF00; font-size: 10px; text-align: right }
input.color3_left { background-color: #424242; color: #FFFF00; font-size: 10px; text-align: left }
select.color1 { background-color: #FFFFFF; color: #000000; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; text-align: left; padding-right:4px }
textarea.color1 { background-color: #FFFFFF; color: #000000; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; text-align: left; padding-right:4px }

table.encart  {
    background-color:#FFFFFF;
    padding-top:5px;
    padding-bottom:5px;
}

td.encart  {
    background-color:#d9d9d9;
}


.button_fus_off {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color:#FFFFFF;
    border: 0px;
    cursor:hand;
    background-image: url(../img/std_btn_middle_off.gif);
    background-repeat: repeat-x;
    display: block;

    height: auto;
    width: 100%;    
    margin: 5px 0px;
    padding: 6px 0px;
    /*
border-color: #585858;
border-style: solid;
height:100%;
width: 100%;
margin-top:5px;
padding-top:5px;
margin-bottom:5px;
padding-bottom:5px;*/
}

.button_fus_left_off {
    padding-top:5px;
    cursor:hand;
    background-image: url(../img/std_btn_left_off.gif);
    background-repeat: no-repeat;
    background-position:2px 5px;
    width:12px;
    height:100%;
    margin-bottom:5px;
    padding-bottom:5px;
}

.button_fus_right_off {
    margin-top: 5px;
    margin-bottom: 5px;
    cursor:hand;
    background-image: url(../img/std_btn_right_off.gif);
    background-repeat: no-repeat;
    background-position:0 5px;
    width:12px;
    height:100%;
    margin-bottom:5px;
    padding-bottom:5px;
}

.button_fus_off_2 {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-valign:center;
    text-decoration: none;
    font-size: 12px;
    color:#FFFFFF;
    border: 0px;
    cursor:hand;
    background-image: url(../img/std_btn_middle_off_2.gif);
    background-repeat: repeat-x;
    display: block;

    /*border-color: #585858;
    border-style: solid;
    height:100%;
            margin-bottom:5px;
            padding-bottom:5px;
    width: 100%;
    padding-top:5px;
    margin-top:5px;*/

    height: auto;
    width: 100%;
    margin:5px 0px;
    padding: 6px 0px;
}

.button_fus_left_off_2 {
    margin-top: 5px;
    margin-bottom: 5px;
    valing:center;
    cursor:hand;
    background-repeat: no-repeat;
    background-position:2px 5px;
    width:12px;
    height:100%;
    margin-bottom:5px;
    padding-bottom:5px;
}

.button_fus_right_off_2 {
    margin-top: 5px;
    margin-bottom: 5px;
    valing:center;
    cursor:hand;
    background-image: url(../img/std_btn_right_off_2.gif);
    background-repeat: no-repeat;
    background-position:0px 5px;
    width:12px;
    height:100%;
    margin-bottom:5px;
    padding-bottom:5px;
}


.button_fus_over {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color:#000000;
    cursor:hand;
    background-image: url(../img/std_btn_middle_over.gif);
    background-repeat: repeat-x;
    display: block;
    /*border: 0px;
    border-color: #585858;
    border-style: solid;
    width: 100%;
    height:100%;
            margin-bottom:5px;
            padding-bottom:5px;
    width: 100%;
    padding-top:5px;
    margin-top:5px;*/
    border: none;
    width: 100%;
    height: auto;
    width: 100%;
    margin: 5px 0px;
    padding: 6px 0px;

}

.button_fus_left_over {
    margin-top: 5px;
    margin-bottom: 5px;
    valing:center;
    cursor:hand;
    background-image: url(../img/std_btn_left_over.gif);
    background-repeat: no-repeat;
    background-position:2px 5px;
    width:12px;
    height:100%;
    margin-bottom:5px;
    padding-bottom:5px;
}

.button_fus_right_over {
    margin-top: 5px;
    margin-bottom: 5px;
    valing:center;
    cursor:hand;
    background-image: url(../img/std_btn_right_over.gif);
    background-repeat: no-repeat;
    background-position:0px 5px;
    width:12px;
    height:100%;
    margin-bottom:5px;
    padding-bottom:5px;
}


.button_fus_down{
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color:#000000;
    cursor:hand;
    background-image: url(../img/std_btn_middle_on.gif);
    background-repeat: repeat-x;
    display: block;
    /*border: 0px;
    border-color: #585858;
    border-style: solid;
    width: 100%;
    height:100%;
            margin-bottom:5px;
            padding-bottom:5px;
    width: 100%;
    padding-top:5px;
    margin-top:5px;*/
    border: none;
    width: 100%;
    height: auto;
    width: 100%;
    margin: 5px 0px;
    padding: 6px 0px;
}

.button_fus_left_down {
    margin-top: 5px;
    margin-bottom: 5px;
    valing:center;
    cursor:hand;
    background-image: url(../img/std_btn_left_on.gif);
    background-repeat: no-repeat;
    background-position:2px 5px;
    width:12px;
    height:100%;
    margin-bottom:5px;
    padding-bottom:5px;
}

.button_fus_right_down {
    margin-top: 5px;
    margin-bottom: 5px;
    valing:center;
    cursor:hand;
    background-image: url(../img/std_btn_right_on.gif);
    background-repeat: no-repeat;
    background-position:0px 5px;
    width:12px;
    height:100%;
    margin-bottom:5px;
    padding-bottom:5px;
}

.button_fus_dis {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color:#000000;
    cursor:default;
    background-image: url(../img/std_btn_middle_disable.gif);
    background-repeat: repeat-x;
    display: block;
    /*border: 0px;
    border-color: #585858;
    border-style: solid;
    width: 100%;
    height:100%;
            margin-bottom:5px;
            padding-bottom:5px;
    width: 100%;
    padding-top:5px;
    margin-top:5px;*/
    border: none;
    width: 100%;
    height: auto;
    width: 100%;
    margin: 5px 0px;
    padding: 6px 0px;
}

.button_fus_left_dis {
    margin-top: 5px;
    margin-bottom: 5px;
    valing:center;
    cursor:default;
    background-image: url(../img/std_btn_left_disable.gif);
    background-repeat: no-repeat;
    background-position:2px 5px;
    width:12px;
    height:100%;
    margin-bottom:5px;
    padding-bottom:5px;
}

.button_fus_right_dis {
    margin-top: 5px;
    margin-bottom: 5px;
    valing:center;
    cursor:default;
    background-image: url(../img/std_btn_right_disable.gif);
    background-repeat: no-repeat;
    background-position:0px 5px;
    width:12px;
    height:100%;
    margin-bottom:5px;
    padding-bottom:5px;
}

.button a {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color:#000000;
    background-image: url(../img/menu_module_bg_btn_off.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:9;
    padding-bottom:6;
    width: 100%;
}

.submit-button{
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color:#000000;
    background-image: url(../img/menu_module_bg_btn_off.gif);
    background-repeat: repeat-x;
    display: block;
    border: 0px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:9px;
    padding-bottom:6px;
    width: 100%;
    height:100%;
}


.button a:hover{
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color:#000000;
    background-image: url(../img/menu_module_bg_btn_over.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:9px;
    padding-bottom:6px;
    width: 100%;
}

span.button_disable {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color:#888;
    background-image: url(../img/menu_module_bg_btn_over.gif);
    background-repeat: repeat-x;
    display: block;
    border: 0px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:9px;
    padding-bottom:6px;
}

.button_small a {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-valign: top;
    text-decoration: none;
    font-size: 11px;
    color:#000000;
    background-image: url(../img/menu_module_bg_btn_off.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:2px;
    padding-bottom:0px;
}

.button_small a:hover{
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-valign: top;
    text-decoration: none;
    font-size: 11px;
    color:#000000;
    background-image: url(../img/menu_module_bg_btn_over.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:2px;
    padding-bottom:0px;
}

span.button_small_disable {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-valign: top;
    text-decoration: none;
    font-size: 11px;
    color:#888;
    background-image: url(../img/menu_module_bg_btn_over.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:2px;
    padding-bottom:0px;
}

span.small_button_disable {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    color:#888;
    background-image: url(../img/menu_module_bg_btn_over.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top:6px;
    padding-bottom:4px;
}

.small_button a {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    color:#000000;
    background-image: url(../img/menu_module_bg_btn_off.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top:6px;
    padding-bottom:4px;
}

.small_button a:hover{
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    color:#000000;
    background-image: url(../img/menu_module_bg_btn_over.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top:6px;
    padding-bottom:4px;
}

.link a  {
    color: #FFFFFF;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-image: url("../img/arrow_link.gif");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-align: left;
    text-indent: 10px;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: solid 0px #585858
}

.link a:hover{
    color: #ffFF00;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-image: url("../img/arrow_link_over.gif");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-align: left;
    text-indent: 10px;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: solid 0px #585858
}

.link2 a  {
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    text-indent: 5px;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: solid 0px #585858
}

.link2 a:hover{
    color: #CD0000;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    text-indent: 5px;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: solid 0px #585858
}


.link3 a  {
    color: #0000FF;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    text-indent: 5px;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: solid 0px #585858
}

.link3 a:hover{
    color: #CD0000;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    text-indent: 5px;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: solid 0px #585858
}



td.header_table {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    color:#FFFFFF;
    background-color:#676767;
    padding-top:4;
    padding-bottom:4;
    padding-left:5px;
}

td.header_table_selected {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    color:#FFFFFF;
    background-color:#999;
    padding-top:4;
    padding-bottom:4;
    padding-left:5px;
}

td.cell_table_selected {
    font-weight: bold;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    color:#FFFFFF;
    background-color:#999;
    padding-top:4;
    padding-bottom:4;
    padding-left:5px;
}


.menu_onglet a {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    color:#000000;
    background-image: url(../img/menu_module_bg_btn_off.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:9;
    padding-bottom:8;
    width: auto;
    height:10px
}

.menu_onglet a:hover{
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    color:#000000;
    background-image: url(../img/menu_module_bg_btn_over.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:9;
    padding-bottom:8;
    width: auto;
}

.menu_onglet a:active{
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    color:#FFFFFF;
    background-image: url(../img/menu_module_bg_btn_on.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:9;
    padding-bottom:8;
    width: auto;
}

.menu_onglet a.selected{
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    color:#FFFFFF;
    background-image: url(../img/menu_module_bg_btn_on.gif);
    background-repeat: repeat-x;
    display: block;
    border: 1px;
    border-color: #585858;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top:9;
    padding-bottom:8;
    width: auto;
}

.contextmenu a { font-weight: normal; font-style: normal; text-align: left; text-decoration: none; font-size: 12px; color:black; background-color: white; text-indent: 8px; border-color: #585858; border-style: solid; border-width: 0px 0 1px 0px; display: block; }

.contextmenu a:hover{ font-weight: normal; font-style: normal; text-align: left; text-decoration: none; font-size: 12px; color:black; background-color: #e0dfdf; text-indent: 8px; border-color: #585858; border-style: solid; border-width: 0px 0 1px 0px; display: block; }

td.contextmenu { font-weight: bold; font-style: normal; text-align: left; text-decoration: none; font-size: 12px; color:white; background-color: #fb5b21; text-indent: 10px; display: block;  border-color: #585858; border-style: solid; border-width: 1px 1px 0px; }

table.contextmenu { display: block;   border-color: black; border-style: solid; border-width: 1px 2px; background-color:  white }

.login_bg{
    background-color: #eaeaea;
}
.login_value
{
    text-align:center;
}
td.FeatureDate_Disabled
{
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    color: #676767;
}

td.FeatureDate_Enabled
{
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    color: #000000;
}

/*----------Report generator part---------------------------------------------*/

.hidden_element
{
    display: none;
}

/* for popup */
td.bg_table_popup
{
    background-color:#DFE0E1;
    padding-top:4;
    padding-bottom:4;
    padding-right:5px;
    padding-left:20;
}
/* for popup */
td.popup_list
{
    padding-left: 10px;
}

/* for option */
div.FinalFieldsPreviewOverflow
{
    overflow: auto;
    height: 110px;
    width: 600px;
}
/* for option */
td.bg_table_rpt_summary
{
    background-color:#DFE0E1;
    padding-top:4;
    padding-bottom:4;
    padding-right:5px;
    padding-left:50;
}

/* for gen3 */
span.table_body_top
{
    font-size: 10px;
    background-color: #FFFFFF;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: #AAAAAA solid 1px;
    border-left: #AAAAAA solid 2px;
    border-right: #AAAAAA solid 1px;
}
/* for gen3 */
span.table_body_bottom
{
    font-size: 10px;
    background-color: #FFFFFF;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: #AAAAAA solid 2px;
    border-left: #AAAAAA solid 2px;
    border-right: #AAAAAA solid 1px;
}
/* for gen3 */
span.main_window_header_table_2
{
    color: white;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    background-color: #676767;
    text-align: center;
    text-indent: 5px;
    letter-spacing: 1px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    overflow: visible;
    border-bottom: #AAAAAA solid 1px;
    border-left: #AAAAAA solid 2px;
    border-right: #AAAAAA solid 1px;
    border-top: #AAAAAA solid 2px;
}
/* for gen3 */
div.FieldOverflow
{
    overflow: auto;
    height: 400px;
}
/* for gen3 */
td.OrderByElement
{
    text-align: right;
}
/* for gen3 */
td.RadioSortChoice
{
    vertical-align: text-top;
}
/* for gen3 */
td.GroupByElement
{
    padding-left: 20px;
}
/* for gen3 */
div.PreviewOverflow
{
    margin-left: 30px;
    padding-right: 30px;
    overflow: auto;
    height: 95px;
    width: 96%;
}
/* for gen3 */
span.PreviewElement
{
    display: none;
    float: left;
}

/* for gen1 */
td.RPTDescriptionList
{
    vertical-align: text-top;
    padding-left: 10px;
}

/* for gen2 */
td.FormInput
{
    vertical-align: text-top;
}

/* for account (tree view) */
div.TreePart
{
    padding : 0px;
    width : 100%;
    height : 340px;
    overflow-y: scroll;
    overflow-x:auto;
}

span.registration_text_bold {
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    color: Black;
}

span.registration_text {
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    color: Black;
}
/*----------End Report generator part-----------------------------------------*/

body.StandartBody {
    background-image: url(../img/background.jpg);
}

.selected_menu{
	background-image: url("../img/std_btn_middle_off_2.gif");
}