/***********************************************/
/*  Heading Styles                             */
/***********************************************/

h1 a, h2 a, h3 a, h4 a, h5 a 
{
  font-family: arial, helvetica, sans-serif;
  font-weight: bolder;
  color: #806B4E;
}

h1, h2, h3, h4, h5, h6
{
  width: 100%;
  padding: 0px 3px 0px 3px;
  -moz-border-radius: 3px;
}

h1
{
  background-color: #9ACDc0;
  padding: 2px 0px 2px 2px;
  -moz-border-radius: 5px;
  font-size: 20px;
}

h2
{
  background-color: steelblue;
  font: 14px Georgia;
  font-weight: bold;
  margin: 10px 0px 3px 0px;
  padding: 2px 0px 2px 2px;
  color: white;
}

div.section h2
{
  margin: 0px 0px 3px 0px;
}

h3
{
  font: 14px sans-serif;
  font-weight: bold;
/*  background-color: lightsteelblue;*/
  color: steelblue;
  margin: 5px 0px 3px 0px;
}

div.question h3
{
  font-size: 14px;
  margin: 0px 0px 3px 0px;
  padding-left: 3px;
}

h4
{
  font-size: 10px;
}

h5
{
  font-size: 8px;
}

h6
{
  font-size: 6px;
}

table
{
  border: 2px solid lightsteelblue;
  -moz-border-radius: 4px;
  
}

table.clear, table.clear th, table.clear td
{
  border: 0;
  background-color: transparent;
}

th
{
  background-color: lightsteelblue;
  -moz-border-radius: 3px;
}

td
{
  background-color: #CCC;
  -moz-border-radius: 3px;
}
td.one
{
  background-color: #d1d1d1;
  -moz-border-radius: 3px;
}
td.two
{
  background-color: #dbdbdb;
  -moz-border-radius: 3px;
}
td.three
{
  background-color: #e5e5e5;
  -moz-border-radius: 3px;
}

image, img
{
  border: 0px;
}

div.section
{
  padding: 0px;
  border: 2px solid steelblue;
  -moz-border-radius: 5px;
  margin-bottom: 5px;
}

div.section h2
{
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
}

div.question
{
  padding: 0px 3px 5px 3px;
  margin: 0px 0px 5px 0px;
}

div.error
{
  color: white;
  background-color: red;
  -moz-border-radius: 5px;
  font: 20px sans-serif;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  padding: 3px;
  /* text-decoration: blink; */
}
  
div.error_check
{
  display: none;
  color: red;
  font-weight: bold;
  font: 18px sans-serif;
}

label
{
  clear: both;
  text-align: left;
}

div.hidden
{
  display: none;
}

div.assign-footer
{
  width: 100%;
  background-color: steelblue;
  color: white;
  font-style: italic;
  font: 12px sans-serif;
  height: 1.8em;
  margin-top: 7px;
}

.assign-available
{
  vertical-align: middle;
}

.assign-description
{
  padding: 7px;
}

button.gobutton
{
  font: 12px sans-serif;
  float: right;
  height: 1.6em;
  margin-right: 12px;
}

button.editbutton
{
  font: 32px sans-serif;
  float: right;
  height: 1.6em;
  margin-right: 12px;
}

div.assign-box
{
  margin-bottom: 15px;
}

#contentContainer
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  background-color: #FFF; 
  clear: both;
}