div.Container
{
    padding: 12px;
    font: 80% verdana;
    background-color: white;
    border: solid 1px #e5e5e5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #b5b5b5;
    -webkit-box-shadow: 2px 2px 3px #b5b5b5;
}

div.Container h1
{
    letter-spacing: 1px;
    margin: 0px -8px 0px -8px;
    font-size: 1.2em;
    font-weight: 500;
    color: #666;
    border-bottom: solid 3px #f4f4f4;
    padding: 0px 8px 2px 8px;
}

div.Container > p, div.DynamicContainer > div > p
{
    text-align: justify;
    margin: 0px;
}

ul.TwoLevelNavigationBar + div.Container
{
    margin-top: 18px;
}

div.DynamicContainer
{
    border: none;
    padding: 0px;
}

div.DynamicContainer > div:first-child + div
{
  padding: 0px 12px 0px 12px;
  border-right: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  background-color: white;
}
div.DynamicContainer > div:first-child
{
  background: transparent url('../img/container.png') no-repeat right -12px;
}
div.DynamicContainer > div:first-child > div
{
  background: transparent url('../img/container.png') no-repeat left top;
}
div.DynamicContainer > div:first-child > div > div
{
  margin: 0px 10px 0px 10px;
  height: 11px;
  background-color: White;
  border-top: solid 1px #e5e5e5;
}
div.DynamicContainer > div:first-child + div + div
{
  background: transparent url('../img/container.png') no-repeat left -36px;
}
div.DynamicContainer > div:first-child + div + div > div
{
  background: transparent url('../img/container.png') no-repeat right -24px;
}
div.DynamicContainer > div:first-child + div + div > div > div
{
  margin: 0px 10px 0px 10px;
  height: 11px;
  background-color: White;
  border-bottom: solid 1px #e5e5e5;
}
div.Frame
{
    background-color: white;
    font-family: Verdana;
    border: solid 1px #e6e6e6;
    padding: 0px 8px 8px 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-box-shadow: 3px 3px 2px #f9f9f9;
    -webkit-box-shadow: 3px 3px 2px #f7f7f7;
}

div.Frame + div.Frame
{
    margin-top: 8px;
}

div.Frame > h2
{
    margin: 0px -8px 8px -8px;
    font-size: 12px;
    padding: 3px 6px 6px 6px;
    height: 12px;
    color: #6d6d6d;
    font-weight: bold;
    letter-spacing: .05em;
    font-family: Verdana;
}

div.Frame > h2 > input[type="button"]
{
    float: right;
    cursor: pointer;
    border: none;
    background: transparent url('../img/frame-icons.png') no-repeat;
    height: 10px;
    margin: 2px -1px 0px 5px;
    padding: 0px;
    line-height: 0px;
}

div.Frame > h2 > input[type="button"] + input[type="button"]
{
    margin-right: 0px;
}

div.Frame > h2 > input[type="button"].Close
{
    width: 10px;
    background-position: -22px 0px;
}

div.Frame > h2 > input[type="button"].Collapse
{
    width: 11px;
    background-position: 0px 0px;
}

div.Frame > h2 > input[type="button"].Expand
{
    width: 11px;
    background-position: -11px 0px;
}

div.Frame > div.FrameBody
{
    padding: 8px;
}

div.CollapsedFrame + div.Frame
{
    margin-top: 2px;
}

div.EnhancedFrame
{
    padding: 0px;
}

/* --- Rules for Output Frames. --------------------------------------------- */
div[class~="Frame"][class~="Output"] > h2
{
    background-image: url('../img/frame.gif');
    background-position: left bottom;
}

div.EnhancedFrame > h2
{
    margin: 0px;
}

div.OutputFrame
{
	border: 1px solid #E6E6E6;
	background-color:white;
	overflow: hidden;
}

div.OutputFrame > div
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top:3px;
}

