body, td, th, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body
{
	background-color: #9c2c00;
}

body, td, th
{
	color: #ffffff;
}

h1	{ color: #CF99DB; font-size: 23px; font-weight: bold; margin-bottom: 0; }
h2	{ color: #000000; font-size: 12pt; font-weight: bold; margin-bottom: 15px; margin-top: 0px; }
h3	{ color: #cf99db; font-size: 11pt; font-weight: bold; margin-bottom: 15px; margin-top: 0px; }

a	{ font-weight: bold; color: #FFFFFF; }
a:hover	{ color: #DE9C01; text-decoration: none; }

/*
 *	Custom elements
 */

table.box		{ border-collapse: collapse; border: 0px; }
table.box td.boxcorner	{ background-color: #891C72; width: 15px; }
table.box td.boxheader	{ background-color: #8A0C00;   color: white; font-weight: bold; font-variant: small-caps; font-size: 11pt; }
table.box td.boxreverse	{ background-color: white;   color: #000000; font-weight: bold; font-variant: small-caps; font-size: 11pt; }
table.box td.boxbody	{ background-color: #895C72; padding: 2px; }

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

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

table.outform		{ border-collapse: collapse; border: 1px solid #000000; background-color: #895C72; }
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; vertical-align: top; }

.hozline	{ background-color: #9D741E; }

.smalltext	{ font-size: 8pt; }

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

.result		{ color: #ff9b9b; font-weight: bold; }

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

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

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



.top_nav {
	color: white;
	background-color: #890c72;
	height: 30px;
	text-decoration: none;
}
.topnav_items {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.link_topnav {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.link_topnav {
	color: #FEC43A;
	text-decoration: none;
}


.footer {
	background-color: #999999;
	height: 30px;
}
.links_footer {
	font-size: 10px;
	color: #cccccc;
	padding-left: 10px;
	padding-right: 10px;
}

.links_footer a{
	color: #ffffff;
	text-decoration: none;
}

.links_footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.border_image {
	border: 5px solid #999999;
}
.box_rhs {
	color: #999999;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #E9E9E9;
}

.heading {
	font-size: 18px;
	font-weight: bolder;
	color: #CF99DB;
}

.small {
	font-size: 11.5px;
	font-style: italic;
	color: #FFFFFF;
}
