@CHARSET "ISO-8859-1";
/* begin generellt */

form {
    margin :0;
    padding :0;
}

a { color: #e37222;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
html {
    background-color: white;
}
th {
    text-align:left;
}
img {
    padding :0;
    margin :0;
}
body {
    /*text-align: left;  to satisfy old browsers this should be center */
    font-family: "Arial", "Helvetica", Sans-serif;
    font-size:12px;
    color: #000000;
}

li, ul, img, body, html {
    padding:0; margin:0; border:0;
}
/* end generellt*/
/* begin Head */
#bodycontainer {
    /*width: auto;*/
    padding :0;
    margin: 0px auto 0 auto;
}
#maincontainer {
    background: #fff;
    width: 780px;
    margin: 0 auto 0 auto;
    text-align: left;
}
#bodycontainer #maincontainer {
    margin: 0 0 0 0;
    float: left;
}
#ithead {
    background:#000000;
    height: 80px;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

.top-menu-wrapper {
    width: 1000px;
    margin: auto;
}

#headNavPH{
    float:right;
    top :0 !important;
    padding-right: 15px;
    text-align:right;
    color:#ffffff;
    font-size:11px;
    font-weight:bold;
}
#logo {
    overflow:hidden;
    float:left;
    z-index:99;
    padding-top: 25px;
}

#logo > a > img {
    width:150px;
    border: 0;
}

.itheadNav a{
    font-family: "Arial", "Helvetica", Sans-serif;
    font-weight: lighter;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    text-transform: uppercase;
}
.itheadNav a:hover{
    text-decoration: none;
    color: #F07D00;
}
.itheadNav {
    margin-right: 15px;
}
#bgholder{
    width:100%;
    /*background:url(../bilder3/bg_bgholder.gif) repeat-y;*/
    background: #fff;
}
.menu-bar-container {
    background: #F2F1EF;
}
#tabs {
    background-image: url(../bilder3/bg_pageHeaderBig.png);
    /*background-color: #7C818A;*/
    width:774px;
    padding: 5px 4px 0 4px;
    height: 25px;
    margin: 0 auto 0 auto;
}
#tabs #heading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    color: white;
    margin: 0;
    padding: 0 30px 0 10px;

}
#tabs table {
    float: left;
    border-collapse: collapse;
    border: none;
}
#tabsspacer {
    height: 3px;
    line-height: 0;
    background: url(../bilder3/bg_bgholder.gif) repeat-y;
    margin :0 auto 0 auto;
}
td.inactiveTab {
    background: url(../bilder3/bg_flik_inaktiv_v.gif) 0 6px no-repeat;
    vertical-align: bottom;
    padding: 6px 0 0 0;
}
td.inactiveTab div {
    background: #dbdcde url(../bilder3/bg_flik_inaktiv_h.gif) top right no-repeat;
    padding: 3px 12px 3px 10px;
    margin: 0 1px 1px 1px;
}
td.inactiveTab a {
    font-weight: normal;
    color: #323232;
    padding: 0 0;
    margin: 0;
}
td.activeTab a {
    font-weight: bold;
    color: #323232;
    padding: 0 0;
    margin: 0;
}
td.activeTab {
    background: url(../bilder3/bg_flik_aktiv_v.gif) 0 6px no-repeat;
    vertical-align: bottom;
    padding: 6px 0 0 0;
    font-weight: bold;
}
td.activeTab div {
    background: #ffffff url(../bilder3/bg_flik_aktiv_h.gif) top right no-repeat;
    padding: 3px 12px 4px 10px;
    margin: 0 1px 0 1px;
}
#serviceHead {
    padding :0;
    margin :0;
}
/* end Head */
/* Begin Balken*/
#menybalk{
    width: 100%;
    background: url(../bilder3/bg_menybalk.gif) no-repeat;
    height: 39px;
    text-align: left;
    /*  overflow: hidden;*/
}
#menybalk #horztabs {
    border :0;
    width:100%;
    height:33px;
    margin :0;
    padding :0;
    top :0;
    position:relative;
}
#horztabs td {
    text-align: center;
    border-right: 1px solid #c0c0c0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:normal;
    color:#ededed;
}
#horztabs td a, #horztabs td.activeFlik a{
    color:#ededed;
    text-decoration:none;
}
#horztabs td.plain_hover, #horztabs td.plain:hover{
    background:url(../bilder3/bg_horztabs_active_sprite.png) 0 -80px repeat-x;
}
#horztabs td.hztfirst_hover,
#horztabs td.firstActiveFlik,
#horztabs td.firstActiveFlik_hover,
#horztabs td.firstPlain_hover  {
    background:url(../bilder3/bg_horztabs_active_sprite.png) no-repeat left 0;
}
#horztabs td.hztlast_hover{
    background:url(../bilder3/bg_horztabs_active_sprite.png) no-repeat right -40px;
}
#horztabs td.normfirst_hover {
    background:url(../bilder3/bg_horztabs_active_sprite.png) no-repeat left 0;
}
#horztabs td.normlast_hover{
    background:url(../bilder3/bg_horztabs_active_sprite.png) no-repeat right -40px;
}