div.OutputFrame div.Header
{
	height: 21px;
	background-image: url('../img/frame.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight:bold;
	font-size:12px;
}

div.OutputFrame div.Body
{
	padding-top:8px;
	padding-bottom:8px;
}

/* --- Rules for Input Frames. ---------------------------------------------- */
div[class~="Frame"][class~="Input"]
{
    background: #efefef url('../img/background.gradient.png') left top repeat-x;
}

div[class~="Frame"][class~="Input"] > h2
{
    background-color: #fefefe;
    border-bottom: solid 1px #e6e6e6;
}

/* --- Rules for message panel. --------------------------------------------- */
div.Frame > div.FrameBody > div.MessagePanel
{
    height: 12px;
    padding: 4px;
    border: solid 2px #ff9f9f;
    text-align: justify;
    background: #ffb0b0 url("../img/message-panel.png") repeat-x;
    font-size: 10px;
    font-weight: bold;
    color: #3f3f3f;
    margin: 0px -8px 0px -8px;
    position: relative;
    top: -8px;
}

div.Frame > div.FrameBody > div.MessagePanel > div
{
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 14px;
    white-space: nowrap;
}

div.Frame > div.FrameBody > div.MessagePanel > input
{
    position: absolute;
    top: 5px;
    left: 100%;
    margin-left: -14px;
    cursor: pointer;
    border: none;
    background: transparent url('../img/frame-icons.png') no-repeat -22px 0px;
    height: 10px;
    width: 10px;
}

div.Frame > div.FrameBody > div[class~="MessagePanel"][class~="Confirmation"]
{
    background-color: #c0ffc0;
    border-color: #9fff9f;
}

div.Frame > div.FrameBody > div[class~="MessagePanel"][class~="Information"]
{
    background-color: #b0b0ff;
    border-color: #9f9fff;
}
.VismaCheckboxWrapper
{
    padding: 3px;
    font-size: 1em;
    border: 1px solid transparent;
    display: inline-block;
}

.VismaCheckboxWrapper.Focused
{
    border: 1px solid #367fcd;
}

.VismaCheckboxWrapper > .VismaCheckbox
{
    background: url(../img/jquery.vismacheckbox/checkbox_unselected.png) no-repeat;
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    outline: 0;
}

.VismaCheckboxWrapper.Checked > .VismaCheckbox
{
    background-image: url(../img/jquery.vismacheckbox/checkbox_selected.png);
}

.VismaCheckboxWrapper.Disabled > .VismaCheckbox
{
    background-image: url(../img/jquery.vismacheckbox/checkbox_disabled.png);
}

.VismaCheckboxWrapper.Disabled.Checked > .VismaCheckbox
{
    background-image: url(../img/jquery.vismacheckbox/checkbox_disabled_selected.png);
}

.VismaCheckboxWrapper.Focused > .VismaCheckbox
{
    background-image: url(../img/jquery.vismacheckbox/checkbox_focused_unselected.png);
}

.VismaCheckboxWrapper.Focused.Checked > .VismaCheckbox
{
    background-image: url(../img/jquery.vismacheckbox/checkbox_focused_selected.png);
}

.VismaCheckboxWrapper > label
{
    color: #000000;
    padding-left: 3px;
}

.VismaCheckboxWrapper.Disabled > label
{
    color: #999999;
}

.VismaCheckboxWrapper > input[type='checkbox']
{
    display: none;
}

/* --- Needed when joining UTF8 and WIN TXT files ----------------- */        
ul.doNotDeleteMe
{}
/* --- OneLevelNavigationBar ----------------- */        

ul.OneLevelNavigationBar
{
    font-family: Verdana;
    padding: 0px 13px 0px 0px;
    margin: 0px 0px 0px 13px;
    height: 28px;
    position: relative;
    list-style-type: none;
       
    background: url('../img/one-level-navigation-bar-1920.png') no-repeat top right;
    min-width: 250px;
    max-width: 1920px;
}

/* --- Rules for first level navigation list items. ----------------- */        
ul.OneLevelNavigationBar > li
{
    float: left;
    height: 28px;
}
ul.OneLevelNavigationBar > li:hover
{
    background: url('../img/one-level-navigation-bar-1920.png') no-repeat -200px -56px;
}
ul.OneLevelNavigationBar > li:first-child:hover
{
    background-position: left -56px;
}
ul.OneLevelNavigationBar > li:first-child
{
    background: url('../img/one-level-navigation-bar-1920.png') no-repeat left -140px;
    margin-left: -13px;
}

/* --- Rules for first level selected elements. --------------------- */
ul.OneLevelNavigationBar > li.Selected
{
    background: url('../img/one-level-navigation-bar-1920.png') no-repeat -200px -84px;     
}
ul.OneLevelNavigationBar > li.Selected:first-child
{
    background-position: left -84px;  
    margin-left: -11px;  
}
ul.OneLevelNavigationBar > li.Selected + li
{
    background: url('../img/one-level-navigation-bar-1920.png') no-repeat left -112px;
}
ul.OneLevelNavigationBar > li.Selected + li:hover
{
    background-position: -400px -56px;
}

/* --- Rules for first level navigation anchor elements. ------------ */
ul.OneLevelNavigationBar > li > a, .MenuTopItem
{
    display: block;
    height: 22px;
    margin-right: -1px;
    padding: 6px 25px 0px 25px;
    color: white;
    font-weight: 500;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    white-space: nowrap;
    background: url('../img/one-level-navigation-bar-1920.png') no-repeat right -56px;
    
    font-family:verdana,sans-serif;
    font-size:12px;
    
}        
ul.OneLevelNavigationBar > li.Selected > a, ul.OneLevelNavigationBar > li.Selected > .MenuTopItem
{
    padding-right: 24px;
    margin-right: 0px;
    color: rgb(60, 60, 60);
    font-weight: 700;
    background-position: right -112px;
    
    font-family:verdana,sans-serif;
    font-size:12px;
    font-weight:bold
    
}

body.NordicCool
{
    max-width: 800px;
    padding: 0px 30px 30px 30px;
    margin: 0px auto 0px auto;
    background: #c0c0c0 url('../img/background.jpg') repeat-x fixed;
}

body[class~="NordicCool"][class~="Aurora"]
{
    background-image: url('../img/background.jpg');
}

/* --- Rules for anchor elements. ------------------------------------------- */
body.NordicCool a
{
    color: rgb(79, 130, 199);
    text-decoration: none;
}

body.NordicCool a:hover
{
    text-decoration: underline;
}

body.NordicCool a:focus
{
    text-decoration: underline;
}

/* --- Rules for paragraph elements. ---------------------------------------- */
body.NordicCool div.Container p
{
    max-width: 500px;
    text-align: justify;
}

body.NordicCool div.Frame p
{
    font-size: 11px;
    margin: 0px;
}

body.NordicCool div.Frame p + p
{
    margin-top: 5px;
}

/* --- Rules for header section. -------------------------------------------- */
body.NordicCool div.HeaderSection
{
    margin-top: 21px;
    height: 25px;
    background: url("../img/visma-logo.png") 6px top no-repeat;
}

/* --- Rules for Two Level Navigation Bar. ---------------------------------- */
body.NordicCool ul.TwoLevelNavigationBar
{
    margin-top: 25px;
}

body.NordicCool div.HeaderSection + ul.TwoLevelNavigationBar
{
    margin-top: 9px;
}

/* --- Rules for Container. ------------------------------------------------- */
body.NordicCool div.Container + div.Container,
body.NordicCool ul.TwoLevelNavigationBar + div.Container
{
    margin-top: 18px;
}

/* --- Rules for Frames. ---------------------------------------------------- */
body.NordicCool div.Container h1 + div.Frame
{
    margin-top: 8px;
}

/* --- Rules for footer section. -------------------------------------------- */
body.NordicCool div.Copyright
{
    margin-top: 8px;
    height: 12px;
    font-size: 10px;
    color: rgb(60,60,60);
    text-align: center;
}

/* --- Misc rules. ---------------------------------------------------------- */
body.NordicCool div.FloatClearer
{
    height: 0;
    line-height: 0;
    clear: both;
}
/**
 * CSS rules for the Nordic Cool Two Level Navigation Bar.
 * Part of the Nordic Cool Components project.
 *
 * For more information please visit:
 * http://mysite.visma.net/personal/knut_johansen/nordic-cool-components/
 *
 * Copyright � Visma Unique 2009
 *
 * Version 1.0.
 */

 /* --- Blue theme. --------------------------------------------------------- */
body.Blue ul.TwoLevelNavigationBar,
body.Blue ul.TwoLevelNavigationBar > li:hover,
body.Blue ul.TwoLevelNavigationBar > li:first-child,
body.Blue ul.TwoLevelNavigationBar > li.Selected,
body.Blue ul.TwoLevelNavigationBar > li.Selected + li,
body.Blue ul.TwoLevelNavigationBar > li > a,
body.Blue ul.TwoLevelNavigationBar > li > ul,
body.Blue ul.TwoLevelNavigationBar > li > ul > li:first-child:hover,
body.Blue ul.TwoLevelNavigationBar > li > ul > li > a:hover,
body.Blue ul.TwoLevelNavigationBar > li > ul > li.Selected > a:hover,
ul[class~="TwoLevelNavigationBar"][class~="Blue"],
ul[class~="TwoLevelNavigationBar"][class~="Blue"] > li:hover,
ul[class~="TwoLevelNavigationBar"][class~="Blue"] > li:first-child,
ul[class~="TwoLevelNavigationBar"][class~="Blue"] > li.Selected,
ul[class~="TwoLevelNavigationBar"][class~="Blue"] > li.Selected + li,
ul[class~="TwoLevelNavigationBar"][class~="Blue"] > li > a,
ul[class~="TwoLevelNavigationBar"][class~="Blue"] > li > ul,
ul[class~="TwoLevelNavigationBar"][class~="Blue"] > li > ul > li:first-child:hover,
ul[class~="TwoLevelNavigationBar"][class~="Blue"] > li > ul > li > a:hover,
ul[class~="TwoLevelNavigationBar"][class~="Blue"] > li > ul > li.Selected > a:hover
{
    background-image: url(../img/two-level-navigation-bar-1920-blue.png);
}

 /* --- Common rules. ------------------------------------------------------- */
ul.TwoLevelNavigationBar
{
    display: block;
    font-family: Verdana;
    padding: 0px 13px 0px 0px;
    margin: 0px 0px 0px 13px;
    height: 56px;
    position: relative;
    list-style-type: none;
    background: url(../img/two-level-navigation-bar-1920.png) no-repeat top right;
    min-width: 250px;
    max-width: 1920px;
}

ul.TwoLevelNavigationBar *
{
    line-height: normal;
    text-align: left;
    white-space: nowrap;
}

/* --- Rules for first level navigation list items. ----------------- */        
ul.TwoLevelNavigationBar > li
{
    float: left;
    height: 28px;
    list-style-type: none;
}
ul.TwoLevelNavigationBar > li:hover
{
    background: url('../img/two-level-navigation-bar-1920.png') no-repeat -200px -56px;
}
ul.TwoLevelNavigationBar > li:first-child:hover
{
    background-position: left -56px;
}
ul.TwoLevelNavigationBar > li:first-child
{
    background: url(../img/two-level-navigation-bar-1920.png) no-repeat left -140px;
    margin-left: -13px;
}

/* --- Rules for first level selected elements. --------------------- */
ul.TwoLevelNavigationBar > li.Selected
{
    background: url(../img/two-level-navigation-bar-1920.png) no-repeat -200px -84px;
}
ul.TwoLevelNavigationBar > li.Selected:first-child
{
    background-position: left -84px;
}
ul.TwoLevelNavigationBar > li.Selected + li
{
    background: url(../img/two-level-navigation-bar-1920.png) no-repeat left -112px;
}
ul.TwoLevelNavigationBar > li.Selected + li:hover
{
    background-position: -400px -56px;
}

/* --- Rules for first level navigation anchor elements. ------------ */
ul.TwoLevelNavigationBar > li > a
{
    display: block;
    height: 22px;
    margin-right: -1px;
    padding: 6px 25px 0px 25px;
    color: white;
    font-weight: 500;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    background: url('../img/two-level-navigation-bar-1920.png') no-repeat right -56px;
    text-shadow: 0px 1px 1px black;
}

ul.TwoLevelNavigationBar > li > a:hover
{
    text-decoration: none;
}

ul.TwoLevelNavigationBar > li:hover > a
{
    text-shadow: 0px 1px 1px #111;
}

ul.TwoLevelNavigationBar > li.LeftOfSelected > a
{
    background-position: right -84px;
}

ul.TwoLevelNavigationBar > li.Selected > a
{
    padding-right: 24px;
    margin-right: 0px;
    color: rgb(60, 60, 60);
    font-weight: 700;
    background-position: right -112px;
    text-shadow: 0px 1px 2px #a0a0a0;
}

/* --- Rules for second level navigation. --------------------------- */
ul.TwoLevelNavigationBar > li:first-child > ul
{
    z-index: 1;
    display: block;
}

ul.TwoLevelNavigationBar > li > ul
{
    padding: 0px;
    margin: 0px;
    height: 28px;
    list-style-type: none;
    display: none;
    background: url(../img/two-level-navigation-bar-1920.png) no-repeat left -168px;
    overflow: hidden;
    position: absolute;
    left: -13px;
    top: 28px;
    width: 100%;
    margin-right: 13px;
}

ul.TwoLevelNavigationBar > li.Selected > ul
{
    z-index: 2;
    display: block;
}

ul.TwoLevelNavigationBar > li:first-child > ul > li
{
    display: none;
}

ul.TwoLevelNavigationBar > li.Selected:first-child > ul > li
{
    display: block;
}

ul.TwoLevelNavigationBar > li > ul > li
{
    float: left;
    height: 28px;
}
ul.TwoLevelNavigationBar > li > ul > li:first-child
{
    padding-left: 12px;
}

ul.TwoLevelNavigationBar > li > ul > li:first-child:hover
{
    background: url(../img/two-level-navigation-bar-1920.png) -600px -112px;
}

body ul.TwoLevelNavigationBar > li > ul > li.Selected:first-child:hover
{
    background-image: none;
}

ul[class~="TwoLevelNavigationBar"][class~="ExpandOnHover"] > li:hover > ul,
ul[class~="TwoLevelNavigationBar"][class~="ExpandOnHover"] > li > ul:hover
{
    z-index: 3;
    display: block;
}

ul[class~="TwoLevelNavigationBar"][class~="ExpandOnHover"] > li:hover > ul > li,
ul[class~="TwoLevelNavigationBar"][class~="ExpandOnHover"] > li > ul:hover > li
{
    display: block;
}

/* --- Rules for second level navigation anchor elements. ----------- */
ul.TwoLevelNavigationBar > li > ul > li > a
{
    height: 21px;
    margin: 0px 1px 0px 1px;
    padding: 7px 8px 0px 8px;
    color: rgb(60, 60, 60);
    text-decoration: none;
    display: block;
    font-size: 10px;
    text-shadow: 0px 1px 1px #aaa;
}
ul.TwoLevelNavigationBar > li > ul > li > a:hover
{
    color: White;
    background: url(../img/two-level-navigation-bar-1920.png) no-repeat -200px -112px;
    text-shadow: 0px 1px 1px #444;
    text-decoration: none;
}
ul.TwoLevelNavigationBar > li > ul > li.Selected > a
{
    font-weight: 700;
    background: url(../img/two-level-navigation-bar-1920.png) no-repeat -400px -112px;
}
ul.TwoLevelNavigationBar > li > ul > li.Selected > a:hover
{
    color: rgb(60, 60, 60);
    text-shadow: 0px 1px 1px #aaa;
}
div.VerticalNavigationBarBorder
{
    background: url("../img/vertical-navigation-bar.png") no-repeat -800px -48px;
    width: 200px;
    font-size: 0px;
    line-height: 0px;
    position: relative;
}

div.VerticalNavigationBarBorder > div:first-child {
    margin-left: 4px;
    height: 4px;
    background: url("../img/vertical-navigation-bar.png") no-repeat right -48px;
}

div.VerticalNavigationBarBorder > div:first-child + div {
    padding: 0px 3px 3px 3px;
    background-color: #6d6d6d;
    border: solid 1px #c0c0c0;
    border-top: none;
}

ul.VerticalNavigationBar,
ul.VerticalNavigationBar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: normal;
}

