/* Styles for screen and print */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p {
	padding: 0 0 10px 0;
}

img {
	border: 0;
}

h1 {
	font-size: 24px;
	line-height: 29px;
	font-weight: normal;
	padding: 0 0 6px 0;
	color: #666;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding: 0 0 6px 0;
	border-bottom: 3px solid #E6ECF3;
	margin: 0 0 10px 0;
}

#contentRight h2 {
	border: none;
}

h3,
h4 {
	font-size: 12px;
	margin: 0 0 10px 0;
}

ul {
	margin: 0 0 0 2em;
}

table {
	width: 100%;
}
table td {
	vertical-align: top;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.spacer {
	clear: both;
}

/************************************************************************************************************/
/* Expose */
#expose-head {
	margin: 20px 0;
}
#expose-image {
	float: left;
	margin: 0 20px 0 0;
}
#expose-no {
	font-size: 11px;
	font-weight: bold;
}

/************************************************************************************************************/
/* Forms (Ext. kimpixel_adminbuilder) */
div.formCol p {
	padding: 0;
}
div.formCol label {
	font-weight: bold;
}
