/*
 *	Standard elements
 */

body, td	{ font-size: 13px; font-family: Trebuchet MS,Arial,Helvetica,sans-serif; }

textarea	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif }
select		{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif }
input		{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif }

form		{ margin-bottom: 0 }

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

h1		{ color: #0425A5; font-size: 20pt; margin-bottom: 0; margin-top: 0 }
h2		{ color: #0425A5; font-size: 14pt; font-weight: bold; margin-bottom: 15; margin-top: 0 }
h3		{ color: #0425A5; font-size: 12pt; margin-bottom: 0; margin-top: 0 }
h4		{ color: #0425A5; font-size: 12pt; margin-bottom: 0; margin-top: 0 }

/*
 *	Custom elements
 */

table.box		{ border-collapse: collapse; }
table.box td		{ padding: 0px; }
table.box td.boxcorner	{  }
table.box td.boxheader	{ color: #0425A5; font-weight: bold; font-size: 13pt; }
table.box td.boxbody	{  }

table.view		{ border-collapse: collapse; border: 1px solid #F90204; }
table.view td		{ padding: 1px; border: 0px; }
table.view td.viewcorn	{ background-color: #F90204; width: 15; }
table.view td.viewtitle	{ background-color: #D0DDED; color: black; font-weight: bold; letter-spacing: 1pt; }
table.view td.viewbutts	{ background-color: #D0DDED; text-align: right; }
table.view td.viewbody	{ background-color: #DDDDDD; }

table.outform		{ border-collapse: collapse; border: 2px 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: #9394AA; }

.smalltext	{ font-size: 8pt; }

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

.result		{ color: red; font-weight: bold; }
 
.menu_head	{ font-weight: bold; color: white; }
.menu_link	{ text-decoration: none; font-weight: 400; letter-spacing:-1pt }
.unobtrusive,
.unobtrusive:link,
.unobtrusive:visited
		{ text-decoration: none; color: #808080; font-size: 8pt; text-decoration: none; }


.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; }
