/* Supplemental CSS Document */

.spacer
	{
	display: block;
	height: 25px;
	}

.floatright
	{
	float: right;
	margin-left: 10px;
	}
	
.italicized
	{
	font-style: italic;
	padding-right: 10px;
	}
	
.strong
	{
	font-weight: bold;
	}
	
.padded-x
	{
	padding-left: 20px;
	padding-right: 20px;
	}
	
.spacedout
	{
	line-height: 200%;
	}
	
/****************************************/
/* Styles for snowmobiling.php          */
/****************************************/

.ltblue	{ color: #394c81; }
	
.lightgrey
	{
	color: #777;
	}
	
.note
	{
	font-size: smaller;
	font-weight: normal;
	}
	
table.bluetable th
	{
	background-color: #394c81;
	color: #ffffff;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
table.bluetable tr
	{
	background-color: #e1e2cb;
	}
	
table.bluetable tr.alt
	{
	background-color: #e3e5ee;
	}
	
table.bluetable tfoot tr
	{
	background-color: #ffffff;
	}
	
.caption
	{
	font-size: smaller;
	font-style: italic;
	display: block;
	margin-bottom: 20px;
	}
	
.description
	{
	display: none;
	width: 550px;
	/* border: 1px solid #aaa; */
	/* background-color: #fff; */
	}
	
.desc
	{
	font-size:11px;
	font-style:italic;
	margin-left:10px;
	}

.item
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:normal;
	text-decoration:underline;
	}
	
.itemGK
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	}

.itemDesc
	{
	font-size:11px;
	font-style:italic;
	}
	
hr
	{
  border: 0;
  width: 100%;
	color: #000;
	background-color: #000;
	height: 1px;
	}
	
