/*
 *	Standard elements
 */

body, td, input, select, textarea	{ font-size: 11px; font-family: Arial,Tahoma,Arial,Helvetica,sans-serif;
			scrollbar-Track-Color:		#DDDDDD;
			scrollbar-Face-Color:		#800000;
			scrollbar-Shadow-Color:		black;
			scrollbar-3dLight-Color:	#800000;
			scrollbar-arrow-color:		#DDDDDD;
		}

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

h1		{ font-size: 16pt; margin-bottom: 0;  margin-top: 0; }
h2		{ font-size: 12pt; margin-bottom: 15; margin-top: 0; }
h3		{ font-size: 12pt; margin-bottom: 10; margin-top: 0; }

/*
 *	Custom elements
 */

table.link		{ border-collapse: collapse; border: 0px; width: 100%; background-color: white; }
table.link td		{ padding: 0px; }
table.link td.linkheader{ background-color: white; color: blue;  font-weight: bold; }
table.link td.linkbody	{ background-color: blue;  color: white; font-weight: bold; }
table.link td.nolink	{ background-color: black; color: white; font-weight: bold; }
a.menulink		{ color: white;   font-weight: bold; background-color: blue; text-decoration: none; }
a.menulink:link		{ color: white;   font-weight: bold; background-color: blue; text-decoration: none; }
a.menulink:visited	{ color: white;   font-weight: bold; background-color: blue; text-decoration: none; }
a.menulink:hover	{ color: red; font-weight: bold; background-color: blue; text-decoration: none; }
.nolink			{ color: red; font-weight: bold; background-color: #000000 }

table.box		{ border-collapse: collapse; border: 1px solid #800000; }
table.box td.boxcorner	{ background-color: WHITE; width: 15; }
table.box td.boxheader	{ background-color: #800000; color: white; font-weight: bold; letter-spacing: 1pt; }
table.box td.boxbody	{ background-color: #E7DCBC; padding: 2px; }

table.view		{ border-collapse: collapse; border: 2px solid #800000; }
table.view td		{ padding: 1px; border: 0px; }
table.view td.viewcorn	{ background-color: white; width: 15; }
table.view td.viewtitle	{ background-color: #800000;    color: white; font-weight: bold; letter-spacing: 1pt; }
table.view td.viewbutts	{ background-color: #800000;    text-align: right; }
table.view td.viewbody	{ background-color: #E7DCBC; padding: 10px; }

table.outform		{ border-collapse: collapse; border: 2px solid #800000; background-color: #E7DCBC; }
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: #800000; }

.smalltext	{ font-size: 9px; }

.nonlink	{ color: blue; background-color: blue; }

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

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

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

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

.graphbar	{ background-color: blue; }
.graphno	{ color: blue; font-weight: bold; font-size: 12pt; }
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}
.style2 {color: #000000}
.style3 {
	font-size: 16px;
	font-weight: bold;
}