﻿* 
{
	margin: 0;
	padding: 0;
}

body
{
  color: #ffffff;
  background-color: #000000;
  margin: 20px auto 40px auto;
  width: 100%;
  text-align: center;
}

h1, h2, h3, h4, p, li, td, th, input, select, legend, .validationError
{
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #ffffff;
  background-color: #393939;
}

input, select
{
  color: #393939;
  background-color: #ffffff;
}

#survey input, #survey select
{
  color: #393939;
  background-color: #393939;
}

label
{
  cursor: pointer;
}

h1
{
  font-size: 24px;
  font-weight: 400;
}

h2
{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #ffffff;
}

h3
{
  font-size: 16px;
  font-weight: 700;
}

h4
{
  font-size: 14px;
  font-weight: 700;
}

p, li, td, th, input, select, legend, .validationError
{
  font-size: 13px;
}

fieldset
{
  border: solid 1px #9f9f9f;
  margin: 14px 0 18px 0;
  padding: 10px 16px;
}

legend
{
  font-weight: bold;
  padding: 0 2px;
}

p, li
{
  margin-bottom: 8px;
}

ul, ol
{
  margin-left: 20px;
}

li
{
  margin-left: 20px;
}

#survey input, #survey label
{
  margin-top: 4px;
}

#survey label
{
  margin-left: 4px;
}

#container
{
  margin: 0 auto;
  width: 753px;
  text-align: left;
  color: #ffffff;
  background-color: #393939;
}

#containerAdmin
{
  margin: 0 auto;
  width: 960px;
  text-align: left;
  color: #ffffff;
  background-color: #393939;
}

#content
{
  margin: 4px 20px 10px 20px;
}

h1#header
{  
  width: 753px;
  height: 91px;
}

h1#headerAdmin
{  
  width: 960px;
  height: 91px;
}

div#content h1
{
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #9f9f9f;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px;
}

.buttonLink
{
  margin: 24px 0 24px 0;
  text-align: center;
}

.buttonLink a:link, .buttonLink a:visited
{
  color: #ffffff;
  background-color: #6b899a;
  border-top: 1px solid #a5cce1;
  border-right: 1px solid #a5cce1;
  border-left: 1px solid #445762;
  border-bottom: 1px solid #445762;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 10px;
  text-decoration: none;
}

.buttonLink a:hover
{
  color: #ffffff;
  background-color: #000000;
  border-top: 1px solid #445762;
  border-right: 1px solid #445762;
  border-left: 1px solid #445762;
  border-bottom: 1px solid #445762;
}

a:link, a:visited
{
  color: #cee2ee;
}

a:hover
{
  color: #ffffff;
}

table.testRadioButtons
{
  margin-left: 12px;
}

.testRadioButtons td
{
  padding: 4px;
}

.testRadioButtons input
{
  color: #ffffff;
  background-color: #393939;
  margin-right: 6px;
  cursor: pointer;
}

.testRadioButtons label
{
  cursor: pointer;
}

.testSubmitButons
{
  width: 120px;
  color: #ffffff;
  background-color: #000000;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

.testSubmitButons:hover
{
  color: #ffffff;
  background-color: #333333;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  cursor: pointer;
}

div#video
{
  border-top: 1px solid #000000;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}

div#footer
{
  width: 753px;
  height: 18px;
  background: #393939 url(footer.gif) no-repeat 0 0;
}

div#footerAdmin
{
  width: 960px;
  height: 18px;
  background: #393939 url(footerAdmin.gif) no-repeat 0 0;
}

.highlightError
{
  background-color: #ffff99;
}

.errorMessage
{
  color: #000000;
}

.validationError
{
  color: #cc0033;
  font-weight: bold;
}