/*
 *	Standard elements
 */

body, td, input, select, textarea
		{ font-size: 10pt; font-family: Arial,Helvetica,sans-serif; }

body, textarea	{
			scrollbar-Track-Color:		#173F47;
			scrollbar-Face-Color:		#2A7674;
			scrollbar-Shadow-Color:		#173F47;
			scrollbar-3dLight-Color:	#2A7674
			scrollbar-arrow-color:		#2A7674;
		}

a		{ color: #173F47;   font-weight: bold; text-decoration: underline; cursor: hand }
a:link		{ color: #173F47;   font-weight: bold; text-decoration: underline  }
a:visited	{ color: #173F47;   font-weight: bold; text-decoration: underline  }
a:hover		{ color: #2A7674; font-weight: bold; text-decoration: none;      background-color: #173F47 }

h1		{ color: #2A7674; text-transform: uppercase; font-size: 28pt; margin-bottom: 0; margin-top: 0 }
h2		{ color: #173F47; 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; }

select 		{ max-width: 530px; }	/* ignored in IE6 */

/*
 *	Custom elements
 */

table.box		{ border-collapse: collapse; border: 0px; }
table.box td.boxcorner	{ background-color: #2A7674; width: 15; }
table.box td.boxheader	{ background-color: #173F47;   color: white; font-weight: bold; font-variant: small-caps; font-size: 11pt; }
table.box td.boxreverse	{ background-color: white;   color: #173F47; 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: #2A7674; width: 15; }
table.link td.linkheader{ background-color: white;   color: #173F47; font-weight: bold; font-variant: small-caps; font-size: 11pt; }
.nolink			{ color: #2A7674; font-weight: bold; background-color: #173F47 }

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

table.outform		{ border-collapse: collapse; border: 1px solid #173F47; background-color: #DDDDDD; }
table.outform td	{ padding: 10px; }
table.inform td		{ padding: 5px; vertical-align: top; }

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

.hozline	{ background-color: #2A7674; }

.smalltext	{ font-size: 8pt; }

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

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

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

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

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

.showbox	{ border: 1px solid black; width: 100%; padding: 7px; }

