﻿/***********************************************************/
/* General styles                                          */
/***********************************************************/

@import "Colours.css";
@import "Fonts.css";
@import "BackgroundsAndBorders.css";

@import "LocationControl.css";

body 
{ 
	height:100%;
}

h1, h2, h3, h4
{
	padding: 0;
	margin: 0;
}

input.TextBox
{
	margin-bottom: 2px;
	margin-top: 0;
}

.GridView
{
	border: 0;
	margin: 0;
	padding: 0;
}

.Hidden
{
	visibility: hidden;
}

.LeftLabel
{
	clear: both;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.ClearBoth
{
	clear: both;
}

.Centre
{
	text-align: center;
}

.Reader
{
	position:absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border:none;
	padding:0;
	margin:0;
}


/* style is used to make sure a div contains all its floated child divs */

.ClearFix
{
	height: 1%;
}

.ClearFix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
html > body .ClearFix
{
	min-height: 1px;
	height: auto;
}

