/* Start Headings */

  .heading1
  {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .heading2
  {
    font-size: 10pt;
    margin-bottom: 20px;
  }

  .noresults
  {
    clear: both;
    float: left;
  }

/* End Headings */


/* Start Search buttons */

  .keywordintro
  {
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 85px;
    font-size: 10pt;
    font-weight: bold;
  }

  .keywordbox
  {
    float: left;
    margin-right: 5px;
    z-index: 1;
  }

  .keywordbox input
  {
    background-color: #9999FF;
    border: 1px solid #0066FF;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    height: 18px;
    width: 487px;
  }

  .keywordsubmit
  {
  }

  .keywordsubmit input
  {
    background-color: #9999FF;
    border: 1px solid #0066FF;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
    height: 20px;
    width: 120px;
  }

  .lettersintro
  {
    clear: both;
    float: left;
    margin-bottom: 20px;
    margin-right: 5px;
    width: 85px;
    font-size: 10pt;
    font-weight: bold;
  }

  .lettersbox
  {
    float: left;
    margin-right: 2px;
  }

  .lettersbox input
  {
    background-color: #9999FF;
    border: 1px solid #0066FF;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10pt;
    font-weight: bold;
    width: 20px;
  }

/* End Search buttons */


/* Start Meta */

  .meta
  {
    background-color: #CCCCCC;
    clear: both;
    /*cursor: pointer;*/
    height: 20px;
    margin-bottom: 8px;
  }

  .meta .plus, .minus
  {
    cursor: pointer;
    background-color: #9999FF;
    float: left;
    font-size: 12pt;
    font-weight: bold;
    height: 20px;
    width: 20px;
    text-align: center;
  }

  .meta .description
  {
    cursor: pointer;
    float: left;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 7px;
  }

  .glossary
  {
    float: right;
  }
  
  .faqs
  {
    clear: both;
    float: left;
    margin-bottom: 5px;
    width: 99%;
  }

  .faqs .name
  {
    float: left;
    margin-left: 20px;
    font-size: 10pt;
  }

  .faqs .seealso
  {
    float: right;
    font-size: 10pt;
    width: 120px;
  }

  .faqs .edit
  {
    float: right;
  }

/* End Meta */


/* Start NoFAQs */

  .nofaqs
  {
    clear: both;
    float: left;
    margin-bottom: 5px;
    margin-left: 20px;
  }

  .feedback
  {
    clear: both;
    margin-bottom: 5px;
    margin-left: 20px;
    z-index: 1;
    font-size: 10pt;
  }
  
  .feedback .box
  {
    background-color: #9999FF;
    border: 1px solid #0066FF;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    height: 18px;
    width: 500px;
  }
  
  .feedback .submit
  {
    background-color: #9999FF;
    border: 1px solid #0066FF;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10pt;
    font-weight: bold;
    height: 20px;
    width: 200px;
  }
  
/* End NoFAQs */


/* Start Menu */

  .menu
  {
    z-index: 1;
    position: absolute;
    left: 92px;
  }

/* End Menu */

.notwhatiwaslookingfor
{
	background-color: gray;
}

.notwhatiwaslookingforintro
{
	clear: both;
	width: 240px;
	padding-left: 20px;
	float: left;
}

.notwhatiwaslookingforinput
{
	float: left;
	width: 300px;
	padding-right: 20px;
}

.notwhatiwaslookingforinput input
{
	width: 100%;
    background-color: #9999FF;
    border: 1px solid #0066FF;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
}

.notwhatiwaslookingforsubmit
{
    height: 20px;
    width: 200px;
    float: left;
}

.notwhatiwaslookingforsubmit input
{
    background-color: #9999FF;
    border: 1px solid #0066FF;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10pt;
    font-weight: bold;
}

