@charset "iso-8859-1";
/* General Styles */

body
{
   background-color: #FFFFFF;
   color: #000000;
   border : none;
   min-width: 1000px;
   width: 1000px;
}



p, h1, h2, h3, h4, h5, h6
{
   margin: 1em 0px;  /* for better consistency across platforms */
}


hr {
   background-color : #a9bbbf;  /* Mozilla */
   color : #a9bbbf; /* IE */
   height : 1px;
}

td, th {
   /* font-size: 80%; */
} 
 
td {
    font-size: 100%; /* This change is probably safe and it overrides the effect of the DocType */
}
th {
    font-size: 100% !important; /* We'll have to check to see how this affects other pages */
}

caption {
    font-size: 125% !important; /* We'll have to check to see how this affects other pages */
}


table.clean td, table.clean th {
   font-size : 100%;
}

h1 {
   font-size:140%;
   font-weight: bold;
   margin-top: 0;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0;
   page-break-after: avoid;
   }

   
   
h2 {
   font-size: 120%;
   font-weight: bold;
   margin-top: 0;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0;
   page-break-after: avoid;
   color: black;
   margin: 0px;

}


h3 {
   font-size: 110%;
   font-weight: bold;
   margin-top: 0;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0;
   page-break-after: avoid;   
}

h4 {
   font-size: 100%;
   font-weight: bold;
   margin-top: 0;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0;
   page-break-after: avoid;   
}

a:link {
   color: #002782;
   text-decoration: underline;
   font-family : inherit;
   font-size : inherit;
   font-size-adjust : inherit;
   font-weight : bold;
}
a:visited {
   color: #002782;
   text-decoration: underline;
   font-family : inherit;
   font-size : inherit;
   font-size-adjust : inherit;
   font-weight : bold;
}
a:hover {
   color: #002782;
   text-decoration: underline;
   font-family : inherit;
   font-size : inherit;
   font-size-adjust : inherit;
   font-weight : bold;
}
a:active {
   color: #002782;
   text-decoration: underline;
   font-family : inherit;
   font-size : inherit;
   font-size-adjust : inherit;
   font-weight : bold;
}




p {
   font-family : inherit;
   font-size : inherit;
   font-size-adjust : inherit;
   font-weight : inherit;
}

ul
{
   margin-top: 0px;
}

ol li{
   margin-top: 8px;
}

ul li{
   margin-top: 6px;
   list-style-image: url(../img/bulletarrow.gif);
   padding-left: .3em;
   list-style-position: outside;
}

ul.clean{
   list-style: none outside none;
   margin:0; 
   padding:0;
}

ul li.clean{
   margin:0; 
   padding:0;
   list-style-type: none;
   list-style-image: none;    
   list-style-position: outside;
}

ul.fundinglist li{
   margin-top: 18px;
}

#pageWrapper
  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 80%;
   width: 950px;
   margin: 0px;
   margin-top: 10px;
   padding: 0px;
   min-width: 950px;
   overflow: visible;
}
/* firefox will understand the item below */
html > body #pagewrapper {
   width: 950px;
}
#contentContainer {
/* Changed to 0px by MIL on 2013-06-28 to accommodate new header and improve upon prior CSS */
   margin-top: 0px;
}

/*Commented out by MIL on 2010-08-24 to fix Firefox rendering problem.
#outerColumnContainer {
   float: left;
}
End comment */

/* Top Search Bar - Styles for the top of the graphical page, accessible link and search box */
   #leftColumn {
      width: 200px;
      padding: 0px;
      float: left;
      background: white;
      margin: 0px;
      z-index: 5;
      }
   
   #contentColumn {
      width: 700px;
      padding: 0px;
      margin: 0px;
      float: left;
      background: white;
      }
   
   #contentColumnHome {
      width: 500px;
      padding: 0px;
      margin: -3px 0px 0px -2px;
      float: left;
      background: white;
      }
   #rightColumn {
      width: 210px;
      padding: 0px;
      margin: 3px 0 0 0;
      float: right;
      background: white;
      }
   
   #contentheader {
      background: white
      }
@media screen {
/* Top Search Bar - Styles for the top of the graphical page, accessible link and search box */

#menu {
   width: 220px;
}

.menu_section a:link, .menu_active p a:link {
   text-decoration: none;
}
.menu_section a:visited, .menu_active a:visited {
   text-decoration: none;
}
.menu_section a:hover, .menu_active a:hover {
   text-decoration: underline;
}
.menu_section a:current, .menu_active a:current {
   text-decoration: none;
}


.menu_section {
   margin: 4px;
   padding: 0px;
   padding-left: 0px;
   border: 1px solid #f5c316;
   background-color: #FFFFEE; /* FFFFEE 1e4694 */
   font: bold 11pt Arial, Helvetica, Geneva, sans-serif;
}
.menu_active {
   margin: 4px;
   padding: 0px;
   padding-left: 0px;
   border: 1px solid #f5c316;
   background-color: #fece74; /* FFFFEE 1e4694 */
   font: bold 11pt Arial, Helvetica, Geneva, sans-serif;

}

} /* end media screen */


#leftColumn p {
   margin: 0px;
   margin-right: 5px;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 10px;
   font: bold 10pt Arial, Helvetica, Geneva, sans-serif;
}

.featureleft {
   margin-left: 10px;
   margin-bottom: 10px;
}
.linksleft {
   margin-left: 0px;
   margin-top: 10px;
}
.lsblastlinks {
   margin-top: -10px;
   margin-bottom:0px;
}

.A2Z {
   margin-top: 5px;
   margin-left: 0;
   float: left;
   margin-bottom: 10px;
}

.AZlist {
   list-style: none;
   padding: 0;
   margin: 0;
   font-size: 1em;
   font-weight: normal;
   color:#000000;
   text-align: center;
   float: left;
}

.AZlist li {
   display: block;
   float: left;
   width: 20px;
   margin: 1px;
   padding: 0;
}

html > body .AZlist li {
   margin: 1px;
}

