td.error_text
{
  font-size: 12px;
  color: #FF0000;
  background-color:#FFFFFF;
}

td.error_text_header
{
  font-size: 12px;
  background-color: #ff0000;
  color: #FFFFFF;
}

table.thin_border
{
  border-style: solid;
  border: 1px solid black;
}

td.error_text
{
  font-size: 12px;
  background-color: #FF0000;
  color:#FFFFFF;
}

#pretty_box td
{
  line-height: 17px;
  padding-top: 0px;
}

td.message_text
{
  font-size: 12px;
  background-color: #3366ff;
  color:#FFFFFF;
}

table.thick_white_border
{
  border-style: solid;
  border: 5px solid #FFFFFF;
}

#matrix { width: 100%; }
    
#matrix th {
    background-color: #b5cadc;
    border: 1px solid #778;
    font: bold 12px Verdana, sans-serif;
}   
    
#matrix #actionth {
    width: 1px;
    padding: 0em 1em 0em 1em;
}   

#matrix tr.alternate { background-color:#e3eaf0; }
#matrix tr.opdem_priority td, .opdem_priority { font-weight: bold; }
#matrix tr:hover { background-color: #b5cadc; }
#matrix td { font: 12px Verdana, sans-serif; }

.admin_subheading { font-size: 13px; font-weight: bold; }

.version_tag { font-size: 10px; color:#CCCCCC; }

#attended { color: 003066; font-size: 10px; }

.breadcrumb
{
  font-size: 11px;
}

.breadcrumb_active
{
  text-decoration: none;
  font-size: 11px;
  color: #000000;
}

#review 
{ 
  width: 100%; 
  background-color: #F4F4F4;
  border-style: solid;
  border: 10px solid #CCCCCC;
}

#review td { font: 10px Verdana, sans-serif; }

div#add_topic_form 
{
  padding: 10px 0px 0px 10px;
  border: 1px solid #000;
  display: none;
  width: 100%;
}

div#add_topic_head
{
  display: block;
}

div.faq_topic_container
{
//  width: 700;
}

ul.faq_topic_list
{
  list-style: none; 
  padding: 0 0 0 0;
}

li.faq_topic_list
{
  padding: 0px 0 6px 0;
  font-size: 14px;
}

.faq_topic_tasks
{
  font-size: 10px;
  font-weight: none;
}

.topic_cats
{
  font-size: 10px;
  font-weight: none;
}

li.faq_subtopic_list
{
  padding: 6px 6px 6px 30px;
  font-weight: none;
  font-size: 12px;
}

li.faq_active_qa
{
  padding: 6px 6px 6px 30px;
  font-weight: none;
  font-size: 12px;
  background-color: #FFF;
}

div#faq_topic_active
{
  margin-top: 0px;
  padding: 0px 0px 0px 0px;
  background-color: #dfdfdf;
}

.info   { color: black; background-color: transparent; font-weight: normal; }
.warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
.error  { color: red; background-color: transparent; font-weight: bold }

.popup { background-color: #FFFFFF; }

.big_submit { font-size: 24pt; font-weight: bold; }

