﻿/* The Wattyl New Zealand CSS file */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
p {
	font-weight: normal;
	color: gray;
	margin-top: 0;
	margin-bottom: 0px;
}
p.headline2 {
	margin-top: 0;
	margin-bottom: 0px;
	padding-left: 20px; /* to align with heading   */
}
p.white-text {
	color: white;
}
td.header-row {
	background-color: black;
	color: white;
}
/* Took out the td.heading code to .heading as it was having errors in display  */
.headline {
	font-family: "Arial Black";
	font-size: medium;
	color: black;
	padding-left: 20px;
	height: 60px;
	vertical-align: top;
}
a:link {
	color: gray;
}
a:active {
	color: gray;
}
a:hover {
	color: red;
}
a:visited {
	color: gray;
}
h1 {
	font-family: "Arial Black";
	font-size: large;
	color: black;
}
h1.white-text {
	color: white;
}

h2 {
	font-family: "Arial Black";
	font-size: medium;
	color: black;
}
h2.white-text
 {
	color: white;
}

table.shadows {
	margin: auto; /*centres table on the page */;
}
table.maintable {
	width: 794px;
	height: 596px;
	background-color: white;
}
table.copyright-table {
	margin: auto; /*centres table on the page */;
}
td.menu {
	text-align: center;
	border-top-style: solid;
	border-top-color: gray;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	height: 30px;
}
td.maincell {
	vertical-align: top;
}
td.menu-rightalign {
	border-top-style: solid;
	border-top-color: gray;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	height: 40px;
	text-align: center;
}
td.logo {
	height: 40px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
}
td.headline {
	font-family: "Arial Black";
	font-size: medium;
	color: black;
	padding-left: 20px;
	height: 60px;
	vertical-align: top;
}
td.shadow-left {
	width: 10px;
	background-image: url('granosite/images/mc-images/left.gif');
}
td.shadow-right {
	width: 10px;
	background-image: url('granosite/images/mc-images/right.gif');
}
td.bottom-border {
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 20px;
	padding-top: 10px;
}
td.copyright {
	text-align: center;
	font-size: xx-small;
	color: gray;
	height: 20px;
}
img.image-link {
	border: 0px;
	border-style: none;
}
img.hero-logo {
	vertical-align: top;
}
/*  added for the text in staff new added  */
.text-staff-black {
	font-size: 12px;
}
.text-bold-black {
	font-size: 12px;
	font-weight: bold;
}
.text-blue {
	color: #0000FF;
	font-size: 12px;
}
.text-blue-margin {
	color: #0000FF;
	margin-left: 60px;
	font-size: 11px;
}

