/* signal to strike css */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%; /* for ie */
	max-height: 100%; /* for other browsers */
}
body {
	height: 100%; /* for ie */
	max-height: 100%; /* for other browsers */
	overflow: auto;
	position: relative;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	color: white;
	line-height: 1.1em;
	background-color: black;
}
html.whizzy, html.whizzy body {
	background-image: none;
	background-color: transparent;
	_background-color: #202020;
}
h1, h2, h3 {
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
	margin: 0 0 0.5em;
	padding-top: 1em;
	color: #920000; /* ss crimson */
}
h2 {
	font-size: 1.25em;
	margin: 0 0 0.2em;
	padding-top: 1em;
	color: #cccccc;
}
h3 {
	font-size: 1.1em;
	padding-top: 1em;
	color: #a50000;
}
h1 small, h2 small, h3 small {
	display: block;
	float: right;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
}
hr {
	display: hidden;
	height: 2em;
	border: none;
}
p {
	margin-bottom: 0.5em;
	text-align: left;
}
p.centre {
	text-align: center;
}
a {
	color: #d40000;
	text-decoration: none;
}
a:hover {
	background-color: #000000;
}
a:active {
	background-color: #ffffff;
}
table {
	border-collapse: collapse;
	font-size: 100%;
}
th {
	text-align: center;
	font-weight: bold;
	font-size: 95%;
}
td {
	border: 1px dotted #404040;
	text-align: left;
	font-size: 95%;
	padding: 0 1px;
}
input.inputbutton {
	font-size: 80%;
	margin: 0 1px;
}
dl {
	margin: 0.5em;
}
dt {
	margin-top: 0.1em;
	font-weight: bold;
}
dd {
	margin-left: 3em;
}
ul, ol {
	margin: 0.3em 2em;
}
ul {
	list-style-type: square;
}
small {
	font-size: 75%;
}
ul.menu {
	font-size: 85%;
	padding: 0;
	margin: 0;
	height: 24px;
}
ul.menu li {
	margin-right: -1px;
	margin-bottom: 0.6em;
	list-style: none;
	float: left;
	z-index: 0;
}
ul.menu li a, ul.menu li span.current {
	padding: 1px 4px;
	border-style: none;
	background-color: #202020;
	position: relative;
}
ul.menu li a:hover, ul.menu li a:active {
	text-decoration: none;
	border-color: #c0c0c0;
	z-index: 2;
	background-color: #303030;
}
ul.menu li span.current {
	border-style: solid;
	border-color: #666666;
	background-color: #202020;
	color: white;
	z-index: 1;
}
.warning {
	color: red !important;
	background-color: yellow !important;
	font-weight: bold !important;
}


/* forms */
button {
	background-color: transparent;
}
input, textarea, select, .whizzywigdiv {
	border: 1px solid #b0b0b0;
}
input, textarea, select, .whizzyeditarea {
	font-weight: normal;
	color: white;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	overflow: auto;
	background-color: transparent;
	background-image: url(/images/transblackfade.png);
	_background-color: #202020; /* ie can't handle... */
	_background-image: none; /* ...transparent pngs */

}
input, textarea, select {
	font-size: 95%;
}
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;
}
iframe.whizzywigframe {
	width: 100%;
	height: 220px;
}
iframe.whizzywigframe.medium {
	height: 200px;
}
iframe.whizzywigframe.small {
	height: 100px;
}
option {
	background-color: #404040;
	padding: 1px 8px;
}
input, textarea, .whizzywigdiv {
	width: 99%;
	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
	*/
	background-image: none;
	*background-color: transparent; /* target all ie */
	*border: none;
	width: auto;
	height: auto;
	vertical-align: middle;
	display: inline;
}
input.inputcheckboxradio[type="radio"] {
	border: none;
}
input.inputbutton {
	border-color: #aaaaaa;
	width: auto;
	padding: 0;
	font-weight: bold;
}
input.disabled {
	color: #aaaaaa;
	border-color: #666666;
}
input.inputbutton, input.inputtext, textarea {
	padding: 0 2px;
}
div.wzCtrl {
	background-color: #e4e4e4;
	text-align: left;
	color: black;
	padding: 1px;
}
div.wzCtrl select, div.wzCtrl option, div.wzCtrl input.inputtext, div.wzCtrl input.inputcheckboxradio, div.wzCtrl input.inputbutton {
	background-color: white;
	background-image: none;
	color: black;
}
div.wzCtrl input.inputbutton {
	background-color: inherit;
	border: 1px solid #666666;
}
div.whizzywigdiv, div.wzCtrl {
	clear: none;
	margin-top: 0;
}
.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: 95%;
}
.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 #b0b0b0;
}
.gridform small {
	display: block;
}
th.right, td.right {
	text-align: right;
}

/* -------------------------------------------- */
#vcentre {
	position: absolute;
	width: 100%;
	height: 434px;
	margin-top: -217px;
	top: 50%;
}
#vcentre #windowimage {
	width: 766px;
	height: 100%;
	margin: 0 auto;
	background-image: url(/images/window.png);
}
#vcentre #rhs {
	position: absolute;
	width: 50%;
	height: 310px;
	right: 0;
	top: 62px;
}
#vcentre #rhs #contentfadetop, #vcentre #rhs #contentfadebottom {
	position: absolute;
	width: 344px;
	height: 16px;
	left: 0;
	z-index: 1;
	_background-image: none !important; /* ie < 7 doesn't support 24-bit png */
}
#vcentre #rhs #contentfadetop {
	background-image: url(/images/contentfadetop.png);
	top: 0;
}
#vcentre #rhs #contentfadebottom {
	background-image: url(/images/contentfadebottom.png);
	bottom: 0;
}
.spacer { /* padding in the scrolly bit isn't giving extra space at the bottom (so that we can see all content without the very bottom being under a fade) so use one of these at the top and bottom instead */
	height: 16px;
	width: 100%;
}
#vcentre #rhs #rhsscroll {
	width: 100%;
	height: 100%;
	overflow: auto;
}
#vcentre #rhs #rhsscroll #contentarea {
	width: 344px;
	height: 100%;
}
#vcentre #lhs {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
#vcentre #lhs #mp3player {
	position: absolute;
	width: 206px;
	height: 96px;
	right: 149px;
	bottom: 13px;
	z-index: 2;
}
#vcentre #lhs #menu {
	position: absolute;
	width: 280px;
	height: 190px;
	right: -4px;
	top: 37px;
	z-index: 1;
}
#menu ul {
	height: auto;
}
#menu ul li a, #menu ul li span.current {
	padding-top: 10px;
	position: relative;
}
#menu ul li a:hover, #menu ul li a:active {
	top: 2px;
}
#menu ul li span.current {
	top: 1px;
}
#rss {
	position: absolute;
	bottom: 0.3em;
	right: 0.3em;
	line-height: 1%;
	z-index: 6;
}
#copyright, #admin {
	position: absolute;
	width: 355px;
	height: 1.5em;
	bottom: -1.6em;
	font-size: 90%;
	color: #666666;
}
#copyright {
	left: 50%;
	text-align: right;
}
#admin {
	right: 50%;
	text-align: left;
}
ol.tracklist {
	list-style-type: lower-roman;
}
img.cover {
	float: right;
	border: 1px solid #202020;
}
body.whizzy {
	padding: 0.5em;
	background-image: none;
	background-color: transparent;
	_background-color: #202020;
	height: auto;
	width: 95%;
}

object {
	outline: none;
}