#horztabs td.activeFlik {
    background:url(../bilder3/bg_horztabs_active_sprite.png) 0 -80px repeat-x;
}
#horztabs td.activeFlik_hover {
    background:url(../bilder3/bg_horztabs_active_sprite.png) 0 -80px repeat-x;
}
#horztabs #first {
    padding-left:10px;
}
#horztabs #first:hover,
#horztabs td.activeFlik:hover,
#horztabs td.firstActiveFlik:hover,
#horztabs td.firstActiveFlik_hover:hover,
#horztabs td.last_hover:hover,
#horztabs td.last:hover,
#horztabs td.plain:hover,
#horztabs td.plain_hover:hover,
#horztabs td.hztlast_hover{
    cursor:pointer;
}

#horztabs td.firstActiveFlik_hover a,
#horztabs td.last_hover a,
#horztabs td.plain_hover a,
#horztabs td.hztlast_hover a,
#horztabs td.hztfirst_hover a{
    text-decoration:none;
}
#horztabs td.activeFlik a, #horztabs td.firstActiveFlik, #horztabs td.firstActiveFlik_hover{
    color:#d47611;
}
#horztabs td.last_hover, #horztabs td.last:hover {
    background:url(../bilder3/bg_horztabs_active_sprite.png) no-repeat right -40px;
    cursor:pointer !important;
}
/* begin toolbox/Sprite stuff */
.topNavVerktyg ul {
    list-style: none;
}
.topNavVerktyg ul li {
    float:left;
    width: 100%;
    line-height: 1.6;
    margin: 8px 0 0;
}
.topNavVerktyg ul li.lastlink{
    text-align:right;
}
.topNavVerktyg ul li.lastlink a{
    margin-right: 10px;
    color:#d47611;
}
.SpriteIcons {
    background: url("../bilder3/Sprite_iconer.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 27px;
    margin: 0 10px 0 0;
    width: 26px;
}
.topNavVerktyg .SpriteIcons {
    height: 16px;
    width: 16px;
}
.topNavVerktyg a {
    color:#ffffff;
}
#smallAnalys {
    background-position: 0 -54px;
}
#smallExport {
    background-position: -16px -54px;
}
#smallSRapport {
    background-position: -32px -54px;
}
#smallURegister {
    background-position: -48px -54px;
}
.pinkArrow {
    background: url("../bilder3/Sprite_iconer.png") no-repeat scroll 0 -86px transparent;
    display: inline;
}
/* end toolbox/Sprite stuff */
/* end balken*/
/* begin Maincontent */
h2, .rubrik2hm, .rubrik2 {
    font-size: 14px;
    font-weight: bold;
    color: #e37135;
    margin: 0 0 6px 0;
    /*padding-bottom: 10px;
      border-bottom: 1px solid #ECECEC;*/
}
.rubrik2norm {
    font-size: 14px;
    font-weight: bold;
    color: #323232;
    margin: 0 0 6px 0;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #ECECEC;*/
}
h2, .rubrik2hm {
    margin-left: 5px;
    margin-top: 5px;
}
div.mchnormal { /*#maincontentHolder*/
    width:764px;
    margin: 0 auto 0 auto;
    padding :0;
    background-color: #f4f4f4;

}
div.mchwg30 {
    width:764px;
    margin: 0 auto 0 auto;
    padding: 0 4px 2px 4px;
    border :0;
    background: #FFFFFF;
}
div.trlst { /*#maincontentHolder*/
    width:764px;
    margin: 0 auto 0 auto;
    padding: 0 4px 3px 4px;
    border :0;
    background:#FFFFFF;
}
div.spg  { /*#maincontentHolder */
    margin: 0 auto 0 auto;
    padding :0;
    border: 1px solid #e0e0e0;
    width: 762px;
    border-top :0;
    background-color:#f4f4f4;
}
#mainTable {
    margin: 0;
    width: 100%;
}
#mainNav {
    background-color:#FFF9F4;
    padding:0;
    border:0;
    width:178px;
    border-right:5px solid white;
}

@MEDIA print {
    #mainNav {
        display: none;
    }
}
#mainContent {
    padding: 4px 6px 6px 5px;
    border: 1px solid #e0e0e0;
    background-color: #f4f4f4;
}
#innerMenuRow {
    width: 100%;
    margin: 0;
    margin-top: -2px;
    margin-left: -2px;
}
#innerMenuRow td {
    padding: 0;
    padding-top: 2px;
}
#innerMenuRowLinks {
    text-align: right;
}
@MEDIA print {
    #innerMenuRowLinks {
        display: none;
    }
}
#innerMenuRowLinksLeft{
    text-align: left;
    vertical-align: top;

}
#innerMenuRowLinks a {
    color: #e37222;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 1px 3px;
    text-decoration: none;
}
#innerMenuRowLinksLeft a {
    border: 0;
    padding: 0;
    margin: 0;
}
table.data {
    margin: 5px 5px 3px 5px;
    border-collapse: collapse;
    border: none;
}
table.data td, table.data th {
    line-height: 150%;
    padding: 0 5px 0 0;
    border-bottom: 1px solid #ececec; /* enl direktiv will 20070103 */
    font-size:11px;
}