.AZlist li a:link  {
   display: block;
   width: 100%;
   padding: 1px;
   border-width: 2px;
   border-color: #ffe #aaab9c #ccc #fff;
   border-style: solid;
   color: White;
   text-decoration: none;
   background: #3A5AB7;
}
.AZlist li a:visited  {
   display: block;
   width: 100%;
   padding: 1px;
   border-width: 2px;
   border-color: #ffe #aaab9c #ccc #fff;
   border-style: solid;
   color: White;
   text-decoration: none;
   background: #3A5AB7;
}
.AZlist li a:hover {
   display: block;
   border-color: White #03437B #03539A White;
   border-style: solid;
   color: #03539A;
   text-decoration: underline;
   background: #dfeaff;
}
.AZlist li a:active  {
   display: block;
   width: 100%;
   padding: 1px;
   border-width: 2px;
   border-color: #ffe #aaab9c #ccc #fff;
   border-style: solid;
   color: White;
   text-decoration: none;
   background: #3A5AB7;
}
/*Multiple changes to toplinks and search by MIL on 2013-06-28 to accommodate new header */

#toplinks {
   position:relative;
   left:780px;
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    width: 150px;
    z-index: 2;
   padding:0;
   margin:0;
}

.topsearchtext{
   /*position: absolute;
   top: 50px;
   right: 55px;*/
   height: 24px;
   line-height: 24px;
   width: 120px;
   margin: 0px;
   padding: 0px;
   background: #E5EDFF;
   border: #FFFFFF 1px solid;
   color: Black;
   font-size: 10pt;
   vertical-align: middle;
   z-index: 1;
}
#topsearchbox {
   position:absolute;
   left:760px;
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    top: 70px;
    width: 194px;
    z-index: 2;
   padding:0;
   margin:0;
}
.topsearchbtn2 {
   position: absolute;
   top: 50px;
   right: 0px;
   width: 73px;
   margin: 2px;
   border: 2px solid;
   background-color: #acbccd;
   color: #000077;
   font-size : 10px;
   font-weight: bold;
   letter-spacing : 1px;
   z-index : 1;
   border-bottom-color : #475a94;
   border-left-color : #acbccd;
   border-right-color : #475a94;
   border-top-color : #acbccd;
   text-align: center;
   }
.topsearchbtngray {
   /*position: relative; 
   top: 7px; 
   z-index: 1;*/
   vertical-align: middle;
   margin-left: 4px;
}

.topsearchbtnhover2 {
    border-color: #0000FF;
   font-weight : bold;
   color: #0000FF;
   cursor: pointer;
}

/* Top Search Bar - End */
/* Header - Styles for the NINDS header, logo images and text beneath them */
#header{
   margin-bottom: 10px;
   z-index: 1;
}

.nih {
   position: relative;
   height: 20px;
   width: 180px;
   left: 100px;
   top: -36px;
   z-index: 7;
}
/* Header - End */

/* Tabs for top of home page box */
ul.tbrw {
   list-style-type: none;
   display: block;
   float: left;
}
ul.tbrw li,
ul.tbrw a {
   display: block;
   float: left;
}
ul.tbrw {
   border-bottom: 1px solid white;
   width: 471px;
   
   margin-left: 11px;
   margin-bottom: 0;
}
ul.indent-tabs {
   width: 460px;
   padding-left: 0px;
}

/*Added by MIL on 12-06-2013 for ADRD 2013 site */
ul.indent-tabsADRD {
   width: 678px;
   padding-left: 0px;
}

ul.stbrw {
   margin-top: 5px;
   padding-left: 1px;
   width: 597px;
}

ul.tbrw li {
   margin-right: 5px;   
}
ul.tbrw a,
ul.tbrw a:visited {
   border: 1px solid #C4CEA7; /* #C4CEA7*/
   border-bottom: none;
   background: #EFF4FF;
   position: relative;
   top: 1px;
   line-height: 15px;
   padding: 4px 9px 4px 9px;
   color: #6A7545;
   text-decoration: none;
}
ul.tbrw li.hi a,
ul.tbrw li.hi a:visited {
   background-color: #fff;
   border-color: #9cbccd;
   border-bottom: 1px solid #fff;
   font-weight: bold;
   color: navy;
   padding: 5px 9px 3px 9px;
}

/* Tabs for top of training landing page box */
ul.tbrw-training {
   list-style-type: none;
   display: block;
   float: left;
}
ul.tbrw-training li,
ul.tbrw-training a {
   display: block;
   float: left;
}
ul.tbrw-training {
   border-bottom: 1px solid white;
   width: 471px;
   
   margin-left: 5px;
   margin-bottom: 0;
}

ul.training-tabs {
   width: 720px;
   padding-left: 0px;
}

ul.stbrw-training {
   margin-top: 5px;
   padding-left: 1px;
   width: 597px;
}

ul.tbrw-training li {
   margin-right: 2px;   
}
ul.tbrw-training a,
ul.tbrw-training a:visited {
   border: 1px solid #C4CEA7; /* #C4CEA7*/
   border-bottom: none;
   background: #fff;
   position: relative;
   top: 1px;
   line-height: 16px;
   padding: 4px 7px 4px 7px;
   color: #6A7545;
   text-decoration: none;
}
ul.tbrw-training li.hi a,
ul.tbrw-training li.hi a:visited {
   background-color: #EFF4FF;
   border-color: #9cbccd;
   border-bottom: 1px solid #EFF4FF;
   font-weight: bold;
   color: black;
   text-decoroation: none;
   padding: 5px 7px 3px 7px;
}

.dir-box  {
   border: 5px solid #cdcfd0;
   width: 220px;
   margin-left: 5px;
   margin-right: 20px;
   background-color: #e8eaeb;
   float: right;
}

#navcontainer
{
width: 100%;
margin-left: 14px;
margin-right: 14px;
margin-bottom: 0px;
padding:  0;
}

#navlist
{
padding: 3px 0;
margin-left: 0px;
margin-bottom: 0px;
font: bold  Verdana, sans-serif;
}

#navlist li
{
list-style: none;
display: inline;
float: left;
margin: 0;
}
 
#navlist li a
{
padding-left: 3px;
padding-top: 3px;
padding-right: 3px;
margin-left: 3px;
text-decoration: none;
background-image: url("http://nindscmsdev.ninds.nih.gov/img/gradient-up.gif");
border-left: 1px solid #acbccd;
border-right: 1px solid #acbccd;
border-top: 1px solid #acbccd;
border-bottom: 0px; 
display: block;
}
 
#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }
 
#navlist li a:hover
{
color: #000;
background-image: url("http://nindscmsdev.ninds.nih.gov/img/gradient-down.gif");
}
 
#navlist li a:current
{
background-image: url("http://nindscmsdev.ninds.nih.gov/img/gradient-down.gif");
color: black;
z-index: 6;
}
/ * end tabs for top of home page boxes */

