/* 
   v14_style.css
   Copyright 2004/2005, David Barrett (www.quinthar.com) and TESTCo (www.testco.com).  
   All Rights Reserved.

   See LICENSE for the complete licensing details.
*/

a:link {
	color:blue;
}
a:visited {
	color:blue;
}
a:hover {
	color:#FFCC00;
}

body.QWBody {
	font-family:Tahoma,sans-serif;
	background-color:#EBEBEB
}

form.QWForm {
	padding:0; 
	border:0; 
	margin:0
}
	
div.QWGlobalNav {
	font-size:10.0pt; 
}	

div.QWTitleBox {
	border:solid windowtext 1.0pt; 
	border-color: black; 
	background: darkblue; 
	color:white;
	margin-top:0pt;
	margin-bottom:0pt;
}

.QWTitleBox a:link {
	color:white;
}
.QWTitleBox a:visited {
	color:white;
}
.QWTitleBox a:hover {
	color:#FFCC00;
}

div.QWTitle {
	font-size:16.0pt; 
	font-weight:bold; 
}

div.QWCommandList {
	font-size:10.0pt; 
}	

table.QWResultBox {
	border:solid windowtext 1.0pt; 
	border-color: black; 
	background: #ffffaa; 
	font-size:10.0pt; 
}

table.QWHelpBox {
	border:solid windowtext 1.0pt; 
	border-color: black; 
	background: #ddddff; 
	font-size:10.0pt; 
}

div.QWHelpToggle {
	font-size:10.0pt; 
}	


table.QWInnerSection {
	color:black;
	font-size:10.0pt;
	align: center;
}

tr.QWInnerSectionTitle {
	border:solid windowtext 1.0pt; 
	background:darkblue; 
	color:white;
	font-weight:bold; 
}

div.QWHeading1 {
	margin-left:12pt;
	margin-right:12pt;
	margin-top:6.0pt;
	margin-bottom:6.0pt;
	border-bottom:solid windowtext 1.0pt;
	border-bottom-color:#FFCC00;
	color:#FFCC00;
	font-size:14.0pt; 
	font-weight:bold; 
	text-align:left;
	}

div.QWNormal {
	margin-left:12pt;
	margin-right:12pt;
	margin-top:2.0pt;
	margin-bottom:2.0pt;
	color:black;
	font-size:12.0pt;
}

div.QWHtml {
	margin-left:12pt;
	margin-right:12pt;
	margin-top:2.0pt;
	margin-bottom:2.0pt;
	color:black;
	font-size:12.0pt;
}

table.QWBullet {
	margin-top:1.5pt;
	margin-bottom:1.5pt;
	margin-left:12pt;
	margin-right:12pt
}

td.QWBullet {
	color:black;
	font-size:12.0pt;
}

table.QWIndent {
	margin-left:12pt;
	margin-right:12pt
}

td.QWIndent {
	color:black;
	font-size:12.0pt;
}

.style4 {	font-family: Tahoma;
	font-size: 12px;
}
.style5 {	font-family: Tahoma;
	color: #0000FF;
	font-weight: bold;
	font-size: x-small;
}
.style1 {	font-family: "Courier New", Courier, mono;
	color: #0000FF;
	font-weight: bold;
}


