/*
commented out by michael huang
#choosefieldset {
	height: 230px;
}

#bottomselect {
	background-color: #dce5f0;
}

#choose {
	background-color: #e7f2ff;
	height: 250px;
}

#numquestionbox {
	vertical-align: middle;
}

#middlemisc {
}

#miscsettings {
	float: right;
	height: 250px;
}

#selections {
	float: left;
	height: 250px;
}

#treeboxbox_tree {
	width:500px;
	height:230px;
	background-color:#ffffff;
	border:1px solid Silver;
	overflow:auto;
}

#questiontable {
	border-width: 1px;
	border-style: solid;
}

.question, .answer, .source, .qid, .useranswer {
	border-width: 1px;
	border-style: solid;
}

.small {
	font-size: 0.5em;
	font-style: italic;
}

.qid {
	font-weight: bold;
}

.questions {
	font-family: "Palatino Linotype", "Gill Sans", "sans-serif";
}

*/
/* BEGIN: bbcode2html */
ul.bb-list-unordered { }
ol.bb-list-ordered { }
ol.bb-list-ordered-d { list-style-type:decimal; }
ol.bb-list-ordered-lr { list-style-type:lower-roman; }
ol.bb-list-ordered-ur { list-style-type:upper-roman; }
ol.bb-list-ordered-la { list-style-type:lower-alpha; }
ol.bb-list-ordered-ua { list-style-type:upper-alpha; }
ol.bb-listitem { }

.bb-code,
.bb-php {
  border: 1px solid black;
  padding: 10px;
  font-family: Courier;
  white-space: nowrap;
}

.bb-quote {
  border: 1px solid black;
  padding: 10px;
}

.bb-email { }
.bb-url { }

.bb-image {
  border-width: 0;
  border-style: none;
}
/* END: bbcode2html */


