﻿/*
 * Mattias Bengtsson
 * Copyright Sector 5 AB 2009
 * -----------------------------------------------------------------------------
 */

@import "defaults.css";

body {
	font-family: verdana, sans-serif;
	color: black;
	background-color: white;
}

#logotype {
	background: url(../images/timecare-logo-print.gif) left top no-repeat;
	width: 142px;
	height: 62px;
}

#title {
	margin-top: 24px;
	border-bottom: 2px solid #0a96b5;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

#title h1,
#logotype,
#service,
#primary-navigation,
#secondary-navigation,
#breadcrumbs,
#hook,
#secondary-content,
#article-commands,
#footer {
	display: none;
}

#primary-content {
	font-size: 12px;
	line-height: 16px;
}

a {
	color: #0a96b5;
}

h2 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 20px;
}

h3 {
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
}

img {
	margin-bottom: 15px;
}

p,
ul,
ol,
table {
	margin-bottom: 15px;
	clear: both;
}


ul {
	list-style-type: disc;
}

ul,
ol {
	margin-left: 25px;
}

li,
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
	margin-top: 3px;
}

img.left {
	float: left;
	margin: 0 8px 4px 0;
}

img.right {
	float: right;
	margin: 0 0 4px 8px;
}

table {
	border-collapse: collapse;
}

table th,
table td {
	border: 1px solid #eee;
	padding: 2px;
}

.introduction {
	font-weight: bold;
}
