/****************************************************************************
/*  /themes/default/css/faq.css
/*  -------------------------------------------------------------------------
/*  application   : QuestCMS
/*  begin         : February 1, 2006
/*  copyright     : (C) 2006 Questwork Consulting Limited
/*  email         : questcms@questwork.com
/*  
/*  $Id: v 1.0 2006/02/01 14:02:00 don Exp $
/*  
****************************************************************************/

#faq-box {
  padding: 0;
  margin: 0;
  border: 1px solid #53628b;
}
.faq-link {
  font-weight: bold;
  border-bottom: 0px solid #ff9900;
}
.faq-link a {
  color: #ff9900;
}
.faq-date {
  font-size: 10px;
  line-height: 1.5em;
}
.faq-content {
  margin: 0px;
}
.faq-title {
  font-weight: bold;
  color: #FFFFFF;
  background: #53628b;
  line-height: 1.5em;
}
.faq-title a {
  color: #ff9900;
}
td.faq-category-box {
  width: 130px;
  height: 80px ;
  text-align: center;
  border: 0px solid #D2E4FC;
}

td.faq-category-box-blank {
  width: 130px;
  height: 80px ;
  border: 0px solid #D2E4FC;
}

td.faq-text {
  width: 130px;
  height: 30px ;
  vertical-align: middle;
  border: 0;
}


/************ questHelp styles **************/
.questhelp { 
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   color: #000000;
   margin: 0;
	line-height: 1.8em;	
}
a.questhelp {
   text-decoration: none;
} 
a.questhelp:hover
{
   background: #E27B1E;
   color: #ffffff;
} 

select.questhelp {font-size: 10px;}
button.questhelp {font-size: 10px; }
h2.questhelp {font: bold 12px Arial, sans-serif;}
li.questhelp {
  margin-left: -18px; 
  padding: 0;
}
#faq ol {
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  border: 0px solid #0000FF;
}
#faq li {
  font-weight: normal;
  padding-left: 0px;
  margin-left: -10px;
  border: 0px solid #FF0000;
}
img.faq {
  width: 460px;
}


.qh_logo	{ text-align: right ; margin: 0; }
.qh_dialog { font-weight: bold; color: #FFFFFF; background-color: #173275;}
.qh_icon        {font-weight: bold; color: #FF0000;}
.qh_menu        { font-weight: bold;}
.qh_tab         {   font-weight: bold;    font-style: italic;}
.qh_checkbox    {font-weight: bold; font-size: 12px; color: #000000;}

