﻿body {
    line-height: normal;
}

input.hyperlinkButton {
    padding: 3px 20px;
    margin-right: 10px;
    border-radius: 3px;
    background: -webkit-linear-gradient(#006BD7,#0059B2);
    background: -o-linear-gradient(#006BD7,#0059B2);
    background: -moz-linear-gradient(#006BD7,#0059B2);
    background: linear-gradient(#006BD7,#0059B2);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#006BD7", endColorstr="#0059B2",GradientType=0 );
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

    input.hyperlinkButton:hover, input.hyperlinkButton:focus {
        background: -webkit-linear-gradient(#0253A9,#0B2464);
        background: -o-linear-gradient(#0253A9,#0B2464);
        background: -moz-linear-gradient(#0253A9,#0B2464);
        background: linear-gradient(#0253A9,#0B2464);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0253A9", endColorstr="#0B2464",GradientType=0 );
    }

.error_text, .error_text ul > li {
    color: #B30000;
}
.validation-error, #block-system-main .validation-error ul > li {
    color: #B30000;
}

input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.horizontalRbl td {
    padding-left: 50px;
}

ul {
    list-style: disc;
}

.nav li, .menu li {
    list-style: none;
}

div.blue, div.blueSmall {
    height: 3px;
    border: 0px;
    background: url(../img/hr_background.gif) no-repeat;
    margin: 10px 0px 10px 0px;
    _margin-bottom: 5px;
}

div.blueSmall {
    width: 634px;
    height: 1px;
    background: url(../img/opinion_separator.jpg) no-repeat;
}

.menuBox {
    background: url(../img/blue_box_middle.gif) repeat-y;
    width: 634px;
    _height: 35px;
    min-height: 35px;
    _margin-bottom: -5px;
}

.menuBoxContent {
    margin-left: 5px;
    padding: 10px;
    padding-top: 6px;
}

    .menuBoxContent a {
        padding-right: 20px;
    }

.sectionHeader {
    color: #357f25;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

div.clearLeft {
    clear: left;
    _display: inline;
}

div.clearRight {
    clear: left;
    _display: inline;
}

div.smallLabelCol, div.mediumLabelCol {
    text-align: right;
}

.tableLayout div {
    padding: 0px 5px 0px 5px;
}

div.smallLabelCol {
    width: 100px;
    font-weight: bold;
}

div.mediumCol {
    width: 200px;
}

div.smallCol {
    width: 100px;
}

div.mediumLabelCol {
    width: 150px;
    font-weight: bold;
}

.smallInput {
    width: 87px;
    _width: 82px;
}

input.regularInput {
    width: 175px;
}

select.regularInput {
    width: 180px;
    _width: 181px;
}

table.usersGrid td, table.usersGrid th {
    padding: 5px;
}

.largeInput {
    width: 375px;
}

.breadcrumb-container .col-md-12 > .print_html {
    right: 100px;
}

.fieldColumn {
    min-width: 150px;
    vertical-align: top;
    padding-right: 35px;
}

.readOnlyLabel {
    font-weight: bold;
}


.emphasis {
    background-color: #ffda84;
    font-weight: bold;
    padding: 5px;
}