
/* General Tags */

.orange {  
	color: #FF9900;
	font-weight: bold;
}

.gray {  
	color: grey;
	font-style: italic;
}

.support {
	text-align: center;
	font-size: 11px; 
}

.support a:link {
	color: #1F2947;
}

.support a:hover {
	color: #FF9900;
	font-weight: bold;
}

.support a:visited {
	color: #1F2947;
	font-weight: bold;
}

.support a:active {
	color: #FF9900;
	font-weight: bold;
}

/*
class for ChangeStyleRules  call
*/

.changeIt {
      color: #000000;
      font-size: 12px;
      background: #ffffff;
}

/* Menu Classes */

h1, h2, h3    {
	color: #1F2947;
}

.menuitem { 
	height: 18px; 
	cursor: pointer; 
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
}

.menuheader { 
	border: 1px solid #dcdcdc;
	height: 20px; 
	font-weight: bold;
	text-indent: 5px;
	background-color: #376EA4;
	color: #FFFFFF;
}

.mcontent {  
	border: 1px solid #dcdcdc;
	width: 49%;  
	margin-bottom: 3px; 
	font-size: .7em;
	float: right;
}

.mcontent2 {  
	border: 1px solid #dcdcdc;
	width: 49%;  
	margin-bottom: 3px; 
	margin-top: 5px;
	font-size: .7em;
	float: left;
}

.mblurb {  
	border: 2px solid #b9cee3;
       background-color: #d9e7f4;
	width: 49%; 
	height: 270px; 
	margin-right: 4px;
	font-size: .8em;
	float: left;
	position: inline;
}

.mright {  
	vertical-align: top;
}

.mfooter { 
	width: 100%;
	height: 40px;
	border: none;
	text-align: center; 
 	font-size: .7em;
	margin-top: 5px;
}

.hidden { 
	position: absolute;
	visibility: hidden;
	width: 100%; 
	text-align: left;
	margin-left: 8px;
}
.shown {  
	padding: 7px 7px 7px 7px;
	position: relative;
       visibility: visible; 	
       width: 97%; 
	text-align: left;
	margin-left: 8px;
}

/* Page Content */

.color1 {
	color: #1F2947;
}

.color2 {
	color: #FF9900;
}

.toview {
	color: #00008B;
}

.header { 
	margin: 5 0 5 0;
	padding: 5px 5px 5px 5px;
	width: 100%; 
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
   border: 1px #1F2947 solid;
}

.footer {
	margin-top: 5px;
	font-size: 9px; 
	color: #1F2947;
	text-align: center;
}

.footer a:link {
	color: #1F2947;
	font-weight: bold;
}

.footer a:hover {
	color: #FF9900;
	font-weight: bold;
}

.footer a:visited {
	color: #1F2947;
	font-weight: bold;
}

.footer a:active {
	color: #FF9900;
	font-weight: bold;
}

.outer { 
	background: #FFF; 
	width: 100%; 
	margin-top: 5px; }

.inner { 
	width: 97%; 
	border: none; 
	margin-bottom: 20px; 
}

.button { 
   font-weight: bold;
   width:200px;
   background-color:#dcdcdc;
   color: #1F2947;
   border:1px #1F2947 solid;
}

/* Show QPX Flags */

.command { color: #008000;}  
         
.comment { font-weight: bold; color:#ff0000;} 	
	      
.survent { color: #0000CD;}	   

.htmldis { color: #008000; }

.jscript { color: #8B008B; }

/* Show QPX Scrollbox and Button */
	    
#textbox, #textbox pre {
  display: block;
  clear: both;
  border: solid 2px #376ea4;
  font-family: Consolas, 'Courier New', Courier, Monospace;
  font-size: 8pt;
  line-height: 12pt;
  margin: 15px 0 0 0px;
  max-height: 227px;
  overflow: auto;
  padding: 0px 0px 0px 0px;
  width: 99%;
}

#textbox pre {
  border-style: none;
  overflow: visible;
  margin: 1px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-indent: 5px;
}

#textboxtall, #textboxtall pre {
  display: block;
  clear: both;
  border: solid 2px #376ea4;
  font-family: Consolas, 'Courier New', Courier, Monospace;
  font-size: 8pt;
  line-height: 12pt;
  margin: 15px 0 0 0px;
  max-height: 405px;
  overflow: auto;
  padding: 0px 0px 0px 0px;
  width: 99%;
}

#textboxtall pre {
  border-style: none;
  overflow: visible;
  margin: 1px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-indent: 5px;
}

pre.even {
      background-color: #f5f5f5;
}

pre.odd {
      background-color: #ffffff;
}

a.showLink { display: none; }

.scrollbox a:link {
	color: #0000CD;
	text-decoration: none; }

.scrollbox a:hover {
	color: #FF9900;
	text-decoration: underline; }

.scrollbox a:visited {
	color: #0000CD;
	text-decoration: none; }

.scrollbox a:active {
	color: #FF9900;
	text-decoration: underline; }

/* Persistent table header / footer  */

.table1 { width:80%; border-collapse:collapse; margin:0 auto; border:1px solid #000000; }
.table1 thead { background-color: #DCDCDC; border-collapse: collapse; }
.table1 td { border-collapse: collapse; }
.table1 tfoot { background-color: #DCDCDC; text-align: center; border: 1px solid #000000; }

.table2 { width:100%; border-collapse:collapse; border: none; }
.table2 td { border: 1px solid #000000; border-collapse: collapse; }
.table2 th { border: 1px solid #000000; border-collapse: collapse; }

.item  { width:29%; text-align:left; }
.cell { width:7%; text-align:center; }

.innerb {height:150px; overflow:auto; }