html {
	background: #283032;
}
body {
	font-family: verdana;
	background: #3f3f3f url(../img/background_relsymbols.jpg) fixed repeat;
}
a:link {
	color: #30b0ff;
}
a:visited {
	color: #2CA4FF;
}
a.external:link, a.external:visited {
	background: transparent url(../img/external.jpg) no-repeat scroll right center;
	padding-right: 16px;
}
p {
	padding: 5px;
}
#dpage {
	background: #3f3f3f url(../img/background_relsymbols.jpg) fixed;
	margin: 0 auto 3em auto;
	width: 760px;
}
#dbread {
	margin: auto;
	font-size: 77%;
	height: 30px;
	padding-top: 5px;
}
#dbread a:link, #dbread a:visited {
	background: #3f3f3f;
	border: outset 2px #3f3f3f;
	color: white;
	padding: 5px;
	margin: 2px;
}
#dhead {
	border-bottom: solid 1px #ccc;
	width: 100%;
}
#dtitle {
	background: url(../img/background_relsymbols_blur2.jpg) fixed;
	border: solid 1px #999;
	padding: 10px 20px 20px 20px;
	font-weight: bold;
	font-size: 182%;
	height: 30px;
	text-align: left;
	color: white;
}
#dtitle a:link, #dtitle a:visited {
	color: white;
}
#dtopbox {
	background: url(../img/background_relsymbols_blur2.jpg) fixed;
	border: solid 1px #999;
	color: white;
	padding: 0 10px 0 0;
	font-size: 108%;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}
#dtopsmall {
	background: url(../img/background_relsymbols_blur2.jpg) fixed;
	border: solid 1px #999;
	color: white;
	padding: 0 10px 0 0;
	font-size: 77%;
	text-align: right;
	vertical-align: top;
}
#dsave a:link, #dsave a:visited {
	color: #00c;
	text-decoration: none;
}
#dmain {
	background: white;
	border: solid 1px #999;
}
#danswer {
	padding: 10px;
	height: 400px !important;
	width: 460px;
	overflow: scroll;
	vertical-align: top;
	font-size: 85%;
	background: #fcfcfc;
}
#dquestion {
	background: #fafafa;
	border: solid 1px #ccc;
	padding: 10px;
	height: 400px !important;
	width: 300px;
	overflow: scroll;
	vertical-align: top;
}
.qimg {
	margin: 1em auto;
	border: solid #aaa 1px;
	padding: 1px;
	display: block;
}
#dcomments {
	background: url(../img/background_relsymbols_blur1.jpg) fixed;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	color: #aaa;
	text-align: center;
}
#dfooter {
	background: url(../img/background_relsymbols_blur1.jpg) fixed;
	border: solid 1px #999;
	padding: 1em 0 1em 0;
	text-align: center;
	color: white;
}
#dfooter a:link, #dfooter a:visited {
	font-weight: bold;
	color: white;
}
.error {
	color: red;
}
.errordebug {
	color: #999;
}
.qtitle {
	font-weight: bold;
	font-size: 108%;
	padding: 5px;
}
.atitle {
	padding: 5px;
	margin-left: 2em;
	list-style: upper-alpha;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
.aletter {
	font-style: italic;
}
.agood {
	font-weight: bold;
	font-size: 108%;
	color: green;
}
.abad {
	font-weight: bold;
	font-size: 108%;
	color: red;
}
.arealgood {
	font-weight: bold;
	font-size: 108%;
}
em {
	font-style: normal;
	color: #066;
}
small {
	color: #85c1c1;
}
blockquote {
	display: block;
	margin: 5px 1em;
}
strong {
	font-weight: bold;
}
.nqgood {
	background: #cfc;
}
.nqbad {
	background: #fcc;
}
#nextQuestion {
	font-size: 123.1%;
	padding: 8px;
	border: outset 3px #eee;
	cursor: pointer;
	font-weight: bold;
}
#nextQuestionWrap {
	margin: 2em 30px;
	text-align: center;
}
#ccbtn {
	margin: 5px;
	padding: 1px;
	border: solid 1px #bbb;
}
a.test {
	font-size: 123.1%;
	font-weight: bold;
}
ul#tests {
	padding: 1em;
}
ul#tests li {
	padding-bottom: 1em;
}
table#hall {
	margin: 10px auto;
}
table#hall th {
	font-size: 123.1%;
	padding: 5px 20px;
}
table#hall td {
	padding: 5px 20px;
}
ul#servicelinks {
	text-align: right;
}
ul#servicelinks li {
	display: inline;
	list-style-type: none;
	padding-right: 6px;
}
