/***************************************************************
screen styles for help
2010.01.19 -- Michael Burke
----------------------------------------------------------------
website		:	http://www.wandwords.com.au
author site :  http://www.bearfacts.com.au
version		:	2010.01.19	v.3
author		:	Michael Burke
browsers		:  Safari, Firefox, IE 7
----------------------------------------------------------------
colours
d9eaff - blue pale
91b2d8 - blue light
003    - blue dark
***************************************************************/

* {
	margin: 0;
	padding: 0;	
}

/*** `LAYOUT ***/
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	background: #d9eaff url(../images/logon-body-pale.png) repeat-x;
	color: #222;	
}

#all {
	margin: 10px auto 60px;		
}

#logon {
	width: 50%;
	float: left;
}

#register {
	width: 50%;
	float: right;
}

/*** `TXT ***/
h1 {
	font-size: 160%;
	color: #003;
	margin: 20px 0;
	text-align: center;
}

h2 {
	font-size: 150%;
	color: #003;
	margin-top: 1em;
	text-align: center;	
}

p {
	padding: 5px 0;
	width: 369px;
	text-align: center;
	margin: 0 auto;
}

p.thumbnail {
	font-size: 90%;
	font-style: italic;
}

p#copyright {
	clear: both;
	font-size: 90%;
	color: #91b2d8;
	font-weight: normal;
	padding-top: 25px;
}

/*** `IMAGES ***/
img {
	display: block;
	margin: 0 auto;	
}

#overlay { 
   background: url(../images/overlay.png)
}/* for light box js */

/*** FF and IE7 TIDY ***/
a img {
   border: 0;
}/* remove borders on image links in FF and IE7 */

a:focus {
   outline: none;
}/* remove red dotty outline on active image links in FF and IE7 */