table.data td {
    width:370px;
    font-weight: normal;
}

table.data td.name, table.data th {
    width:180px;
    font-weight:bold;
}

table.data tr.noline td, table.data tr.noline th {
    border: none;
}
/* Navigations rutorna sidomenyn */

.nav h1{
    background-color:#EE7D0E;
    width:169px;
    font-weight: bold;
    font-size: 12px;
    color:#FFFFFF;
    padding: 13px 0 11px 9px;
    margin: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #FFF;
}

.nav {
    color: #494949;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}
.nav a,.nav a.disabled {
    color: #333;
    padding: 5px 0 4px 20px;
    margin-right: 0;
    text-decoration: none;
    background-image:url(../bilder3/arrow_smtjanst.gif);
    background-repeat:no-repeat;
    background-position: 0 -5px;
    display: block;
    border-bottom: 1px solid #ECECEC;
}
.nav a.disabled{
    color: #919191;
    background-image:url("../bilder3/arrow_smtjanst_disabled.gif");
}

.nav .chosen{
    color:#333;
    background-color:#D9DADD;
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
    padding: 5px 0 4px 20px;
    border-bottom: 1px solid #FFFFFF;
    background-image:url("../bilder3/arrow_smtjanst_chosen.gif");
    background-repeat:no-repeat;
}

.nav a:hover, .nav a:hover.disabled  {
    color:#333; /*000000*/
    background-image:url("../bilder3/arrow_smtjanst_chosen.gif");
    background-repeat:no-repeat;
    text-decoration: underline; /*new*/
}
.nav a.chosenwc {
    color: #333;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 0 4px 20px;
    border-bottom: 1px solid #EAEBEC;
    background-image: url("../bilder3/arrow_submenu_chosenwithchi.gif");
    background-repeat: no-repeat;
}
.nav a.chosenwc:hover {
    color:#333; /*000000*/
    background-image:url("../bilder3/arrow_submenu_chosenwithchi.gif");
    background-repeat:no-repeat;
}
.nav .submenu a {
    background-image: none;
    background-color: #eaebec;
    padding: 5px 0 6px 0;
    font-size: 1em;/*0.9em;*/
    font-weight:normal;
    border-bottom: 1px solid #FFFFFF;
    text-decoration: none;
    color:#333;
    display:block;
}
div.nav div.submenu {
    background-color: #FFFFFF;
    border-bottom: 1px solid white;
    margin-top: -1px;
}
div.nav div.submenu a {
    background-color: #FFFFFF;
    background-image: url("../bilder3/bg_submenu.gif");
    background-repeat: no-repeat;
    padding-left: 28px;
}
div.nav div.submenu a:hover {
    text-decoration:underline;
    color: #333;
    background-image: url("../bilder3/bg_submenu_hover.gif");
    background-repeat: no-repeat;
}
.submenu a:last-child{
    border-bottom: 1px solid #ECECEC;
}
div.nav div.submenu a.subchosen{
    font-weight: bold;
    background-image: url("../bilder3/bg_submenu_hover.gif");
}

div.nav div.submenu1 {
    background-color: #FFFFFF;

}
div.nav div.submenu1  a  {
    background-color: #FFFFFF;
    background-image: url("../bilder3/bg_submenu1.gif");
    background-repeat: no-repeat;
    padding:2px;
    padding-left:30px;

}
div.nav div.submenu1  a:hover{
    text-decoration:underline;
    background-image: url("../bilder3/bg_submenu1_hover.gif");
    background-repeat: no-repeat;
}
div.nav div.submenu1 a.subchosen {
    font-weight:bold;
    background-image: url("../bilder3/bg_submenu1_hover.gif");
    background-repeat: no-repeat;
}
div.nav h1 a.whitelink {
    background-image: none;
    border: 0;
    font-weight: bold;
    font-size: 11px;/*0.9em;*/
    color:#FFFFFF;
    margin: 0;
    padding: 0;
}
div.nav h1 a.whitelink:hover {
    text-decoration: underline;
}
div.nav a.expand {
    color:#333;
    background-color:#D9DADD;
    font-weight: bold;
    font-size: 10px;/*0.9em;*/
    padding: 5px 0 4px 20px;
    border-bottom: 1px solid #FFFFFF;
    background-image:url(../bilder3/arrow_submenu_expandedwithc.gif);
    background-repeat:no-repeat;
}
div.nav a.expand:hover {
    text-decoration:underline;
    background-image: url("../bilder3/arrow_submenu_chosenwithchi.gif");
    background-repeat: no-repeat;
}

#newlogin {
    margin: 20px 0;
}
/*  end navigation*/
a.infolink {
    margin: 2px;
    position: relative;
    top: 2px;
    /*vertical-align: -2px;*/
}
a.infolinktext {
    color: #727070;
    position: relative;
    /* border-bottom: 1px dashed #e37222; */
}
td.name a.infolinktext {
    color: #535353;
    font-weight: bold;
}
a:hover.infolinktext {
    text-decoration: none;
}

