/* 
    Document   : question
    Created on : 11-nov-2009, 12:14:23
    Author     : Artform
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#m_question.a_index div.question,
#m_question.a_related div.question {
  clear: both;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  width: 100%;
}
#m_question.a_index h1,
#m_question.a_related h1,
#m_question.a_show h1 {
  color: #043964;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 25px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
#m_question.a_index h1.intranet,
#m_question.a_related h1.intranet,
#m_question.a_show h1.intranet {
  color: #D37319;
}
#m_question.a_index h2,
#m_question.a_related h2 {
  color: #043964;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 20px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  text-decoration: none;
}
#m_question.a_index h2.intranet,
#m_question.a_related h2.intranet {
  color: #D37319;
}
#m_question.a_index img.introduction,
#m_question.a_related img.introduction,
#m_question.a_show img.introduction {
  display: block;
  float: left;
  height: 150px;
  width: 150px;
}
#m_question.a_index p.inc_image,
#m_question.a_related p.inc_image,
#m_question.a_show p.inc_image {
  font-style: italic;
  margin-left: 5px;
  width: 295px;
}
#m_question.a_index p.exc_image,
#m_question.a_related p.exc_image,
#m_question.a_show p.exc_image {
  font-style: italic;
  width: 100%;
}
#m_question.a_index p,
#m_question.a_related p,
#m_question.a_show p {
  color: #616161;
  display: block;
  font-size: 10px;
  line-height: 15px;
}
#m_question.a_index .question a,
#m_question.a_related .question a {
  text-decoration: none;
}
#m_question.a_index .question a.intranet,
#m_question.a_related .question a.intranet {
  color: #D37319;
}
#m_question.a_index .question a:hover,
#m_question.a_related .question a:hover {
  color: #D37319;
  text-decoration: underline;
}

#m_question.a_show div.question {
  clear: both;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  width: 100%;
}
#m_question.a_show div.news img {
  display: block;
  float: left;
  margin: 0 0 8px 0;
  width: 150px;
}
#m_question.a_show h2,
#m_question.a_show strong {
  color: #616161;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
}
#m_question.a_show p.introduction {
  font-style: italic;
}
#m_question.a_show p {
  margin-bottom: 8px;
}
#content a {
  color: #616161;
  font-family: verdana;
  font-size: 10px;
  line-height: 15px;
  text-decoration: underline;
}
#content ul {
  color: #616161;
  font-family: verdana;
  font-size: 10px;
  line-height: 15px;
  margin: 0 0 8px 15px;
}
#content li {
  list-style: disc outside;
}