.breadcrumb {
   width: 800px;
   margin-top: 0px;
}



.inside {
   /* Only horizontal padding here or IE's broken box model will cause problems. */
   /* Vertical padding is done in the parent element */
   padding-top : 5px;
   padding-left: 10pt;
   font-family : inherit;
   font-size : inherit;
   font-size-adjust : inherit;
   font-weight : normal;
   }

.insideIndex {
   /* Only horizontal padding here or IE's broken box model will cause problems. */
   /* Vertical padding is done in the parent element */
   padding-top : 5px;
   padding-left: 10pt;
   font-family : inherit;
   font-size : inherit;
   font-size-adjust : inherit;
   font-weight : normal;
   margin: 0px 10px 10px 10px;
   }

.insidecenter {
   /* Only horizontal padding here or IE's broken box model will cause problems. */
   /* Vertical padding is done in the parent element */
   padding-right : 18px;
   padding-left : 18px;
      font-family : inherit;
   font-size : inherit;
   font-size-adjust : inherit;
   font-weight : normal;
}


.lsbfocus {
   padding-left: 4px;
   padding-top: 2px;
   padding-bottom: 2px;

   margin-left: -6px;
   margin-bottom: 0px;
   width : 150px;
   z-index: 2;

   background-color: #fece74; /* FFFFEE 1e4694 */
   font: bold 11pt Arial, Helvetica, Geneva, sans-serif;
}

.disorderlsbfocus{
   margin: 2px;
   width : 160px;
   z-index: 2;
   font: bold 10pt Arial, Helvetica, Geneva, sans-serif;
}

.disorderlsb{
   padding-left: 20px;
   margin-left: 2px;
   margin-bottom: 0px;
   width : 160px;
   z-index: 2;
   font: bold 10pt Arial, Helvetica, Geneva, sans-serif;
}

.disorder_glump {
   margin-left: 20px;
   width: 160px;
   padding: 0px;
   padding-left: 0px;
   border: 1px solid #f5c316;
   background-color: #FFFFEE; /* FFFFEE 1e4694 */
   font: bold 11pt Arial, Helvetica, Geneva, sans-serif;
}

.disorder_name {
   color: black;
   font-weight: bold;
   font-size: 10pt;
   padding: 4px;
}

div.disorderlsbfocus a,
div.disorderlsbfocus a:visited {
   margin-left: 16px;
   background-color: #fece74; /* FFFFEE 1e4694 */
   border-color: #9cbccd;
   font-weight: bold;
   color: navy;
   min-width: 140px;
   text-decoration: none;
   padding: 2px 9px 3px 9px;
}
div.disorderlsbfocus a:hover {
text-decoration: underline;
}
.boxfocus {
   padding-left: 2px;
   min-width: 130px;
   margin: 0;
   width: 130px;
   z-index: 2;
  text-indent: 2px;
   background-color: #fece74; /* FFFFEE 1e4694 */
   font: bold 10pt Arial, Helvetica, Geneva, sans-serif;
}

.box_glump a,
.box_glump a:visited {
   font-weight: bold;
   color: navy;
   min-width: 120px;
   text-decoration: none;
   font-size: 10pt;
}

box_glump a:hover {
text-decoration: underline;
}

.box_glump {
   margin-left: 20px;
   margin-right: 4px;
   padding: 0px;
   padding-left: 0px;
   border: 1px solid #f5c316;
   background-color: #FFFFEE; /* FFFFEE 1e4694 */
   font: bold 11pt Arial, Helvetica, Geneva, sans-serif;
}
.box_glump ul {
   margin-top: 0;
   padding-top: 0;
   margin-bottom: 0;
   padding-bottom: 0;
   margin-left: 0;
   padding-left: 4px;
   line-height: 1.1em;
   list-style-type: none;
}
.box_glump ul li{
   list-style-image: none;
   background: url(../img/bulletarrow.gif);
   background-repeat:no-repeat;
   background-position:0 0; (these are x-y coordinates)
   vertical-align:top;
   padding-left: 1em;
   list-style-position: outside;
}
.box_name {
   color: black;
   font-weight: bold;
   font-size: 10pt;
   padding: 4px;
}
.lsbGroup {
   margin-bottom: 10px;
   margin-top: 4px;
   padding-left: 24px;
}
.lsbGroup p {
   margin-left: .5em;
   margin-bottom: 2px;
   margin-top: 2px;
}

.lsbGroup a:link, .disorderlsb  a:link {
   font-size: 10pt;
   text-decoration: none;
}
.lsbGroup a:visited, .disorderlsb a:visited {
   font-size: 10pt;
   text-decoration: none;
}
.lsbGroup a:hover, .disorderlsb a:hover {
   font-size: 10pt;
   text-decoration: underline;
}
.lsbGroup a:active, .disorderlsb a:active {
   font-size: 10pt;
   text-decoration: none;
}


/* Left, Right and Center Columns - End */

/* Footer - The  div container to hold the footer */
/* This container has a relative position that allows it to fall below the column container */

#footer
{
   border-width: 0px
   /* border for bottom of layout and top of footer area */
   color: #fff;
   text-align: center;
   padding: 0px;
   clear : both;

}

/* Footer - End */
  
.displaytitle {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 140%;
   color: #dc4c1a;
   font-weight: bold;
}

h1.displaytitle {
   /* this banner style defines the green header that contains the page title */
   color: #dc4c1a;
   font-size: 16pt;
   font-weight: bold;
   /*margin-left: 202px;*/
   z-index: 0;

}


.textonly {
display: none;
visibility: hidden;
   width: 0px;
   line-height: 0px;
   font-size: 0px;
}

a:link.textonly {
   visibility : hidden;
}
a:hover.textonly {
   visibility : hidden;
}
a:active.textonly {
   visibility : hidden;
}
a:visited.textonly {
   visibility : hidden;
}

.textlink{
   color: White;
   text-decoration: none;
   font-family : inherit;
   font-size : inherit;
   font-size-adjust : inherit;
   font-weight : normal;
}

/* Styles for pulldown lists */
.disorder_quicklinks {
   font-family : inherit;
   font-size : inherit;
   font-size-adjust : inherit;
   font-weight : normal;
}
.funding_quicklinks {
   width: 140px; /* affects size of RSB */
   font-family : inherit;
   font-size : inherit;
   font-size-adjust : inherit;
   font-weight : normal;
}

