﻿.Logo
{
	position: absolute;
	top: 29px;
	right: 50px;
}

.Outer
{
	margin-right: auto;
	margin-left: auto;
}

.HyperPanel
{
	background-color: #F8F8F8;
	border: solid 1px #C0C0C0;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: auto;
}

	.HyperPanel table {width:100%;}

	.HyperPanel h2, .HyperPanel h3 { margin-top: 0; }
	.HyperPanel .ConceptImage
	{
		background-color: white;
		border: solid 1px #C0C0C0;
		width: 100px;
		text-align: center;
	}
	
	.HyperPanel .ConceptDetails { padding: 0 10px; }

.ActivePanel:hover { border-color: #7c9f00; background-color: #fafafa; }
.PreviewPanel { background: white; }
	
	
/* Common stuff. */

.CommonHeader
{
}

.CommonBody
{
	border: solid 1px #57636F;
	background-color: #FFFFFF;
	min-height: 300px;
	/*
	background-image: url(../images/ContentFade.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	*/
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

.CommonFooter
{
	color: #27598E;
	font-weight: bold;
}

.CommonFooter table
{
	color: #303040;
}

.CommonFooter a
{
	color: #27598E;
}

div#contentright
{
	float: left;
	width: 33px;
}

/* Concept comments. */

.ConceptComments
{
	float: left;
}

.ConceptComments img
{
	margin-right: 10px;
}

.ConceptComments .commentdisabled
{
	color: #666666;
}

.ConceptComments .position
{
	margin-left: 15px;
	font-weight: bold;
}