

/***********************************************************/
/* Styles for the panel tag                                */
/***********************************************************/
table.webpanel,table.webpanelfull{
  border: 1px solid black;
  padding: 0px;
  margin: 0px;
}

table.webpanelfull{
  width:100%;
}

td.webpanel_sub, td.webpanelfull_sub{
  padding: 3px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: White;
}

/***********************************************************/
/* Styles for the shadow tag                               */
/***********************************************************/
table.webshadow{
  border: 0px;
  border-collapse: collapse;
}



td.webshadow_r{
  background: url("/images/website/shadow/r-trans.png");
  width: 9px;
}

img.webshadow_r{
  /*background: url("/images/website/shadow/t_r-trans.png");*/
  width: 9px;
  height: 21px;
}

td.webshadow_bl{
  background: url("/images/website/shadow/b-trans.png");
  height: 12px;
}
img.webshadow_bl{
  /*background: url("/images/website/shadow/b_l-trans.png");*/
  width: 14px;
  height: 12px;
}
td.webshadow_br{
  background: url("/images/website/shadow/b_r-trans.png");
  width: 9px;
  height: 12px;
}
img.webshadow_br{
  /*background: url("/images/website/shadow/b_r-trans.png");*/
  width: 9px;
  height: 12px;
  /*background-color: Fuchsia;*/
}


/*FULL*/

table.webshadowfull{
  border: 0px;
  border-collapse: collapse;
  width:100%;
}

td.webshadowfull_r{
  background: url("/images/website/shadow/r-trans.png");
  width: 9px;
}

img.webshadowfull_r{
  /*background: url("/images/website/shadow/t_r-trans.png");*/
  width: 0px;
  height: 0px;
}

td.webshadowfull_bl{
  background: url("/images/website/shadow/b-trans.png");
  height: 12px;
}
img.webshadowfull_bl{
  /*background: url("/images/website/shadow/b_l-trans.png");*/
  width: 0px;
  height: 0px;
}
td.webshadowfull_br{
  background: url("/images/website/shadow/b_r-trans.png");
  width: 9px;
  height: 12px;
}
img.webshadowfull_br{
  /*background: url("/images/website/shadow/b_r-trans.png");*/
  width: 0px;
  height: 0px;
  /*background-color: Fuchsia;*/
}

/***********************************************************/
/* Styles for the tabmenu tag ( GAMMEL IKKE IBRUK          */
/***********************************************************/
table.webtab {
  font-family : arial, verdana, geneva, helvetica;
  height: 21px;
  color: #000;
  font-size:12px;
}

td.webtab, td.webtab_disabled {background: url("/images/website/tabmenu/back-n.gif");
}

td.webtab_selected {background: url("/images/website/tabmenu/back-s.gif");
}

td.webtab_over {background: url("/images/website/tabmenu/back-o.gif");
}

img.webtab_s{
  width: 6px;
  height: 21px;
}
img.webtab__s_s {background: url("/images/website/tabmenu/start-s.gif");
}
img.webtab__s_n {background: url("/images/website/tabmenu/start-n.gif");
}
img.webtab__s_d {background: url("/images/website/tabmenu/start-n.gif");
}
img.webtab__s_o {background: url("/images/website/tabmenu/start-o.gif");
}

img.webtab_m{
  width: 19px;
  height: 23px;
}

img.webtab__m_sn, img.webtab__m_sd {background: url("/images/website/tabmenu/middle-sn.gif");
}

img.webtab__m_ns,img.webtab__m_ds {
	background: url("/images/website/tabmenu/middle-ns.gif");
}

img.webtab__m_nn,img.webtab__m_dn,img.webtab__m_nd,img.webtab__m_dd {
	background: url("/images/website/tabmenu/middle-nn.gif");
}

img.webtab__m_so {
  background: url("/images/website/tabmenu/middle-so.gif");
}
img.webtab__m_os {
  background: url("/images/website/tabmenu/middle-os.gif");
}
img.webtab__m_no,img.webtab__m_do {
  background: url("/images/website/tabmenu/middle-no.gif");
}
img.webtab__m_on,img.webtab__m_od {
  background: url("/images/website/tabmenu/middle-on.gif");
}

