/* ================================
    CSS STYLES FOR RadioTree.DNN.Modules.Answers
   ================================
*/   


/* Styles for Radio Tree Answers By Category Module */  
.AnswerListTitle {
  text-decoration: none; 
  color: #666644;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 8pt;
  font-weight: bold;
}

.AnswerListDate {
  text-decoration: none; 
  color: black;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 8pt;
  font-weight: normal;
}

.AnswerListQuestion {
  text-decoration: none; 
  color: black;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 8pt;
  font-weight: normal;
}



/* Styles for Radio Tree Category List Module */  
.CategoryListHead {
  text-decoration: none; 
  color: #666644;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 14pt;
  font-weight: bold;
}

.CategoryListName {
  text-decoration: none; 
  color: 999966;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 8pt;
  font-weight: bold;
}

.CategoryListText {
  text-decoration: none; 
  color: black;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 8pt;
  font-weight: normal;
}

.CategoryListBoldText {
  text-decoration: none; 
  color: black;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 8pt;
  font-weight: bold;
}




/* Styles for Radio Tree User Feedback Module */    
.FeedbackTitle {
  text-decoration: none; 
  color: white;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 14pt;
  font-weight: bold;
  text-align: right;
}

.Feedback {
  text-decoration: none; 
  color: white;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-align: right;
}

.FeedbackRed {
  text-decoration: none; 
  color: red;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-align: right;

}

.FeedbackTextBox {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
}

.FeedbackButton {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  color: white;
}
    
A.FeedbackButton :link {
  text-decoration:    underline;
  color: white;
}

A.FeedbackButton :visited  {
  text-decoration:    underline;
  color: white;
}

A.FeedbackButton :active   {
  text-decoration:    underline;
  color: white;
}

A.FeedbackButton :hover    {
  text-decoration:    underline;
  color: #666644;
}