ul.VerticalNavigationBar {
    position: relative;
    width: 194px;
    background: #fbfbfb url("../img/vertical-navigation-bar.png") repeat-x -400px bottom;
    border: solid 3px #6d6d6d;
    font-family: verdana;
    min-height: 600px;
    padding-bottom: 50px;
}

body div.VerticalNavigationBarBorder ul.VerticalNavigationBar {
    border: solid 1px #c0c0c0;
    border-top: none;
    width: auto;
}

ul.VerticalNavigationBar a {
    text-decoration: none;
    display: block;
}

ul.VerticalNavigationBar li.Selected > a:hover {
    text-decoration: none;
}

ul.VerticalNavigationBar li.InsertButton {
    text-align: right;
    background: #e3e3e3 url("../img/vertical-navigation-bar.png") no-repeat right -52px;
    padding-top: 0px;
    border-top: solid 1px #c0c0c0;
}

ul.VerticalNavigationBar li.InsertButton:hover {
    text-align: right;
    background-position: right -70px;
    padding-top: 0px;
}

ul.VerticalNavigationBar li[class~="InsertButton"][class~="Disabled"] {
    background-position: right -88px;
}

ul.VerticalNavigationBar li.InsertButton > a:first-child {
    color: #3b3a3a;
    background: transparent none;
    border-top: solid 1px white;
    font-style: italic;
    padding-right: 23px;
    font-size: 11px;
    padding-top: 2px;
}

