/* CSS stylesheet for w.cgi Quick View */

body {
	margin:		0 0 0 0;
	padding:	0 0 0 0;
	background:	black;
	color:		#00FF00;
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	11px;
	}

div#qvdiv {
	background:	black;
	color:		white;
	position:	relative;
	top:		10px;
	margin:		0 auto 0 auto;
	padding:	0 0 10px 0;
	width:		750px;
	}

a:link, a:visited {
	text-decoration:	none;
	color:			#00FF00;
	}

a:hover {
	text-decoration:	underline;
	}

div#qvtime {
	text-align:	center;
	font-size:	12px;
	font-weight:	bold;
	}

div#qvother {
	text-align:	center;
	font-size:	12px;  /*was 18*/
	font-weight:	bold;
	}

p.mainlinks {
	background:	#006600;
	color:		black;
	padding:	3px 0 3px 4px;
	margin:		10px 0 5px 0;
	}

.blank {
	visibility:	hidden;
	}

table#otherdata 
{
	width:		750px;
	background:	#006600;
}

table#otherdata td  
{
	border-width:	5px;
	border-style:	solid;
	border-color:	black;
}

table#qv {
	background:	#006600;
	border-collapse: collapse;
	margin:		0 auto 0 auto;
	}

table#qv td {
	padding:	2px 0 2px 0;
	border-width:	2px;
	border-style:	solid;
	border-color:	black;
	font-weight:	bold;
	text-align:	center;
	font-size:	12px;   /*was 20*/
	}

table#qv td.qvname 
{
	font-size:	10px;
	width:	40%;
}

table#qv td.qvtrace {
	font-size:	10px;	/*was 20*/
	width:		112px;  /*187px*/
	}

span.qvvalue {
	font-size:	12px;    /*was 40 */
	}

ul.mainlinks {
	margin:			0;
	padding:		5px 0 5px 0px;
	}

ul.mainlinks li {
	display:		inline;
	list-style:		none;
	margin:			0 5px 0 0;
	padding:		2px 5px 2px 5px;
	background-color:	#006600;
	}

ul.mainlinks li a, ul.mainlinks li a:visited {
	text-decoration:	none;
	color:			#00FF00;
	}

ul.mainlinks li a:hover {
	text-decoration:	underline;
	color:			#00FF00;
	}

ul.mainlinks li.active {
	background-color:	#00FF00;
	}

ul.mainlinks li.active a, ul.mainlinks li.active a:visited  {
	color:			#00FF00;
	}

