/* 
    Document   : Main
    Created on : February 8, 2005, 2:32 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.stepbox
{
  color: #9d173f;
  background-color: #dcdcec;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
}

.heading {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.title {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.note {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  font-weight: normal;
}

.section
{
  border-right: black thin solid;
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
}

.box
{
	left: 10%;
	width: 90%;
	position: absolute;
	top: 35%;
}

.important
{
	font-weight: bolder;
	font-size: larger;
	color: red;
	font-style: italic;
}

td.title {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: bold;
  border-right: black thin solid;
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
  text-align: center;
}

td.question {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}
  
td.questioncenter {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

td.questionleft {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

td.questionvaligntop{
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}
  
td.questiontitle {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
  
td.admintitle {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #ffeeaa;
}
  
td.heading {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-right: black thin solid;
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
  text-align: left;
  vertical-align: middle;
}

td.content {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-right: black thin solid;
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
  text-align: left;
  vertical-align: middle;
}

td.content_alt {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-right: black thin solid;
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
  text-align: left;
  vertical-align: middle;
  background-color: #ffffcc;
}

tr.report {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: normal;
  border-right: black thin solid;
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
  text-align: left;
  vertical-align: middle;
  background-color: #cce6ff;
}

td.report {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  background-color: #cce6ff;
}

td.report_alt {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  background-color: #ffffcc;
}

td.contentplainleft {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}
td.contentplainright {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  text-align: right;
}
td.contentwarning {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-right: black thin solid;
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
  text-align: left;
  vertical-align: middle;
  background-color: #ff2f2f;
}

td.contenticon {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-right: black thin solid;
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
  text-align: left;
  vertical-align: middle;
}

td.contenthead {
  color: #000000;
  background-color: #dcdcec;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-right: black thin solid;
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
  text-align: left;
  vertical-align: middle;
}

td.contentedit {
  background-color: #ffeeaa;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-right: black thin solid;
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
  text-align: left;
  vertical-align: middle;
}

td.menu {
  font-family: serif;
  font-size: 16px;
  background-color: #dcdcec;
  font-weight: normal;
  text-align: center;
  color: #9d173f;
}

/*
A:link    { color: red }
A:active  { color: blue }
A:visited { color: green }
*/


