/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Base */
p {
	line-height: 14px;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	padding-bottom: 6px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	color: #cccccc;
	border: 0;
	background-color: #cccccc;
	height: 1px;
	width: 95%;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 5px 0 5px 0;
	color: #333333;
}
h1 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 6px;
}
h2 {
	font-size: 18px;
	line-height: 24px;
}
h3 {
	font-size: 16px;
	line-height: 22px;
}
h4 {
	font-size: 12px;
	line-height: 14px;
}
h5 {
	font-size: 12px;
	line-height: 16px;
}
h6 {
	font-size: 10px;
	line-height: 12px;
}

/* Operations status specific styles */
#operationStatus {
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	line-height: 14px;
}

.status {
	padding: 30px 0 0 0;
}

.timeStamp_start {
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 3px;
	color: #047e04;
}

.timeStamp_end {
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 20px;
	color: #660200;
}

.statusContent{
	padding-right: 60px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.currentState {
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}

/*
=============================================
Operations status specific ID & Classes
=============================================
<div id="operationStatus">
	<div class="status">
		<h3 class="subject">Test status 01<h3>
		<p class="timeStamp_start">Starttid:<span class="timeStamp">2009-10-01 11:24</span><p>
		<p class="timeStamp_end">Sluttid (forventet):<span class="timeStamp">2009-10-01 11:27</span></p>
		<div class="statusContent">Lorem ipsum dolor sit amet, consectetur adipisicing elit.<br />Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div>
		<h4 class="currentState">Afsluttet: <span class="state">Nej</span></h4>
		<hr>
	</div>	
</div>
*/


