/* CSS Document dropdown-styles */

.dhtmlgoodies_question {   /* Styling question */
   /* Start layout CSS */
   border-left: solid 4px #3E9BC1  blue;   /* strip in front CSS */
   background-color: #f1f0ef; E9E9E4;
   color: blue;
   padding: 2px 0px 0px 4px;
   display: block;
   font-size: 12px;
   font-family: Calibri, arial, Verdana, sans-serif;

  /* End layout CSS */

   overflow: visible;
   cursor: pointer;}

.dhtmlgoodies_questionOLD {   /* Styling question */
   /* Start layout CSS */
   border-left: solid 5px #3E9BC1  E91A1A;
   background-color: #f1f0ef; E9E9E4;
   color: #444444;
   padding: 2px 0px 0px 4px;
   display: block;
   font-size: 11px;
   font-family: Calibri, arial, Verdana, sans-serif;

   /* End layout CSS */

   overflow: visible;
   cursor: pointer;}

.dhtmlgoodies_questionJulie {   /* Styling question */
   /* Start layout CSS */
   border-left: solid 4px #535966;
   background-color: #f1f0ef;
   color: #444444;
   padding: 2px 0px 4px 4px;
   margin-right: 13px;
   display: block;
   font-size: 12px;
   font-family: Calibri, arial, Verdana, sans-serif;

   /* End layout CSS */

   overflow: visible;
   cursor: pointer;}

.dhtmlgoodies_answer {  /* Parent box of slide down content */
   /* Start layout CSS */
   color: #000000;
   background-image:url(bg-stripe.gif);
   background-attachment: fixed;
   margin: 0px 0px 0px 0px;
   font-size: 11px;
   line-height: 14px;
   font-family: tahoma, arial, Verdana, sans-serif;

   /* End layout CSS */
   
   visibility: hidden;
   overflow: hidden;}

#dhtml li  {
   display: block;
   text-indent: -2px;
   font-size: 11px;
   font-family: calibri, tahoma, arial, Verdana, sans-serif;
   float: left;
   margin: 0 10px 10px 10px;}

.dhtmlgoodies_answer_content {   /* Content that is slid down */
   padding: 10px;}
.dhtmlgoodies_answer_content a:link {
   color: steelblue;
   text-decoration: none;
   background-image: none;
   padding: 0px;
   border: 0px;}
.dhtmlgoodies_answer_content a:visited {
   color: steelblue;
   text-decoration: none;
   background-image: none;
   padding: 0px;
   border: 0px;}
.dhtmlgoodies_answer_content a:hover {
   color: blue;
   text-decoration: none;
   background-image: none;
   padding: 0px;
   border: 0px;}
.dhtmlgoodies_answer_content a:active {
   color: #FFFFFF;
   text-decoration: none;
   background-image: none;
   padding: 0px;
   border: 0px;}

.smalltxt {
   font-size: 10px;
   font-family: arial, Calibri, sans-serif, Arial;
   font-style: normal;
   line-height: 12px;
   font-weight: bold;
   color: navy;
   padding-right: 8px;
   margin-right: 10px;
   text-decoration: none;
}

.tdsession {
   text-align: left;
   vertical-align: top;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 11px;
   color: steelblue;
   line-height: 16px;
   font-weight: normal;}
