/* style for aurora borealis */

body {
	margin: 0px;
	padding: 10px 0px 20px 0px;
	background-color: #CCC;
}

body, td {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	vertical-align: top;
}


table#shell {
	background-color: #e8e8e8;
	border: 1px solid #a3a3a3;
}

/* HEADER */
tr#header td img {
	border: 1px solid #333333;
}


/* NAV */
td#nav {
	background-color: #ededed;
	border: 1px solid #ddd;
}

	td#nav h1 {
		color: #000;
		font-size: 11px;
		font-weight: bold;
		padding-left: 20px;
		margin: 20px 0px 0px 0px;
		border-bottom: 1px solid #ddd;
		text-transform: uppercase;
	}
	
	td#nav a {
		display: block;
		color: #000;
		font-size: 11px;
		line-height: 20px;
		padding-left: 25px;
		text-decoration: none;
	}
	
		td#nav a:hover {
			background-color: #f4f4f4;
		}
		
	td#nav a.logolink {
		display: inline;
	}
	
	td#nav a.logolink:hover {
		background-color: #ededed;
	}
		
	td#nav hr {
		color: #ddd;
		background-color: #ddd;
		border: none;
		height: 1px;
		line-height: 1px;
		margin: 20px 0px 0px 0px;
	}


/* CONTENT */
td#content-shell {
	padding: 20px 10px 0px 20px;
	background-color: #ededed;
	border: 1px solid #ddd;
}

td#content-max {
	padding: 0px 0px 5px 0px;
	background-color: #ededed;
	border: 1px solid #ddd;
}

table#content {
	width: 100%;
}

	table#content span.prevnext {
		float: right;
		text-align: right;
	}
	
		table#content span.prevnext img {
			margin-left: 10px;
		}

	table#content tr.text {
		height: 460px;
	}

	table#content td.left {
		width: 50%;
		padding-right: 0.5em;
	}
	
	table#content td.right {
		width: 50%;
		padding-left: 0.5em;
	}
	
	table#content td.left,
	table#content td.right,
	table#content td.single,
	table#content td.footer {
		font-size: 12px;
		line-height: 18px;
	}
	
	table#content h1 {
		color: #000;
		font-size: 14px;
		margin: 0px 0px 1em 0px;
		padding: 0px;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	table#content h2 {
		font-size: 12px;
		font-weight: bold;
		color: #333;
		line-height: 18px;
		margin: 0px 0px 18px 0px;
		
	}
	
	table#content p.caption {
		font-size: 10px;
		line-height: 10px;
		font-style: italic;
		color: #666;
		margin: 0px 0px 10px 0px;
		
	}
	
	table#content a {
		font-size: 12px;
		font-weight: normal;
		color: #003366;
		text-decoration: none;
	}
	
		table#content a:hover {
			text-decoration: underline;
		}
		
	table#content td.footer {
		color: #999;
	}
	
	table#content td.footer span.pagenumber {
		color: #999;
		font-size: 14px;
		font-style: italic;
		margin-left: 210px;
	}
	
	table#content td.single a {
		display: block;
		font-size: 12px;
		color: #666;
		font-weight: bold;
		text-decoration: none;
	}
	
		table#content td.single a:hover {
			color: #F24842;
			text-decoration: none;
		}
		
	table#content td.single span {
		display: block;
		margin: 0px 0px 10px 10px;
		color: #666;
		font-size: 11px;
		
	}
	
/* INFOBOX */
div#infoLayer {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 8px;	
	position:absolute;
	width:300px;
	height:auto;
	z-index:1;
	left: -500px;
	top: -300px;
	visibility: hidden;
}

	div#infoLayer p {
		text-align: center;
		color: #000;
		font-style: italic;
		font-size: 12px;
		padding: 15px 25px 10px 25px;
	}
	
	div#infoLayer a.closeInfo {
		color: #fff;
		background-color: #7E7E7E;
		text-transform: lowercase;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		padding: 1px 5px 1px 5px;
		float: right;
	}
	
		div#infoLayer a.closeInfo:hover {
			background-color: #F24842;
		}

/* MISC */
a img {
	border: none;
}