.gobutton {
   margin: 1px;
   width: 30px;
   border-bottom-color : #7588B7;
   border-left-color : #E8E8E8;
   border-right-color : #7588B7;
   border-top-color : #E8E8E8;   
    border: 1px solid;
   z-index: 2;
   background : #ccdadb;
   color : #400080;
   font-weight : bold;
   font-size : 10px;
   letter-spacing : 1px;
}

.gobutton2{
   border: 2px solid;
   background-color: #CCDADB;
   font-family : 'trebuchet ms',helvetica,sans-serif;
   font-size : 10px;
   color: #006666;
   width: 28px; 
   border-bottom-color : #306C4F;
   border-left-color : #9ACCb4;
   border-right-color : #306C4F;
   border-top-color : #9ACCB4;
   text-align: center;
   vertical-align: bottom;
}

.gobuttonhover2{
   border-color: #660066;
   font-weight : bold;
   color: #660066;
   cursor: pointer;
   
}

/* End - Home page pulldown lists */

/* Boxes!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.boxcontent {
   background-color: white;
   border-width: 1px;
   border-color: #acbccd;
   border-style: solid;
   padding: 6px;
   font-size: 10pt;
   color: Black;
   text-align: left;
    margin: 0px;
   margin-bottom: 10px;
   width: 200px;
}

.boxcontentIndexLSB {
   border:#ACBCCD solid 1px;
   font-size:10pt;
   margin: 0px 0px 10px 4px;
   text-align:left;
   width: 211px;
}

.boxcontentIndexRSB {
   background-color: #F7F7F7;
   border: #ACBCCD solid 1px;
   font-size: 10pt;
   margin: 0px 0px 10px; 
   padding: 0px;
   text-align: left;
   width: 200px;
}

.boxcenter {
   background-color: white;
   border-width: 1px;
   border-color: #acbccd;
   border-style: solid;
   padding: 5px;
   font-size: 10pt;
   color: Black;
   text-align: left;
   margin-right: 10px;
   margin-left: 10px;
   width: 460px;
   margin-bottom: 10px;
}

/* Additional CSS required to fix overflow problem and iPhone text inconsistencies */

.boxcenterIndexTop {
   float: left; 
   clear: both; 
   width: 460px;
   /*height: 380px;*/
   height: 400px;
   /*background-color: #FFFFFF;*/
   border:#ACBCCD solid 1px; 
   /*padding: 0px 5px 5px 5px;*/
   /*color: black;*/
   /*font-size:10pt;*/
   text-align: left; 
   margin-right:10px;
   margin-left:10px;
   margin-top: -1px;
   margin-bottom:10px;
   overflow: hidden; 
}

/*added by MIL on 2013-09-09 for Alzheimers Workshop page*/
.boxcenterIndexTopFull {
   float: left; 
   clear: both; 
   width: 744px;
   /*height: 256px;*/
   /*height: 300px;*/
   /*background-color: #FFFFFF;*/
   border:#ACBCCD solid 1px; 
   /*padding: 0px 5px 5px 5px;*/
   /*color: black;*/
   /*font-size:10pt;*/
   text-align: left; 
   /*margin-right:10px;
   margin-left:10px;*/
   margin-top: -1px;
   margin-bottom:10px;
   overflow: hidden; 
}

.obscuro{
    display:none;
}

@media only screen and (max-device-width: 480px) {      
        .boxcenterIndexTop { -webkit-text-size-adjust:100% }               
}
/* End iPhone CSS adjustments */

.boxcenterIndexBottom {
   border: #ACBCCD solid 1px;
   font-size: 10pt;
   margin-bottom: 10px;
    margin-left: 10px;
   margin-right: 10px;
   text-align: left;
   width: 460px;
   clear: both;
}

.boxfortraining {
   background-color: #EFF4FF;
   border-width: 1px;
   border-color: #acbccd;
   border-style: solid;
   padding: 5px;
   font-size: 10pt;
   color: Black;
   text-align: left;
   margin-right: 10px;
   margin-left: 10px;
   width: 720px;
   margin-bottom: 10px;
}
.boxtopleft {
    float: left;
   background-color: white;
   border-width: 2px;
   width: 100px;
   border-color: #475a94;
   border-style: solid;
   font-size: 10pt;
   color: Black;
   text-align: left;
}
.boxtopright {
    float: right;
   background-color: white;
   width: 100px;
   border-width: 1px;
   border-color: #acbccd;
   border-style: solid;
   padding: 5px;
   font-size: 10pt;
   color: Black;
   text-align: left;
}

.boxltblue {
   background-color: #EFF4FF;
   border-width: 1px;
   border-color: #6B778F;
   border-style: solid;
   padding: 5px;
   font-size: 10pt;
   color: Black;
   text-align: left;
   margin: 4px;

}

.boxltblueIndexLSB {
   background-color:#EFF4FF;
   border:#6B778F solid 1px;
   font-size: 10pt;
   margin: 4px 4px 4px 4px;
   text-align: left;
   width: 211px;
}

.boxrecovery {
   background-color: #efefef;
   border-width: 4px;
   border-color: #d1d1d1;
   border-style: solid;
   padding: 5px;
   font-size: 10pt;
   color: Black;
   text-align: left;
   margin: 0;
}
.recoveryred {
   color: #7d0911;
}
.boxorangeframe {
   background-color: white;
   border-width: 1px;
   border-color: #FFB380;
   border-style: solid;
   padding: 5px;
   font-size: 10pt;
   color: Black;
   text-align: left;
   margin: 4px;

}

.boxltgrey {
   background-color: #F7F7F7;
   border-bottom-color: #a9bbbf;
   border-bottom-style: solid;
   border-bottom-width: 2px;
   padding: 5px;
   font-size: 10pt;
   color: Black;
   text-align: left;
   margin: 4px;

}

   
.boxltgreen {
   background-color: #f2faf4;
   border-width: 1px;
   border-color: #6B8F8A;
   border-style: solid;
   padding: 5px;
   font-size: 10pt;
   color: Black;
   text-align: left;
   margin: 4px;

}
.boxltpurple {
   background-color: #F8F8FF;
   border-width: 1px;
   border-color: #756D8F;
   border-style: solid;
   padding: 5px;
   font-size: 10pt;
   color: Black;
   text-align: left;
   margin: 4px;
}
.boxltorange {
   background-color: #FFFCF2;
   border-width: 1px;
   border-color: #D07D00;
   border-style: solid;
   padding: 5px;
   font-size: 10pt;
   color: Black;
   text-align: left;
   margin: 4px;
}
.boxltyellow {
   background-color: #FFFFDD;
   border-width: 1px;
   border-color: #FEFF00;
   border-style: solid;
   padding: 5px;
   font-size: 10pt;
   color: Black;
   text-align: left;
   margin: 4px;
}
.boxfeature {
   background-color: white;
   float: right;
   border-top: 1px solid #acbccd;
   border-left: 1px solid #acbccd;
   border-right: 1px solid #acbccd;
   border-bottom: 1px solid #acbccd;
   margin-left: 10px;
   padding: 0px;
   font-size: 10pt;
   color: Black;
   text-align: left;
   width: 270px;
}

