﻿/* Module Specific CSS */
/*  Make sure your CSS names don't overlap with other modules - its a good idea to prefix the names */
/*  We chose ce (Code Endeavors) for this sample, but you should use your own abbreviation */
.ceLabel
{
	 font-family: Arial;
	 font-size: 12pt;
	 font-weight: bold;
}

.ceResponse
{
	 font-family: Arial;
	 font-size: 10pt;
	 color: Red;
	 font-weight: bold;
}

.ceHidden
{
	display: none;
}


ul.faq
{
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style: none;
    margin-left: 20px;
    text-align: left;
}
li.faq{
  background-image: url(Images/bullet_point.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 8px;
  list-style: none;
}

.sectiontableheader
{
    color: #c64934;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    text-align: left;
    text-decoration: underline;
}
.bklink
{
    cursor: pointer;
    font-weight: bold;
}
.ansText
{
    color: blue;
    padding-top:5px;
}
.highlDescText
{
     color: #c64934;
     font-weight: bold;
}
.highlDescWrapper
{
    margin-bottom:5px;
    margin-top:5px;
}