.infoText {
    position:absolute;
    top:210px;
    left: 560px;
    padding:3px;
    border:1px solid #787878;
    color: #535353;
    background-color:#fff;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight: normal;
    visibility:hidden;
    z-index: 2;
    max-width: 300px;
    min-width: 225px;
    text-align: left;
}
.formInfoText {font-size:10px;}

.infoTextContent { font-size:10px; font-family: verdana, arial, sans-serif; line-height:1.2em;  }
table.infoTextTable td.infoTextContent { font-size:10px; font-family: verdana, arial, sans-serif; line-height:1.2em;  }
.infoTextTable { width:225px;}

.infoTextTableSmall { width:168px; }

.infoTextTableMini { width:140px; }
#errorPage h1 {
    margin: 36px 0 17px 0;
    padding: 0 0 9px 0;
    font-size: 14px;
    color: red;
    border-bottom: 1px solid #ececec;
}
#errorPage p {
    margin: 30px 0;
}
#errorPage a {
    margin: 30px 0;
    padding: 0 12px 0 0;
    background-image: url(../bilder3/arrow_link.gif);
    background-position: right;
    background-repeat: no-repeat;
}

#errorPage {
    color: red;
    margin: 15px 19px;
    font-size: 12px;
    height: 438px;
}
#error {
    color: red;
    font-size: 12px;
    padding: 4px 4px 4px 0;
    margin: 4px 4px 4px 0;
}

.whitespacer {
    display: none;
    height: 30px;
}
.simpleButtonNormal, .simpleButtonRight  {
    color: #e37222;
    background-color: #ffffff;
    font-size: 10px;
    border: 1px solid #e0e0e0;
    margin: 2px;
    padding: 2px 4px 2px 4px;
    text-align: center;
    vertical-align: middle;
}
.simpleButtonRight {
    float: right;
}
.simpleButtonNormal{
    float: left;
}

.simpleButtonNormal a, .simpleButtonRight a {
    font-size:10px;
    text-decoration: none;
}
.simpleButtonNormal a:hover,.simpleButtonRight a:hover {
    text-decoration: none;
}

/* begin s�ksida*/
.help {
    font-size: 12px;
    font-family: sans-serif;
}

.lineDivider {
    margin: 15px -5px 8px -5px;
    border-top: 1px solid #ffffff;
}
.lineDividerBlack {
    margin: 15px -5px 8px -5px;
    border-top:1px solid black;
}
.smallLineDividerWhite{
    margin: 8px 0 8px 0;
    border-top:1px solid #e0e0e0;

}
table.form {
    margin: 11px 0 4px 3px;
    /*  border-spacing: 5px; */
}

table.form th {
    padding: 0;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    width: 120px;
    padding-bottom: 3px;
}
table.form td {
    vertical-align: middle;
    padding-bottom: 3px;
    /*  vertical-align: 10px;*/
}
table.form input.radio {
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.dividedForm { display:block; padding-top :0; margin:0pt; padding-bottom:10px; }
/* end s�ksidan */

/* end Maincontent*/

/* begin Footer*/
#footer{
    width: 100%;
    height: 39px;
    overflow: hidden;
    text-align: center;
    color: #929292;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
    text-decoration:none;
    color: #929292;
}
#footer a:hover {
    text-decoration: underline;
}
#footer span.footer {
    float:left;
    width:100%;
    font-size:10px;
    margin:3px auto 0 auto;
}
/* end Footer */
/* begin MAS*/
.masHeadContainerBorder {
    padding:2px 4px 4px 4px;
    background-color:#ffffff;
    clear:both;
    margin:auto 0 auto 0;
    background: #fff;
}
.masHeadContainer {
    width:762px;
    border:1px solid #d4d4d4;
    background-color:#fffea3; /*ffffe1*/
    margin:auto;
    clear:both;
}
.masHeadContainer .masMessage {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#454545;
    margin:auto 0 auto 12px;
    padding:10px 10px 10px 0;
}
.masHeadContainer .masMessage b {
    font-weight:bold;
}
.masHeadContainer .masMessage a {
    color: #e27322;
    text-decoration:none;
}
.masHeadContainer .masMessage a:hover {
    text-decoration:underline;
}
/* end MAS*/
/* begin secondTabRow */
#secondTabRow {
    background: url(../bilder3/bg_bgholder.gif);
    height: 10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    vertical-align:middle;
    /*padding: 0 10px 0 10px;*/
    padding: 4px 11px 6px 11px;
    clear:left;
    font-size: 11px;
    color:#000000;
}
#secondTabRowSpacerDiv {
    background: url(../bilder3/bg_bgholder.gif);
    height:4px;
    margin:0pt;padding:0pt;
}

#secondTabRow .link {
    color: #000;
}
#secondTabRow .active {
    color:#000;
    font-weight:bold;
}

#secondTabRow  .popuplink a {
    color:#000000;
}
/* end secondTabRow */
/* begin popup */
/* POPUP */

.popup {
    z-index: 2;
}

.subpopup {
    z-index: 2;
}
.popup, .subpopup {
    margin: 0;
    padding: 0;
}
#menybalk ul.popup {
    margin-left:-43px;
    margin-top:4px;
}