#tabs {
   margin: 0;
   padding: 0;
   }
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! tabs!!!!!!!!!!!!!!!!!!!!*/   
#tabs h2 {
   font-size: 10pt;
   display: inline;
   padding-left: 6px;
   padding-right: 6px;
   border-top: 0px solid #acbccd;
   border-bottom: 1px solid #acbccd;
   }        



#tabs h2.tabback {
   border-bottom: 1px solid #acbccd;
   background-image: url(../img/gradient-down.gif);
}
#tabs h2.tabfront {
   border-bottom: 0px;
   border-top: 1px solid #acbccd;
      background-image: url(../img/gradient-up.gif);
   }
.inside {
    padding: 4px;
   }

.insideIndex {
    padding: 4px;
   }

#tabs a {
      color: #314C99;
       text-decoration: none;
      margin: 0;
      }
#tabs a:hover {
       text-decoration: underline;
      }
      
      
         
.boxhdrpurple {
   background-image: url(../img/boxhdrpurple_185_1pix.gif);
   font-size: 10pt;
   font-weight: bold;
   color: Black;
   text-align : left;
   height: 12px;
   padding: 3px;
   border: 0px;
   margin: 0px;
}

.boxhdrtopfeature {
   background-image: url(../img/boxhdrgreenmid_1pix.gif);
   font-size: 10pt;
   font-weight: bold;
   color: Black;
   text-align : left;
   height: 12px;
   padding: 3px;
   border: 0px;
   margin: 0px;
}

.boxhdrcontent {
   background-color: white;
   border: 1px;
   border-color : #9d98c6;
   border-style : solid;
   padding: 5px;
   font-size: 10pt;
   color: Black;
   text-align : left;
   margin-bottom: 8px;
}  
.boxcontentgrey {
   background-color: #F7F7F7;
   border-bottom-width: 2px;
   border-bottom-color : #a9bbbf;
   border-bottom-style : solid;
   padding-top: 5px;
   padding-left: 5px;
   font-size: 10pt;
   margin-bottom: 40px;
   color: Black;
   text-align : left;
   height: 1%;
}

.boxcontentgreen {
   background-color: #edf2f5;
   border-bottom-width: 2px;
   border-bottom-color : #a9bbbf;
   border-bottom-style : solid;
   padding-top: 5px;
   padding-left: 5px;
   font-size: 10pt;
   color: Black;
   text-align : left;
   margin-bottom: 8px;
}
   
.boxcontentwhite {
    background-color: White;
   padding-left: 5px;
   padding-top: 5px;
   padding-bottom: 5px; 
   padding-left: 5px;
   font-size: 10pt;
   color: Black;
   text-align : left;
}

.boxcontentpurple {
   background-color: #F7F1F1;
   border-bottom-width: 2px;
   border-bottom-color : #a9bbbf;
   border-bottom-style : solid;
   padding-top: 5px;
   padding-left: 5px;
   font-size: 10pt;
   color: Black;
   text-align : left;
}

.boxhdrgreenmid {
   background-color #fffffe;
   font-size: 10pt;
   font-weight: bold;
   color: Black;
   height: 12pt;
   text-align : left;
   border: solid navy 1px
   padding: 4px;
   margin-bottom: 5px;
   margin-top: 0px;
}



  ul.noextraspace {
   margin-top: 0;
   border-top-width: 0;
   padding-top: 0;
   margin-bottom: 0;
   padding-bottom: 0;
   margin-left: 14px;
   padding-left: 4px;
   line-height : 1.1em;
}

  ul.noextraspaceIndex {
   margin-top: 0;
   border-top-width: 0;
   padding-top: 0;
   margin-bottom: 0;
   padding-bottom: 0;
   margin-left: 14px;
   padding-left: 4px;
   line-height : 1.3em;
}

li.indentbullets {
   margin-top: 0;
   padding-top: 0;
   margin-bottom: 0;
   padding-bottom: 0;
}

.popscicle {
   background : White;
   padding-top: 3px;
   padding-bottom : 3px;
   padding-left : 2px;
   margin-right : -1px;
}


.hrline {
   background-color: #fece74;
   width: 12em;
   height : 1px;
   padding-left : 0px;
}


/* classes for different size text */
.tinytxt, .tinytext {
font-size: 8pt;
}
.tinyboldtxt{
   font-size : .8em;
   font-weight : bold;
}
.smalltxt {
   font-size : .9em;
}
.smallboldtxt {
   font-size : .9em;
   font-weight : bold;
}
.medtxt {
   font-size : 1em;
}
.medboldtxt {
   font-size : 1em;
   font-weight : bold;
}
.bigtxt {
   font-size : 1.1em;
}
.bigboldtxt {
   font-size : 1.1em;
   font-weight : bold;
}
.hugetxt, .hugetext {
   font-size : 1.2em;
}
.hugeboldtxt {
   font-size : 1.2em;
   font-weight : bold;
}
.floatleft, .photofloatleft {
   float : left;
   padding-right: 5px;
}
.floatright {
   float : right; 
}
.indenttiny {
   padding-left : 9px;
}
.indentsmall {
   padding-left : 10px;
}
.indentmed {
   padding-left : 12px;
}
.indentbig {
   padding-left : 14px;
}
.clear
{
   clear: both;
}