img.webtab_e{
  width: 11px;
  height: 23px;
}
img.webtab__e_s {
  background: url("/images/website/tabmenu/end-s.gif");
}
img.webtab__e_n,img.webtab__e_d {
  background: url("/images/website/tabmenu/end-n.gif");
}
img.webtab__e_o {
  background: url("/images/website/tabmenu/end-o.gif");
}


td.webtab , div.webtab{
  font-family : arial, verdana, geneva, helvetica;
  cursor: pointer;
  padding-top: 0px;
  white-space: nowrap;
  height: 18px;
  color: #444;
  font-size:9pt;
}


div.webtab,div.webtab_selected {
  float: left;
  padding-top: 4px;
  padding-left: 1px;
  padding-right: 0px;
}
div.webtab_selected{
  color: #3D7FB9;
  padding-top: 3px;
  padding-left: 0px;
  padding-right: 1px;
}

td.webtab_disabled, div.webtab_disabled {
  cursor: default;
  color: gray;
}

/***********************************************************/
/* Hovedmeny horisontal topp                               */
/***********************************************************/
table.webtabtop {
  font-family : arial, verdana, geneva, helvetica;
  height: 21px;
  color: #000;
  font-size: 9pt;
  border-collapse: collapse;
  border: 0px solid red;
}

/*Felles for alle TD'er i menyen*/
table.webtabtop td{	
  height: 21px;
  padding: 0px;
  margin: 0px;
  /*border: 0px solid black;*/
}

/*Felles for alle tabnavnfelt (midt tab'er)*/
td.webtabtop, td.webtabtop_disabled {
  background: url(/images/website/tabmenu2/back-n2.png);
  background-repeat: repeat-x;
  border-right: 1px solid #aaa;
}

td.webtabtop_selected {
  background: url(/images/website/tabmenu2/back-s2.png);
  background-repeat: repeat-x;
  border-right: 1px solid #aaa;
}

td.webtabtop_over {
  background: url(/images/website/tabmenu2/back-o2.png);
  background-repeat: repeat-x;
  border-right: 1px solid #aaa;
}

td.webtabtop_over div{
	color: Black;
	line-height: 21px;
}


/*Bilder for f�rste tabknapp (venstre tab) */
img.webtabtop_s{
  width: 0px;
  height: 0px;
}
img.webtabtop__s_s {
	background: url(/images/website/tabmenu2/start-s2.png);}
img.webtabtop__s_n,img.webtabtop__s_d {
	background: url(/images/website/tabmenu2/start-n2.png);}
img.webtabtop__s_o {
	background: url(/images/website/tabmenu2/start-o2.png);}

/*Bilder for "skj�ter" mellom tab'er*/
img.webtabtop_m{
  width: 0px;
  height: 21px;
}
img.webtabtop__m_sn, img.webtabtop__m_sd {}
img.webtabtop__m_ns, img.webtabtop__m_ds {}
img.webtabtop__m_nn, img.webtabtop__m_dn, img.webtabtop__m_nd,img.webtabtop__m_dd {}
img.webtabtop__m_so {}
img.webtabtop__m_os {}
img.webtabtop__m_no,img.webtabtop__m_do {}
img.webtabtop__m_on,img.webtabtop__m_od {}

/*Bilde for siste tabknapp (h�yre tab) */
img.webtabtop_e{
  width: 0px;
  height: 0px;
}
img.webtabtop__e_s {background: url(/images/website/tabmenu2/end-s2.gif);}
img.webtabtop__e_n, img.webtabtop__e_d {background: url(/images/website/tabmenu2/end-n2.gif);}
img.webtabtop__e_o {background: url(/images/website/tabmenu2/end-o2.gif);}



td.webtabtop{
  cursor: pointer;
  padding: 0px;
  height: 21px;
}

