/* 
   v14_style.css
   Copyright 2004, David Barrett.  All Rights Reserved.
   Email: dbarrett@quinthar.com
     Web: http://www.quinthar.com

   See LICENSE for the complete licensing details.
*/

a:link {
	color:blue;
}
a:visited {
	color:blue;
}
a:hover {
	color:red;
}

body.QWBody {
	font-family:Tahoma;
}

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: #0000ff; 
	color:white;
	margin-top:0pt;
	margin-bottom:0pt;
}

.QWTitleBox a:link {
	color:white;
}
.QWTitleBox a:visited {
	color:white;
}
.QWTitleBox a:hover {
	color:red;
}

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:blue; 
	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:blue;
	color:blue;
	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;
}
