/* CSS Document */

#surveyquestions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#surveyquestions ol li ol li {
	padding-bottom: 0px;
}

#surveyquestions .instructions {
	background: #e8e8e8;
	border: 1px solid #999999;
	font-size: 11px;
	padding: 10px;
}

#surveyquestions .section {
	padding: 10px 0px 5px 0px;
}

#surveyquestions .submit td {
	border-top: 1px solid #999999;
	font-weight: bold;
	padding: 7px;
}

#surveyquestions .tag {
	font-weight: bold;
}

.display {
	display: inline;
}

.hide {
	display: none;
}

.Hint,
.Hint td {
	color: #666666;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.imgBorder {
	border: 1px solid #333333;
}

.row0 td {
	background: #d7ddea;
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
}

.row1 td {
	background: #f5f5f5;
}

.row0 td tr td,
.row1 td tr td {
	border-bottom: none;
	border-top: none;
	padding-bottom: 0px;
	padding-top: 0px;
}

.sb_research_steps {
	background: url(/images/sb-research_steps/bg.gif) top left repeat-y;
	color: #777777;
	font-size: 10px;
}

.sb_research_steps .item i {
	 border-bottom: 1px dotted #777777;
	 display: block;
	 margin: 2px 4px 0px 0px;
}

.sb_research_steps .item {
	background: url(/images/sb-research_steps/bg-item.gif) top left no-repeat;
	color: #777777;
	font-size: 10px;
	line-height: 12px;
	padding: 7px 5px;
	padding-left: 20px;
	text-indent: -15px;
}
.sb_research_steps .active {
	background: url(/images/sb-research_steps/bg-item-active.gif) top left no-repeat;
	color: #333333;
	font-weight: bold;
}
.sb_research_steps .subitem
.sb_research_steps .subitem a, 
.sb_research_steps .subitem a:link, 
.sb_research_steps .subitem a:visited,
.sb_research_steps .subitem i,
.sb_research_steps .subitem div {
	color: #333333;
	display: block;
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
	padding: 4px 0px 0px 0px;
	text-indent: 0px;
	text-decoration: none;
}

.sb_research_steps .subitem a, 
.sb_research_steps .subitem a:link, 
.sb_research_steps .subitem a:visited
{
	color: #A8005B;
}

.sb_research_steps .finished,
.sb_research_steps .finished a, 
.sb_research_steps .finished a:link, 
.sb_research_steps .finished a:visited {
	/*color: #333333; */
	text-decoration: none;
}
.sb_research_steps .subitem a:hover, 
.sb_research_steps .subitem a:active,
.sb_research_steps .finished a:hover, 
.sb_research_steps .finished a:active {
	color: #A8005B;
	text-decoration: underline;
}

.section {
	color: #7285c1;
	font-size: 13px;
	font-weight: bold;
}

.tinytext {
	padding-left: 11px;
}
.title {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 5px;
}
.sb_border_bottom {
	border-bottom: 1px solid #CCCCCC;
}

