/* 
	Style Sheet for +DSP plug-in block documentation
	
	classes:
		moduledox 	= documentation for module blocks
		label	  	= labels for documentation sections
		module		= module/product name
		param		= parameter name
		range		= parameter range
*/

		a:link {  font-weight: bold; text-decoration: none; color: #66c}
		a:visited {  font-weight: bold; text-decoration: none; color: #408}
		/*
			a:active {  font-weight: bold; text-decoration: none; color: #66c}
			a:hover {  font-weight: bold; text-decoration: none; color: #400}
		*/
		
		body
		{
			font-family: "Trebuchet MS", "sans-serif";
			font-size: 13px;
			color: #555;
			text-align: justify;
			background-color: #fff;
			margin: 1em;
			/*
			padding-bottom: 1em;
			*/
		}

		.pagebody
		{
			font-family: "Trebuchet MS", "sans-serif";
			font-size: 13px;
			color: #555;
			text-align: justify;
			background-color: #fff;
			margin: 1em;
			/*
			padding-bottom: 1em;
			*/
		}


		div.trybuy {
			float: right;
			text-align: center;
			margin:0px;
			margin-top:0px;
			padding: 20px;
			padding-top:8px;
			font-family: "Trebuchet MS", "sans-serif";
			font-weight: bold;
			font-size: 14px;
			color: #222;
			text-shadow: 3px 3px 4px #AAA;
			
			/*
			padding-top: 100px;
			padding-bottom: 1000px;
			background-color: #aaa;
			*/

		}
		
		div.rquotes {
			float: right;
			text-align: right;
			margin:0px;
			padding: 20px;
			padding-right: 0em;
			padding-bottom: 0em;
			/*
			padding-top: 100px;
			padding-bottom: 1000px;
			background-color: #aaa;
			*/

		}
		
		div.lquotes {
			float: left;
			text-align: left;
			margin:0px;
			padding: 10px;
			padding-left: 0em;
			padding-bottom: 0em;
			/*
			padding-top: 100px;
			padding-bottom: 1000px;
			background-color: #aaa;
			*/

		}
		
		.prodhead {
			font-family: "Trebuchet MS", "sans-serif";
			font-weight: bold;
			text-align: center;			
			font-size: 18px;
			color: #666;
			text-shadow: 2px 2px 2px #AAA;
			margin-bottom:10px;
		}
		
		.prodsubhead {
			font-family: "Trebuchet MS", "sans-serif";
			font-weight: bold;
			text-align: center;			
			font-size: 13px;
			color: #777;
			text-shadow: 2px 2px 2px #AAA;
			margin-bottom:10px;
		}
		
		.secthead {
			font-family: "Trebuchet MS", "sans-serif";
			font-weight: bold;
			font-size: 14px;
			color: #777;
			text-shadow: 2px 2px 2px #BBB;
			margin-bottom:2px;
		}

		
		div.badgewrap {
			float: right;
			text-align: center;
			margin:20px;
			margin-top:0px;
		}
		
		object.footer {
			position: fixed;
			width: 100%;
			height: 24px;
			top: auto;
			right: 0;
			bottom: 0px;
			left: 0;
		}
				
		body.footer
		{
			font-family: "Trebuchet MS", "sans-serif";
			font-weight: bold;
			font-size: 13px;
			color: #000000;
			background-color: #f8f8f8;
			margin-left: 0em;
			margin-top: 0em;
			margin-bottom: 0em;
			padding-left: 0em;
			padding-top: 4px;
			padding-bottom: 4px;
			border-left: none;						
		}

		
		.module { font-style: italic; font-weight: bold;}
		.moduledox dd
		{
			list-style: none;
			text-align: justify;
			margin-right: 20px;
			margin-bottom: 5px;
			
		}
		.moduledox dt
		{
			list-style: none;
			text-align: justify;
			margin-right: 25px;
			margin-bottom: 1px;
			
		}

		.moduledox dd p
		{
			text-align: justify;
			margin-bottom: 10px;
		}
		
		
		.moduledox dl {
			margin-top: 0px;
		}
		
		.moduledox dl dl dt {
			/* font-weight: bold; 	/* */
			font-style: italic;				
		}

		.moduledox dl dl dd {
			/* font-weight: bold; 	/* */
			margin-left: 2em;
						
		}
		
		.moduledox span.label { 
			font-weight: bold; 
			/* color: #505050; */
			color: #339;
		}
		
		.param { font-weight: bold; }
		
		.range { font-style: italic; }
		
		.index {
			list-style: none;
			margin-top: 5px;
		}
		
		.index li {
			margin-left: -1em;
		}		
		
		.index span.module {
			display: inline-block;
			width: 25em;
		}
		
		.inline {
			text-align: center;
			margin-top: 5px; 
			margin-bottom: 5px; 
		}
		
		
		#copyright {
			margin-top: 40px;
			font-size: 8px;
			text-align: center;
			font-weight: bold;
			font-style: italic;
		}
		
		
		
		/* */