span.popup, span.subpopup {
    visibility: hidden;
    position: absolute;
    cursor: pointer;
}

span.popuplink {
    cursor: pointer;
}
span.popuplink a {
    color: black;
}
li.popup, li.subpopup {
    font-size: 12px;
    text-align: left;
    list-style-type: none;
}

li.popupSep {
    list-style-type: none;
    background-color: #F0F5F9;
    /*border: 1px solid #787878;
      border-top-style: none;
      border-bottom-style: none;*/
    background-image: url("/infotorg/bilder/bg_pop_sep.gif");
    background-repeat: repeat-x;
}

a.popup, a.subpopup, a.popupWithSub {
    background-color: #F1F4F6;
    /*border: 1px solid #787878;*/
    border-top-style: none;
    border-bottom-style: none;
    color: black;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 2px 6px 2px 6px;
    display: block;
}
#menybalk a.popup, #menybalk a.subpopup, #menybalk a.popupWithSub {
    background-color: #666666;
    border: 1px solid #666666;
    border-top-style: none;
    border-bottom:1px solid #c0c0c0;
    color: black;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 4px 6px 4px 6px;
    display: block;
    color: #ededed;
}

a.popupWithSub {
    background-image: url("../bilder/bg_pop_menu_arw.gif");
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 20px;
}
a:hover.popupWithSub {
    background-image: url("../bilder/bg_pop_menu_arw_inv.gif");
    background-position: right;
    background-repeat: no-repeat;
}

a.popup:hover, a.subpopup:hover, a.popupWithSub:hover {
    background-color: #7C818A;
    color: white;
    text-decoration: none;
}

ul.popup, ul.subpopup {
    border: 1px solid #787878;
    /*border-bottom: 1px solid #787878;*/
}

.popuplink a.headerLink, a.headerLink {
    color: white;
}

#ithead li.popup {
    line-height: 1.5em;
}
#ithead span.popup {
    z-index: 999;
}
#ithead ul.popup {
    padding: 3px 0;
    background-color: #ffffff;
    border-color: #a9a9a9;
}
#ithead li.popup a {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    margin: 0 7px;
    padding: 1px 6px;
    font-size: 11px;
    white-space: nowrap;
}
#ithead li.popupSep {
    background-color: #ffffff;
    background-image: url(/infotorg/bilder3/bg_pop_sep.gif);
    font-size: 2px;
    margin: 2px 3px;
}
#ithead li.popup a:hover {
    background-color: #ffffff;
    color: #ED7700;
}