.featurefloatright {
 width: 170px;
 background : #efefef;
 border: 4px solid #d1d1d1;
 padding: 4px;
 font: bold 11pt Arial, Helvetica, Geneva, sans-serif;
 font-weight: bold;
 text-align: left;
 margin: 8px;
}
.featurefloatright td {
   font: bold 10pt Arial, Helvetica, Geneva, sans-serif;
   margin: 0;
}
th.feature {
   font: bold 11pt Arial, Helvetica, Geneva, sans-serif;
}
.featurefloatright td ul {
  margin-top: 0;
  border-top-width: 0;
   padding-top: 0;
   margin-bottom: 0;
   padding-bottom: 0;
   margin-left: 14px;
   padding-left: 4px;
}
.featureright {
 width: 186px;
 background : #FFFFEE;
 border: 1px solid #f5c316;
 font-weight : bold;
 text-align : center;
 float: right;
 padding: 4px;
 margin-left: 10px;
 margin-bottom: 10px;
}

/* Added 2010-02-24 to apply special styling to featureright and featurefloatright for the disorder pages */

.disorderfeatureright {
/* width: 186px; */
 /*width: 300px;*/
 background : #FFFFEE;
 border: 1px solid #f5c316;
 font-weight : bold;
 text-align : center;
 float: right;
 padding: 4px;
 margin-left: 10px;
 margin-bottom: 10px;
 clear: right;
}

.disorderfeaturefloatrightA {
/* width: 170px; */
 width: 300px;
 background : #ffffff;
 border: 1px solid #d1d1d1;
 padding: 4px;
 font-weight: bold;
 text-align: left;
/* margin: 8px; */
}

.disorderfeaturefloatrightA p {
 font: bold 10pt Arial, Helvetica, Geneva, sans-serif;
 /*text-indent: 15px;*/
  margin: 0 0 0 20px;
}

.disorderfeaturefloatrightA h1 {
 font: bold 11pt Arial, Helvetica, Geneva, sans-serif;
 color: #FFFFFF;
 /*background-color: #304B9C;*/
 background:#c90013 url(../img/crcbkg.jpg) top left repeat-x;
 border: 1px #CCCCCC solid;
 padding: 2px;
 text-align: center;
}

.disorderfeaturefloatrightA ul {
 margin: 5px 0 0 18px;
 padding: 0 0 0 0;
}

.disorderfeaturefloatrightA ul li {
 font: bold 10pt Arial, Helvetica, Geneva, sans-serif;
 /*list-style-position: inside;*/
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

.disorderfeaturefloatrightA ul ul {
 margin: 5px 0 0 20px;
 padding: 0 0 0 0;
}

.disorderfeaturefloatrightA ul ul li {
 list-style-image: url(../img/graybullet.gif);
 margin: 0 0 2px 0;
 padding: 0 0 0 0;
 font: normal 9pt Arial, Helvetica, Geneva, sans-serif;
}

.disorderfeaturefloatrightA ul ul li a:link {
 font: normal 9pt Arial, Helvetica, Geneva, sans-serif;
}

.disorderfeaturefloatrightA ul ul li a:visited {
 font: normal 9pt Arial, Helvetica, Geneva, sans-serif;
}

.disorderfeaturefloatrightA ul ul li a:hover {
 font: normal 9pt Arial, Helvetica, Geneva, sans-serif;
}

.disorderfeaturefloatrightA ul ul li a:active {
 font: normal 9pt Arial, Helvetica, Geneva, sans-serif;
}

/*A variation of disorderfeaturefloatrightA for pages with two features*/

.disorderfeaturefloatrightB {
/* width: 170px; */
 width: 300px;
 background : #efefef;
 border: 4px solid #d1d1d1;
 padding: 4px;
 font-weight: bold;
 text-align: left;
/* margin: 8px; */
}

.disorderfeaturefloatrightB p {
 font: normal 10pt Arial, Helvetica, Geneva, sans-serif;
}

.disorderfeaturefloatrightB h1 {
 font: bold 11pt Arial, Helvetica, Geneva, sans-serif;
 color: #FFFFFF;
 background-color: #304B9C;
 border: 1px #2b438b solid;
 padding: 2px;
 text-align: center;
}

.crcbannerContainer {
 width: 692px;
 height: 35px;
 margin-top: 25px;
}

.crcbannerLeft {
 width: 71px;
 float: left;
 height: 35px;
}

.crcbannerUpperRight {
 height: 20px;
 color: #A70012;
 font: bold 12pt Arial, Helvetica, Geneva, sans-serif;
}

.crcbannerLowerRight {
 height: 15px;
 background:#c90013 url(../img/crcbkg.jpg) top left repeat-x;
}


/* Previous CSS Classes*/



.noverticalspace {
  margin-top: 0;
  border-top-width: 0;
   padding-top: 0;
   margin-bottom: 0;
   padding-bottom: 0;
   margin-left: 14px;
   padding-left: 4px;
}
.nospace {
  margin-top: 0;
  border-top-width: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.lsbheader {
   font-size: 10pt;
   font-weight: bold;
   margin-bottom: 0px;
   padding-left: 4px;
   display: none;
}
.lsbhere {
   color: #dc4c1a;
   font-weight: bold;
   margin: 6px;
   padding: 2px;
   padding-left: 0px;
   width: 120px;
   display: block;
   border: 1px solid #f5c316;
   background-color: #fece74; /* FFFFEE 1e4694 */
   font: bold 12pt Arial, Helvetica, Geneva, sans-serif;
}

}  
.indentbullets li {
   margin-top: 0;
   margin-left: 0;
   padding: 0;
   padding-left: 0;
   font-family: "Arial, Helvetica, sans-serif";
   list-style-position: inside;

  }

.indentnone {
   margin-left : 10px;
}

.indenttiny {
   width: 100%;   /* setting width to 100% fixes IE box bug on indent */
   margin-left: 30px;
}
  
.indent1 {
   width: 100%;   /* setting width to 100% fixes IE box bug on indent */
   margin-left: 50px;
}
  
.indent2 {
   margin-left : 75px;
      width: 100%;
}
  
.indent3 {
   margin-left : 100px;
     width: 100%;
}

.lefthalf {
   float: left;
   margin: 0px;
   width: 207px;
}

.righthalf {
   float: right;
   margin: 0px;
   padding-left : 15px;
   width: 207px;
}


.left {
float: left;
padding-right: 0.5em;
}
.right {
float: right;
padding-left: 0.5em;
}
.center  {
margin: auto;
display: block;
}

.headertable{
   padding-bottom : 5px;
   width : 100%;
}
.contentarea {
   padding-left : 12px;
   vertical-align : top;
   padding-right : 12px;
   padding-bottom : 12px;
}



/* Used for effect on the disorder index page */
.bigleftletter67 {
   font-family: "Arial Black";
   font-size: 200%;
   float: left;
   color : #dc4c1a;
   vertical-align : text-top;
   padding-left : 0px;
   padding-right : 0px;
   padding-top : 0px;
   padding-bottom : 0px;
   display : inline;
   margin-left : 0;
   margin-right : 0;
   margin-top : 0;
   margin-bottom : 0;
   width: 25px;
}

.spine_block {
   padding: 5 0 0 0; 
   margin: 0 0 0 10; 
   float: left;
   width: 655px;
}
.bigleftletter {
   font-family: "Arial Black";
   font-size: 200%;
   /*float: left;*/
   color : #dc4c1a;
   vertical-align : text-top;
   padding-left : 0px;
   padding-right : 0px;
   padding-top : 0px;
   padding-bottom : 0px;
   display : inline;
   margin-left : 0;
   margin-right : 0;
   margin-top : 0;
   margin-bottom : 0;
}

#rightColumn .hideinrsb {
display: none;
visibility: hidden;
   width: 0px;
   line-height: 0px;
   font-size: 0px;
}
#tabbedBoxes{
font-family: "Lucida Grande", Geneva,Arial,Verdana;
width: 250px;
padding: 10px 0px 2px 0px;
}
#tabbedBoxes ul{
list-style-type: none;
margin:0px;
padding: 0px;
}