/*Skrift utseende*/
div.webtabtop {
  font-family : arial, verdana, geneva, helvetica;
  font-weight: normal;
  font-size:8pt;
  color: #6477B4;
  cursor: pointer;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin:0px;
  letter-spacing: 1px;
  white-space: nowrap;
  height: 21px;
  line-height: 21px;
  float: left;
  
}

div.webtabtop_selected{
	color: #625DC4;
}

td.webtabtop_disabled, div.webtabtop_disabled {color: gray;}



/***********************************************************/
/* Styles for the tabmenu page Buttons tag                              */
/***********************************************************/
table.webtabpagebut {
  font-family : arial, verdana, geneva, helvetica;
  height: 21px;
  color: #000;
  font-size:10px;
}

td.webtabpagebut, td.webtabpagebut_disabled {
  background: url("/images/website/tabmenu3/but_back-n.gif");
}

td.webtabpagebut_selected {
  background: url("/images/website/tabmenu3/but_back-s.gif");
}

td.webtabpagebut_over {
  background: url("/images/website/tabmenu3/but_back-o.gif");
}

img.webtabpagebut_s{
  width: 6px;
  height: 21px;
}
img.webtabpagebut__s_s {
  background: url("/images/website/tabmenu3/but_start-s.gif");
}
img.webtabpagebut__s_n,img.webtabpagebut__s_d {
  background: url("/images/website/tabmenu3/but_start-n.gif");
}
img.webtabpagebut__s_o {
  background: url("/images/website/tabmenu3/but_start-o.gif");
}

img.webtabpagebut_m{
  width: 11px;
  height: 21px;
}
img.webtabpagebut__m_sn, img.webtabpagebut__m_sd {
  background: url("/images/website/tabmenu3/but_middle-n.gif");
}
img.webtabpagebut__m_ns,img.webtabpagebut__m_ds {
  background: url("/images/website/tabmenu3/but_middle-s.gif");
}
img.webtabpagebut__m_nn,img.webtabpagebut__m_dn,img.webtabpagebut__m_nd,img.webtabpagebut__m_dd {
  background: url("/images/website/tabmenu3/but_middle-n.gif");
}
img.webtabpagebut__m_so {
  background: url("/images/website/tabmenu3/but_middle-o.gif");
}
img.webtabpagebut__m_os {
  background: url("/images/website/tabmenu3/but_middle-s.gif");
}
img.webtabpagebut__m_no,img.webtabpagebut__m_do {
  background: url("/images/website/tabmenu3/but_middle-o.gif");
}
img.webtabpagebut__m_on,img.webtabpagebut__m_od {
  background: url("/images/website/tabmenu3/but_middle-n.gif");
}

img.webtabpagebut_e{
  width: 3px;
  height: 21px;
}
img.webtabpagebut__e_s {
  background: url("/images/website/tabmenu3/but_end.gif");
}
img.webtabpagebut__e_n,img.webtabpagebut__e_d {
  background: url("/images/website/tabmenu3/but_end.gif");
}
img.webtabpagebut__e_o {
  background: url("/images/website/tabmenu3/but_end.gif");
}


td.webtabpagebut,div.webtabpagebut {
  font-family : arial, verdana, geneva, helvetica;
  font-weight: bold;
  cursor: pointer;
  padding-top: 0px;
  white-space: nowrap;
  height: 18px;
  color: #efefef;
  font-size:8pt;
}

div.webtabpagebut,div.webtabpagebut_selected {
  float: left;
  padding-top: 3px;
  padding-left: 4px;
  padding-right: 5px;
}
div.webtabpagebut_selected{
  color: #625DC4;
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 6px;

}

td.webtabpagebut_disabled, div.webtabpagebut_disabled {
  color: gray;
}

/***********************************************************/
/* Top undergruppe-knapper                                        */
/***********************************************************/
table.webtabsubbut{
  margin: 0px;
  border-collapse: separate;
}

td.webtabsubbut{
  padding-bottom: 0px;
  padding-top: 0px;
  height: 19px;
  border-right: 1px solid #999;
}

