@charset "utf-8";

/*
===================================================================

questionnaire.css

===================================================================

*/

div#divQMemberLine {
	height: 28px;
}
	div#divQMemberName {
		float:left;
		width: 300px;
		height: 14px;
		margin: 0 0 10px 10px;
	}
	div#divQMemberName span.spanMemberName {
		color:#CC6600;
	}
	div#divQSignout {
		float:right;
		text-align:right;
		width: 200px;
		height: 14px;
		margin: 0 2px 10px 0;
	}

div#divQHead {
	clear:both;
	margin: 10px 2px 10px 10px;
	border: 10px solid #E4E9E6;
	padding: 8px;
	text-align:center;
}
	div#divQHead h2 {
		margin: 5px 0 10px 0;
		padding: 0;
		height: 31px;
	}
	div#divQHead h3 {
		color: #009933;
	}

div#divQNote {
	clear:both;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin: 0 2px 16px 10px;
}
	div#divQNote ul li {
		margin: 0 0 8px 0;
	}

div#divUserProfile {
	padding: 0 10px 10px 10px;
	margin: 0 2px 15px 10px;
	background-color:#FFF2EE;
	border: 1px solid #DDAA99;
}
table#tblUserProf td {
		padding: 5px 10px;
}
table#tblUserName td {
	padding: 0 5px 0 0;
	font-size:x-small;
}

div#divPromSelect {
	padding: 0 10px 10px 10px;
	margin: 0 2px 15px 10px;
	background-color:#FFFFCC;
	border: 1px solid #FFCC66;
}
	div#divPromSelect table#tblPromSelect {
		margin: 10px auto 0 auto;
		width: 600px;
		border: 1px solid #FFCC66;
		background-color:#FFFFFF;
	}
		div#divPromSelect table#tblPromSelect td {
			padding: 10px 10px;
			border-bottom: 1px dotted #FF9900;
		}
		div#divPromSelect table#tblPromSelect td p {
			margin: 0 0 5px 0 !important;
		}

p.pDesc {
	line-height: 140% !important;
	color: #BB5533;
	font-weight: bold;
}


div#divProgress {
	clear:both;
	margin: 10px 2px 15px 20px;
	width: 600px;
}
	div#divPrgWalk {
		position:absolute;
		
	}

ul#ulProgress {
	margin: 0 auto 10px 20px !important;
	padding: 0;
	height: 28px;
}
	ul#ulProgress li {
		display:inline;
		float:left;
		list-style-type:none;
		height: 28px;
		margin: 0;
		padding: 0;
	}

h3.QCategory {
	margin: 0 0 15px 10px !important;
}

.AlphNo {
	font-weight: bold;
	color:#BB5544;
}

img.atmark {
}

div.divQuestion {
	clear: both;
	margin: 0 5px 10px 15px;
}
	div.divQuestion p.QNo {
		float:left;
		margin: 1px 5px 0 0 !important;
		width: 30px;
	}
	div.divQuestion p.QText {
		float:left;
		margin: 1px 0 5px 0 !important;
		font-weight: bold;
		width: 562px;
	}
	div.divQuestion p.QTitle {
		float:left;
		margin: 0 0 10px 0 !important;
		font-weight: bold;
		color: #669900;
		font-size:medium;
	}
div.divQuestionSub {
	clear: both;
	margin: 0 5px 10px 25px;
}
	div.divQuestionSub p.QNo {
		float:left;
		width: 25px;
		margin: 0 5px 0 0 !important;
	}
	div.divQuestionSub p.QText {
		float:left;
		width: 560px;
		margin: 1px 0 10px 0 !important;
		font-weight: bold;
	}
	div.divQuestionSub p.QSubTitle {
		float:left;
		margin: 0 0 10px 0 !important;
		font-weight: bold;
		color:#BB5544;
	}
div.divQuestionSub2 {
	clear: both;
	margin: 0 5px 10px 35px;
}
	div.divQuestionSub2 p.QNo {
		float:left;
		width: 25px;
		margin: 0 5px 0 0 !important;
		font-weight:bold;
	}
	div.divQuestionSub2 p.QText {
		float:left;
		width: 560px;
		margin: 1px 0 15px 0 !important;
		font-weight: bold;
	}
div.divAnswer {
	clear: both;
	margin: 0 5px 30px 40px;
}
	div.divAnswer p {
		line-height: 2em !important;
		margin: 0 10px 10px 10px !important;
	}
	div.divAnswer table.tblAnsList {
		margin-bottom: 10px;
	}
		div.divAnswer table.tblAnsList td {
			padding: 5px 10px;
		}
			div.divAnswer table.tblAnsList .bold {
				font-weight: bold;
				color: #CC3300;
			}

input.tbOther {
	width: 400px;
}

div.divQImage {
	clear: both;
	margin: 0 3px 20px 40px;
}
	div.divQImage table.tblQImage {
		margin: 0 auto 0 10px;
	}
		div.divQImage table.tblQImage td {
			padding: 6px;
		}
		div.divQImage table.tblQImage td.tdPhoto {
			width:200px;
			height:200px;
			border:1px solid #CCCCCC;
			text-align:center;
			vertical-align:middle;
		}
		div.divQImage table.tblQImage td.tdSmplPhoto {
			width:262px;
			height:300px;
			border:1px solid #CCCCCC;
			text-align:center;
			vertical-align:top;
		}

div.divImageBtn {
	margin: 0 5px 15px 0;
	text-align:center;
}

div#ColRightPhoto {
	float: right;
	width: 142px;
	margin: 12px 12px 4px 0;
	padding: 0;
}


textarea.TextFuture {
	width: 530px;
	height: 200px;
}

/* Questionnaire Results */

#divResultsMenu {
	padding: 10px;
}
	#divResultsMenu h3 {
		font-weight: normal;
		margin: 0 15px 15px 15px !important;
	}

div#ColMainWide h3.QCategoryTitle {
	margin: 0 2px 15px 10px;
	font-size: large;
	color: #339933;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}
div#ColMainWide p {
	margin: 0 2px 10px 2px;
}

div.divAnswerR {
	float:right;
	margin: 30px 10px 30px 0;
	width: 350px;
}
	div.divAnswerR p {
		line-height: 2em !important;
	}
	div.divAnswerR table.tblAnsList {
		margin-bottom: 10px;
	}
		div.divAnswerR table.tblAnsList td {
			padding: 5px 10px;
		}
	div.divAnswerR ol {
		margin: 0 10px 10px 30px;
		font-size: small;
		font-weight: bold;
	}
		div.divAnswerR ol li {
			margin: 0 0 10px 0;
		}
	div.divAnswerR .bold {
		font-weight: bold;
		color:#CC3300;
	}

div.ChartBoxWide {
	clear: both;
	margin: 0 3px 30px 40px;
}
div.ChartBoxLeft {
	clear: both;
	float:left;
	width: 340px;
	margin: 0 3px 30px 40px;
}