ul.VerticalNavigationBar li[class~="InsertButton"][class~="Disabled"] > a {
    color: silver;
}

ul.VerticalNavigationBar li[class="InsertButton"] > a:hover {
    text-decoration: underline;
    color: #4F82C7;
}

/* --- First level items. --------------------------------------------------- */

ul.VerticalNavigationBar > li {
    position: relative;
    background: #fafafa url("../img/vertical-navigation-bar.png") no-repeat left bottom;
    font-size: 0px;
    line-height: 0px;
}

ul.VerticalNavigationBar > li + li {
    margin-top: -1px;
}

div.VerticalNavigationBarBorder ul.VerticalNavigationBar > li {
    margin-right: -1px;
    margin-left: -1px;
}

ul.VerticalNavigationBar > li * {
    line-height: normal;
}

ul.VerticalNavigationBar > li > a:first-child {
    border: solid 1px #656565;
    text-decoration: none;
    color: #2c2c2c;
    height: 17px;
    padding: 3px 7px 0px 8px;
    font-size: 11px;
    display: block;
    background: #eeeeee url(../img/vertical-navigation-bar.png) no-repeat right -108px;
    white-space: nowrap;
    overflow: hidden;
}

ul.VerticalNavigationBar > li.Selected > a:first-child,
ul.VerticalNavigationBar > li > a.Selected:first-child {
    background-color: #7b7b7b;
    color: white;
}

ul.VerticalNavigationBar > li.SubSelected > a:first-child,
ul.VerticalNavigationBar > li > a.SubSelected:first-child {
    background-color: #c7c7c7;
    color: black;
}

ul.VerticalNavigationBar > li > a.DragHandle,
ul.VerticalNavigationBar > li > a.CollapseButton
{
    background: url("../img/vertical-navigation-bar.png") no-repeat -800px 3px;
    display: block;
    position: absolute;
    top: 0px;
    text-decoration: none;
    height: 22px;
}

ul.VerticalNavigationBar > li > a.DragHandle {
    left: 0px;
    width: 10px;
    cursor: move;
    display: none;
}

ul.VerticalNavigationBar > li:hover > a.DragHandle {
    display: block;
}

ul.VerticalNavigationBar > li > a.CollapseButton {
    right: 0px;
    width: 17px;
    background-position: -826px 6px;
}

ul.VerticalNavigationBar > li.Collapsed > a.CollapseButton {
    background-position: -809px 6px;
}

ul.VerticalNavigationBar > li.Collapsed > ul {
    display: none;
}

ul.VerticalNavigationBar > li.InsertButton {
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    border-bottom: none;
}

div.VerticalNavigationBarBorder ul.VerticalNavigationBar > li.InsertButton {
    left: 1px;
}

ul.VerticalNavigationBar > li.InsertButton > a {
    border-right: none;
    border-bottom: none;
    border-left: none;
}

/* --- Second level items. -------------------------------------------------- */

ul.VerticalNavigationBar > li > ul {
    position: relative;
    padding: 4px 0px 26px 0px;
    background: url("../img/vertical-navigation-bar.png") no-repeat right -300px;
    border-bottom: solid 1px #c0c0c0;
}

div.VerticalNavigationBarBorder ul.VerticalNavigationBar > li > ul {
    border-right: solid 1px #c0c0c0;
    border-left: solid 1px #c0c0c0;
}

ul.VerticalNavigationBar > li > ul > li
{
    position: relative;
    z-index: 5;
}

ul.VerticalNavigationBar > li > ul > li > a:first-child {
    padding: 3px 19px 3px 19px;
    font-size: 11px;
    color: #323232;
    height: 13px;
    z-index: 6;
    white-space: nowrap;
    overflow: hidden;
}

ul.VerticalNavigationBar > li > ul > li > a:first-child:hover {
    text-decoration: underline;
    color: #4F82C7;
}

ul.VerticalNavigationBar > li > ul > li.Selected {
    left: 6px;
    background: url("../img/vertical-navigation-bar.png") no-repeat right top;
    margin-top: -3px;
    margin-bottom: -2px;
}

ul.VerticalNavigationBar > li > ul > li.Selected > a:first-child {
    position: relative;
    left: -6px;
    color: white;
    text-shadow: 0px 1px 0px #193864;
    padding-top: 5px;
    background: url("../img/vertical-navigation-bar.png") no-repeat right -24px;
    height: 16px;
}

ul.VerticalNavigationBar > li > ul > li.Selected > a:first-child:hover {
    text-decoration: none;
    color: white;
}

ul.VerticalNavigationBar > li > ul > li > a.DragHandle {
    background: url("../img/vertical-navigation-bar.png") no-repeat -801px 2px;
    position: absolute;
    top: 0px;
    text-decoration: none;
    height: 18px;
    left: 0px;
    width: 10px;
    cursor: move;
    display: none;
    z-index: 7;
}

ul.VerticalNavigationBar > li > ul > li:hover > a.DragHandle {
    display: block;
}

ul.VerticalNavigationBar > li > ul > li.Selected > a.DragHandle {
    left: -6px;
    top: 2px;
}

ul.VerticalNavigationBar > li > ul > li.InsertButton > a {
    height: 14px;
}

