/* This CSS contains general styling values and some styles that should be included together because of its interactions */

* {
    color: black;
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    font-size: 11px;
}

body {
    background-color: white;
}

.BIS-RolloverButton {
    cursor: pointer;
}

.BIS-BookmarkWorkaroundPanel-Label {
    padding: 3px;
}

.BIS-MetadataIndicatorPanel {
    cursor: pointer;
    margin-left: 3px;
}

.BIS-BookmarkWorkaroundPanel {
    height: 100%;
}

.BIS-SearchPopupWindow-Controls > * {
    float: left;
    margin-right: 3px;
}

.BIS-SearchPopupWindow-TypePanel {
    margin-left: 8px;
}

.BIS-SearchPopupWindow-Spinner {
    float: right;
}

.BIS-SearchPopupWindow-Results {
    clear: left;
    height: 100%;
    width: 100%;
    padding-top: 5px;
}

.BIS-SearchPopupWindow-Radio {
    margin-right: 10px !important;
}

.BIS-SearchPopupWindow-Header {
    font-weight: bold;
}

.BIS-SearchPopupWindow-SearchResult {
    margin-left: 6px;
    cursor: pointer;
    color: #8C0000;
    text-decoration: none;
}

.BIS-SearchPopupWindow-SearchResult:hover {
    text-decoration: underline;
}

.BIS-SearchPopupWindow-Container {
    margin-bottom: 6px;
}

.BIS-SimpleBookmarkPanel-BookmarkLabel {
    padding: 6px 3px 6px 3px;
    background-color: #999999;
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin-left: -6px;
    margin-right: -6px;
    margin-top: -6px;
}

.BIS-SimpleBookmarkPanel-Message {
    background-color: white;
    padding: 2px;
    margin-left: -6px;
}

/*
    This styles are shared between the screen version and the printable version asn therefore are they here
*/
.BIS-MetadataPopupWindow-SectionTitle, .BIS-MetadataPopupWindow-CodesTitle {
    color: #8C0000;
    font-weight: bold;
}

.BIS-MetadataPopupWindow-Title, .BIS-MetadataPopupWindow-DimensionTitle {
    font-weight: bold;
}

.BIS-MetadataPopupWindow-Separator {
    height: 5px;
}

.BIS-MetadataPopupWindow-Ruler {
    border-top: 1px dotted black;
    margin-top: 8px;
    margin-bottom: 8px;
}

.BIS-MetadataPopupWindow-CodesSection {
    padding-left: 10px;
}

