body
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 11px;
    background: url(/Images/browserbackground.png) repeat-x top;
}

#top
{
    position: absolute;
    width: 100%;
}
#page
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 900px;
}

#medLogo
{
    top: 18px;
    position: absolute;
    cursor: pointer;
}

#textboxPanel
{
    position: absolute;
    left: 288px;
    top: 31px;
    width: 480px;
    height: 35px;
    background-image: url(/Images/inputbox.gif);
    background-repeat: no-repeat;
}

#searchText
{
    margin-left: 15px;
    margin-top: 8px;
    height: 20px;
    border: 0px none;
    outline-style: none;
}
#searchText:focus
{
    outline: none;
}

.searchButton
{
    cursor: pointer;
    position: absolute;
    left: 723px;
    top: 39px;
    z-index: 1;
    width: 25px;
    height: 20px;
    border: none;
    background-image: url(/Images/search_icon.gif);
    background-repeat: no-repeat;
    background-color: transparent;
}

#navArea
{
    position: absolute;
    top: 80px;
    width: 220px;
    padding-top: 20px;
}

#commentsDiv
{
    border: 3px solid #c1d3e8;
    margin: 10px 10px 20px 10px;
    padding: 5px;
    background-color: White;
}
#commentsHeader
{
    font-weight: bold;
    color: #8a288f;
}
#commentsInstructions
{
    background-color: #edf2f8;
    padding: 3px;
    margin: 3px 0 3px 0;
}
#commentsButton
{
    width: 180px;
}

#categoriesText
{
    font-size: 18px;
    font-weight: bold;
    color: #838282;
    border-bottom: 1px solid #85A9D2;
    border-top: 1px solid #85A9D2;
    padding: 12px 0 12px 0;
}
#categoriesText img
{
    vertical-align: middle;
    padding-right: 10px;
}
#categoriesText > div
{
    cursor: pointer;
}
#categoriesArea
{
    width: 159px;
    margin-right: auto;
}
#categoriesDiv div
{
    border-color: #85A9D2;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    text-align: right;
    padding: 10px 5px 10px 0;
    font-weight: bold;
    color: #838282;
    cursor: pointer;
}
.categoryHover
{
    border-width: 3px !important;
    border-top-width: 2px !important;
    padding: 8px 2px 8px 0 !important;
}
.categoryHover .customCategoryButtons
{
    float: left;
    display: block;
    margin-top: -16px;
    border-width: 0px !important;
}
.customCategoryButtons
{
    display: none;
}
#categoriesDiv input
{
    position: relative;
    cursor: default;
    top: 3px;
    left: 5px;
}
.categoriesDiv_Sort
{
    background-color: #edf2f8;
}
#categoryAdd img
{
    vertical-align: middle;
    padding-right: 10px;
}
#categoryAdd
{
    cursor: pointer;
    font-weight: bold;
    color: #838282;
    margin: 10px 0 10px 12px;
}