td.webtabsubbut_normal{
  background-color: transparent;
  border-right: 1px solid #999;
}

td.webtabsubbut_over{
  background-color: #eee;
  border-right: 1px solid #999;	
}

td.webtabsubbut_selected{
  background-color: white;
  border-right: 1px solid #999;
}


/*Bilder helt til venstre */
img.webtabsubbut_s{
  width: 0px;
  height: 19px;
}
img.webtabsubbut__s_s {}
img.webtabsubbut__s_n {}
img.webtabsubbut__s_d {}
img.webtabsubbut__s_o {}

/*Bilder midten (skj�tebilde mellom knapper) */
img.webtabsubbut_m{
  width: 0px;
  height: 19px;
}
img.webtabsubbut__m_sn {} /*Skj�tebilde valgt/normal*/
img.webtabsubbut__m_sd {} /*Skj�tebilde valgt/l�st*/
img.webtabsubbut__m_ns {} /*Skj�tebilde normal/valgt*/
img.webtabsubbut__m_ds {} /*Skj�tebilde l�st/valgt*/
img.webtabsubbut__m_nn {} /*Skj�tebilde normal/normal*/
img.webtabsubbut__m_dn {} /*Skj�tebilde l�st/normal*/
img.webtabsubbut__m_nd {} /*Skj�tebilde normal/l�st*/
img.webtabsubbut__m_dd {} /*Skj�tebilde l�st/l�st*/
img.webtabsubbut__m_so {} /*Skj�tebilde valgt/over*/
img.webtabsubbut__m_os {} /*Skj�tebilde over/valgt*/
img.webtabsubbut__m_no {} /*Skj�tebilde normal/over*/
img.webtabsubbut__m_do {} /*Skj�tebilde l�st/over*/
img.webtabsubbut__m_on {} /*Skj�tebilde over/normal*/
img.webtabsubbut__m_od {} /*Skj�tebilde over/l�st*/

/*Bilder helt til h�yre */
img.webtabsubbut_e{
  width: 0px;
  height: 19px;
}
img.webtabsubbut__e_s {}
img.webtabsubbut__e_n {}
img.webtabsubbut__e_d {}
img.webtabsubbut__e_o {}

/*Felles DIV for Tekst*/
div.webtabsubbut{
  font-family : arial, verdana, geneva, helvetica;
  font-weight: normal;
  font-size:8pt;
  float: left;
  
  letter-spacing: 1px;
  
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 4px;
  
  white-space: nowrap;
  line-height: 19px;
  height: 19px;
  
  cursor: pointer;
}

/*div.webtabsubbut_normal{*/
td.webtabsubbut_normal div{
  color: black;
}

/*div.webtabsubbut_over{*/
td.webtabsubbut_over div{
  color: black;
}

/*div.webtabsubbut_selected{*/
td.webtabsubbut_selected div{
  color: black;
}


/***********************************************************/
/* Styles for the tabmenu ICEBLUE for SOFTBOX */
/***********************************************************/
table.webtabiceblue {
  font-family : arial, verdana, geneva, helvetica;
  height: 23px;
  color: #999;
  font-size:10px;
}

td.webtabiceblue, td.webtabiceblue_disabled {
  background: url("/images/website/tabmenu4/back-n.gif");
  background-position: bottom;
  background-repeat: repeat-x;
   cursor: default;
}

td.webtabiceblue_selected {
  background: url("/images/website/tabmenu4/back-s.gif");
  background-position: bottom;
  background-repeat: repeat-x;
  cursor: default;
}

td.webtabiceblue_over {
  color: #D9F4FF;
  background: url("/images/website/tabmenu4/back-o.gif");
  background-position: bottom;
  background-repeat: repeat-x;
   cursor: pointer;
}

img.webtabiceblue_s{
  width: 11px;
  height: 23px;
}
img.webtabiceblue__s_s {
  background: url("/images/website/tabmenu4/start-s.gif");
  background-position: bottom;
}
img.webtabiceblue__s_n,img.webtabiceblue__s_d {
  background: url("/images/website/tabmenu4/start-n.gif");
  background-position: bottom;
}
img.webtabiceblue__s_o {
  background: url("/images/website/tabmenu4/start-o.gif");
  background-position: bottom;
}

