﻿body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    background-color:#535556;
    font-family: Arial, Helvetica, sans-serif;
    color: #505050;
}
#container
{
    background:#fff;
    text-align: center;
    margin: 10px auto 0 auto;
    padding: 1px;
    color: #505050;
    width: 970px;
    border-width: 1px;
    border-style: solid;
    border-color: #d0d0d0;
}
#fullContent
{
    z-index: 1;
    margin: 0 auto 0 auto;
    width: 970px;
    padding: 0px 5px 3px 5px;
}
#fullHeader
{
    z-index: 5;
    width: 970px;
}
#fullMenu
{
    width: 970px;
}
p
{
    margin: 0px 0px 9px 0px;
}
/********************************/
h1
{
    margin: 18px 0 10px 0;
    font-size: 16px;
    color: #003c5d;
}
h2
{
    margin: 5px 0 10px 0;
    font-size: 14px;
    color: #003c5d;
}
h3
{
    margin: 5px 0 10px 0;
    font-size: 12px;
    color: #003c5d;
}
h4
{
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    margin: 5px 0 5px 0;
    color: #003c5d;
    line-height: 15px;
}
h5
{
    font-size: 12px;
    font-style: italic;
    margin: 5px 0 5px 0;
    line-height: 15px;
    color: #003c5d;
}

/********************************/
#feed1, #feed2, #news_edit
{
    display: none;
    visibility: hidden;
}
/**********  Welcome***********/
#welcome
{
    margin: 20px 0 20px 0;
    float: left;
    width: 940px;
    padding: 0px 0px 0 0px;
    text-align: left;
    font-size: 14px;
}
#welcome a
{
    text-decoration: none;
    color: #089aef;
    background-color: inherit;
}
#welcome a:hover
{
    text-decoration: underline;
    color: #089aef;
    background-color: inherit;
}
#welcome ul, #welcome ol, .box ol, .box ul
{
    margin: 0 5px 16px 35px;
}
#welcome td
{
    vertical-align: top;
    font-size: 12px;
}
#welcome img
{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    border: none;
}
#welcome td img
{
    margin: 0 0 0 0;
}
/***************** box ********************/
.box
{
    clear: both;
    margin: 0px;
    border: 1px solid #c0c0c0;
    padding: 5px;
    min-height: 150px;
    height: auto !important;
    height: 150px;
}
.box select, .box input
{
    font-size: 12px;
}
.box_small
{
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    background: #fff; /*#f7f7f7;*/
    border: 1px solid #d0c9cb;
    padding: 10px 5px 5px 5px;
    font-size: 12px;
    margin: 0px;
    min-height: 150px;
    height: auto !important;
    height: 150px;
}
/******************* icons ********************/
.rhsicon
{
    float: right;
    margin: 0px 0px 0px 0px;
    border: 1px;
    vertical-align: middle;
}
/************* button ********************/
.button
{
    width: 90px;
    height: 24px;
    font-size: 11px;
}
.buttonr
{
    width: 90px;
    height: 24px;
    font-size: 11px;
    float: right;
}
.buttonw
{
    width: 110px;
    height: 24px;
    font-size: 11px;
    float: right;
}
.buttonwl
{
    width: 120px;
    height: 22px;
    font-size: 11px;
    padding-bottom: 2px;
}
/******************* Subcontent *********************/
#subcontent
{
    display: none;
    visibility: hidden;
}
/*************** Menublock ********************/
.menublock
{
    margin: 0;
}
/************ ListInfo ***********************/
.listInfo
{
    padding: 0 0 0 22px;
    list-style-position: outside;
    list-style-type: disc;
    list-style-image: url(/images/medgen_info4.gif);
}
.listInfo li
{
    line-height: 22px;
}
.listInfo li.selected
{
    font-style: italic;
}

/************* Footer *********************/
#footer
{
    clear: both;
    height: 20px;
    padding: 2px 0 0 0;
    margin: 10px auto 0 auto;
    font-size: 10px;
    text-align: center;
    border: none;
    background: #fff url(footer.jpg) repeat-y top left;
    color: #fff;
}
#footer a
{
    color: #ffffff;
    background-color: inherit;
    text-decoration: none;
}
#footer a:hover
{
    color: #fff;
    background-color: inherit;
    text-decoration: underline;
}

