/*
-------------------------------------------------------------
Document:	'ie (all) specific stylesheet'
Project:	KanslietOnline
Author:		Micke Andersson (anderssonweb.se)
Created:	2013-10-02 15:03
Copyright:	© 2013 Kansliet AB
-------------------------------------------------------------*/
html, body {
	height:				100%;
}

div.NewsItem h2.Topic {
	height: 20px;
	line-height: 18px;
	margin: 0 0 2px 0;
	background: url();
}

div.NewsItem .DateStamp {
	float: left;
	display: block;
	margin-right: 10px;
	line-height: 1.2em;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	border: 1px #333 solid;
}

div.NewsItem .DateStamp small {
	display: block;
	padding: 0px 5px;
	margin: 0;
	line-height: 1.5em;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	background-color: #cc0000;
}

div.NewsItem h5 {
    color: #aaa;
    font: 10px Tahoma,Arial,Helvetica,Geneva,sans-serif;
    margin: 0;
    padding: 0 0 0 17px;
}