img.webtabiceblue_m{
  width: 23px;
  height: 23px;
}
img.webtabiceblue__m_sn, img.webtabiceblue__m_sd {
  background: url("/images/website/tabmenu4/middle-sn.gif");
  background-position: bottom;
}
img.webtabiceblue__m_ns,img.webtabiceblue__m_ds {
  background: url("/images/website/tabmenu4/middle-ns.gif");
  background-position: bottom;
}
img.webtabiceblue__m_nn,img.webtabiceblue__m_dn,img.webtabiceblue__m_nd,img.webtabiceblue__m_dd {
  background: url("/images/website/tabmenu4/middle-nn.gif");
  background-position: bottom;
}
img.webtabiceblue__m_so {
  background: url("/images/website/tabmenu4/middle-so.gif");
  background-position: bottom;
}
img.webtabiceblue__m_os {
  background: url("/images/website/tabmenu4/middle-os.gif");
  background-position: bottom;
}
img.webtabiceblue__m_no,img.webtabiceblue__m_do {
  background: url("/images/website/tabmenu4/middle-no.gif");
  background-position: bottom;
}
img.webtabiceblue__m_on,img.webtabiceblue__m_od {
  background: url("/images/website/tabmenu4/middle-on.gif");
  background-position: bottom;
}

img.webtabiceblue_e{
  width: 11px;
  height: 23px;
}
img.webtabiceblue__e_s {
  background: url("/images/website/tabmenu4/end-s.gif");
  background-position: bottom;
}
img.webtabiceblue__e_n,img.webtabiceblue__e_d {
  background: url("/images/website/tabmenu4/end-n.gif");
  background-position: bottom;
}
img.webtabiceblue__e_o {
  background: url("/images/website/tabmenu4/end-o.gif");
  background-position: bottom;
}


td.webtabiceblue,div.webtabiceblue {
  font-family : arial, verdana, geneva, helvetica;
  font-weight: bold;
  white-space: nowrap;
  font-size:8pt;
}

div.webtabiceblue,div.webtabiceblue_selected {
  float: left;
  padding-top: 3px;
  padding-left: 4px;
  padding-right: 5px;
}

div.webtabiceblue_selected{
 /* color: #625DC4;*/
  color: #749ABA;
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 6px;
}

td.webtabiceblue_disabled, div.webtabiceblue_disabled {
  color: #bfbfbf;
  cursor: default;
}

/************************************************************/
/* Styles for the tabmenu ICEBLUE for PAGE BG color */
/***********************************************************/
table.webtabiceblue2 {
  font-family : arial, verdana, geneva, helvetica;
  height: 23px;
  font-size:10px;

}


td.webtabiceblue2 {
  font-family : arial, verdana, geneva, helvetica;
  font-weight: normal;
  white-space: nowrap;
  font-size:8pt;
  color: #555;

}

td.webtabiceblue2, td.webtabiceblue2_disabled {
  background: url("/images/website/tabmenu5/back-n.gif");
  background-position: bottom;
  background-repeat: repeat-x;
   cursor: default;
}

td.webtabiceblue2_selected {
  background: url("/images/website/tabmenu5/back-s.gif");
  background-position: bottom;
  background-repeat: repeat-x;
  cursor: default;
}

td.webtabiceblue2_over {
   font-family : arial, verdana, geneva, helvetica;
  font-weight: bold;
  white-space: nowrap;
  font-size:8pt;
  color: #D9F4FF;
  background: url("/images/website/tabmenu5/back-o.gif");
  background-position: bottom;
  background-repeat: repeat-x;
   cursor: pointer;
}

