/* Form styles */
label {
	font-size: small;
}

.form_required {
	color: red;
}

.form_postfix {
	font-size: small;
	color: grey;
	margin-left: 0.5em;
}

.form_textinput {
}

.form_textinput[name="ProfileForm[QuestionTitle]"] {
	width: 40em;
}

.form_textarea {
	width: 30em;
	height: 10em;
}

.form_textarea[name="ProfileForm[Question]"] {
	width: 40em;
	height: 20em;
}

.form_numberinput {
	width: 5em;
	text-align: right;
}

.form_error {
	color: red;
	font-size: small;
}

.form_checkbox {
}

label.checkbox {
	color: grey;
}

.form_cbta {
	width: 30em;
}

.form_cbtalabel {
	font-size: small;
	color: purple;
}

.form_cbext {
	margin-left: 1.0em;
}

.form_select {
}

.form_mselecthelp {
	font-size: x-small;
}

.form_errorinput {
	border-color: red;
	background-color: pink;
}

/* List table */
table.list {
	border-collapse: collapse;
	width: 95%;
}

table.list tr {
}

table.list tr td {
	font-size: x-small;
	border: solid 1px grey;
}

table.list tr th {
	font-size: small;
	border: solid 1px grey;
}


/* Form layout table */
table.form {
	border-collapse: collapse;
}

table.form tr {
}

table.form tr td {
	font-size: x-small;
	border: solid 1px grey;
}

table.form tr th {
	font-size: small;
	border: solid 1px grey;
}

/* Table which displays a tabular dump for form data*/
table.formdata {
	border-collapse: collapse;
}

table.formdata tr {
}

table.formdata tr td {
	color: grey;
	font-size: x-small;
	border: solid 1px grey;
}

table.formdata tr th {
	font-size: small;
	border: solid 1px grey;
}

/* Message list */
ul.messages {
	list-style: none outside none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

ul.messages li {
	padding: 5px;
	border: solid black 2px;
	margin-bottom: 5px;
}

ul.messages li.error {
	border-color: #cc0000;
	background-color: #ffcccc;
	color: #660000;
}

ul.messages li.info {
	border-color: #cccc00;
	background-color: #ffffcc;
	color: #666600;
}

ul.messages li.success {
	border-color: #00cc00;
	background-color: #ccffcc;
	color: #006600;
}

/* Other styles */
.questionfooter {
	color: grey;
	font-size: x-small;
}
