.shodorxformWrapper {
	border: 1px solid gray;
	border-bottom: 3px solid gray;
	border-right: 3px solid gray;
	margin: 5px;
	background: #fafafa;
}

.XFormsQuestion {
	font-family: sans-serif;
	padding: 10px;
	border-left: 3px solid #fafafa;
	padding-left: 45px;
}

.XFormsTitle {
	font-family: sans-serif;
	font-size: 122%;
	border-bottom: 1px solid gray;
	padding: 3px;
	margin: 15px;
	font-weight: bold;
}

.XFormsTitle .titleDescrip {
	font-size: 75%;
	font-weight: normal;
}

.XFormsTitle .questionDescrip {
	font-size: 80%;
	font-weight: normal;
}

.XFormsQuestion:hover {
	background: #faf9ec;
	border-left: 3px solid #fadc37;
}

.XFormsQuestion .questionTitle {
	font-weight: bold;
	font-size: 95%;
}

.XFormsQuestion .questionDescrip {
	font-size: 90%;
	padding-bottom: 2px;
	/*margin-bottom: 15px;*/
	font-style: italic;
}

.XFormsQuestion .questionOptionTable {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 5px;
}

.XFormsQuestion .XFormsGroupTable, .XFormsQuestion .XFormsGroupTable td {
	border:0px;
}

.XFormsQuestion .XFormsGroupTable tr.odd td {

}


.XFormsQuestion .selectInput {
	margin-left: 5px;
}

.XFormsQuestion .questionOption {
	font-size: 95%;
	width: 95%;
	padding: 1px;
}

.XFormsQuestion .questionOptionText {
	margin-left: 1.2em;
}

.XFormsQuestion .questionOptionText .plus-button {
	font-family: courier;
	font-size: 8pt;
	color: #0000BB;
	cursor: pointer;
}

.XFormsQuestion .questionOptionCB {
	float: left;
}

.XFormsQuestion .questionOption .checkbox, .XFormsQuestion .radiobutton {
	float: left;
	vertical-align: text-bottom;
	margin-top: .3em;
}

.XFormsQuestion .questionOption .checkboxLabel {
	margin-left: 1.5em;
}

.XFormsQuestion table {
	width: 95%;
}

.XFormsQuestion table td {
	padding: 2px;
}

.XFormsQuestion .questionChoice {
	padding: 2px;
}

.XFormsQuestion .formReq {
	float:right;
	width: 1em;
	color: red;
	font-weight: bold;
	font-size: 120%;
}

.XFormsQuestion .pchaTable {
	width: 200px;
}
.XFormsQuestion .pchaData {
	width: 50px;
}

.XFormsQuestion .questionOptionTable, .XFormsQuestion .questionOptionTable td {
	border: 0px;
}

.XFormsQuestion .oddQuestionTd {
	background: #f5f5f5;
	background: #f2f2f2;
	border: 0px;
}
.XFormsQuestion:hover .oddQuestionTd {
	background: #faf8d8;
	background: #f8f5c5;
	border: 0px;
}

.XFormsQuestion .selectHelper {
	margin-left: 5px;
	font-size: 80%;
	width: 95%;
}

.XFormsQuestion textarea {
	width: 65%;
}
.XFormsQuestion input.textInput {
	width: 65%;
	border: 1px solid gray;
	height: 1.6em;
}


.XFormsQuestion .questionDescripRight {
	float:right;
	width: 30%;
	font-size: 85%;
}

.XFormsQuestion input, .XFormsQuestion textarea {
	font-family: sans-serif;
	font-size: 11pt;
}

.XFormsQuestion select {
	font-size: 11pt;
}

.shodorxformWrapper .errorMsg
{
	width: 25em;
	margin: 4px;
	margin-left: 0px;
	text-align: center;
	padding:4px;
	background-color: #fea52b;
	color: black;
	border: 1px solid gray;
}

.shodorxformWrapper .errorHeader {
	background-color: yellow;
	background-color: #fea52b;
	padding:6px;
	color:black;
	margin: 4px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid gray;
}

table.pchaTable {
	background-color: green;
}
table.pchaTable tr td {
	padding: 3px;
	border: 1px solid white;
}

.XFormsQuestion.XFormsGroup {
	clear: both;
	margin-top: 15px;
}

.XFormsQuestion .gridQuestionTitle {
	width: 55%;
}

.XFormsQuestion .gridQuestionHeader {
	text-align: center;
}

.XFormsQuestion .radioButtonContainer {
	text-align: center;
}

.XFormsQuestion .checkboxContainer {
	text-align: center;
}

.XFormsQuestion .gridHeaderCell {
	text-align: center;
	font-weight: bold;
}

/* Date selector styles *
/
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