/********************************************************/
/* Accordion */
.accordionHeader
{
    border-bottom: 1px solid #2F4FaF;
    border-top: 1px dotted #a0a0e0;
    border-right: 1px dotted #a0a0e0;
    border-left: 1px dotted #a0a0e0;
    color: #5050a0;
    background: #ffffff url(/images/expand.jpg) no-repeat center left;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px 5px 30px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected
{
    border-bottom: 1px solid #2F4FaF;
    border-top: 1px dotted #a0a0e0;
    border-right: 1px dotted #a0a0e0;
    border-left: 1px dotted #a0a0e0;
    color: #5050a0;
    background: #ffffff url(/images/contract.jpg) no-repeat center left;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px 5px 30px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: transparent;
    border: 1px dotted #a0a0e0;
    border-top: none;
    padding: 10px 5px 5px 5px;
}

/*************************/
.printIcon
{
    background-color: Transparent;
    margin-right: 10px;
}
#nhsmap
{
    background-color: White;
    color: Black;
    border: 1px solid #a0a0a0;
}
/***** Watermarks *******/
.watermarked
{
    background-color: transparent;
    color: gray;
}
#welcome .ajax__validatorcallout_error_message_cell
{
    font-size: 11px;
}
/************************/
.ContextMenuPanel
{
    border: 1px solid #868686;
    z-index: 1000;
    background: url(/images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
    cursor: default;
    padding: 1px 1px 0px 1px;
    font-size: 11px;
}
.ContextMenuBreak
{
    margin: 1px 1px 1px 32px;
    padding: 0;
    height: 1px;
    overflow: hidden;
    display: block;
    border-top: 1px solid #C5C5C5;
}
a.ContextMenuItem
{
    margin: 1px 0 1px 0;
    display: block;
    color: #003399;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 19px 4px 33px;
    white-space: nowrap;
}
a.ContextMenuItem-Selected
{
    font-weight: bold;
}
a.ContextMenuItem:hover
{
    background-color: #FFE6A0;
    color: #003399;
    border: 1px solid #D2B47A;
    padding: 3px 18px 3px 32px;
}
#returnfield
{
    color: Red;
    font-weight: bold;
}
/***********************************/

#header
{
    margin: 0px 0px 1px 0px;
    height: 150px;
    background: #fff url(header.jpg) no-repeat left top;
}
#navigation
{
    background: #333333 url(menu1.gif) left top;
    color: #505050;
    width: 970px;
    height: 28px;
    min-height: 28px;
    text-align: left;
}
#navigation ul
{
    padding: 2px 23px 0px 5px;
     margin: 0;
}
#navigation li
{
    display: inline;
    line-height: 22px;
    padding: 0 10px 0 4px;
    list-style-type: none;
    height: 25px;
}
#navigation li a
{
    padding: 0px 40px 3px 3px;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
    width:140px;
        z-index: 60;
    color: #fff;
        
}
#navigation li a:hover
{
    color: #fff;
    text-decoration: underline;
}
#navigation a.selected
{
    font-style: italic;
    font-weight: bold;
}
.subMenu
{
    display: block;
    position: absolute;
    visibility: hidden;
    border: none;
    background: transparent;
    margin: 14px;
    padding: 2px;
    z-index: 50;
}
.subMenuItems
{
    width: 170px;
    margin: 2px;
    padding: 4px;
    margin: 6px 0px 0 0px;
    background-color: #425b71;
    border: 1px solid #fff;
}
.subMenuItems a
{
    color: #fff !important;
    background: transparent !important;
    font-weight: normal !important;
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 18px !important;
}
#ooh
{
    display: none;
    visibility: hidden;
}
#commentsBox
{
    float: right;
    width: 250px;
    background: transparent url(/images/contact_us.jpg) bottom left no-repeat;
    height: 380px;
    overflow: visible;
}
#maps
{
    float: left;
    width: 660px;
}
.runEditor
{
    background: transparent url(/images/runeditor.gif) top left no-repeat;
    padding: 0 0 0 24px;
    line-height: 32px;
}
.runEditor a
{
    color: Navy !important;
    text-decoration: none;
}
.runEditor a:hover
{
    color: Blue !important;
}
.indexField1
{
    padding: 2px;
    float: left;
    width: 100%;
}
.indexField2
{
    padding: 2px;
    float: left;
    width: 33%;
}
.indexField3
{
    padding: 2px;
    float: left;
    width: 32%;
}
.indexField4
{
    padding: 2px;
    float: left;
    width: 32%;
}
.indexField5
{
    display: none;
    visibility:hidden;
}

