<?php

// +---------------------------------------------------------------------------+
// | freeStyler                                                                |
// +---------------------------------------------------------------------------+
// | Copyright (c) 2001 Datalink Internet Systems Pty Ltd                      |
// +---------------------------------------------------------------------------+
//
// $Archive: /websites/asta/gui/html/style_basic.php $
// $Revision: 1.1 $
// $Date: 2004/07/15 01:01:48 $
// $Author: gking $
//

$gDirRef = "../../";
require_once($gDirRef . "config/config.php");

// When PHP parses files, it sends a default Content-Type of text/html.
// This should be overridden for stylesheet files because some browsers (e.g. 
// Gecko) require the Content-Type to be correct as per the W3C CSS2 spec.
header ("Content-Type: text/css");

?>

/*

 Copyright (c) 2002 Datalink Internet Systems Pty Ltd. All rights reserved.

*/

body
{
	color: black;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#nav 
{
	display: none;
}

.menu {
	display: none;
}

.mainContent {
	font-size: 90%;
	padding: 15px 0px 0px 0px;
	line-height: 125%;
}

.mainContent img {
	margin: 0px 0px 25px 25px;
	float: right; 
	clear: none; 
}

.footer {
	display: none;
}

#nodePath {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 175%;
	font-family: Georgia, Times New Roman, Times, serif;
	color: black;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
}

.mainContent a {
	color: black;
	text-decoration: none;
}

.header {
	display: none;
}

#entryView div {
  float: none;
  position: relative;
}

#entryView table {
  font-size: 10pt;
  position: relative;
  width: auto;
  display: block;
}

#entryView table .filler {
  display: none;
}

#entryView h2 {
  font-size: 12pt;
}

#entryView ul, #entryView small, .subMenu {
  display: none;
}