/*Stylesheet for Mosquito Magnet help page */
/*Created November 2003 */
/* Last Updated 12-FEB-2004 */

/* Normal link style */
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #000033;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}

/* body */ 
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	scrollbar-3dlight-color:;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#6D9CD4;
	scrollbar-track-color:#6D9CD4;
    scrollbar-darkshadow-color:;
    scrollbar-face-color:;
    scrollbar-highlight-color:;
	scrollbar-shadow-color:;
}

/* table style for QCV flash link*/
.table1 {
	background-color: #FFFFCC;
	color: #000000;
	border: thick double #2E54D6;
}

/* Main toolber link style */
.navbar a:link {
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.navbar a:visited {
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.navbar a:hover {
	color: #FF0000;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.navbar a:active {
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}


/* On-line test style */
.testresults {
	font-size: large;
	border: none;
	background-color: #000099;

	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* table style for troubleshoting page to highlight text */
.cell1 {
	background-color: #FFFFCC;
	border: medium ridge #ffffcc;
	display: block;
	margin: 25px;
}

/* fault code cell mouseover color change */
.cellbox {
	border: thin solid #333333;
}

/* table style for troubleshooting link */
.tsbox {
	color: #000000;
	background-color: #FFFFCC;
	border: thin outset #333333;
	height: 40px;
	width: 200px;
}

/* Troubleshooting links style for no change on mouse over */
.tsmenu a:link {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
.tsmenu a:visited {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
.tsmenu a:hover {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}

.tsmenu a:active {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
.navbar1 {
	position: absolute;
	z-index: 2;
	height: 21;
	width: 100%;
	left: 0px;
	top: 101px;
	right: auto;
	z-index: 1:auto; 
	margin-right:auto;
}
.navbar2 {
	position: absolute;
	z-index: 1;
	height: 21px;
	width: 100%;
	left: 0px;
	top: 101px;
	right: auto;
	z-index: 1:auto; 
	margin-right:auto;
}
.molistcolor {
	color: #000000;
}
.jumpmenu1 {
	background-color: #FFFFCC;
	color: #000000;
	font-size: medium;
	font-style: italic;
}

.jumpmenu2 {
	background-color: #FFFFCC;
	color: #000000;
	font-size: medium;
}
.kbd {
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFCC;
	border: thin solid #666666;
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	cursor: help;

}
