/* this the background colour of the document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #73C552;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #73C552;
	scrollbar-shadow-color: #73C552;
}

/* this is the font type, size and colour for general text within the page */
body,td,th {
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* this is the colour for general text links within the page */
a {
	font-size: 11px;
	font-weight: bold;
	color: #73C552;
}

/* this is the colour for general text links within the page when you mouseover them */
a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #d81e8a;
}

/* this is the colour, size and weight for text headers */
.text_header {
	font-size: 14px;
	font-weight: bold;
	color: #73C552;
}

/* this is the colour, size and weight for text headers */
.text_address {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

/* this is the colour, size and weight for text headers */
.text_header2 {
	font-size: 14px;
	font-weight: bold;
	color: #73C552;
}

/* this is the colour, size and weight for text sub headers */
.text_subheader {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

/* this is the border colour of the images */
.pic_bordercolor {
	border-color: #ffffff;
}

/* this is the colour of the copyright text link */
.copyrightcolor {
	font-size: 10px;
	color: #666666;
}

/* this is the colour of the copyright text link when you mouseover it */
.copyrightcolor:hover {
	font-size: 10px;
	color: #333333;
}

/* this is the background colour and alignment of the functions table */
.function_table {
	background-color: #333333;
	text-align: center;
}

/* this is the background colour of the whatson table */
.whatson_table {
	background-color: #333333;
}
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
