﻿body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
	color: #414142;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #0099d8;
}
/* GS 24/02/2010 Testing h1 { font-size: 2.1em; color: #0099D8; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.45em; color: #4BB6E4; }
h4 { font-size: 1.3em; color: #0099D8; }
h5 { font-size: 1.2em; }
h6 { font-size: 0.85em; }
*/
h1 { font-size: 1.85em; color: #0099D8; }
h2 { font-size: 1.45em; }
h3 { font-size: 1.3em; color: #4BB6E4; }
h4 { font-size: 1.15em; color: #0099D8; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.65em; }

ul {
	list-style: url(Images/Layout/list_dot.gif);
}

/* Generic */
img.image_left {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
img.image_right {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}

/* Table Styles : Style #1 */
table.style_1 caption {
	background: url(Images/Layout/heading_bg.gif);
	padding: 4px 7px;
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
	text-align: left;
}
table.style_1 {
	margin: 0 0 10px 0;
	_margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.style_1 thead th,
table.style_1 thead td {
	padding: 3px 5px;
	border-right: solid 1px #0095d8;
	color: #0095d8;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
table.style_1 tbody th,
table.style_1 tbody td {
	padding: 3px 5px;
	border-right: solid 1px #0095d8;
	font-weight: normal;
	text-align: left;
}
table.style_1 tr:first-child th,
table.style_1 tr:first-child td {
	padding-top: 0;
}
table.style_1 tr:last-child th,
table.style_1 tr:last-child td {
	padding-bottom: 0;
}
table.style_1 th:first-child,
table.style_1 td:first-child {
	padding-left: 0;
}
table.style_1 th:last-child,
table.style_1 td:last-child {
	padding-right: 0;
	border-right: 0;
}

/* Table Styles : Style #2 */
table.style_2 caption {
	padding: 6px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #0099d8;
	text-align: left;
	width: 300px;
}
table.style_2 .field {
	width: 200px;
}

table.style_2 {
	margin: 0 0 10px 0;
	_margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.style_2 .caption2
{
	background: #f5fcff;
	padding: 3px 5px;
	text-align: right;
	line-height: 22px;
	vertical-align: middle;
}

table.style_2 thead th,
table.style_2 thead td {
	background: #f5fcff;
	border: solid 1px #def6ff;
	border-width: 1px 0;
	padding: 3px 5px;
	text-align: left;
}
table.style_2 th:first-child,
table.style_2 td:first-child {
	padding-left: 0;
}
table.style_2 th:last-child,
table.style_2 td:last-child {
	padding-right: 0;
}
table.style_2 tbody th,
table.style_2 tbody td {
	border-bottom: solid 1px #dddddd;
	padding: 3px 5px;
	text-align: left;
	font-weight: normal;
}

/* Snippet: Quick Links */
div.quicklinks {
	margin-bottom: 10px;
	width: 165px;
}
div.quicklinks a,
div.quicklinks a:link,
div.quicklinks a:visited,
div.quicklinks a:active {
	background: #d1d2d4 url(Images/Layout/quicklinks_bg_on.jpg) repeat-x;
	display: block;
	padding: 0 0 0 0;
	text-decoration: none;
	color: #414142;
}
div.quicklinks table {
	width: 100%;
	height: 68px;
}
div.quicklinks td {
	line-height: normal;
	vertical-align: top;
}
div.quicklinks h4 {
	line-height: 1em;
	margin-top: 5px;
}

/* Snippet: Image Caption */
div.image_caption {
}
div.image_caption div.image {
}
div.image_caption span.caption {
	display: block;
	padding: 6px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #414142;
}

/* Home Tiles */

div.home_tile {
	float:left;
	/*GS 19022010 margin-right: 4px;*/
	margin-right: 0px;
}


div.home_tile:last-child {
	margin-right: 0px;
}
div.home_tile {
	margin-right: expression(this.nextSibling==null ? '0px' : '');
}

/* Home Promo */
div.home_promo {
	float: left;
	margin-right: 7px;
}
div.home_promo:last-child {
	margin-right: 0px;
}
div.home_promo {
	margin-right: expression(this.nextSibling==null ? '0px' : '');
}
