
body, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #696969;
  vertical-align:top;
}

p {
	margin:  0 0 0 0;
	padding: 0 0 0 0;
	margin-bottom: 5px;
}

ul.pretty {
	margin:  0 1 0 0;
	padding: 0 0 0 0;
	list-style-image:url(images/bullet2.gif);
}

li {
	margin:  0 0 0 0;
	padding: 0 0 0 0;
}



h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffab00;
  font-size: 17px;
  font-weight: bolder;
  font-style: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 10px;
}

h2, h2 a {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffab00;
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

a {
   color: #ffab00;
   text-decoration: none;
   font-weight: normal;
}

a:hover {
   color: #ffab00;
   text-decoration: underline
}

.menuItem a, .menuItem a:visited, .menuItem a:link {
   background-image : url('/images/bullet.gif');
   background-repeat : no-repeat;
   padding-left : 10px;
   font-family: Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   color : #000000;
   font-size: 14px;
   font-weight : normal;
   text-decoration : none
}

.menuItem a:hover {
   color : #ffac00;
   text-decoration : none
}

.hilight {
  color: #ffab00;
}

td.prompt {
  text-align: right;
  color : #777777;
  font-weight: bold;
  padding-right: 5px;
  vertical-align:top;
}

span.prompt {
  color : #777777;
  font-weight: bold;
}

legend {
  color: #cc3333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

fieldset {
	border: 1px solid #dddddd;

}

fieldset div.fieldset {
  padding: 5px;
  padding-top: 10px;
}

table.questioneditor {
  padding-bottom: 10px;
}


div.hint {
  margin: 0;
  padding-top: 0px;
  margin-top:0px;
  padding-left: 0px;
  padding-bottom:10px;
  font-size: 10px;
  color: #cc0000;
}

div.errorMessage {
  margin: 0;
  padding: 0; 
  color: #cc0000;
  font-weight:bold;
}

div.summaryMessage {
  margin-bottom: 10px;
  padding: 5px; 
  background-color: #cc0000;
  color: #ffffff;
  text-align:center;
  font-weight:bold;
}

div.summaryMessage a {
  color: #ffffff;
  font-weight:bold;
  text-decoration:underline;
}

span.radio {
  color: #cc0000;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px dashed #aaaaaa;
}

span.last {
  border-right: none !important;
}

span.first {
  padding-left: 0px !important;
}

.choiceText, .choiceValue {
   width: <?=(CONTENTWIDTH-200)/2?>px;
}

.matrixQuestion {
   width: <?=CONTENTWIDTH-170?>px
}
 
.longText {
   width: <?=CONTENTWIDTH-140?>px
} 
 
form {
  padding: 0;
  margin: 0;
}

div.question {
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #eeeeee;
}

div.questionIntro {
	padding-bottom: 10px;
}

.questionEven {
	background-color:#FDF1DB;
}

.questionText {
	padding-bottom: 2px;
}
.questionInput {
   width: <?=CONTENTWIDTH-30?>px
}

.QuestionAcrossLine {
    padding-right: 20px;
}

td.QuestionDownValue {
    padding-left: 15px;
}

.QuestionMatrix table td, .QuestionMatrix table tr {
    padding-right:5px;
	padding-bottom:2px;
}

.QuestionMatrixValue {
	text-align:center;
}

table.stepHeader {
	border: 1px solid #ffab00;;
	background-color: #FEF7E7;
}

table.stepHeader td {
	text-align:center;
	color: #ff9900;
	padding: 5px;
	font-size:11px;
}

table.stepHeader td.first, table.stepHeader td.first a, table.stepHeader td.first:visited {
	color: #ff9900;
	text-align:left;
	font-weight: bold;
}

table.stepHeader td.last {
	text-align:right;
}

table.stepHeader td.selected,table.stepHeader td.selected a, table.stepHeader td.selected:visited {
	font-weight: bold;
	color:white;
	background-color: #ff9900;
}

.stepHeaderSub {
	color: #888888;
	text-align:center;
	font-size:10px;
	margin-bottom:10px;
}

input.moveField {
	font-size: 9px;
	margin:0;
	width:39px;
	height:10px;
	text-align:right;
	padding-top: 0px;
	padding-bottom: 0px;
}

.commandCell {
	text-align:right;
}

table.regular th {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #dddddd;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

table.regular td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.evenrow {
	background-color: #eeeeee;
}

.oddrow {
	background-color: #ffffff;
}

.surveyedit {
   margin-top:10px;
   margin-left:10px;
   border:1px solid #cccccc;
   margin-bottom: 10px;
}

a.actionlink {
   color: white;
   background-color:  #cc0000;
   text-align:center;
   display:block;
   font-weight:bold;
   font-size:10px;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left:2px;
   padding-right:2px;
   border: 1px outset white;
   width: 100%;
   margin-bottom:1px;
}

a.actionlink:hover {
   border: 1px inset white;
   padding-top: 3px;
   padding-bottom: 1px;
   text-decoration:none;
   padding-left:3px;
   padding-right:1px;
}

.actionEnv a.menuItem, .actionEnv a.menuItem:hover {
   color: white;
   background-color:  #cc0000;
   text-align:center;
   display:block;
   font-weight:bold;
   font-size:10px;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left:2px;
   padding-right:2px;
   border: 1px outset white;
   width: 100%;
   margin-bottom:0px;
}

.actionMenu {
	display:none;
	position:absolute;
}
a.menuActionlink, a.menuActionlink:hover {
   color: white;
   background-color:  #cc0000;
   text-align:center;
   display:block;
   font-weight:bold;
   font-size:10px;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left:2px;
   padding-right:2px;
   margin-bottom:1px;
   margin-bottom:0px;
   background-color: #cc0000;
   border: 1px outset white;
   width: 117px;
}

input.actionlink {
  color: white;
   background-color:  #cc0000;
   text-align:center;
   width:260px;
   font-weight:bold;
   font-size:12px;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left:2px;
   padding-right:2px;
   border: 1px outset white;
   margin-bottom:1px;
}

.content {
	padding: 5px;
}


.breadcrumbs a {
  color: white;
  text-decoration:underline;
  background-image:url(images/topback.gif);
  background-repeat:no-repeat;
  background-position: left 50%;
  padding-left: 18px;
}

td.breadcrumbs {
  padding-left: 5px;
}

td.breadcrumbs div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top:1px solid #888888; 
	border-bottom:1px solid #777777; 
	padding:5px; 
	background-color:#333333;
	color: white;
	width: 100%;
}

div.rss {
	border: 1px solid #cccccc;
	margin-top:5px;
}

div.rss div {
	padding: 5px;
	border-bottom: 1px #cccccc solid;
}

div.rss div.odd {
	background-color: #ffffe0;
}

div.rss div a {
	color: #333333;
	font-size: 10px;
}

.rssdate {
	float:right;
	display:block;
	color: #ff9900;
	font-size: 10px;
}

