/**
 * TYPO3
 *
 * @filename screen.css
 * @author Oliver Rowlands
 * @since 2012-01-23
 * @copyright Liquid Light Digital Ltd.
 * @url http://www.liquidlight.co.uk
 */

/**
 * Reset
 */
* {
	margin: 0;
	padding: 0;
}
img,
object,
iframe {
	border: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
object,
iframe {
	width: 100%;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}

/**
 * Messages
 */
ul.messages {
	clear: both;
	margin: 0;
	list-style-type: none;
}
ul.messages > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.messages > li {
	padding: 0;
	margin: 0;
	background-image: none;
}
ul.messages > li > ul > li {
	padding: 0.8em 0.8em 0.8em 27px;
	background: #E2F9E3 url(../img/icon_success.png) no-repeat 6px 0.8em;
	border: 1px solid #99CC99;
	color: #006600;
	margin: 0 0 1em 0;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}
ul.messages > li.notice > ul > li {
	background-image:  url(../img/icon_notice.png);
	background-color: #DFEDFF;
	border: 1px solid #A0CAFF;
	color: #0167A0;
}
ul.messages > li.error > ul > li {
	background-image:  url(../img/icon_error.png);
	background-color: #FEDBDB;
	border-color: #FFA7A7;
	color: #B60000;
}
ul.messages > li.error > ul > li,
ul.messages > li.error > ul > li a {
	color: #B60000;
}
ul.messages > li.error > ul > li a {
	font-weight: bold;
}

/**
 * Preview
 */
#preview {
	position: fixed;
	opacity: 0.9;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0.7em 0.5em 0.7em 30px;
	background: #E2F9E3 url(../img/icon_success.png) no-repeat 7px 50%;
	border-top: 2px solid #99CC99;
	color: #006600;
	text-align: left;
}

/**
 * Form
 */
button,
input[type="submit"],
input[type="button"],
input[type="clear"] {
	-webkit-appearance: none;
}

/**
 * Debug
 */
.debug,
.debug table th {
	text-align: left;
	color: #FC0000;
	background-color: #FFF;
	font-family: sans-serif;
}
.debug {
	border: 1px solid #FC0000;
	margin: 1em;
	padding: 1em;
}
.debug table {
	border-collapse: collapse;
	width: 100%;
}
.debug table th {
	vertical-align: top;
	text-align: left;
}
.debug table td,
.debug table th {
	padding: 0.5em 1em 0.5em 0;
	border-top: 1px solid #FC0000;
}

/**
* mailform overrides PITS
*/
.csc-form-element label em {
	color: #FF0000;
	display: inline;
	padding-left: 5px;
}

form .csc-form-element-checkbox input {
	width: auto;
}
.csc-mailform ol ol {
	display: none;
}
div.csc-mailform ol li {
	padding-bottom: 0.9em;
}