<?php

// +---------------------------------------------------------------------------+
// | freeStyler                                                                |
// +---------------------------------------------------------------------------+
// | Copyright (c) 2001 Datalink Internet Systems Pty Ltd                      |
// +---------------------------------------------------------------------------+
//
// $Archive: /websites/asta/gui/html/style_basic.php $
// $Revision: 1.3 $
// $Date: 2006/02/19 21:25:25 $
// $Author: jhooper $
//

$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: #666666;
	font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

td {
	color: #666666;
	font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

.mainContent {
 11px;
}

#nav 
{
	color: #000000;
}

#nav a {
	color: #135000;
	border: 1px solid white;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
}

#nav ul 
{
	list-style: none;
	display: inline;
}
		
#nav li 
{
	display: inline;
}

.menu {
	text-align: center;
	padding: 1px;
}

.mainContent {
	padding: 15px 40px 0px 40px;
	line-height: 200%;
}

.mainContent img {
	margin: 0px 0px 25px 25px;
}

.mainContent code {

	font-size: 120%;
	color: #253A64;
	font-weight: bold;
}

.mainContent .submit {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: white;
	/*background-color: #F59620;*/
	background-color: #F59620;
	border: none;
	text-transform: uppercase;
	padding: 7px 5px 7px 5px;
	vertical-align: middle;
	margin: 0px 5px 0px 5px;
	cursor: hand;
}

.mainContent input, .mainContent select {
	padding: 4px 4px;
}

.mainContent input[type=submit] {

        font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
        font-weight: bold;
        font-size: 100%;
        color: white;
        /*background-color: #F59620;*/
        background-color: #F59620;
        border: none;

        text-transform: uppercase;
        /*padding: 7px 5px 7px 5px;*/
        vertical-align: middle;
        /*margin: 0px 5px 0px 5px;*/
        cursor: hand;


}


.footer {
	height: 15px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.footer img {
	margin: 3px;
}

#nodePath {
	color: #F59620;
	font-weight: bold;
}

#nodePath a {
	color: #F59620;
}

#nodePath a:hover {
	color: #AC5526;
	text-decoration: none;
}

#nodePath a:active {
	color: #253A64;
	text-decoration: none;
}



.subMenu {
	color: #F59620;
	font-weight: bold;
}

.subMenu a:link {
	color: #F59620;
}

.subMenu a:visited {
	color: red;
}

.subMenu a:hover {
	color: #AC5526;
	text-decoration: none;
}

.subMenu a:active {
	color: #253A64;
	text-decoration: none;
}



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

h2 {
	font-size: 150%;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #253A64;
	font-weight: normal;
}

h3 {
	font-size: 125%;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #253A64;
	font-weight: normal;
}

h4 {
	font-size: 100%;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #253A64;
	font-weight: normal;
}

h5 {
	font-size: 100%;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #253A64;
	font-weight: normal;
}

.mainContent a {
	color: #AC5526;
}

.mainContent a:visited {
	color: #783C1B;
}

.mainContent a:hover {
	color: #253A64;
}

.mainContent a:active {
	color: #253A64;
	text-decoration: none;
}



.odd {
	background-color: #F0F0F0;
	border: 1px solid white;
}

.odd a {
	color: #5F5F5F;
	font-weight: bold;
}

.odd a:visited {
	color: #5F5F5F;
	font-weight: bold;
}

.odd a:hover {
	color: #5F5F5F;
	font-weight: bold;
	text-decoration: none;
}

.odd a:active {
	color: #5F5F5F;
	font-weight: bold;
}

.even {
		background-color: #F7F7F7;
		border: 1px solid white;
}

.even a {
	color: #5F5F5F;
	font-weight: bold;
}

.even a:visited {
	color: #5F5F5F;
	font-weight: bold;
}

.even a:hover {
	color: #5F5F5F;
	font-weight: bold;
	text-decoration: none;
}

.even a:active {
	color: #5F5F5F;
	font-weight: bold;
}

hr {
	height: 1px;
	color: #5F5F5F;
	width: 90%;
}

.calendarHeader {
	font-weight: bold;
	color: #197B1E;
}

.calendar {
	color: #969696;
}


.moresrc {
	color: #F59620 !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-decoration: none !important;
}


.homeContent {
	font-size: 11px;
	color: #F59620;
}

.homeContent h2 {
	font: 100% Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #F59620;
	font-weight: bold;
	margin: 0px;
}

.homeContent a {
	color: #AC5526;
	font-weight: bold;
}

.homeContent a:hover {
	text-decoration: none;
}

.homeContent a:active {
	color: #197B1E;
}

.homeContent a:visited {
	color: #623015;
}

.homeContent input {
	font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #E5E5E5;
	border: 1px solid #A6A6A6;
	color: #666666;
	height: 19px;
	margin: 2px 0px 0px 0px;
}

.homeContent .login {
	border: none;
	background-color: white;
	margin-top: 2px;
}

.homeContent .search {
	border: none;
	background-color: white;
	width: 17px;
	height: 17px;
	margin-top: 2px;
}

.homeContent form {
	margin: 0px;
}

ol {
  font-weight: normal;
}

table .scoreCell {
  font-size: 11px;
  text-align: center;
}

table td .blankField {
  background: none;
  border: none;
}

table td .aField {
  background-color: #2ECA00;
  border: none;
}

table td .bField {
  background-color: #FFCC00;
  border: none;
}

table td .cField {
  background-color: #FF9900;
  border: none;
}

table td .nbField {
  background-color: #CA2E00;
  border: none;
}

table td .nrField {
  background-color: #A6A6A6;
  border: none;
}



#scoreTable table td {
  background-color: #F6F6F6;
}

#scoreTable table thead td {
  background-color: #7B7B7B;
  color: white;
  font-weight: bold;
}

#scoreTable table tfoot td {
  background-color: #7B7B7B;

}

.formElements td {
  padding: 5px;
}

.logoLinks a:link, .logoLinks a:visited {
  border: 1px solid white;
}

.logoLinks a:hover {
  border: 1px dashed gray;
}

.top {
	text-align: right;
}

.top a:link, .top a:visited {
  text-decoration: none;
	font-weight: bold;
	color: #72D230;
}

.homePageMenuLink a:link, .homePageMenuLink a:visited {
  border-bottom: 3px solid white;
}

.homePageMenuLink a:hover {
  border-bottom: 3px solid #F9DE0B;
}

.homePageMenuLink a:active {
  border-bottom: 3px solid #F59620;
}
#BHPcheckbox{
	visibility: hidden;
}