ul.VerticalNavigationBar > li > ul > li.InsertButton {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

/* --- Third level items. --------------------------------------------------- */

ul.VerticalNavigationBar > li > ul > li > ul {
    display: none;
}

/* ||| Blue theme. |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

body.Blue div.VerticalNavigationBarBorder,
body.Blue ul.VerticalNavigationBar li.InsertButton,
body.Blue div.VerticalNavigationBarBorder > div:first-child,
body.Blue ul.VerticalNavigationBar > li > ul > li.Selected,
body.Blue ul.VerticalNavigationBar > li > ul > li.Selected > a:first-child,

div[class~="VerticalNavigationBarBorder"][class~="Blue"],
ul[class~="VerticalNavigationBar"][class~="Blue"] li.InsertButton,
div[class~="VerticalNavigationBarBorder"][class~="Blue"] > div:first-child,
ul[class~="VerticalNavigationBar"][class~="Blue"] > li > ul > li.Selected,
ul[class~="VerticalNavigationBar"][class~="Blue"] > li > ul > li.Selected > a:first-child
{
    background-image: url("../img/vertical-navigation-bar-blue.png");
}

body.Blue div.VerticalNavigationBarBorder > div:first-child + div,
div[class~="VerticalNavigationBarBorder"][class~="Blue"] > div:first-child + div
{
    background-color: #1c71bc;
}

body.Blue ul.VerticalNavigationBar,
ul[class~="VerticalNavigationBar"][class~="Blue"]
{
    border-color: #1c71bc;
}

body.Blue ul.VerticalNavigationBar > li.Selected > a:first-child,
body.Blue ul.VerticalNavigationBar > li > a.Selected:first-child,
ul[class~="VerticalNavigationBar"][class~="Blue"] > li.Selected > a:first-child,
ul[class~="VerticalNavigationBar"][class~="Blue"] > li > a.Selected:first-child
{
    background-color: #447fcb;
}

body.Blue ul.VerticalNavigationBar > li.SubSelected > a:first-child,
body.Blue ul.VerticalNavigationBar > li > a.SubSelected:first-child,
ul[class~="VerticalNavigationBar"][class~="Blue"] > li.SubSelected > a:first-child,
ul[class~="VerticalNavigationBar"][class~="Blue"] > li > a.SubSelected:first-child
{
    background-color: #aec9ea;
    color: black;
}

ul.VerticalNavigationBar.InitCollapsed li ul { display:none;}

.ncbutton
{
	outline: none;
}
.ncbutton_outer
{
	position: relative;
	display: inline-block;
	outline: none;
}
.ncbutton_outer > span
{
	/* Sliding right image */
	background: transparent url('../img/visma.ui.button.png') no-repeat scroll right -210px;
	display: inline-block;
	height: 22px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */ /*margin-right: 6px;*/
	padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */ /* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	outline: none;
}
.ncbutton_outer > span > span
{
	/* Background left image */
	background: transparent url('../img/visma.ui.button.png') no-repeat;
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 0px 0px 10px;
	outline: none;
}
.ncbutton_outer.disabled span, .ncbutton_outer.disabled input
{
	color: #999999;
	cursor: default;
}

.ncbutton_outer.disabled input
{
	visibility: hidden;
}

.ncbutton_outer > span.ncbuttonhover
{
	background: transparent url('../img/visma.ui.button.png') no-repeat scroll right -252px;
}
.ncbutton_outer > span.ncbuttonhover > span.ncbuttonhover
{
	background: transparent url('../img/visma.ui.button.png') no-repeat left -42px;
}
.ncbutton_outer > span.ncbuttonpressed
{
	color: #ffffff;
	background: transparent url('../img/visma.ui.button.png') no-repeat scroll right -294px;
}
.ncbutton_outer > span.ncbuttonpressed > span.ncbuttonpressed
{
	background: transparent url('../img/visma.ui.button.png') no-repeat left -84px;
}

.UploadButton
{
	background: transparent url('../img/visma.ui.button.png') no-repeat scroll right -210px;
	display: inline-block;
	height: 22px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */ /*margin-right: 6px;*/
	line-height: 22px;
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
}

.UploadButton > span
{
	background: transparent url('../img/visma.ui.button.png') no-repeat;
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 0px 0px 10px;
}


.UploadButton.UploadButtonHover
{
	background: transparent url('../img/visma.ui.button.png') no-repeat scroll right -252px;
}

.UploadButton.UploadButtonHover > span
{
	background: transparent url('../img/visma.ui.button.png') no-repeat left -42px;
}

.UploadButton.UploadButtonClick
{
	background: transparent url('../img/visma.ui.button.png') no-repeat scroll right -294px;
	color: #ffffff;
}

.UploadButton.UploadButtonClick > span
{
	background: transparent url('../img/visma.ui.button.png') no-repeat left -84px;
}



@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.ncbutton
	{
		background: transparent url('../img/btn-background.png') repeat-x left top;
		display: inline-block;
		height: 22px;
		text-decoration: none;
		color: #000000;
		font-family: Tahoma, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;	
		outline: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border: 1px solid #8A8A8A;
		/*background-clip: padding-box;*/
		/*border-top: none;*/
		border-bottom: 1px solid #717171;
		cursor: pointer;
	}

	.ncbutton.ncbuttonhover
	{
		background-position: left -20px;
	}

	.ncbutton.ncbuttonpressed
	{
		color: #fff;
		background-position: left -40px;
	}

	.ncbutton[disabled]
	{
		color: #999999;
		cursor: default;
		background-position: left -60px;		
	}

}

.ncdropdown
{
	outline: none;
	/*background-color: #f5f5f5;*/
}

.ncdropdown_outer > select option
{
	padding: 2px;
	/*background: #f5f5f5;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #ddd;*/
}

