/*
$File: default.css $
$Author: David M. Cvet $
$Updated: January 25, 2010 $
*/

/* 
$ Solar Wind Canada colours (SWC) $
$ color = #FFFFCC  - a chalk/yellow $
$ syntax notes
$----------------------------------------------------------------
margin: [margin-top] [margin-right] [margin-bottom] [margin-left]
*/

/* HTML tag definitions */
body	{
	background-color: #FFFFFF;
	font-family: verdana,tahoma,sans-serif;
	font-size: 8.5pt;
	color: #333333;
/*	margin: 0px 0px 5px 0px;*/
	margin: 0px 5px 5px 5px;
/*	margin-top: 5px;*/
/*	margin: 5px 10px 5px 10px;*/
	}

/* default linking style */
a 		{font-size: 8.5pt; text-decoration: none;}
a:link		{font-size: 8.5pt; color: #0066cc;}
a:visited	{font-size: 8.5pt; color: gray;}
a:active	{font-size: 8.5pt; color: yellow;}
a:hover		{font-size: 8.5pt; color: red; text-decoration: underline;}
/* end of default linking style */

.td_header
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 8.5pt;
	color: black;
	font-weight: bold;
}

.footer
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 7pt;
	color: black;
}

.footer_white
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 7pt;
	color: white;
}

a.footer_link		{font-family: verdana,tahoma,sans-serif; font-size: 7pt; text-decoration: none;}
a.footer_link:link	{font-family: verdana,tahoma,sans-serif; font-size: 7pt; color: #0066cc;}
a.footer_link:visited	{font-family: verdana,tahoma,sans-serif; font-size: 7pt; color: gray;}
a.footer_link:active	{font-family: verdana,tahoma,sans-serif; font-size: 7pt; color: yellow;}
a.footer_link:hover	{font-family: verdana,tahoma,sans-serif; font-size: 7pt; color: red; text-decoration: underline;}

.green_header
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 7.5pt;
	color: black;
}

.picture_caption	{font-family: verdana,tahoma,sans-serif; font-size: 7.5pt; color: black; font-style:italic;}

/*
.tdnews {
	border:1pt solid #DADADA;
}

td.scroll {
	background-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-3d-light-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #ffffff;
}
*/
A.linksred
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 8.5pt;
/*	font-weight: bold; */
	color: black;
	text-decoration: underline;
}
A.linksred:hover
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 8.5pt;
/*	font-weight: bold; */
	color: red;
	text-decoration: underline;
}

A.linksrednoline
{
	font-family: Arial,Helvetica;
	font-size: 8pt;
/*	font-weight: bold; */
	color: black;
	text-decoration: none;
}
A.linksrednoline:hover
{
	font-family: Arial,Helvetica;
	font-size: 8pt;
/*	font-weight: bold;*/
	color: red;
	text-decoration: none;
}

A.linksblue
{
	font-family: Arial,Helvetica;
	font-size: 8pt;
/*	font-weight: bold; */
	color: blue;
	text-decoration: underline;
}
A.linksblue:hover
{
	font-family: Arial,Helvetica;
	font-size: 8pt;
/*	font-weight: bold; */
	color: red;
	text-decoration: underline;
}

A.linksgrey
{
	font-family: Arial,Helvetica;
	font-size: 9pt;
	font-weight: bold; 
	color: grey;
	text-decoration: none;
}
A.linksgrey:hover
{
	font-family: Arial,Helvetica;
	font-size: 9pt;
	font-weight: bold; 
	color: green;
	text-decoration: none;
}

A.linkswhite
{
	font-family: Arial,Helvetica;
	font-size: 9pt;
	font-weight: bold; 
	color: white;
	text-decoration: underline;
}
A.linkswhite:hover
{
	font-family: Arial,Helvetica;
	font-size: 9pt;
	font-weight: bold; 
	color: yellow;
	text-decoration: underline;
}
