.row {
	clear:both;
	border-bottom:1px dotted #cccccc;
} 
.leftc {
	clear:both;
	float:left;
	margin-left:20px;
	width:16%;
	text-align:right;
	font-weight:bold;
	padding:8px 3px 2px 0px;
}
.rightc {
	float:left;
	width:75%;
	padding:8px 0px 2px 3px;
}


.dottedLine {
	clear:both;
	width:100%;
	padding-top:6px;
	margin-top:6px;
	border-top:1px dotted #cccccc;
}
.instructions {
	color:#aaaaaa;
	clear:both;
	padding:4px;
	margin-left:25px;
	font-size:-1;
}

.indented {
	margin-left:30px;
}

#questions {
	margin:3px 20px;
}
#questions ol {
	margin:7px 0px 5px 40px;
}
h5 {
	border-top:1px dotted #cccccc;
	color:#9F1B33;
	font-size:+2;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
}

.ic {

	float:left;
	text-align:center;
	margin:1px 6px;
}

#exportTable {
	width:100%;
	font-size:x-small;
}
#exportTable td {
	border: 1px solid #cccccc;
	padding:2px;
}
#datasheetWrap {
	width:799px;
	overflow:auto;
	border:1px inset #bbbbbb;
	background:#dddddd;
}
#labelKey {
	margin-top:18px;
	padding:10px;
	background:#dddddd;
}

.results {
	list-style:none;
}
.results li {
	margin:12px;
	padding:8px;
	background: #DDE6F0;
}
.percentBar {
	background-color:  #a99a76;
	border:1px outset #a99a76;
	float:left;
}

#resultFilter {
	display:none;
	margin:12px;
	padding:5px;
	border:1px dotted #a99a76;
}
	
#fltr {
	background:#ddd;
	margin:6px;
	padding:6px;
}	
.arbCtnr {
	position:relative;
	display:inline;
}
.arbOpts {
	display:none;
	position:absolute;
	left:-75px;
	top:0px;
	width:150px;
	padding:5px;
	border:1px solid black;
	background:#ddd;
	text-align:center;
}
.folderrow {
	border-top:1px dotted #ccc;
}
option.selected {
	color:#999
}
.folderGrp {
	background:#eee;
	margin-left:15px;
	padding:5px;
}
.subgrid {
	margin-left:15px;	
}
.subgrid th.tblhd {
	background: #888;
	color:white;
	text-align:center;	
	border:1px solid white;
	border-bottom:5px solid white;

}
.subgrid th {
	background:#eee;
	color:#777;	
}
.subgrid th.blnk {
	background:white;
}
.subgrid td {
	border:1px dotted #ccc;	
}