img.webtabiceblue2_s{
  width: 11px;
  height: 23px;
}
img.webtabiceblue2__s_s {
  background: url("/images/website/tabmenu5/start-s.gif");
  background-position: bottom;
}
img.webtabiceblue2__s_n,img.webtabiceblue2__s_d {
  background: url("/images/website/tabmenu5/start-n.gif");
  background-position: bottom;
}
img.webtabiceblue2__s_o {
  background: url("/images/website/tabmenu5/start-o.gif");
  background-position: bottom;
}

img.webtabiceblue2_m{
  width: 23px;
  height: 23px;
}
img.webtabiceblue2__m_sn, img.webtabiceblue2__m_sd {
  background: url("/images/website/tabmenu5/middle-sn.gif");
  background-position: bottom;
}
img.webtabiceblue2__m_ns,img.webtabiceblue2__m_ds {
  background: url("/images/website/tabmenu5/middle-ns.gif");
  background-position: bottom;
}
img.webtabiceblue2__m_nn,img.webtabiceblue2__m_dn,img.webtabiceblue2__m_nd,img.webtabiceblue2__m_dd {
  background: url("/images/website/tabmenu5/middle-nn.gif");
  background-position: bottom;
}
img.webtabiceblue2__m_so {
  background: url("/images/website/tabmenu5/middle-so.gif");
  background-position: bottom;
}
img.webtabiceblue2__m_os {
  background: url("/images/website/tabmenu5/middle-os.gif");
  background-position: bottom;
}
img.webtabiceblue2__m_no,img.webtabiceblue2__m_do {
  background: url("/images/website/tabmenu5/middle-no.gif");
  background-position: bottom;
}
img.webtabiceblue2__m_on,img.webtabiceblue2__m_od {
  background: url("/images/website/tabmenu5/middle-on.gif");
  background-position: bottom;
}

img.webtabiceblue2_e{
  width: 11px;
  height: 23px;
}
img.webtabiceblue2__e_s {
  background: url("/images/website/tabmenu5/end-s.gif");
  background-position: bottom;
}
img.webtabiceblue2__e_n,img.webtabiceblue2__e_d {
  background: url("/images/website/tabmenu5/end-n.gif");
  background-position: bottom;
}
img.webtabiceblue2__e_o {
  background: url("/images/website/tabmenu5/end-o.gif");
  background-position: bottom;
}



div.webtabiceblue2,div.webtabiceblue2_selected {
  float: left;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
  /*color: #999;*/
  text-align: center;
}

div.webtabiceblue2_selected{
  color: #1B65A3;
  padding-top: 1px;
  padding-left: 4px;
  padding-right: 6px;
  text-align: center;

}

td.webtabiceblue2_disabled, div.webtabiceblue2_disabled {
  color: #bfbfbf;
  cursor: default;
}


/***********************************************************/
/* Styles for the tabmenu ICEBLUE2 for PAGE BG color */
/***********************************************************/
table.webtabiceblue3 {
  font-family : arial, verdana, geneva, helvetica;
  height: 23px;
  font-size:10px;

}


td.webtabiceblue3 {
  font-family : arial, verdana, geneva, helvetica;
  font-weight: bold;
  white-space: nowrap;
  font-size:8pt;
  color: #999;

}

td.webtabiceblue3, td.webtabiceblue3_disabled {
  background: url("/images/website/tabmenu6/back-n.gif");
  background-position: bottom;
  background-repeat: repeat-x;
   cursor: default;
}

td.webtabiceblue3_selected {
  background: url("/images/website/tabmenu6/back-s.gif");
  background-position: bottom;
  background-repeat: repeat-x;
  cursor: default;
}

td.webtabiceblue3_over {
   font-family : arial, verdana, geneva, helvetica;
  font-weight: bold;
  white-space: nowrap;
  font-size:8pt;
  color: #D9F4FF;
  background: url("/images/website/tabmenu6/back-o.gif");
  background-position: bottom;
  background-repeat: repeat-x;
   cursor: pointer;
}

