/* hacks fixes */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

html { height: 100%; margin-bottom: 1px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* ############## */
/* General styles */
/* ############## */
h1, h2, h3, h4, h5, h6, p, ul, ol {
		margin: 15px 0px;
	}
	
	h1 {
		font-size: 1.9em;
	}
	
	h2 {
		font-size: 1.8em;
	}
	
	h3 {
		font-size: 1.5em;
	}
	
	h4 {
		font-size: 1.4em;
	}
	
	h5 {
		font-size: 1.3em;
	}
	
	h6 {
		font-size: 1.2em;
	}

ul, ol {
	padding-left: 30px;
	list-style-type: disc;
}

	ul ul, ol ol {
		margin: 0;
		list-style-type: circle;
	}
	
	ul ul ul, ol ol ol {
		list-style-type: square;
	}

/* ########### */
/* Content Toc */
/* ########### */
.contenttoc {
	float: right;
	width: 150px;
}

/* ################# */
/* content - General */
/* ################# */
table.contentpaneopen, table.blog {
	width: 100%;
}

.componentheading, .contentheading, h2 {
	font-size: 1.4em;
	margin: 0 0 15px 0;
}

.createdate, .modifydate, .small {
	font-size: 0.78em;
}

.buttonheading a img, a img {
	border-style: none;
}
	
/* ################# */
/* content - Article */
/* ################# */
	.createdBy {
		font-size: 0.8em;
	}
	
	.createdDate {
		font-size: 0.8em;
	}
	
	.modifyDate {
		font-size: 0.8em;
	}
	
/* ###################### */
/* Print, pdf, edit icons */
/* ###################### */
.options {
	float: right;
	overflow: hidden;
}

	.options ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.options ul li{
		float: left;
	}
	
	.options ul li a img {
		border-style: none;
	}
	
a.latestnews {
	display: block;
	width: 100%;
}
	