body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-transform: none;
	text-align: center; 
	margin: 0;
	background-color: #ddd;
	height: 100%;
}

.questionheader {
	font-size: 16pt;
	color: #204385;
	text-transform: uppercase;
	text-indent: 20px;
}

.maincol {
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 100%;
	background-color: #fff;
}

#tabbar {
	margin-left:80px;
	padding:0 0 0.6em 0;
	list-style: none;
	line-height:1em;
}

#tabbar li {
	float:left;
	margin:0;
	padding:0;
}


#tabbar a {
	text-decoration: none;
        cursor: pointer;
	display:block;
	color:#444;
	font-weight:bold;
	background:#ddd;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#tabbar a:hover,
#tabbar a:active,
#tabbar a.here {
	background:#bbb;
}

#fakelink: {
	text-decoration: underline;
}

#fakelink:hover {
	font-weight: bold;
	cursor: pointer;
}

a {
	text-decoration: underline;
	font-weight: none;
        color: #666;
}

a:hover {
	font-weight: bold;
}

.boxtext {
	border: double #ddd;
	padding: 4px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: left;
	height: 50%; 
	overflow: auto; 
	display: none;
}
	

/*
.toggleopacity img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.toggleopacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
*/

.bigbrain {
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}

.bigbrain:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

table.prettytable {
  margin: 1em 1em 1em 2em;
  background-color: #fff;
  border-collapse: collapse;
}

table.prettytable th, table.prettytable td {
  border: 1px solid;
  padding: 0.6em;
}

table.prettytable th {
  background-color: #ccc;
  text-align: left;
}

table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

#noscript
{
   background-color: #777;
   color: #000;
   border: 5px solid #000;
   position: absolute;
   padding: 10px;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 50%;
   height: 50%;
   margin: auto;
   vertical-align: middle;
}
