/*
 * Crowsons Computing Printing CSS 
 *
 * Copyright (c) 2009-2019 Fred Crowson 
 * $Id: print.css,v 1.8 2023/05/17 20:56:44 fred Exp $ 
 * Any Queries please contact ict@crowsons.com 
 */
/* Common elements */
body {
}
p {
  text-align: left;
  white-space: normal;
}
p.menu {
  color:  #000066;
  text-align: left;
}
h1, h2, h3 {
  color:  #006699;
}
h4 {
	color: white;
	font-size: 12px;
	margin: 0px;
	padding: 0.25em;
	text-align: center;
}
h4.coach {
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 0.25em;
	text-align: left;
}
h5 {
	margin: 0.25em;
	padding: 0.25em;
	text-align: center;
}
a:link, a:visited {
  color : #006699;
}
a.ct {
  background-color: inherit;
  color: #ffffff;
}
a.red {
  background-color: inherit;
  color: #ff0000;
}
a.midred {
  color: #ff0000;
  background-color: inherit;
  font-size: 12px;
}
li {
	text-align: left;
}
pre {
    background-color: #103300;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-color: #103300;
    border-style: solid;
    color: #00ff00;
    margin-left: 5%;
    margin-right: 8%;
    overflow: auto;
    padding: 0.5em;
    padding-left: 1em;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}