img.webtabiceblue3_s{
  width: 11px;
  height: 23px;
}
img.webtabiceblue3__s_s {
  background: url("/images/website/tabmenu6/start-s.gif");
  background-position: bottom;
}
img.webtabiceblue3__s_n,img.webtabiceblue3__s_d {
  background: url("/images/website/tabmenu6/start-n.gif");
  background-position: bottom;
}
img.webtabiceblue3__s_o {
  background: url("/images/website/tabmenu6/start-o.gif");
  background-position: bottom;
}

img.webtabiceblue3_m{
  width: 23px;
  height: 23px;
}
img.webtabiceblue3__m_sn, img.webtabiceblue3__m_sd {
  background: url("/images/website/tabmenu6/middle-sn.gif");
  background-position: bottom;
}
img.webtabiceblue3__m_ns,img.webtabiceblue3__m_ds {
  background: url("/images/website/tabmenu6/middle-ns.gif");
  background-position: bottom;
}
img.webtabiceblue3__m_nn,img.webtabiceblue3__m_dn,img.webtabiceblue3__m_nd,img.webtabiceblue3__m_dd {
  background: url("/images/website/tabmenu6/middle-nn.gif");
  background-position: bottom;
}
img.webtabiceblue3__m_so {
  background: url("/images/website/tabmenu6/middle-so.gif");
  background-position: bottom;
}
img.webtabiceblue3__m_os {
  background: url("/images/website/tabmenu6/middle-os.gif");
  background-position: bottom;
}
img.webtabiceblue3__m_no,img.webtabiceblue3__m_do {
  background: url("/images/website/tabmenu6/middle-no.gif");
  background-position: bottom;
}
img.webtabiceblue3__m_on,img.webtabiceblue3__m_od {
  background: url("/images/website/tabmenu6/middle-on.gif");
  background-position: bottom;
}

img.webtabiceblue3_e{
  width: 11px;
  height: 23px;
}
img.webtabiceblue3__e_s {
  background: url("/images/website/tabmenu6/end-s.gif");
  background-position: bottom;
}
img.webtabiceblue3__e_n,img.webtabiceblue3__e_d {
  background: url("/images/website/tabmenu6/end-n.gif");
  background-position: bottom;
}
img.webtabiceblue3__e_o {
  background: url("/images/website/tabmenu6/end-o.gif");
  background-position: bottom;
}



div.webtabiceblue3,div.webtabiceblue3_selected {
  float: left;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
  /*color: #999;*/
  text-align: center;
}

div.webtabiceblue3_selected{
  color: #749ABA;
  padding-top: 1px;
  padding-left: 4px;
  padding-right: 6px;
  text-align: center;

}

td.webtabiceblue3_disabled, div.webtabiceblue3_disabled {
  color: #bfbfbf;
  cursor: default;
}


/***********************************************************/
/* Styles for the groupnext tag                            */
/***********************************************************/
table.webgroupright{
  width: 17px;
  height: 100%;
  border-collapse:  collapse;
}
td.webgroupright_middle{
  width: 17px;
  background: url("/images/website/group/m.gif");

}
td.webgroupright_middle2{
  width: 17px;
  height: 9px;
  background: url("/images/website/group/r.gif");
}
td.webgroupright_top{
  width:17px;
  height:7px;
  background: url("/images/website/group/tl.gif");
}
td.webgroupright_bottom{
  width:17px;
  height:7px;
  background: url("/images/website/group/bl.gif");
}

/***********************************************************/
/* Styles for the tabpages/tabpage tag                     */
/***********************************************************/
div.webpagehide{
  display: none;
  visibility: hidden;
}
div.webpageshow{
  display: block;
  visibility: visible;
}

img.LanguageIcon{
  background-image: url(/images/icons/png/do_language.png);
  background-color: Cyan;
  width:16px;
  height:16px;
  cursor:pointer;
  margin-top: 1px;
  margin-left:2px;
  margin-right:2px;
  vertical-align: top;
}

/***********************************************************/
/* Styles for Handsling the pages of a tabmenu             */
/***********************************************************/
div.PageContainer{
  position:relative;
}
div.Page{
  display:none;
  width:100%;
  height:100%;
}