/* end popup */
/* begin quicksearch */
#quickSearch {
    position: relative;
    text-align: right;
    float: right;
    padding :0;
    margin :0 10px 0 0;
}
#quickSearch form {
    display: inline;
}
#quickSearch input {
    font-family: "Verdana", "Arial", "Helvetica", Sans-serif;
    font-size: 10px;
}
/* end quicksearch */
/* begin rightmenu */
#rightMenu {
    padding:5px;
    margin:0pt;
    border:1px solid #d1d3d6;
    width:204px;
    display:block;
    font-size:10px;
    border-top:0pt;
    background-color: #f4f4f4;
    voice-family: "\"}\"";
    voice-family:inherit;
    width:190px; /* Box Model Hack*/
}
#rightMenu b {
    color: #535353;
}
/* end rightmenu */
/** begin righthandbox*/
div.rsidebox {
    height:auto;
    width:150px;
    margin-top: 150px;
    float:right;
    position: inherit;
}
div.rsb_mainholder {
    background:url(../bilder3/bg_rsb_antr_mainbg.png) repeat-x 0 65px;  width:150px;
    height:auto;
}
#iesixwarning {
    display: none;
    visibility: hidden;
}
div #rsb_topholder {
    background:url(../bilder3/bg_rsb_antrak_top.png) no-repeat;
    width: 150px;
    height: 65px;
    overflow:hidden;
}
#rsb_rubingreen {
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    float:left;
    padding: 0;
    margin:42px 0 0 12px;
}
div #rsb_mcholder {
    background-color: transparent;
    background: url(../bilder3/bg_rsb_antr_borders.gif) repeat-y;
    width: 150px;
}
div #rsb_mcontent {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    width:130px;
    height:auto;
    margin :0 auto 0 auto;
    padding:5px 0 5px 0;
}
span.orange {
    color:#FF9900;
}
div #rsb_footer {
    background: url(../bilder3/bg_rsb_antr_bordersbottom.gif) no-repeat;
    width:150px;
    height:10px;
    float:none;
    clear:both;
}
div.rsb_behlink, div.rsb_behlink {
    clear:both;
}
div.rsb_behlink a {
    color:#e37222;
    font-weight:normal;
}
/** end righthandbox */
/** Begin dropdownmenyn balken */
.allatHolder { /* //TODO:this can allso be deleted when allatj�nster is done*/
    width: 44px;
    margin:-8px 0 0 25px;
    padding :0;
}
.atCloser{
    float:right;
    height: 12px;
    width: 12px;
    display:block;
    z-index:92;
    margin:-10px 10px 0 0;
    padding :0;
}
.atCloser a img {
    margin :0;
    padding :0;
    border :0;
    background:url(/infotorg/bilder3/bg_btn_closeAt.png) no-repeat;
    background-position: 0 0;
}
.atCloser a:hover img{
    background-position: 0 -25px;
}
#itnavBalk {
    text-align:left;
    padding :0;
    font-size:11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    width:auto;
    position:absolute;
    margin:-18px 0 0 -6px;
    white-space: normal;
}
/* //TODO:from here can be deleted => to here mark */
#itnavBalk, #itnavBalk ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding:0;
    height:auto;
    margin:-2px 0 0 -60px;
    width:auto;
}
#itnavBalk ul ul {
    white-space: normal;
}
#itnavBalk a {
    display:block;
    color:#dddddd;
    text-decoration:none;
    padding :0 10px;
}
#itnavBalk li {
    float:left;
    padding:0;
}
#itnavBalk ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:160px;
    font-weight:normal;
    margin :0;
    line-height: 14px;
    border :0;
    border-top:1px solid #666666;
}
#itnavBalk li li {
    width:160px;
    border-bottom:1px solid #666666;
    font-weight:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#itnavBalk li li a {
    padding:4px 8px 4px 8px;
    width:140px;
    font-size:11px;
    color:#dddddd;
    white-space:normal;
}
#itnavBalk li ul ul {
    margin:-21px 0 0 90px;
}
#itnavBalk li li:hover {
    background:#999999;
}
#itnavBalk li ul li:hover a, #itnavBalk li ul li li:hover a, #itnavBalk li ul li li li:hover a, #itnavBalk li ul li li li:hover a {
    color:#dddddd;
}
#itnavBalk li:hover a, #itnavBalk li.ieitHover a {
    color:#dddddd;
}
#itnavBalk li:hover li a, #itnavBalk li li:hover li a, #itnavBalk li li li:hover li a, #itnavBalk li li li li:hover li a {
    color:#dddddd;
}
#itnavBalk li:hover ul ul, #itnavBalk li:hover ul ul ul, #itnavBalk li:hover ul ul ul ul, #itnavBalk li.ieitHover ul ul, #itnavBalk li.ieitHover ul ul ul, #itnavBalk li.ieitHover ul ul ul ul {
    left:-999em;
}
#itnavBalk li:hover ul, #itnavBalk li li:hover ul, #itnavBalk li li li:hover ul, #itnavBalk li li li li:hover ul, #itnavBalk li.ieitHover ul, #itnavBalk li li.ieitHover ul, #itnavBalk li li li.ieitHover ul, #itnavBalk li li li li.ieitHover ul {
    left:auto;
    background:#444444;
}
/*#itnavBalk li:hover, #itnavBalk li.ieitHover {
background:#DA0909;
  }*/
.navddDivder {
    padding :0;
    margin :0;
    height:3px;
    background-color:#bbbbbb;
    width:100%;
}/* to here */
#largeDDholder {
    float:left;
    height:auto;
    margin:-2px 0 0 0;
    position:absolute;
    width:770px;
    z-index:90;
}
#largeDDholder .tblspacer {
    background:url(/infotorg/bilder3/gray_transp.png) repeat;
    /*background-color:#353535;*/
    border:1px solid #2c2c2c;
    border-top :0;
    float:right;
    clear:both;
    margin :0 -2px 0 0;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    border-radius: 0 0 6px 6px;
    padding:16px 0 12px 22px;
    width: 329px;
}
table.allatj td a {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height: 16px;
    color:#efefef;
    text-decoration:none;
}
table.allatj td a:hover {
    text-decoration:underline;
}
table.allatj td {
    padding-right:22px;
    white-space:nowrap;
}
table.allatj td h1, table.allatj td h1.ovriga {
    color:#efefef;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    margin: 4px 0 3px 0;
}
table.allatj td h1.ovriga {
    margin: 8px 0 3px 0;
}
#largeDDholder table.allatj {
    width:auto;
    margin :0 auto 0 auto;
    padding :0;
}
/** end dropdownmenyn balken */
input.normal {
    border:1px solid #d3d3d3;
    padding: 3px 0 0 3px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image:url(../bilder3/bg_input_field.gif);
    background-attachment:scroll;
    background-repeat:no-repeat;
    height:18px;
    width:auto;
}

