/*
 * Coaching Pages CSS 
 *
 * Copyright (c) 2009-2018 Crowsons Computing 
 * $Id: coach.css,v 1.2 2018/05/25 06:59:31 fred Exp $ 
 * Any Queries please contact ict@crowsons.com 
 */
/* Common elements */
html {
}
body {
}
p {
  text-align: left;
  white-space: normal;
}
p.menu {
  color:  #000066;
  text-align: left;
}
h1, h2, h3 {
  background-color: inherit; 
  color:  #006699;
}
h4 {
	color: white;
	font-size: 12px;
	margin: 0px;
	padding: 0.25em;
	text-align: center;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
h4.coach {
	background: #000033;
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 0.25em;
	text-align: left;
}
h5 {
	margin: 0.25em;
	padding: 0.25em;
	text-align: center;
}
h5.left {
    text-align: left;
}
a:active, a:link, a:visited {
  background-color: inherit; 
  color : #006699;
}
a:hover {
  background-color: inherit; 
  color : #dd6900; 
  text-decoration: underline; 
}
a.ct {
  background-color: inherit;
  color: #ffffff;
}
a.red {
  background-color: inherit;
  color: #ff0000;
}
a.midred {
  background-color: inherit;
  color: #ff0000;
  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;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
}
pre, code {
    font-family: "Monaco", "Courier New", "monospace";
    font-size: 12px;
	margin: auto;
	min-width: 20em;
	white-space: pre-line;
	width: 90%;
}
/* 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;
	vertical-align: text-top;
	text-decoration: none;
}
.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;
}
/* other classes */
.switch {
	background: #000033;
	color: #00cccc;
	margin: 1px;
	overflow-x: auto;
	padding: 0.1em;
}
.inline {
	background: #103300;
	color: #00ff00;
	padding: 0.2em;
	margin: 1px;
}
/* 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;
  width: 80%;
}
#title {
  float: left;
  min-width: 350px;
  margin: 15px 175px; 
  padding: 10px 10px 10px 10px;
  position: inherit;
  text-align: center;
  width: 50%;
}
#menu {
  background-color: #cccccc;
  color: inherit;
  left: 10px;
  position: absolute;
  min-width: 150px;
  max-width: 150px;
  margin: 2px 2px 5px 5px; 
  top: 55px;
  width: 20%;
}
#content {
  clear: left;
  min-height: 500px;
  min-width: 250px;
  margin: 5px 100px 10px 170px; 
  padding: 10px 5px 60px 5px;
  position: relative;
  text-align: left;
  width: 80%;
}
#photos {
  clear: left;
  position: inherit;
  min-width: 250px;
  margin: 5px 5px 5px 5px; 
  padding: 5px 5px 5px 5px; 
  text-align: left;
  top: 50px;
}
#footer {
  font-size: 10px;
  position: inherit;
  padding: 10px 10px;
  margin: 40px 5px 10px 5px;
  text-align: center;
}
#altText{
  background: #FFF9BD;
  border: 1px solid black;
  display: block;
  font-size: 11px;
  margin: 0px auto;
  padding: 2px 10px;
  width: 60%;
}
/* errors */
div#content span.err {
	background-color: #cccccc;
	border: 1px #666666 solid;
	color: #ff0000;
	font-family: "Monaco", "Courier New", "monospace";
	font-size: 12px;
	min-width: 20em;
	white-space: pre-line;
}
/* Copyright */
.copyleft {
  background-color: inherit; 
  color: #444444;
  font-size: 8px;
  text-align: center;
}
/* Reference Tooltips */
.ref {
	position: relative;
	vertical-align: baseline;
}
.refno {
    bottom: 1ex;
    color: #006699;
    cursor: pointer;
    font-family: Verdana, sans-serif;
    font-size: .7em;
    font-weight: bold;
    left: 2px;
    position: relative;
    text-decoration: underline;
}
.reftext {
    background-color: #ffffff;
    bottom: 5px ;
    border: 1px solid;
    display: block;
    font-family: Verdana, sans-serif;
    font-size: .7em;
    line-height: 1.1;
    left: 25px;
    min-width: 20em;
    overflow: auto;
    padding: 5px;
    position: absolute;
    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 {
  background-color: inherit;
  color: #ff0000;
  font-size: 12px;
  text-align: center;
}
.midbold {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.midnoc {
  color: #ff0000;
  background-color: inherit;
  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 {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid black;
  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;
}
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 4px 2px 4px;
  text-align: center;
}
td.left {
  border-style: inset;
  border-width: 1px;
  padding: 2px;
  text-align: left;
  white-space: normal;
}
td.high {
  background-color: #cccccc;
  color: #ff0000;
  font-size: 16px; 
  font-weight: bold;
  text-align: center;
}
