/*
 *	Standard elements
 */

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

textarea	{ font-family: Arial,Helvetica,sans-serif }

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

h1		{ color: #FFCC00; text-transform: uppercase; font-size: 28pt; margin-bottom: 0; margin-top: 0 }
h2		{ color: #000000; font-weight: bold; text-transform: uppercase; font-size: 14pt; margin-bottom: 15; margin-top: 0 }
h3		{ font-size: 12pt; margin-bottom: 15; margin-top: 0; }

/*
 *	Custom elements
 */

table.box		{ border-collapse: collapse; border: 0px; }
table.box td.boxcorner	{ background-color: #FFCC00; width: 15; }
table.box td.boxheader	{ background-color: black;   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: #DDDDDD; padding: 2px; }

table.link		{ border-collapse: collapse; border: 0px; width: 100%; background-color: #DDDDDD; }
table.link td		{ padding: 0px; }
table.link td.linkcorner{ background-color: #FFCC00; width: 15; }
table.link td.linkheader{ background-color: white;   color: black; font-weight: bold; font-variant: small-caps; font-size: 11pt; }
.nolink			{ color: #FFCC00; font-weight: bold; background-color: #000000 }

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

table.outform		{ border-collapse: collapse; border: 1px solid black; background-color: #DDDDDD; }
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: #FFCC00; }

.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: #DDDDDD; }
.caldays	{ background-color: black;   font-weight: bold; color: white; }
.calline	{ background-color: #DDDDDD; }
.caltoday	{ border: 1px solid black;   font-weight: bold; background-color: white;   height: 70; vertical-align: top; color: red; font-size: 20; }
.calpast	{ border: 1px solid black;   font-weight: bold; background-color: #DDDDDD; height: 70; vertical-align: top; }
.calfuture	{ border: 1px solid black;   font-weight: bold; background-color: white;   height: 70; vertical-align: top; }

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