/*custom buttons begin*/
a .btn_c_left, a .btn_c_right {
    background: url("../bilder3/bg_btn_corners_16x42.gif") no-repeat scroll left top transparent;
    float:left;
    height: 21px;
    width: 8px;
}
a.disabled .btn_c_left, a.disabled .btn_c_right {
    background-image: url("../bilder3/bg_btn_corners_disabled_16x21.png");
}
a .btn_c_right {
    background-position: right 0;
}
a.orange .btn_c_right {
    background-position: right -42px;
}
a.orange .btn_c_left {
    background-position: left -42px;
}
a:hover .btn_c_right {
    background-position: right -21px;
}
a:hover .btn_c_left {
    background-position: left -21px;
}
a:hover.orange .btn_c_right {
    background-position: right -63px;
}
a:hover.orange .btn_c_left {
    background-position: left -63px;
}
a div.btn_m {
    background: url("../bilder3/bg_btn_middle_80x42.gif") repeat-x scroll center top transparent;
    float: left;
    height: 21px;
    line-height: 19px;
    overflow: hidden;
    text-align: center;
}
a.disabled div.btn_m {
    background-image: url("../bilder3/bg_btn_middle_disabled_80x21.png");
    color: #999999;
}
a.disabled:hover div.btn_m, a.disabled:hover div.btn_c_right {
    background-position: right 0;
}
a.disabled:hover div.btn_c_left {
    background-position: left 0;
}
a.orange .btn_m {
    background-position: 0 -42px;
}
a:hover.orange .btn_m {
    background-position: 0 -63px;
}
a:hover div.btn_m {
    background-position: 0 -21px;
}
a.btn_link {
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 21px;
    overflow: hidden;
    padding-right: 12px;
    text-decoration: none;
}
a.btn_link.disabled {
    cursor: default;
}
/*custom buttons end*/
/*Begin 2011-08-30 Profil + projmark popups */
/*begin settingspopup*/
.SPHolder {
    background-color: rgba(0, 0, 0, 0.4);
    /* RGBA needs fix for crappy browsers */
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 500;
}
#SPProfil, #SPProjm {
    display:none;
}
.SettingsPopup{
    background-color: #FFFFFF;
    border: 1px solid #EF8400;
    color:#000000;
    display: block;
    margin: -100px auto 0;
    position: relative;
    top: 50%;
    width: 265px;
    text-align:left;
}
.SPHeader{
    background: url("../bilder3/bg_orangeBalk.png") repeat-x scroll 0 0 #EF8400;
    font: bold 10px/15px sans-serif;
    height: 19px;
    width: 100%;
}
.SPHeader a {
    background-color: #FFFFFF;
    color: red;
    display: block;
    float: right;
    height: 14px;
    margin: 2px 2px 0 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 13px;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}
.SPHeader a:hover {
    background-color: #eaeaea;
    color: darkred;
}
.SPContent {
    display: block;
    overflow: hidden;
    padding: 10px 26px 24px;
}
h2.SPHeadline {
    margin:0;padding:0;
    color: #DA6810;
    font: bold 14px/10px verdana,sans-serif;
}
.SPContent p {
    font: 11px/18px verdana,sans-serif;
}
.SPContent input {
    width:90%;
}
.SPContent .btnholder {
    display:block;
    padding-top:10px;
}
#proholder {
    height:47px;
    display:block;
    clear:both;
}
.proRub, .proValue {
    display:block;
    float:left;
    font-family: "Arial", "Helvetica", Sans-serif;
    font-size: 12px;
    font-weight: lighter;
    font-style: normal;
    color: #FFFFFF;
    line-height: 11px;
}
.proValue {
    margin-left:3px;
}
a:hover .proValue {
    color:#e37222;
}
.proEditIcon {

    width:12px;
    height:12px;
    display:block;
    float:left;
    clear:right;
}
a:hover .proEditIcon {
    background-position: right -16px;
}
#projmarkbox, #profilbox {
    float:right;
    margin:20px 7px 0 0;
    padding:2px;
}
#projmarkbox.missing {
    background:rgba(255,255,255,0.15);
    -moz-box-shadow:  0 0 15px red;
    -webkit-box-shadow: 0 0 15px red;
    box-shadow:0 0 15px red;
    border:1px solid red;
}
#projmarkbox.missing {
    font-weight:bold;
}
#projmarkbox a, #profilbox a {
    text-decoration:none;
}
/*End 2011-08-30 Profil + projmark popups */
/* Begin Extras */
.noSkype {display:inline;}
.noSkype span.skype_pnh_container {display:none !important;}
.noSkype span.skype_pnh_print_container {display:inline !important;}
/* end Extras */


/* below are styles used to enhance link visibility in hopes of boosting the click rate on certain links. Only implemented on the following pages
view_PER.jsp, view_FFU.jsp and Ginfo_table.jsp */

a.xLinkBlock, div.xLinkBlock{padding: 7px 10px; border:1px solid transparent;}

a.xLinkBlock:hover, div.xLinkBlock:hover{
    background:#dfdfdf; cursor:pointer;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 60%, #dedede);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.6, #fafafa), to(#dedede));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    -moz-box-shadow:
            0px 0 0 rgba(000,000,000,0.5),
            inset -1px -1px 0 rgba(092,092,092,0.6);
    -webkit-box-shadow:
            0px 0 0 rgba(000,000,000,0.5),
            inset -1px -1px 0 rgba(092,092,092,0.6);
    box-shadow:
            0px 0 0 rgba(000,000,000,0.5),
            inset -1px -1px 0 rgba(092,092,092,0.6);
    text-shadow:
            1px 1px 0 rgba(255,255,255,0.5),
            0px 0 0 rgba(179,000,179,0);
}

