body {
	font-family: Georgia, "DejaVu serif", "Bitstream Vera serif", serif;
}
body.whizzy {
	padding: 0.5em;
	background-color: transparent;
	background-image: none;
	_background-color: #50667a;
	height: auto;
}
p {
	text-indent: 15px;
	padding: 0px;
	margin: 0px 5px 8px;
	line-height: 1.3;
}
a:link, a {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00AACC;
}
a:active {
	text-decoration: underline;
	color: #00CCCC;
}
h1 {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	margin: 20px 0px 15px 10px;
	padding: 0px;
	clear: both;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 1.5em 0px 0px 5px;
	padding: 0px;
	border-bottom: thin dotted #c5c7ca;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px 0px 10px;
}
h1 small, h2 small, h3 small {
	display: block;
	float: right;
	font-size: x-small;
	font-style: normal;
	font-variant: normal;
}
form {
	padding: 0px;
	margin: 0px;
}
img.right {
	float: right;
	display: inline;
	margin-left: 4px;
}
ul {
	list-style-type: disc;
	padding: 0px;
	margin: 0px 10px 6px 10px;
}
li {
	padding: 0px;
	margin: 0px 12px;
}
ul.textonlymenu li {
	display: inline;
}
ul.menu {
	font-size: 85%;
	padding: 0;
	margin: 0;
	height: 24px;
}
ul.menu li {
	margin-right: -1px;
	list-style: none;
	float: left;
}
ul.menu li a, ul.menu li span.current {
	padding: 1px 4px;
}
ul.menu li a:hover, ul.menu li a:active {
	text-decoration: none;
	z-index: 2;
}
ul.menu li span.current {
	z-index: 1;
}
/* forms */
button {
	background-color: transparent;
}
input, textarea, select, .whizzywigdiv {
	font-weight: normal;
	font-family: inherit;
	overflow: auto;
}
input, textarea, select {
	font-size: 85%;
}
input.inputtext, input.inputcheckboxradio, input.inputbutton, textarea, select {
	display: block; /* don't want to make type="hidden" ones visible */
}
label input.inputtext, label input.inputcheckboxradio, label input.inputbutton, label select {
	display: inline
}
.wzmaintoolbar input, .wzmaintoolbar select {
	display: inline;
}
form iframe {
	height: 220px;
}
form iframe.medium {
	height: 200px;
}
form iframe.small {
	height: 100px;
}
option {
	padding: 1px 8px;
}
input, textarea, .whizzywigdiv {
	width: 100%;
	margin: 0 5px 0 0;
}
input.small {
	width: 5em;
}
input.medium {
	width: 10em;
}
textarea {
	height: 300px;
}
textarea.small {
	height: 75px;
}
textarea.medium {
	height: 150px;
}
input.inputcheckboxradio {
	/* note:
		firefox applies background-image to box and ignores background-color and border
		opera applies background-color to box (but if it does so you can't check it!), ignores background-image and uses border as the outline of the checkbox itself
		ie6 and 7 apply background-color to area around box, ignore background-image and put the border round the lot
	*/
	width: auto;
	height: auto;
	vertical-align: middle;
	display: inline;
}
input.inputcheckboxradio[type="radio"] {
	border: none;
}
input.inputbutton {
	width: auto;
	padding: 0;
	font-weight: bold;
}
input.inputbutton, input.inputtext, textarea {
	padding: 0 2px;
}
.gridform {
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
}
.gridform th, .gridform td {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 2px;
	font-size: 100%;
}
.gridform th {
	text-align: right;
	/*width: 30%;*/
}
.gridform td {
	text-align: left;
}
.gridform th label {
}
.gridform td label {
	display: block;
	margin-left: 5px;
}
.gridform td.compact label, .gridform td.compact input, .gridform td.compact select {
	display: inline;
	margin-right: 10px;
}
.gridform td.set {
	border-left: 1px solid #c5c7ca;
}
.gridform small {
	display: block;
}