body {
    font-family: 'Museo Sans 700', Tahoma, Helvetica, Verdana, Arial, 'Times New Roman', 'MS SansSerif', sans-serif !important;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    position: relative;
    color: #444444;
}

a:link, a:visited {
    color: #4f6b72;
    text-decoration: underline;
}
a:hover, a:active
{
    color: #C5A02E;
    text-decoration: none;
}

h1, form
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
h1
{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 4px;
}
hr
{
    clear: both;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #EAEAEA;
    border-top: solid 1px #BFBFBF;
    margin: 10px 0px 10px 0px;
}

input
{
    font-family: 'Trebuchet MS', Tahoma, Helvetica, Verdana, Arial, 'Times New Roman', 'MS SansSerif', sans-serif;
    font-size: 12px;
}
input.text
{
    border: solid 1px #BFBFBF;
    padding: 2px 0px 2px 4px;
    padding: 4px;
    width: 250px;
    margin: 7px 0px 0px 0px;
}
input.checkbox
{
    border: solid 1px #BFBFBF;
    padding: 2px 0px 2px 4px;
    margin: 18px 0px 0px 0px;
}
input.phone
{
    border: solid 1px #BFBFBF;
    padding: 2px 0px 2px 4px;
    padding: 4px;
    width: 174px;
    margin: 7px 0px 0px 0px;
}
input.phoneextension
{
    border: solid 1px #BFBFBF;
    padding: 2px 0px 2px 4px;
    padding: 4px;
    width: 39px;
    margin: 7px 0px 0px 0px;
}
input.date
{
    border: solid 1px #BFBFBF;
    padding: 2px 0px 2px 4px;
    padding: 4px;
    width: 65px;
    margin: 7px 0px 0px 0px;
}
select
{
    font-family: 'Trebuchet MS', Tahoma, Helvetica, Verdana, Arial, 'Times New Roman', 'MS SansSerif', sans-serif;
    font-size: 12px;
    margin: 8px 0px 0px 0px;
    padding: 2px 0px 2px 4px;
    /* NOTE: DO NOT change the borders to a single "border:" as it will no longer render correctly in Firefox */
    border-color: #BFBFBF;
    border-style: solid;
    border-width: 1px;
    background-color: #fefefe;
    width: 215px;
}
textarea
{
    font-family: 'Trebuchet MS', Tahoma, Helvetica, Verdana, Arial, 'Times New Roman', 'MS SansSerif', sans-serif;
    font-size: 12px;
    padding: 4px;
    border: solid 1px #BFBFBF;
    height: 100px;
    width: 250px;
    margin: 7px 0px 0px 0px;
}


.error
{
    color: #ff0000;
    text-align: left;
    width: 100%;
    padding: 2px 0px 0px 5px;
    font-size: 11px;
}
.fieldlabel
{
    padding-top: 12px;
    color: #231F20;
    font-weight: normal;
    text-align: left;
}
.fieldname
{
    width: 120px;
    padding: 10px 20px 0px 0px;
    color: #231F20;
    font-weight: bold;
    text-align: right;
}
.fieldnote
{
    width: 225px;
    padding-top: 0px;
    color: #231F20;
    text-align: right;
    font-size:11px;
    font-weight:normal;
}

.sectionHeader
{
    color: #285EB2;
    font-weight: bold;
}
.sectionDescription
{
    color: #666666;
    font-size: 11px;
}

.sectionDescriptionLogin {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
}


.FormsAndReports_sectionHeader
{
    color: #285EB2;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}
.FormsAndReports_sectionDescription
{
    color: #666666;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.FormsAndReports_ul
{
    list-style-type: disc;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}
.FormsAndReports_nolinks
{
    color: #666666;
    font-weight: bold;
    margin: 25px;
}

.aspnet-button
{
    border: solid 1px #c0c0c0;
    padding: 3px 10px 3px 10px;
    background-image: none;
    background-repeat: repeat-x;
    background-position: 50% 50%;
    text-decoration: none;
}
.aspnet-button-mouseover-ie
{
    color: #4f6b72;
}

.columnlayout_usercolumns_master
{
    float: left;
}

.bolddisplaypanel
{
    border: solid 1px #BFBFBF;
}
.bolddisplaypanelheader
{
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    height: 17px;
    font-size: 12px;
    padding: 5px;
    color: #444444;
    border-bottom: 1px solid #BFBFBF;
    cursor: default;
}
.bolddisplaypanelcontent
{
    background: white;
    margin: 0;
    padding: 0px 5px 0px 5px;
    overflow: auto;
}

.navpoint
{
    color: #444444;
    font-size: 11px;
    font-weight: bold;
    line-height: 200%;
    cursor: pointer;
}
.navpoint_current
{
    cursor: default;
}
.navpoint_mouseover
{
    color: #C5A02E;
}
.navpoint_category
{
    margin-top: 10px;
    font-size: 12px;
    /*font-variant: small-caps;*/
    text-transform: uppercase;
    background-color: #f5f5f5;
}

.patientinfotable
{
    font-size: 12px;
}

/* ----- Autocomplete -----*/
.autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 10;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.scroll-autocomplete {
    height: 250px;
    overflow-y: scroll;
}

.diagnosis {
    padding: 10px;
}

/* limit */

#questionblock_55594_0 {
    max-width: 950px;
}

.mrtc_Surgery_List {
    max-width: 950px;
}

#mrtc_57876_0 {
    max-width: 500px;
}

#mrtc_55589_0 {
    max-width: 600px;
}
/* ----- End Autocomplete -----*/
.colhdr_ICD_Code {
    width: 47%
}

.colhdr_Surgery_CPTCode {
    width: 47%
}

.colhdr_Complication_PriorToDischarge_Procedure {
    width: 90%
}

.colhdr_PostDCComplication_Date {
    width: 17%
}

.colhdr_Clavien_Dindo_Procedure {
    width: 75%
}