#tabbedBoxes h3{
font-family: "Lucida Grande", Geneva,Arial,Verdana;
font-size:1.0em;
display: inline;
background-image: url(/img/tabexpander.gif);
background-position: top right;
background-repeat: no-repeat;
padding: 1px 10px 0px 2px;
margin: 0px 0px 0px 8px;
}

#tabbedBoxes .tabbedBox{
list-style-type: none;
background-image: url(/img/tabtop.gif);
background-position: 0px 0px;
background-repeat: no-repeat;
padding: 0px;
margin: 0px 0px 20px 0px;
}

.tabbedBox ul li{
  margin: 0;
  padding-right: 5px;
  padding-left:0px;
}

#tabbedBoxes .tabbedBox ul{
  list-style-type: disc;
  list-style-position: outside;
  background-image: url(/img/tabbottom.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 10px 2px 15px 28px;
  margin: 0px 0px 0px 0px;
}

#tabbedBoxes .tabbedBox ul ul{
  list-style-type: disc;
  list-style-position: outside;
    background-image: url(/img/blank.gif);
  margin: 5px 0px 5px 20px;
}
#tabbedBoxes .tabbedBox ul ul li {
  margin-left:0px;
}

/* The printable version hides navigational elements */
@media print {

#topsearchbar, #toplinks, .breadcrumb, .menu_section, #leftColumn, #rightColumn {
  display: none;
  visibility: hidden;
}
    
#topsearchbox {
   display: none !important;
}

h1.displaytitle {
   width: 97%;
   min-width: 97%;
   max-width: 97%;
   margin: 0px;
}
body {
   width: 97%;
   min-width: 97%;
   max-width: 97%;
   margin: 0px;
   padding: 0px;
   background-color: #FFFFFF;
}

#header img {
   width: 90%;
   min-width: 90%;
   max-width: 90%;
}

#header .nih img {
   visibility: hidden;
   display: none;
}

#pageWrapper   {
   width: 97%;
   min-width: 97%;
   max-width: 97%;
   margin: 0px;
   padding: 0px;
}
/* firefox will understand the item below */
html > body #pagewrapper {
   width: 97%;
   min-width: 97%;
   max-width: 97%;
   margin: 0px;
   padding: 0px;
}


#contentContainer {
   /*margin-top: -30px;*/
   width: 100%;
   min-width: 100%;
   max-width: 100%;
   margin: 0px;
   padding: 0px;
}

#outerColumnContainer {
   /*float: left;*/
   width: 100%;
   min-width: 100%;
   max-width: 100%;
   margin: 0px;
   padding: 0px;  
}

#innerColumnContainer {
   /*float: none;*/
   margin: 0px;
   padding: 0px;  
}

#contentColumn {
   width: 97%;
   min-width: 97%;
   max-width: 97%;
   margin: 0px;
   padding: 0px;  
   font-size:22px !important;
}

.inside  {
   /* Only horizontal padding here or IE's broken box model will cause problems. */
   /* Vertical padding is done in the parent element */
   font-family : inherit;
   font-size : inherit;
   font-size-adjust : inherit;
   font-weight : normal;
   margin: 0px;
   padding: 0px;  
}

.insideIndex   {
   /* Only horizontal padding here or IE's broken box model will cause problems. */
   /* Vertical padding is done in the parent element */
   font-family : inherit;
   font-size : inherit;
   font-size-adjust : inherit;
   font-weight : normal;
   margin: 0px;
   padding: 0px;  
}
   
table {
   font-size: 98%;
   width: 100%;
   min-width: 100%;
   max-width: 100%;
   table-layout: fixed; 
}

#footer {
   /*border-width: 0px; */
   /* border for bottom of layout and top of footer area */
   color: #0000FF;
   text-align: center;
   padding: 0px;
   clear : both;
   width: 100%;
}

} /* end media print */

/* styles for 2 column (time period, activity description) table structure for agendas/schedules   */

.time_block
{
float:left;
text-align; left;
width: 125px;
border-style: none;
}

.desc_block
{
float: left;
text-align:left;
width: 550px;
border-style: none;
padding-bottom: 20px;
} 
/* end 2 column agenda table */


#text_boxes {
   width: 100%;
   background: #ffffff;
   font-size: .9em;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   text-align: left;
   float:left;
   padding:0px;
   margin:0px;
}

#text_boxes ul {
   padding:0px;
   margin-left:10px;
}

#text_boxes ul li {

   background-image:none;
   padding-bottom:8px;
   margin: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-left: 0px;
}

#text_boxes ul li a {
   text-decoration: none;
}
#text_boxes ul li a:hover {
   text-decoration: underline;
}

#left_box, #middle_box, #right_box, #rsb_box {
   background: #ffffff;
   float: left;
   width: 160px;
   border: 1px solid #ebebeb;
   height:364px;
   margin-top: 5px;
   margin-right: 12px;
   margin-bottom: 3px;
   margin-left: 0px;
   padding-left:0px;
}

#rsb_box {
   margin-right: 0px;
   border: none;
}

