﻿body
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: rgb(0,0,0);
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

html, body, #wrapper
{
	min-height: 100%; /*Sets the min height to the height of the viewport.*/
	width: 100%;
	height: 100%; /*Effectively, this is min height for IE5+/Win, since IE wrongly expands
                    an element to enclose its content. This mis-behavior screws up modern browsers*/
	margin: 0;
	padding: 0;
}

html>body #wrapper
{
	height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
}

#wrapper
{
	position: absolute;
	top: 0;
	left: 0;
}

#main
{
	height: auto;
	padding: .5em;
	padding-bottom: 3em;   /*Keeps content above footer. Originally used margin, but a bug in Opera7 seemed
                           to add spurious margin, pushing the footer beyond the viewport even with short content. */
}

#header
{
	margin:0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.navigation
{
	color: #C0C0C0;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}

.navigation:hover
{
	color:#E0E0E0;
}

.hdr
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: small;
	color: #C0C0C0;
	background-color: #08295A;
}

.red
{
	color: #FF0000;
}

.centre
{
	margin-left: auto;
	margin-right: auto;
}

a
{
	color: #808080;
	text-decoration: none;	
}

img
{
	border: 0;
}

img.right { float: right; }
img.left { float: left; }

.imgpad
{
	padding-top: 5px;
}

#IEroot .imgpad
{
	padding-top: 6px;
}

ul
{
	margin-top: 5px;
}

p
{
	margin-top: 0;
	margin-bottom: 10px;
}

h1
{
	color: #08295A;
	font-size: 18pt;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2
{
	color: #08295A;
	font-size: 14pt;
	margin-bottom: 5px;
}

h3
{
	color: #08295A;
	font-size: 12pt;
	margin-bottom: 5px;
}

h4
{
	color: #08295A;
	font-size: 10pt;
	margin-bottom: 5px;
}

th
{
	color: #08295A;
	text-align: Left;
	font-weight: bold;
}

p.search {
    float: right;
    margin: 0 10px 0 0;
    font-weight: bold;
    color: #c0c0c0;
}

.btnatob
{
	width: 125px;
}

/* Google Mini Styles */

.z{display:none}
.s{font-size: 80%}
.g{margin-top: 1em; margin-bottom: 1em}
.s td{width:34em}
.l{ }
.l{color: #0000cc}

.BasketBorder
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border:solid;
	border-color:#08295A;
	border-width:5px;
	padding:5px;
	width:660px;
}

.BasketBorder td
{
	border-color:#C0C0C0;
	border-width:1px;
}

.BasketNoBorder
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	width:680px;
}