a.xLinkBlock:active, div.xLinkBlock:active{
    background:#dfdfdf; cursor:pointer;
    background: -moz-linear-gradient(bottom, #ffffff 0%, #fafafa 60%, #dedede);
    background: -webkit-gradient(linear, left top, left bottom, from(#dedede), color-stop(0.6, #fafafa), to(#ffffff));
    -moz-box-shadow:
            0px 0 0 rgba(000,000,000,0.5),
            inset +1px +1px 0 rgba(092,092,092,0.6);
    -webkit-box-shadow:
            0px 0 0 rgba(000,000,000,0.5),
            inset +1px +1px 0 rgba(092,092,092,0.6);
    box-shadow:
            0px 0 0 rgba(000,000,000,0.5),
            inset +1px +1px 0 rgba(092,092,092,0.6);
    text-shadow:
            1px 1px 0 rgba(255,255,255,0.5),
            0px 0 0 rgba(179,000,179,0);
}

div.xLinkBlock:hover{filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */}


#xLinkTest th, #xLinkTest td{padding:3px;}

#xLinkTest .first a, #xLinkTest .last a{padding:2px 5px 4px; border-radius:3px;}

#xLinkTest .first a:hover, #xLinkTest .last a:hover{
    color:#fff;
    padding:4px 7px 6px;
    background:#E37222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;

}

#xLinkTest .first a:active, #xLinkTest .last a:active{
    border:0 none;
    font-weight:normal;
}

.floatR{float: right;}
.floatL{float: left;}

/*** BUTTONS ***/
.util-btns{float: right;}
.util-btn {
    background-color:#fefefe;
    border:1px solid #B3A08D;
    border-radius:2px;
    display:inline-block;
    cursor:pointer;
    color:#746454 !important;
    font-family:arial;
    font-size:11px;
    padding:4px 6px;
    text-decoration:none;
    margin-left:2px;
}
.util-btn:hover {
    border-color:#ee7e0e;
    color:#ee7e0e !important;
    text-decoration: none;
}
.util-btn:active {
    position:relative;
    top:1px;
}

.search-form-group{
    background: #fff;
    padding: 10px;
    margin-top:8px;
    border:1px solid #e0e0e0;
}
.form-btn{
    color: #fff;
    display: inline-block;
    cursor: pointer;
    background: #ee7d0e;
    padding: 0 8px;
    height: 22px;
    margin-top: 1px;
    line-height: 22px;
    border-radius: 2px;
    text-decoration: none;
    border:0 none;
    font-size: 12px;
}
.form-btn:hover{
    text-decoration: none;
    background:#E8933E;
}
.form-btn:active{
    padding-top:1px;
    text-decoration: none;
    background:#E8933E;
}
.form-btn.alt-action{
    background: #ccc;
    color: #333;
}
.form-btn.alt-action:hover{
    background: #ededed;
}
.form-btn-small{
    height:18px;
    line-height:18px;
}
/* End BUTTONS */

/* Begin Data Tables */
.sortablePaginationTable, .unsortableTable {
    width: 100%;
    border-collapse: collapse;
}
.sortablePaginationTable thead tr, .unsortableTable thead tr {
    background-color: #E0E0E0;
    height: 20px;
}
.sortablePaginationTable th, .unsortableTable th {
    font-weight: bold;
    line-height: 24px;
    border-bottom: 1px solid #B5B5B5;
    white-space: nowrap;
    vertical-align: middle;
    padding-left: 5px;
}
.sortablePaginationTable tbody tr:hover, .unsortableTable tbody tr:hover {
    background-color: #f4f4f4
}
.sortablePaginationTable td, .unsortableTable td {
    padding: 5px;
    margin: 0;
}
.sortablePaginationTable tfoot tr, .unsortableTable tfoot tr {
    background-color: #E0E0E0;
}
.sortablePaginationTable .sortArrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
}
.sortablePaginationTable .sorting_asc .sortArrow {
    border-bottom: 4px solid #e37222;
}
.sortablePaginationTable .sorting_desc .sortArrow {
    border-top: 4px solid #e37222;
}
.sortablePaginationTable .sorting:hover .sortArrow {
    border-bottom: 4px solid #767676;
}
.sortablePaginationTable .tableTooltip, .unsortableTable .tableTooltip {
    margin: 2px;
    vertical-align: middle;
    height: inherit;
    display: inline-block;
}
.sortablePaginationTable .odd {
    border: none;
}
.sortablePaginationTable .even {
    border: none;
}
.dataTables_wrapper {
    white-space: nowrap;
}
.dataTables_wrapper .topLeft, .dataTables_wrapper .bottomLeft {
    float: left;
    display: inline-block;
}
.dataTables_wrapper .topRight, .dataTables_wrapper .bottomRight {
    float: right;
    display: inline-block;
    text-align: right;
}
.dataTables_wrapper .topLeft, .dataTables_wrapper .topRight {
    margin-bottom: 5px;
}
.dataTables_wrapper .bottomLeft, .dataTables_wrapper .bottomRight {
    margin-top: 10px;
}
.dataTables_paginate a {
    margin-right: 7px;
}
.dataTables_format_headline {
    display: inline;
}
/* End Data Tables */