pre, code {
    font-family: "Monaco", "Courier New", "monospace";
    font-size: 12px;
	margin: auto;
	min-width: 20em;
	white-space: pre-line;
	width: 90%;
}
.bodylist {
	margin-left: 100px;
}
/* forms */
fieldset {
	border: 1px solid #000000;
	width: 75%;
}
/* tags */
a.tag {
	background-color: #99ccff;
	border: 1px solid #003399;
	border-radius: 10px;
	clear: left;
	color: #0000cc;
	font-size: 9.5pt;
	margin-left: 0.25em;
	padding: 0px 0.5em 1px 0.5em;
	text-decoration: none;
	vertical-align: text-top;
}
.tags {
	margin-right: 0.25em;
}
/* quotes */
.quote {
	background-color: #cccccc;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 1em;
	padding: 10px 10px 10px 25px;
}
/* python code */
.py {
	background: #23241f;
	color: #66d9ef;
	display: block;
	font-size: medium;
	overflow-x: auto;
	padding: 0.5em;
}
.pyindent {
	padding-left: 2em;
}
/* shell code */
.shell {
	background: #000033;
	color: #00cccc;
	display: block;
	font-size: medium;
	margin: 2px;
	overflow-x: auto;
	padding: 0.5em;
}
.switch {
	background: #000033;
	color: #00cccc;
	margin: 1px;
	overflow-x: auto;
	padding: 0.1em;
}
.inline {
	background: #103300;
	color: #00ff00;
	padding: 0.2em;
	margin: 1px;
}
.small-caps {
	font-variant-caps: small-caps;
}
/* Specific div's for Page Layout */
/* margins: top right bottom left */
/* # represent id . represent classes */
#page {
  background-color: #ffffff;
  border: 1px #98aab1 solid;
  color: inherit;
  float: left;
  position: relative;
}
#header {
  clear: both;
  height: 1%;
  left: 10px;
  margin: 2px 2px;
  min-width: 550px;
  min-height: 100px;
  position: absolute;
}
#title {
  float: left;
  min-width: 350px;
  margin: 15px 175px; 
  padding: 10px 10px 10px 10px;
  position: inherit;
  text-align: center;
}
#menu {
  display: none;
}
#content {
  min-height: 500px;
  min-width: 250px;
  margin: 5px; 
  padding: 5px;
  position: relative;
  text-align: left;
}
#diary {
	border-right: 1px solid #d0d0d0; 
  	float: left;
	position: relative;
	width: 300px;
}
#diary h4 {
  color:  #006699;
  text-align: center;
}
#diary_text {
	margin-left: 340px;
	min-width: 380px;
	min-height: 450px;
	padding: 5px 5px 15px 5px;
	width: 550px;
}
#photos {
  clear: left;
  min-width: 250px;
  margin: 5px 5px 5px 5px; 
  padding: 5px 5px 5px 5px; 
  position: inherit;
  text-align: left;
  top: 50px;
}
#footer {
  display: none;
}
#altText{
  background: #FFF9BD;
  border: 1px solid black;
  display: block;
  font-size: 11px;
  margin: 0px auto;
  padding: 2px 10px;
  width: 60%;
}
/* Copyright */
.copyleft {
  color: #444444;
  font-size: 8px;
  text-align: center;
}
/* Reference Tooltips */
.ref {
	position: relative;
	vertical-align: baseline;
}
.refno {
    bottom: 1ex;
    color: #006699;
    font-family: Verdana, sans-serif;
    font-size: .7em;
    font-weight: bold;
    left: 2px;
    position: relative;
    text-decoration: underline;
}
.reftext {
    background-color: #ffffff;
    border: 1px solid;
    bottom: 5px ;
    display: block;
    font-family: Verdana, sans-serif;
    font-size: .7em;
    left: 25px;
    line-height: 1.1;
    min-width: 20em;
    overflow: auto;
    position: absolute;
    padding: 5px;
    word-wrap: break-word;
    z-index: 9999;
}
/* Various Colours */
.black {
  color: #000000;
  font-size: 10px;
}
.codered {
  background-color: inherit;
  color: #ff0000;
  font-size: 12px;
  font-family: "Monaco", "Courier New", "monospace";
}
.smalltext {
  font-size: 10px;
}
.smalltextcen {
  font-size: 10px;
  text-align: center;
}
.smalltextln {
  color: #993399;
  font-size: 10px;
  text-decoration: none;
}
.smalltextred {
  background-color: inherit; 
  color: #ff0000;
  font-size: 10px;
  text-align: center;
}
.mid {
  font-size: 12px;
  text-align: center;
}
.midred {
  color: #ff0000;
  font-size: 12px;
  text-align: center;
  background-color: inherit;
}
.midbold {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.midnoc {
  background-color: inherit;
  color: #ff0000;
  font-size: 12px;
}
.std {
  font-size: 16px;
  text-align: center;
}
.green {
  background-color: inherit;
  color: #006600;
  font-size: 16px;
  text-align: left;
}
.blue {
  background-color: inherit;
  color: #3399ff;
  font-size: 16px;
  text-align: left;
}
.purple {
  background-color: inherit;
  color: #663399; /* rebeccapurple */
  font-size: 16px;
  text-align: left;
}
.stdp {
  background-color: inherit;
  color: #660066;
  font-size: 16px;
  text-align: left;
}
.red {
  background-color: inherit;
  color: #ff0000;
  font-size: 16px;
  text-align: left;
}
.stdred {
  background-color: inherit;
  color: #ff0000;
  font-size: 16px;
  text-align: left;
}
.tc {
  text-align: center;
}

.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.print {
  background-color: #ffffff;
  border: 1px solid black;
  color: #000000;
  text-align: left;
}
img.imgleft {
	float: left;
	margin: 0px 5px 5px 0px;
}
img.imgright {
	float: right;
	margin: 0px 0px 5px 5px;
}
/* Table elements */
table {
  border-collapse: separate; /* separate, collapse */
  border-width: 2px;
  border-spacing: 2px;
  border-style: none;
}
table.diary {
  border-collapse: separate; /* separate, collapse */
  border-spacing: 2px;
  border-style: none;
  padding: 2px;
}
th {
  background-color: #006699; 
  border-width: 1px;
  color: #ffa34f; 
  font-size: 12px; 
  font-weight: bold;
  height: 25px;
  padding: 2px;
}
td {
  border-style: inset;
  border-width: 1px;
  padding: 2px;
  text-align: center;
}
td.left {
  border-style: inset;
  border-width: 1px;
  padding: 2px;
  text-align: left;
  white-space: normal;
}
td.cal {
  background-color: #ffffff;
  color: #999999;
  text-align: center;
  font-size: 16px; 
}
td.calodd {
  background-color: #999999;
  color: #cccccc;
  text-align: center;
  font-size: 16px; 
}
td.high {
  background-color: #cccccc;
  color: #ff0000;
  font-size: 16px; 
  font-weight: bold;
  text-align: center;
}
