/*
This file is for classes where the usage is clear, but widespread, as opposed to surveyxact.css and heavy_use.css where
changing the classes might very well have unforseen consequences.

This is a file with old but documented styles. New styles should not be added to this file.
*/

/*Attempt to create nicer text input controls, as the default colors under
some colorschemes in XP clashes with our colorscheme
*/
INPUT.textfield {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 16px;
    margin: 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    margin-bottom: 8px;
    color: inherit;
}

TEXTAREA {
    background-color: white;
    border: 1px solid #575757;
}

SELECT {
    background-color: white;
    border: 1px solid #575757;
}

/* inputfield styling end*/

.submitbutton {
    font-family: Calibri, Verdana, Arial, Sans-Serif;
    font-weight: normal;
    cursor: pointer;
    padding: 0 0.25em;
    width: auto;
    overflow: visible;
}

.submitbuttonsdiv {
    border-top: 1px dotted #e0e0e0;
    padding: 10px 20px 10px 240px;
}

.submitbuttonsdiv .submitbutton {
    font-size: 12px;
}

.formControl {
/*Used for text input fields and textarea tags*/
    width: 200px;
}

.formMultilineEdit {
/*Used for textarea tags*/
    height: 20em;
    width: 40em;
}

.wiz-overskrift {
/*Header on a wizard page*/
    COLOR: #575757;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
}

/*CONTEXT MENU STYLE AND STYLE OF THE MENU "USER"*/
div.menu {
    position: absolute;
    border: 1px solid gray;
    display: none;
    background-color: #e0e0e0;
    width: 170px;
    font-size: 11px;
}

div.menuitem {
    min-height: 20px; /*padding:5px;*/
    background-color: #e0e0e0;
    cursor: auto;
}

div.activemenuitem {
    height: 20px;
    width: 100%;
    background-color: #9c9c9c;
    cursor: pointer;
}

hr.separator {
    width: 96%;
    height: 1px;
}

.menuitemText {
    margin: 10px;
}

/* context menu end */

.box_header_field {
/*class for formatting header TD's in framed boxes where the frame is drawn by cellspacing*/
    background-color: #e0e0e0;
    color: #575757;
    font-size: 11px;
    font-weight: bold;
}

/*Fiksing zindex on menuitem */

div.dropdownpopup {
    z-index: 1000;
}


