﻿/*
 *	Standard elements
 */

body, td, select, input, textarea
		{ font-size: 10pt; font-family: Arial,Helvetica,sans-serif;
			scrollbar-Track-Color:		black;
			scrollbar-Face-Color:		darkgreen;
			scrollbar-Shadow-Color:		black;
			scrollbar-3dLight-Color:	darkgreen
			scrollbar-arrow-color:		darkgreen;
		}

body, textarea
		{ background-color: #000000; }

a		{ color: white; font-weight: bold; text-decoration: underline; cursor: hand }
a:link		{ color: #32cd32; font-weight: bold; text-decoration: none }
a:visited	{ color: #32cd32; font-weight: bold; text-decoration: none }
a:hover		{ color: yellow; font-weight: bold; text-decoration: underline; background-color: black }

h1		{ color: black; text-transform: uppercase; font-size: 14pt; margin-bottom: 0; margin-top: 0;
	text-align: center;
}
h2		{ color: #32cd32; font-weight: bold; text-transform: uppercase; font-size: 12pt; margin-bottom: 15; margin-top: 0;
	text-align: center;
}
h3		{ color: white; font-size: 12pt; margin-bottom: 0; margin-top: 5; text-decoration: none; }

/*
 *	Custom elements
 */

table.box		{ border-collapse: collapse; border: 1px solid #32cd32; }
table.box td.boxcorner	{ background-color: #32cd32; width: 15; }
table.box td.boxheader	{ background-color: darkgreen; color: white; font-weight: bold; font-variant: small-caps; font-size: 11pt; }
table.box td.boxreverse	{ background-color: white; color: black; font-weight: bold; font-variant: small-caps; font-size: 11pt; }
table.box td.boxbody	{ background-color: black; padding: 2px; color: white; }

.menulink		{ font-weight: bold; background-color: darkgreen; text-decoration: none; color: yellow; text-decoration: none; }
.menulink:hover		{ font-weight: bold; background-color: darkgreen; text-decoration: none; color: yellow; text-decoration: none; }

table.link		{ border-collapse: collapse; border: 0px; width: 100%; background-color: darkgreen; text-decoration: none; color: black; }
table.link td		{ padding: 0px; border-collapse: collapse; border: 0px; width: 100%; background-color: darkgreen; text-decoration: none; color: black; }
table.link td.linkcorner{ background-color: darkgreen; width: 15; }
table.link td.linkheader{ background-color: white; color: black; font-weight: bold; font-variant: small-caps; font-size: 11pt; }

table.view		{ border-collapse: collapse; border: 1px solid #32cd32; }
table.view td		{ padding: 1px; border: 0px; }
table.view td.viewcorn	{ background-color: #32cd32; width: 15; }
table.view td.viewtitle	{ background-color: darkgreen; color: white; font-weight: bold; font-variant: small-caps; font-size: 11pt; }
table.view td.viewbutts	{ background-color: darkgreen; text-align: right; }
table.view td.viewbody	{ background-color: grey; }

table.outform			{ border-collapse: collapse; border: 1px solid black; background-color: darkgreen; color: white }
table.outform td		{ padding: 10px; }
table.inform td			{ padding: 5px; vertical-align: top; }

table.tick			{ border-collapse: collapse; border: 0px solid #000000; }
table.tick td			{ padding: 2px; vertical-align: middle; }

.hozline	{ background-color: #32cd32; }

.smalltext	{ font-size: 8pt; }

.mand		{ color: red; font-weight: bold; font-size: 8pt; }

.result		{ color: red; font-weight: bold; }

.calcat		{ width: 100%; background-color: black; }
.calcathead	{ color: white; font-weight: bold; text-align: center; }
.calcatbody	{ text-align: center; font-size: 7pt; }

table.cal	{ width: 100%; background-color: black; border: 1px solid black; border-collapse: collapse; }
table.cal td	{ padding: 3px; }
.calnav		{ background-color: darkgreen; }
.caldays	{ background-color: black;   font-weight: bold; color: black; }
.calline	{ background-color: darkgreen; }
.caltoday	{ border: 1px solid black;   font-weight: bold; background-color: black;   height: 70; vertical-align: top; color: black; font-size: 20; }
.calpast	{ border: 1px solid black;   font-weight: bold; background-color: darkgreen; height: 70; vertical-align: top; }
.calfuture	{ border: 1px solid black;   font-weight: bold; background-color: black;   height: 70; vertical-align: top; }

.graphbar	{ background-color: darkgreen; }
.graphno	{ color: darkgreen; font-weight: bold; font-size: 12pt; }

a.adminlink			{ color: black;  }
a.adminlink:link	{ color: black;  }
a.adminlink:visited	{ color: black;  }
a.adminlink:hover	{ color: #32cd32;  }
