﻿/**
 * Copyright (c) 2012 eSolutionsGroup.
 * All rights reserved.
 *
 * Author: Timothy Grant Vogelsang <tvogelsang@esolutionsgroup.ca>
 */

BODY {
	font: 16px tahoma,arial,helvetica,sans-serif;
}
p {
	font: 16px tahoma,arial,helvetica,sans-serif;
	margin-bottom: 1.2em;
}

th {
	border-bottom: 1px solid #000;
	text-align: left;
}

tr.meetingrow {
	height:50px;
}

.bt-pdf-meeting-top {
	max-width: 600px;
	overflow: visible;
}

.bt-pdf-meeting-top table {
	table-layout: fixed;
	width: 600px;
	border-collapse: collapse;
}

.bt-pdf-meeting-logo {
	display: block;
	overflow: visible;
	padding-top: 4px;
	padding-bottom: 8px;
}

.bt-pdf-meeting-logo img {
	float: none !important;
	clear: none !important;
	max-width: 200px;
	max-height: 80px;
	width: auto;
	height: auto;
	display: block;
	margin: 0 0 8px 0 !important;
	vertical-align: top;
}

.bt-pdf-meeting-address,
.bt-pdf-meeting-address div {
	clear: both;
	display: block;
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: normal;
	max-width: 600px;
	line-height: 1.3;
	font-size: 14px;
}

.bt-pdf-meeting-address h1,
.bt-pdf-meeting-address h2,
.bt-pdf-meeting-address h3 {
	margin: 0 0 4px 0;
}

.bt-pdf-meeting-address div:empty {
	display: none;
	height: 0;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.5em !important;
	margin-bottom: 9px;
}
h2 {
	font-size: 1.2em !important;
	margin-bottom: 6px;
}
h3 {
	font-size: 1.0em !important;
	margin-bottom: 3px;
}
a {
	color: #006AB1;
	text-decoration: none;
}
strong {
	font-weight: bold;
}

.icon-disk {
    background-image: url("/Module/Tenders/icons/disk-png/ext.axd") !important;
}


.icon-bell {
    background-image: url("/Module/Tenders/icons/bell-png/ext.axd") !important;
}

.AnnStats th{
	text-align: center; 
	border:1px solid black;
	padding: 3px;
}
.AnnStats td{
	text-align: center; 
	border:1px solid black;
	padding: 3px;
}
.AnnStats {
	border:1px solid black;
	border-collapse: collapse;
}