#registrationDialog fieldset
{
    border: #82b6ff 1px solid;
    pading: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#registrationDialog fieldset legend
{
    padding: 15px;
    margin-left: 20px;
}
#registrationDialog fieldset legend select
{
    width: 250px;
}
#registrationDialog #jbtitDiv
{
    padding: 15px;
    padding-top: 0;
}

.headerTD
{
    text-align: right;
    white-space: nowrap;
}

.ui-dialog-content input[type='text'], .ui-dialog-content input[type='password']
{
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

ul[id$=_Menu]
{
    position: absolute;
    display: none;
    z-index: 9999;
}
#addthis
{
    position: absolute;
    left: 800px;
    top: 39px;
    cursor: pointer;
}
#addthis_Menu
{
    width: 136px;
}
#addthis_Menu a[class^=addthis_button_] span
{
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 3px;
}

#resultsDiv
{
    position: absolute;
    left: 210px;
    top: 90px;
    display: none;
}

.resultsTop, .resultsMiddle, .resultsBottom
{
    width: 637px;
}
.resultsTop
{
    height: 25px;
    background: url('/Images/resultsbox_top.png') no-repeat;
}
.resultsMiddle
{
    padding: 0 19px 0 19px;
    background: url('/Images/resultsbox_middle.png') repeat-y;
}
.resultsBottom
{
    height: 25px;
    background: url('/Images/resultsbox_bottom.png') no-repeat;
}

.sectionDiv
{
    width: 557px;
    padding: 5px 10px 5px 20px;
    border-top: 1px solid #85a9d2;
}
.sectionDivFirst
{
    border-top: 0px;
}
/*padding changes to make sure data doesn't shift when increasing border size*/
.sectionDivHover
{
    border: 3px solid #c1d3e8;
    padding: 3px 7px 2px 17px;
}
.sectionDivFirst.sectionDivHover
{
    padding-top: 2px;
}
.sectionDivHover .sectionDivClose
{
    display: block !important;
}
.sectionDivClose
{
    display: none;
    float: right;
    cursor: pointer;
    font-size: 10px;
    color: #838282;
}

.sectionArrow
{
    display: none;
    margin-left: -13px;
    margin-right: 5px;
}
.sectionTitle
{
    color: #8A288F;
    font-size: 14px;
    font-weight: bold;
}
.sectionResults
{
    margin-bottom: 0 !important;
    margin: 3px 10px 0px 0px;
    overflow: hidden;
    color: #838282;
}
.sectionResults ul, .sectionResults p
{
    margin: 5px 0px 5px 5px;
}

.sectionRow
{
    height: 13px;
    padding-left: 11px;
}
.sectionRowAlt
{
    background-color: #edf2f8;
}
.sectionRowHover
{
    color: #8A288F !important;
}
.sectionRowContent
{
    white-space: nowrap;
    width: 557px; /*637-sectionDiv_margin(20*2)-sectionResults-margin(20*2)*/
    overflow: hidden;
}
.sectionRowContent a
{
    text-decoration: none;
    color: #838282;
}

/*.imageResultThumb
{
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 4px;
    width: 20px;
    height: 20px;
}*/

.accordionHeader, .extendSearch
{
    color: #0C4DA2;
    padding: 3px;
}
.accordionHeader > span, .extendSearch
{
    cursor: pointer;
    text-align: center;
}
.accordionHeaderExtended
{
    color: #8A288F;
}
.accordionHeader img, .extendSearch img
{
    vertical-align: middle;
}

.InteractionsSections_Combination
{
    color: Red;
}

.InteractionsSections_NoCombinations
{
    color: Green;
}

/*Begin moreInfo*/
.moreInfoBack
{
    color: #838282;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.moreInfoBack img
{
    vertical-align: middle;
}

.moreInfoTitle
{
    color: #646464;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 5px;
}
.moreInfoSummary
{
    font-size: 20px;
    color: #703b7e;
    padding-bottom: 5px;
}
.moreInfoDescription
{
    background-color: #edf2f8;
    padding: 10px;
    color: #0C4DA2;
}
/*End moreInfo*/

/*Begin Tooltip*/
.ui-tooltip
{
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    min-width: 175px;
    max-width: 300px;
    min-height: 50px;
    max-height: 300px; /*made this 300 because any larger and the tooltip plugin would flip it off the screen on an 800x600*/
    _height: expression(this.clientHeight > 300 ? '300px' : this.clientHeight < 50 ? '50px' : 'auto'); /*IE6 hacks*/
    _width: expression(this.clientWidth > 300 ? '300px' : this.clientWidth < 175 ? '175px' : 'auto'); /*IE6 hacks*/
}
.tooltipTitle
{
    font-weight: bold;
    font-size: 12px;
    color: #646464;
}
.tooltipDescription
{
    margin-top: 10px;
    color: #858585;
}

.tooltipSubtitle
{
    font-weight: bold;
    font-size: 12px;
    color: #b5b5b5;
}

.tooltipImage
{
    margin-top: 5px;
}
.tooltipImageSize
{
    margin-top: 5px;
    font-size: 10px;
    color: #646464;
}
/*End Tooltip*/

/*Begin Header*/
.header
{
    position: absolute;
    left: 355px;
    top: 8px;
}
.header a
{
    font-size: 10px;
    color: #0C4DA2;
    text-decoration: none;
    margin-right: 30px;
}
#changeLanguage_Menu
{
    width: 80px;
}
/*End Header*/

/*Begin About*/
#contentLeft
{
    float: left;
    width: 250px;
    padding: 30px 0 0 20px;
    font-size: 14px;
}
#boxRight
{
    float: right;
    width: 320px;
    position: relative;
}
#aboutDesc
{
    color: #6c6c6c;
}
.aboutCtnDialog .ui-dialog-titlebar
{
    border: none;
    background: transparent;
}
.aboutCtnDialog .ui-dialog-titlebar-close
{
    top: 20%;
}
#aboutCtn ui-dialog-title
{
    font-size: 16px;
    color: #703B7E;
}
#aboutLogo
{
    vertical-align: middle;
    padding-left: 20px;
}
#aboutTitle
{
    color: #6c6c6c;
    padding-left: 40px;
}
#aboutCtn ul
{
    color: #0c4da2;
    margin-top: 40px;
}
#aboutCtn ul li
{
    margin-bottom: 10px;
}
/*End About*/