.ncdropdown_outer
{
	position: relative;
	display: block;
	outline: none;
}
.ncdropdown_outer > div
{
	/* Sliding left image */
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat scroll left -72px;
	display: block;
	height: 18px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */ /*margin-right: 6px;*/
	padding-left: 4px; /* CHANGE THIS VALUE ACCORDING TO LEFT IMAGE WIDTH */ /* FONT PROPERTIES */
	text-decoration: none;
	color: #323232;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	outline: none;	
}
.ncdropdown_outer > div > div
{
	/* Background right image */
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat right 0;
	display: block;
	line-height: 18px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 22px 0px 0px;
	/*border-right: 18px solid transparent;*/
	height: 18px;
	outline: none;
	overflow: hidden;
	white-space: nowrap;	 
	word-wrap: break-word;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.ncdropdown_outer.disabled > div, .ncdropdown_outer.disabled input
{
	color: #999999;
	cursor: default;
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat scroll left -126px;
}

.ncdropdown_outer.disabled > div >div
{
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat right -54px;
}

.ncdropdown_outer.disabled input
{
	visibility: hidden;
}

.ncdropdown_outer > div.ncdropdownhover
{
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat scroll left -90px;
}
.ncdropdown_outer > div.ncdropdownhover > div.ncdropdownhover
{
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat right -18px;
}
.ncdropdown_outer > div.ncdropdownpressed
{
	color: #ffffff;
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat scroll left -108px;
}
.ncdropdown_outer > div.ncdropdownpressed > div.ncdropdownpressed
{
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat right -36px;
}


.ncdropdown_outer.whiteEdit > div
{	
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat scroll left -216px;
}

.ncdropdown_outer.whiteEdit > div > div
{
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat right -144px;
}

.ncdropdown_outer.whiteEdit > div.ncdropdownhover
{	
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat scroll left -234px;
}

.ncdropdown_outer.whiteEdit > div.ncdropdownhover > div.ncdropdownhover
{
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat right -162px;
}

.ncdropdown_outer.whiteEdit > div.ncdropdownpressed
{	
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat scroll left -108px;
}

.ncdropdown_outer.whiteEdit > div.ncdropdownpressed >div.ncdropdownpressed
{
	background: transparent url('../img/visma.ui.dropdown.png') no-repeat right -36px;
}




.VismaUiGrid3Table > div.VismaUiGrid3Header
{
	height:22px;
}
.VismaUiGrid3Table div::selection{
background: transparent
}
.VismaUiGrid3Table div::-moz-selection{
background: transparent
}
.VismaUiGrid3Table > div.VismaUiGrid3Header > div
{
	background:url(../img/visma.ui.grid/gradient_row1.gif) repeat-x bottom;
	background-color:#F2F2F2;
}

.VismaUiGrid3Table > div.VismaUiGrid3Header > div:not(.VismaUiGrid3ColResize)
{
	cursor:default !important;
}

.VismaUiGrid3Table > div.VismaUiGrid3Header > div.VismaUiGrid3SortableString,
.VismaUiGrid3Table > div.VismaUiGrid3Header > div.VismaUiGrid3SortableNumber,
.VismaUiGrid3Table > div.VismaUiGrid3Header > div.VismaUiGrid3SortAlphaNumeric
{
	cursor:pointer !important;
}

.VismaUiGrid3Table > div.VismaUiGrid3Header > div.VismaUiGrid3SortableString:hover,
.VismaUiGrid3Table > div.VismaUiGrid3Header > div.VismaUiGrid3SortableNumber:hover,
.VismaUiGrid3Table > div.VismaUiGrid3Header > div.VismaUiGrid3SortAlphaNumeric:hover
{
	background:url(../img/visma.ui.grid/gradient_row1_mouseover.gif) repeat-x bottom;
}

.VismaUiGrid3Table > div > div
{
	background-color:White;
}

.VismaUiGrid3Table > div.VismaUiGridAlternate > div
{
	background-color:#F8F8F8;
}

.VismaUiGrid3Selectable .VismaUiGrid3Table > div:not(.VismaUiGrid3Filler):not(.VismaUiGrid3Header):hover > div
{
	background-color:#E8E8E8;
	cursor:pointer;
}

.VismaUiGrid3Selectable .VismaUiGrid3Table > div.VismaUiGrid3Selected > div
{
	background-color:#adceef !important;
}

.VismaUiGrid3Selectable:not(.VismaUiGrid3SelectableRowsRepeated) .VismaUiGrid3Table > div.VismaUiGrid3Selected > div
{
	cursor:default;
}



/* show resize everywhere when resizing */
.VismaUiGrid3Resizing div
{
	cursor:e-resize !important;
}

.VismaUiGrid3ColResize 
{
	position:absolute;
	top:0px;
	cursor:e-resize !important;
	background-color:transparent !important;
	background:0 !important;
	width:12px;
	z-index:20;
	border:0 !important;
}

.VismaUiGrid3SortSpan
{
	background-repeat:no-repeat;
	display:inline-block;
	width:16px;
	height:12px;
	vertical-align:middle;
	filter:alpha(opacity=50);
	opacity:0.5;
}

/*.VismaUiGrid3SortBoth { background-image:url(../img/visma.ui.grid/bg.gif); }*/
.VismaUiGrid3SortAsc
{
	background-image:url(../img/visma.ui.grid/asc2.gif);
}

.VismaUiGrid3SortDesc
{
	background-image:url(../img/visma.ui.grid/desc2.gif);
	background-position:0px 5px;
}



.VismaUiGrid3 
{
	 position:relative;
	 overflow:hidden;
	 background-color:White;
	 white-space:nowrap;
	 display:block; 
	 overflow:hidden;
	 outline:none;
}

.VismaUiGrid3Table
{
	display:block;
	position:absolute;
	overflow:hidden;
}

.VismaUiGrid3Table > div
{
	display:none;
	overflow:hidden;
	
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.VismaUiGrid3Table > div > div
{
	display:none;
	/*overflow:hidden;*/
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.VismaUiGrid3TableStaging
{
	visibility:hidden;
}

.VismaUiGrid3TableStaging > div
{
	display:block;
}

.VismaUiGrid3TableStaging > div > div
{
	display:inline-block;
}

.VismaUiGrid3Table > div.VismaUiGrid3TableActive
{
	position:absolute;
	display:block;
}

.VismaUiGrid3Table > div.VismaUiGrid3TableActive > div
{
	position:absolute;
	display:block;
	overflow:hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

.VismaUiGrid3Table > div.VismaUiGrid3TableActive:first-child > div
{
	border-top:0;
}

.VismaUiGrid3Table > div.VismaUiGrid3TableActive > div:first-child
{
	border-left:0;
}

.VismaUiGrid3Table:not(.VismaUiGrid3VScroll) > div.VismaUiGrid3TableActive > div:last-child
{
	border-right:0;
}

.VismaUiGrid3Table:not(.VismaUiGrid3HScroll) > div.VismaUiGrid3TableActive:last-child > div
{
	/*border-bottom:0;*/
}
.VismaUiGrid3Table > div.VismaUiGrid3TableActiveDisabled 
{
	color: #999999;
	cursor: pointer;
}
/*.VismaUiGrid3FlowContainer {visibility:hidden; position:relative;}*/
.VismaUiGrid3 .VismaUiGrid3ScrollerX 
{
	position:absolute;
}
.VismaUiGrid3 .VismaUiGrid3ScrollerY 
{
	position:absolute;
}

.VismaUiGrid3Footer
{
	position:absolute;
	display:block;
	visibility:inherit;
	height:25px;
	left:0px;
	background-color:#E1E0E0;
	border-top:1px solid silver;
	padding:2px;
	line-height:14px;
	font-size:10px;
}

.VismaUiGrid3Footer table
{
	width:100%;
	height:21px;
	border:0;
	border-collapse:collapse;
	margin:0;
	padding:0;
}

.VismaUiGrid3Footer table td
{
	width:33%;
	padding-right:6px;
	padding-left:6px;
}


.VismaUiGrid3Footer .VismaUiGrid3PageInput
{
	line-height:13px;
	height:13px;
	font-size:10px;
	width:25px;
}

.VismaUiGrid3Footer .VismaUiGrid3FooterPageSelector
{
	display:inline-block;
	padding-left:8px;
	padding-right:8px;
}

.VismaUiGrid3Footer .VismaUiGrid3FooterLink
{
	display:inline-block;
	padding-left:2px;
	padding-right:2px;
	margin-left:4px;
	margin-right:4px;
	border:1px solid #E1E0E0;
	cursor:pointer;
	width:20px;
	
}

.VismaUiGrid3Footer .VismaUiGrid3FooterLink:hover
{
	border:1px outset silver;
}

.VismaUiGrid3Footer .VismaUiGrid3FooterLink:hover:active
{
	border:1px inset silver;
}

.VismaUiGrid3Footer .VismaUiGrid3ProgressBar
{
	background:url(../img/progress-indicator.gif) no-repeat;
	width:220px;
	height:19px;
	display:none;
	margin:auto;
}

.VismaUiGrid3 
{
	 background-color:White;
	 border:1px solid silver;
}

.VismaUiGrid3Table > div > div
{
	padding:3px;
	padding-top:4px;
	padding-bottom:4px;
}

.VismaUiGrid3Table > div > div
{
	border-right:1px dotted silver;
	border-bottom:0px solid silver;
}

.VismaUiGrid3Table > div:first-child > div
{
	border-right:1px solid silver;
	border-bottom:1px solid silver;
}

.VismaUiGrid3Table > div > div:last-child
{
	border-right:0;
}

.VismaUiHScroll
{
	position:relative;
	height:17px;
	background:url(../img/visma.ui.hscroll/Scroll_Slice.gif) repeat-x;
	cursor:default;
}

.VismaUiHScroll div
{
	height:17px;
	position:absolute;
}

.VismaUiHScrollRight
{
	width:17px;
	background:url(../img/visma.ui.hscroll/Scroll_Normal_Right.gif) no-repeat;
}

.VismaUiHScrollRight:hover
{
	background:url(../img/visma.ui.hscroll/Scroll_Mouseover_Right.gif) no-repeat;
}

.VismaUiHScrollRight:active
{
	background:url(../img/visma.ui.hscroll/Scroll_Pressed_Right.gif) no-repeat;
}

.VismaUiHScrollLeft
{
	top:0px;
	left:0px;
	width:17px;
	background:url(../img/visma.ui.hscroll/Scroll_Normal_Left.gif) no-repeat;
}

.VismaUiHScrollLeft:hover
{
	background:url(../img/visma.ui.hscroll/Scroll_Mouseover_Left.gif) no-repeat;
}

.VismaUiHScrollLeft:active
{
	background:url(../img/visma.ui.hscroll/Scroll_Pressed_Left.gif) no-repeat;
}


.VismaUiHScrollSlider
{
	background:url(../img/visma.ui.hscroll/ScrollBar_Normal_Slice.gif) repeat-x;
}

.VismaUiHScrollSlider:hover
{
	background:url(../img/visma.ui.hscroll/ScrollBar_Mouseover_Slice.gif) repeat-x;
}

.VismaUiHScrollSlider:active,
.VismaUiHScrollSliderActive.VismaUiHScrollSlider
{
	background:url(../img/visma.ui.hscroll/ScrollBar_Pressed_Slice.gif) repeat-x;
}

.VismaUiHScrollSliderRight
{
	width:4px;
	background:url(../img/visma.ui.hscroll/ScrollBar_Normal_Right.gif) no-repeat;
}

.VismaUiHScrollSlider:hover .VismaUiHScrollSliderRight
{
	background:url(../img/visma.ui.hscroll/ScrollBar_Mouseover_Right.gif) no-repeat;
}

.VismaUiHScrollSlider:active .VismaUiHScrollSliderRight,
.VismaUiHScrollSliderActive.VismaUiHScrollSlider .VismaUiHScrollSliderRight
{
	background:url(../img/visma.ui.hscroll/ScrollBar_Pressed_Right.gif) no-repeat;
}



.VismaUiHScrollSliderLeft
{
	width:4px;
	background:url(../img/visma.ui.hscroll/ScrollBar_Normal_Left.gif) no-repeat;
}

.VismaUiHScrollSlider:hover .VismaUiHScrollSliderLeft
{
	background:url(../img/visma.ui.hscroll/ScrollBar_Mouseover_Left.gif) no-repeat;
}

.VismaUiHScrollSlider:active .VismaUiHScrollSliderLeft,
.VismaUiHScrollSliderActive.VismaUiHScrollSlider .VismaUiHScrollSliderLeft
{
	background:url(../img/visma.ui.hscroll/ScrollBar_Pressed_Left.gif) no-repeat;
}





.nc_frame
{
    border-collapse: collapse;
}

.nc_frame table
{
    border-collapse: collapse;
}

.nc_frame_inner
{
    color:White;
}

.nc_frame_content
{
    color:black;   
	background-color: White;	
	height:400px;
	vertical-align: top
}

.nc_frame_content_border
{
    border-left: 1px;
	border-left-color: #C0C0C0;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #C0C0C0;
	border-right-style: solid;
	border-bottom: 1px;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
}


/* The first of the three divs. This is the leftmost div*/
.nc_frame_before_inner
{
	background: transparent url('../img/visma.ui.jquery.frame.png') no-repeat left top;
	background-position: 0px 0px;
	width: 4px;
}

/* Second div. The one with the headertext*/
.nc_frame_inner
{
	background: transparent url('../img/visma.ui.jquery.frame.png') repeat-x left top;
	background-position: 0px -26px;
	
}

/* The third and rightmost div */
.nc_frame_after_inner
{
	background: transparent url('../img/visma.ui.jquery.frame.png') no-repeat right top;
	background-position: 0px -52px;
	width: 5px;
}

.tabitemselected
{
}

.tabcontrol
{
	overflow: hidden;
	clear: both;
	position: relative;
	border-left: 1px;
	border-left-color: #C0C0C0;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #C0C0C0;
	border-right-style: solid;
	border-bottom: 1px;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
	background-color: #F1F1F1;
}


.tabheaderitems
{
	overflow: hidden;
	height: 20px;
	background: transparent url('../img/visma.ui.tabcontrol.png') repeat-x left top;
	background-position: 0px -60px;	
	padding-left: 10px;
	clear: both;
}

.tabheaderitems div
{
	float: left;
	height: 20px;
	cursor:pointer;
}

/**** When selected ****/

/* The first of the three divs. This is the leftmost div*/
.tabheaderitems .tabitemselected .tab_before_inner
{
	background: transparent url('../img/visma.ui.tabcontrol.png') no-repeat left top;
	background-position: 0px 0px;
	width: 4px;
}

/* Second div. The one with the headertext*/
.tabheaderitems .tabitemselected .tab_inner
{
	background: transparent url('../img/visma.ui.tabcontrol.png') repeat-x left top;
	background-position: 0px -20px;
	
}

/* The third and rightmost div */
.tabheaderitems .tabitemselected .tab_after_inner
{
	background: transparent url('../img/visma.ui.tabcontrol.png') no-repeat left top;
	background-position: 0px -40px;
	width: 4px;
}

/** Special cases */
/* Eat the previous tab last border*/
/*.tabheaderitems > div + div.tabitemselected > div:first-child*/
.tabheaderitems .tabitemselected .tab_before_inner
{
	margin-left: -4px;
}

.tabheaderitems .tabitemselected.tabfirst .tab_before_inner
{
	margin-left: 0px;
}

/* Eat the next tab first border*/
.tabheaderitems > div.tabitemselected + div > div:first-child
{
	/*visibility: hidden;*/
}

/* Eat the first tab first border when its selected */
.tabheaderitems:first-child div.tabitemselected > div:first-child
{
	/*margin-left: -4px;*/
}





.tabheaderitems .tabitemselected
{
	float: left;
	margin: 0px 0px 0px 0px;
	height: 20px;
}

/* 
.tabheaderitems div.tabitemselected:hover
{
	background: transparent url('Images/Tabcontrol/Tab_Middle.png') repeat-x left top;
}

.tabheaderitems div:hover
{
	background: none;
	background-color: Red;
}*/

.tabcontentitems
{
	padding: 10px 8px 8px 8px;
}

.tabcontentitem
{
	width: 100%;
}

.tabheaderitems .tab_inner
{
	padding: 4px 11px 5px 11px;
}

.tabcontrol.disabled .tabheaderitems div
{
	cursor:default;
	color:#999999;
}

div.VerticalNavigationBarBorder > div > div.ToolsPanel {
    text-align: right;
    padding: 1px;
    margin-bottom: 2px;
}

div.VerticalNavigationBarBorder > div > div.ToolsPanel > a {
    margin-left: 6px;
}

div.VerticalNavigationBarBorder > div > div.ToolsPanel a > img {
    border: none;
}

div.VerticalNavigationBarBorder > div > div.ToolsPanel > div.MovePanel {
    position: absolute;
    /*border: solid 1px #c0c0c0;
    border-left: none;
    background-color: #00aabb;*/
    background-image: url('../img/visma.ui.toolspanel/reshuffle_panel.png');
    height:88px;
    left: 199px;
    /*top: 30px;*/
    /*padding: 6px 3px 6px 3px;*/
    padding: 4px 5px 0px 0px;
}

div.VerticalNavigationBarBorder > div > div.ToolsPanel > div.MovePanel > a:first-child {
    margin-top: 20px;
}

div.VerticalNavigationBarBorder > div > div.ToolsPanel > div.MovePanel > a {
    display: block;
    margin-top: 10px;
    margin-left: 3px;
}
.VismaUiVScroll
{
	position:relative;
	width:17px;
	background:url(../img/visma.ui.vscroll/Scroll_Slice.gif) repeat-y;
	cursor:default;
}

.VismaUiVScroll div
{
	width:17px;
	position:absolute;
}

.VismaUiVScrollTop
{
	top:0px;
	left:0px;
	height:17px;
	background:url(../img/visma.ui.vscroll/Scroll_Normal_Up.gif) no-repeat;
}

.VismaUiVScrollTop:hover
{
	background:url(../img/visma.ui.vscroll/Scroll_Mouseover_Up.gif) no-repeat;
}

.VismaUiVScrollTop:active
{
	background:url(../img/visma.ui.vscroll/Scroll_Pressed_Up.gif) no-repeat;
}

.VismaUiVScrollBottom
{
	height:17px;
	background:url(../img/visma.ui.vscroll/Scroll_Normal_Down.gif) no-repeat;
}

.VismaUiVScrollBottom:hover
{
	background:url(../img/visma.ui.vscroll/Scroll_Mouseover_Down.gif) no-repeat;
}

.VismaUiVScrollBottom:active
{
	background:url(../img/visma.ui.vscroll/Scroll_Pressed_Down.gif) no-repeat;
}


.VismaUiVScrollSlider
{
	background:url(../img/visma.ui.vscroll/ScrollBar_Normal_Slice.gif) repeat-y;
}

.VismaUiVScrollSlider:hover
{
	background:url(../img/visma.ui.vscroll/ScrollBar_Mouseover_Slice.gif) repeat-y;
}

.VismaUiVScrollSlider:active,
.VismaUiVScrollSliderActive.VismaUiVScrollSlider
{
	background:url(../img/visma.ui.vscroll/ScrollBar_Pressed_Slice.gif) repeat-y;
}

.VismaUiVScrollSliderTop
{
	top:0px;
	left:0px;
	height:4px;
	background:url(../img/visma.ui.vscroll/ScrollBar_Normal_Top.gif) no-repeat;
}

.VismaUiVScrollSlider:hover .VismaUiVScrollSliderTop
{
	background:url(../img/visma.ui.vscroll/ScrollBar_Mouseover_Top.gif) no-repeat;
}

.VismaUiVScrollSlider:active .VismaUiVScrollSliderTop,
.VismaUiVScrollSliderActive.VismaUiVScrollSlider .VismaUiVScrollSliderTop
{
	background:url(../img/visma.ui.vscroll/ScrollBar_Pressed_Top.gif) no-repeat;
}



.VismaUiVScrollSliderBottom
{
	height:4px;
	background:url(../img/visma.ui.vscroll/ScrollBar_Normal_Bottom.gif) no-repeat;
}

.VismaUiVScrollSlider:hover .VismaUiVScrollSliderBottom
{
	background:url(../img/visma.ui.vscroll/ScrollBar_Mouseover_Bottom.gif) no-repeat;
}

.VismaUiVScrollSlider:active .VismaUiVScrollSliderBottom,
.VismaUiVScrollSliderActive.VismaUiVScrollSlider .VismaUiVScrollSliderBottom
{
	background:url(../img/visma.ui.vscroll/ScrollBar_Pressed_Bottom.gif) no-repeat;
}

.VismaUiVHScroller
{
	position:absolute;
	width:17px;
	height:17px;
	background-color:#E1E0E0;
}

