/*
# $Id: style.css 1 2006-12-16 10:21:16Z james $
#
# Hacks:
# Hide css from IE
#	classname[id] { ... }
#
# Hide from FireFox
#	* html elementname.classname { ... }
*/

body {
	font-size: 100%;
	font-family: Arial, Helvetica, "Sans Serif";
	margin: 0px;
	background-color: #FFFFFF;
	color: #666666;
	background-color: #F4F4F2;
}
* html body {
	margin: 0px;
}

a {
	color: #660000;
}

a:hover, a:visited:hover {
	color: #006666;
	text-decoration: none;
}

/*
# Main content block
# The module contents and Page Alerts are housed wihtin this block.
*/
#PAGE_CONTENT {
	margin: 10px;
	margin-top: 60px;
}
* html #PAGE_CONTENT {
	padding-bottom: 10px;
}

/*
# Header block
# This block will only be fixed into position in FireFox
# as IE6 doesn't support position:fixed
*/
div.SKIN_headerBlock {
	position: fixed;
	top: 0px;
	left: 0px;
	width: auto;
	background-color: #FFFFFF;
	border-bottom: #000000 2px solid;
}
* html div.SKIN_headerBlock {
	position: absolute;
}

/*
# Copyright Notice
*/
#SKIN_copyrightNotice {
	float: left;
	margin: 5px;
	font-size: 70%;
	margin-right: 10px;
}

/*
# Login form
*/
div.loginForm {
	float: right;
	clear: both;
	margin: 5px;
	font-size: 70%;
	margin-right: 10px;
}

div.loginForm input {
	width: 100px;
}

a.langHighlight {
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}