/* Global styles */
BODY {
    background-color: #e0e0e0;
}

.r0 {
    background-color: #e0e0e0
}

.r1 {
    background-color: #ffffff
}

/* LINK styles */

.link-normal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #3366FF;
    text-decoration: underline
}

A.link-normal:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #3366FF;
    text-decoration: underline
}

A.link-normal:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #3366FF;
    text-decoration: underline
}

A.link-normal:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #3366FF;
    text-decoration: underline
}

A.link-normal:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #6699FF;
    text-decoration: underline
}

.link-normal-small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #3366FF;
    text-decoration: underline
}

A.link-normal-small:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #3366FF;
    text-decoration: underline
}

A.link-normal-small:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #3366FF;
    text-decoration: underline
}

A.link-normal-small:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #3366FF;
    text-decoration: underline
}

A.link-normal-small:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #6699FF;
    text-decoration: underline
}

.link-fane {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none
}

A.link-fane:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none
}

A.link-fane:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none
}

A.link-fane:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none
}

A.link-fane:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #7D7D7D;
    text-decoration: none
}

.link-button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}

A.link-button:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}

A.link-button:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}

A.link-button:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}

A.link-button:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #7D7D7D;
    text-decoration: none
}

/* Button styles */

.button-main-color {
    background-color: #DEE8F7;
}

.button-shade-color {
    background-color: #F4F4F4;
}

.button-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #DEE8F7;
    color: #000000;
}

.borettbutton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #F6E094;
    color: #000000;
}

.buttonmenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #DEE8F7;
    color: #000000;
    width: 140px;
    height: 20px;
}

/* Knapper for boretts�k til menylinjen */
.borettbuttonmenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #F6E094;
    color: #000000;
    width: 140px;
    height: 20px;
}

/* Table Definitions */

.general-table {
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    background-color: #FFFFFF;
}

.search-menutable {
    border-top: 1px none #000000;
    border-right: 1px none #000000;
    border-bottom: 1px none #000000;
    border-left: 1px solid #000000;
    background-color: #FFFFFF;
}

.table-bottomborder {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    background-color: #FFFFCC;
}

.search-module-table {
    border: 0px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    background-color: #FFFFFF;
}

.table-standard {
    padding: 10px;
    background-color: #FFFFFF;
}

.search-bottomright-table {
    padding: 5px;
    background-color: #FFFFFF;
}

.table-border {
    border: 1px solid #000000;
    padding: 5px;
    background-color: #F1F8F1
}

/* Font styles */

.text-updated {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
}

.text-heading1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: blue;
}

.text-normal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.text-normal-blue {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: blue;
}

.text-normal-red {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: red;
}

.text-normal-green {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: green;
}

.text-normal-bold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.text-normal-bold-small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.text-nobreak {
    white-space: nowrap;
}

.text-normal-small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.text-normal-small-bold {
    font-size: 12px;
    color: black;
    font-weight: bold;
}

.text-normal-small-dark {
    font-size: 12px;
    color: black;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* Color definitions */

.table-rowcolor1 {
    background-color: #F4F4F4;
}

.table-rowcolor0 {
    background-color: #FFFFFF;
}

.table-header {
    background-color: #FFFFCC;
}

/* Div other styles */

.rightmenu-width {
    width: 188px;
    height: 1px;
}

.list-standard {
    padding-left: 1px;
}

.zebra tbody tr:nth-child(even) {
    background: #ffffff;
}



