@import "BWadvanced.css";
body {
  background: #fff;
  color: #000;
  font-family: sans-serif;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 140%;
  color: #3d0099;
  background-color: transparent;
}
h3 {
  font-size: 125%;
}
h4 {
  font-size: 110%;
}
a:link {
  color: #003fbf; /*#006da8;*/
  background-color: transparent;
}
a:visited {
  color: #5c3a8f;
  background-color: transparent;
}
a:focus,
a:active,
a:hover {
  color: #060;
  background-color: #fff;
}

p, ul, ol, blockquote, table {
	margin-top: 0;
	margin-bottom: 1em;
}

label {
	font-weight: bold;
}
textarea {
	width: 95%;
	max-width: 40em;
}
img {
	vertical-align: middle;
}

.search img {
	border: 0 none;
}

img.profile {
	float: right;
	margin-left: .5em;
}

img.left_profile {
	float: left;
	margin-right: .5em;
}
p.kc {
	font-size: 88%;
	margin-bottom: .3em;
}

/* table rules */
caption {
	font-weight: bold;
	padding-top: 1em;
}
table.revStats,
table.profile {
	clear: both;
}
table.revStats {
	width: 100%;
}
/*
table.profile,
table.profile th,
table.profile td { */
table, th, td {
	border: 1px solid #ffb16a; /*#999;*/
	border-collapse: collapse;
	border-spacing: 0;
}
	
td, th {
	padding: .2em .3em;
}
td, tbody th {
	vertical-align: top;
}
tbody th {
	text-align: left;
}
thead th {
	background-color: #ffdebf;
	color: #000;
}
.alt-row td,
.alt-row th {
	background-color: #fff4ea;
	color: #000;
}
.yes, th#yes {
	background-color: #a3ff80;
	color: #000;
}
.no, th#no {
	background-color: #ffdebf; /*#b35600;*/
	color: #000;
}
.maybe, th#maybe {
	background-color: #ebddff;
	color: #000;
}

table.profile ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content table.profile tbody td {
	padding: 0;
}
.content table.profile li {
	margin-left: 0;
	list-style-type: none;
	list-style-image: none;
/*	padding-left: 10px;
	background-image: url(images/bullet.png); */
	background-position: 0 .2em;
	background-repeat: no-repeat;
	border-top: 1px solid #ffb16a;
	margin-top: -1px;
	padding: .2em .3em 0 .3em;
}

