 /* ------------------------------------------------------------------------------

Revised by Jeff Sutton		    3/27/2007		
								Copied styles from client-side stylesheet (qbw.css)

---------------------------------------------------------------------------------- */


body  {
	background-color: #FFFFFF;
	color: #333333;
	display: block;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	line-height: 125%;
	margin-top: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	text-align: left;
}

/* Paragraph */

p { margin-top: 4pt;
	margin-bottom: 6pt;
	margin-left: 4pt;
	margin-right: 4px;
	padding: 0px 0px 0px 0px;
}


/* Links */

A:link { color: #003399; 
	   cursor: hand;
	   font-style: normal;
	   font-weight: normal;
	   text-decoration: underline;
}

A:visited { color: #003399; 
	      cursor: hand;
	      font-style: normal;
	      font-weight: normal;
	      text-decoration: underline;
}

A:active { color: #990000; 
	     cursor: hand;
	     font-style: normal;
	     font-weight: normal;
	     text-decoration: underline;
}

A:hover { color: #990000; 
	    cursor: hand;
	    font-style: normal;
	    font-weight: normal;
	    text-decoration: underline;
}

A.external:link { color: #003399; 
			cursor: hand;
			font-style: normal;
	   		font-weight: normal;
	   		text-decoration: underline;
}

A.external:visited { color: #003399; 
		   cursor: hand;
		   font-style: normal;
		   font-weight: normal;
	   	   text-decoration: underline;
}

A.external:active { color: #990000; 
			  cursor: hand;
			  font-style: normal;
	   		  font-weight: normal;
	    	 text-decoration: underline;
}

A.external:hover { color: #990000; 
			 cursor: hand;
			 font-style: normal;
	   		 font-weight: normal;
	   		 text-decoration: underline;
}


/* div  { padding: 0px 0px 0px 0px; */
/*	 margin: 1em 0em 1em 0em; }  */


/* Headings */

h1, h2, h3, h4 {
	font-family: Verdana;

}

h1 {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 6pt;
	margin-left: 0pt;
	background-color: #99cc99;
	padding: 4pt;
}

h2 {
	font-size: 8pt;
	font-weight: bold;
	color: #008833;  
	margin-top: 10pt;
	margin-bottom: 6pt;
	margin-left: 4pt;
	margin-right: 2pt;
}

h3 {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding-bottom: 2pt;
	margin-top: 10pt;
	margin-bottom: 0pt;
	margin-left: 4pt;
	margin-right: 4pt;
}

h4 {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #efefef;
	padding: 2pt;
	padding-top: 2pt;
	padding-bottom: 2pt;
	margin-bottom: 0pt;
	margin-left: 2pt;
	margin-right: 4pt;
}


/* Lists */

ol {
	font-size: 100%;
	margin-top: .5em;
	margin-bottom: .6em;
	margin-left: 8px;
	margin-right: 4px;
	}

ul {
	font-size: 100%;
	margin-top: .5em;
	margin-bottom: .6em;
	margin-left: 4px;
	margin-right: 4px;
	list-style-type: square;
	}

li {
	display: list-item;
	margin-bottom: .6em;
	margin-left: 21px;
	margin-right: 4px;
	}

/* styles for field-level help */

.LiveHelp {
	border: 1px solid #E0B895;
	width: 400px;
	margin: 5px;
	padding: 10px;
}
.InsideLiveHelp {
	border: 1px solid #C6C6C6;
	padding: 10px;
}
.InsideLiveHelpTitle {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
.InsideLiveHelpTitle img {
	vertical-align: middle;
	height: 25px; 
	width: 30px;
	float: left;
}
.InsideLiveHelpText {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin-top: 10px;
	white-space: wrap;
	display: block;
}


/* navbar styles -- color is dark blue */

.navbar

	{

	font-size: 8pt;

	font-family: MS Sans Serif, Verdana, Tahoma, Arial, Helvetica, sans-serif;

	background: #006098;

	vertical-align: middle;

	color: #FFFFFF;

	}

.searchForm {
	padding-left: 5px;
}

.toc1 {
	margin-left: 21px;
}
