/*
# $Id$
#
# Minimal styles are applied so that the individual assessment templates can
# apply more specific styling.
#
# The blank rules you see here should be filled in by the assessment template's
# "main.css" file.
*/

body {
}

#body {
}

#container {
}

#banner {
}

#banner h1 {
}

#banner.with-image {
}

#banner.with-image h1 {
}

.aiding-text {
}

/* These rules can optionally be appended to by the template's own styles */
#noscript {
	padding: 1em;
	background: #FF0000;
	color: #FFFFFF;
	text-align: center;
}

.triggeredinput {
	display: none;
}
	.triggeredinput textarea {
		width: 400px;
		height: 100px;
		margin: 0px 0px 1em 1em;
	}

	.triggeredinput input {
		margin: 0px 0px 1em 1em;
	}

#stmt-form {
	visibility: hidden;
}

/* Following rules are specific to the global-view */
#testmode-alert {
	text-align: center;
	color: #990000;
	background: #F0F0F0;
	padding: 1em;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
}

#slot-alerts ul {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

#slot-alerts li {
	list-style-type: none;
	padding: 0.5em;
	margin: 0px 0px 1px 0px;
}

#slot-alerts h3 {
	font-size: 1em;
	margin: 0px;
	padding: 0px 0px 1em 0px;
}

#slot-alerts p {
	margin: 0px;
	padding: 0px;
}

#slot-alerts li.alert-info {
	background-color: #D8E4ED;
	color: #000000;
}

#slot-alerts li.alert-warning {
	background-color: #CA0000;
	color: #FFFFFF;
}

#respondent-login dl dd {
	padding: 0.5em 0em;
}

#respondent-login dl dt label {
	font-size: 0.80em;
}