
/* ul */
.surveySummary {
	list-style-type: none;
	cursor: pointer;
}

/* ul */
.surveyDescription {
	list-style-type: none;
	border-bottom:5px solid #888;
	background: #dedede;
}
.surveyDescription li {
	color: #444;
	padding: 5px;
	border: 5px solid #888;
	border-bottom: 0;
	background: #fff;
	text-align: left;
}



.inspectTag {
	border: 0;
	background: url(/img/person.gif) no-repeat;
	color: #444;
	display: inline;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0;
	padding:0;
	padding-left: 15px; 
	cursor: pointer;
}



h1 {
	font-weight: normal;
	padding: 8px;
	text-align: left;
	margin-bottom: 8px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border:3px solid #e5ebf2;
}

h2 {
	font-weight: bold;
	letter-spacing:-1px;
	color: #003366;
	font-size: 1.3em;
	min-height: 20px;
	padding: 5px;
}

h2 a {
	color: #003366;
}

.quesQContent {
	position: relative;
	padding: 8px;
	padding-top: 0;
}

h2.text {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0;
	font-style: italic;
}

.quesCollapse {
	position: absolute;
	bottom: 6px;
	right: 8px;
	background: url(/img/icon-expand.gif) no-repeat;
	z-index:1;
}

.quesExpand {
	position: absolute;
	bottom: 6px;
	right: 8px;
	background: url(/img/icon-collapse.gif) no-repeat;
	z-index:1;
}

.quesItem {
	position: relative;
	text-align: left;
	margin-bottom: 8px;
	background: #fff url(/img/itembkg.gif) 0 0 no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border:3px solid #e5ebf2;
}

.quesText {
	font-size: 1.2em;
}



.timestamp {
	font-weight: bold;
	margin-top:8px;
	margin-bottom:8px;
}

ul.answerList {
	padding-left: 18px;
}

.answerList li {
	list-style-type: circle;
	padding: 8px;
}


.quesTags {
	position: absolute;
	top: -32px;
	right: 0px;
	margin:0;
	padding:8px;
	font-weight: bold;
}

.quesTags span {
	background: #fff;
}



h2.h2Header {
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
}

.userIDtimestamp {
	color: #888;
	font-size: 0.9em;
}

/* css for graphs */
.barTable td {
	overflow: hidden;
}
.graph { 
	margin-top: 1px;
	position: relative;
	/*border: 1px solid #B1D632; */
	margin-bottom: .5em;					
	height: 24px;
}

.graph .barGraphMultiple { 
	display: block;	
	position: absolute;
	border: 1px solid #555555;
	background: url(/img/barHighlight.png) bottom left repeat-x #9b9b9b; 
	text-align: center; 
	color: #333; 
	height: 24px;
	/*line-height: 2em;									*/
}
.graph .barGraphMultiple span { color: #fff; position: absolute; left: 1em; top: 2px;overflow: hidden; } 

ul.weightColors {
	margin: 0;
	padding:0;
}
ul.weightColors li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 18px;
	height: 15px;
}

ul.weightColors li img {
	height: 15px;
	width: 15px;
	margin-right: 6px;
	border: 1px solid #555555;
}

.inspectHeader {
	cursor: pointer;
	text-decoration: none;
}

.inspectHeader:Hover {
	cursor: pointer;
	text-decoration: underline;
}


	
.quesNotice {
	background: url(/img/notice.png) no-repeat;
	margin: 18px 18px;
	padding-left: 38px;
	height: 24px;
	width: 88%;
	font-size: 1.2em;
}

.oneLineSumm {
	background:#ccd0d3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border:1px solid #ccd0d3;		
	font-weight: bold;
	padding: 5px;
	margin-top: 8px;	/* particular use */
}	


h3 {
	background: #d1d7e2;
	border:1px solid #d1d7e2;
	text-align: left;
	font-size: 1.1em;
	color: #222;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	margin-top: 8px;
	margin-bottom: 8px;
}

.inputtype {
	background: #fff;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	text-decoration: none;
	color: #245584;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border:1px solid #333;
	cursor: pointer;
}
.lineEntries {
	border-bottom: 1px dashed #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
}

.minibuttonsleft {
	
	background: #fff url(/img/minibuttonarrowleft.gif) no-repeat 8% 50%; 
	padding: 4px;
	padding-left: 15px;
	padding-right: 8px;
	font-weight: bold;
	text-decoration: none;
	color: #245584;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;	
	border:1px solid #333;
	cursor: pointer;
	white-space: nowrap;	
}

.minibuttonsright {
	background: #fff url(/img/minibuttonarrowright.gif) no-repeat 92% 50%; 
	padding: 4px;	
	padding-right: 15px;
	padding-left: 8px;
	font-weight: bold;
	text-decoration: none;
	color: #245584;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;	
	border:1px solid #333;
	cursor: pointer;
	white-space: nowrap;	
	
}