.boxes_copy {
   line-height: 1.1em;
   margin-top: 7px;
   margin-right: 0px;
   margin-bottom: 7px;
   margin-left: 0px;
   padding-top: 0px;
   padding-right: 12px;
   padding-bottom: 0px;
   padding-left: 12px;
}

.boxes_images {
    float: left;
    margin-right: 6px;
    border: 1px solid #cccccc;
}

.text_boxes_headers {
    font-size: 1.3em;
   color: #20396c;
   background-color: #E5EDFF;
   background-repeat: repeat;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   padding-top: 3px;
   padding-right: 4px;
   padding-bottom: 3px;
   padding-left: 4px;
}

.text_boxes_headers h4 {
   padding:0px;
   font-weight:bold;
   color: #20396c;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 6px;
}

table.sortable {
   width:100%; 
   margin-top:10px; 
   border: 1px solid #ebebeb;
}

span#sorttable_sortfwdind, span#sorttable_sortrevind {
   font-size:20px;
   cursor: default;
}

span#sorttable_sortrevind {
   background-image:url(../images/carrot_up.gif); 
   background-repeat:no-repeat;
   width:15px;
   height:10px;
   padding-right:2px;
   padding-left:2px;
   margin-top:8px;
   padding-bottom:0px;
   margin-bottom:0px;
}

span#sorttable_sortfwdind {
   background-image:url(../images/carrot_down.gif); 
   background-repeat:no-repeat;
   width:15px;
   height:10px;
   padding-right:2px;
   padding-left:2px;
   margin-top:4px;
   padding-bottom:0px;
   margin-bottom:0px;
}

table.sortable th, table.sortable td {
   padding-top: 3px;
   padding-right: 3px;
   padding-bottom: 3px;
   padding-left: 3px;
   border: 1px solid #ebebeb;
}

table.sortable td.title {
   text-align:left;
}

table.sortable th {
   background-color: #d9e1f0;
   text-decoration:underline;
}

/* classes to use in conjunction with curvyCorners.js code (in public.js) */
.round5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.round10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.round20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

/******************************************************/


/******* TABLESORTER STYLES *************/

/* tables */
table.tablesorter {

   margin:10px 0pt 15px;
   width: 100%;
   text-align: left;
   border-collapse:collapse;

}
/*header and footer */
table.tablesorter thead tr th, table.tablesorter tfoot tr th { 
   background-color: #e6EEEE;
   border: 1px solid #CCCCCC;
   padding: 4px;

}
table.tablesorter thead tr .header {
   background-image: url(/img/tablesorter_bg.gif);
   background-repeat: no-repeat;
   background-position: center right;
   cursor: pointer;
}

table.tablesorter tbody td {
   color: #3D3D3D;
   padding: 4px;
   background-color: #FFF;
   vertical-align: top;
   border: 1px solid #CCCCCC;
}
table.tablesorter tbody tr.odd td {
   background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
   background-image: url(/img/tablesorter_desc.gif);
}
table.tablesorter thead tr .headerSortDown {
   background-image: url(/img/tablesorter_asc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
   background-color: #8dbdd8;
}

/******* END TABLESORTER STYLES *************/

/*** Simple Expander CSS ***/
.bulleted_expandme .expander.expanded {
    padding-left: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(http://www.ninds.nih.gov/img/minus.gif);
   display:block;
   margin: 6px 0;
}

.bulleted_expandme .expander.collapsed  {
    padding-left: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(http://www.ninds.nih.gov/img/plus.gif);
   display:block;
   margin:6px 0;
}

.bullet_noexpandme {
   background-image: url(http://www.ninds.nih.gov/img/blue_disk_bullet.gif); 
   background-position: left center; 
   background-repeat: no-repeat; 
   display: block; 
   margin: 6px 0; 
   padding-left: 18px;
}

.bulleted_expandme p {
   margin-left:19px; /*indent paragraphs when using arrows*/
   margin-top:6px;
}
/*** End Simple Expander CSS ***/

/*************************** A-Z List Style ******************************/
.A-Z-Button {
   background-color:#FECE74;
   -moz-border-radius:0px;
   -webkit-border-radius:0px;
   border-radius:0px;
   border:1px solid #B28302;
   display:inline-block;
   font: bold 11pt Arial, Helvetica, Geneva, sans-serif;
   padding:2px 0px;
   text-decoration:none;
   text-shadow:0px 0px 0px #2f6627;
   width: 959px;
   margin-top: -10px; 
   text-align: center; 
}
.A-Z-Button:hover {
   background-color:#FECE74;
}
.A-Z-Button:active {
   position:relative;
   top:1px;
}

.homePageTile {
   width: 220px;
   margin: 10px;
   border: 1px solid #B28302;
}
.homePageTile ul {
   list-style-image: url(http://www.ninds.nih.gov/img/bulletarrow.gif);
   padding-right: 8px;
}
.homePageTile li {
   margin-bottom: 3px;
}

.blueboxtop {
   background-color:#FECE74;  
   width: 220px;
   height: 30px;
   text-color: #ffffff; 
   font-weight: bold;
   text-align: center;
}

.blueboxtop h2 {
   padding-top: 6px;
   margin-top: 0px;
   color: white;
}

 a.ct-hover {
    color:#FFFFFF !important;
    text-decoration:none !important;
 }
 
 a.ct-hover:hover {
    color:#FFA70D !important;
    text-decoration:none !important;
 }

/* Additional styles for bio page */
       #bioHeader {background-color: #e9e9e9; background-image: none; color: #000000; margin: 0; padding: 5px; width: 290px;}
       #bioHeader .feed_title {font-size: 14px !important; font-weight: bold; margin: 0; padding: 0; word-wrap: break-word;}
         #bioHeader .feed_title a:link {color: #000000; text-decoration: none;}
         #bioHeader .feed_title a:visited {color: #000000; text-decoration: none;}
         #bioHeader .feed_title a:hover {color: #000000; text-decoration: underline;}
         #bioHeader .feed_title a:active {color: #000000; text-decoration: none;}

/* left navigation add-on class */
 .lsb_group_indent{
   width:135px;
   margin-left:8px; 
   cursor:pointer;
 }
 
 .lsb_group_indent_focus{
   width:127px;
   margin-left:8px; 
   cursor:pointer;
   padding-left: 2px;
    margin: 0;
    z-index: 2;
    text-indent: 2px;
    background-color: #fece74; /* FFFFEE 1e4694 */
    font: bold 10pt Arial, Helvetica, Geneva, sans-serif;
 }    
