@charset "UTF-8";

.thumbs
{
		width: 84px;
		height: 56px;
}

.green
{
	color: #c1cc22;	/*	pale green	*/
}

.red
{
	color: #E00;
}

.center
{
	text-align: center
}

.reducedh1
{
	margin: 0em;
	color: #c1cc22;	/*	pale green	*/
	text-align: center;
}

.reducedh2
{
	margin: .4em;
	margin-top: .8em;
}

#listed
{
	list-style-type: none;
	float: right;
	width: 160px;
	display: list-item;
}

#listed ul
{
	list-style-type: none;
}

#listed ul li
{
	list-style-type: disc;
}

#special ul
{
	list-style-type: none;
	height: 350px;
	width: 745px;
}

.specialscreendump
{
	display: block;
	float: left;
	height: 350px;
	width: 545px;
	margin-right: 8px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 535px;
}

/*	Tooltip styles	*/
#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer
{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
/*Tooltip styles*/

a:link {color: #003366}		/*	Same colour for the links in whatever state.  No idea what this colour is but it matches the default	*/
a:visited {color: #003366}		
a:hover {color: #003366}		
a:active {color: #003366}		

