/*div.menuBar,
div.menuBar a.menuButton*/
a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Arial, "MS Sans Serif", sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #000000;
 }
/*div.menuBar {
  background-color: #e0e0e0;
  border: 2px outset #e0e0e0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}*/
/*div.menuBar a.menuButton {*/
a.menuButton {
   background-color: transparent;
	border: 1px solid #e0e0e0;
	color: #000000;
	cursor: pointer;
	left: 0px;
	margin: 1px;
	padding: 2px 6px 2px 6px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
}
/*div.menuBar a.menuButton:hover {*/
a.menuButton:hover {
	background-color: transparent;
	border: 1px outset #e0e0e0;
	color: #000000;
}
/*div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover*/
a.menuButtonActive,a.menuButtonActive:hover
 {
	background-color: #5050f0;
	border: 1px inset #e0e0e0;
	color: #ffffff;
	left: 1px;
	top: 1px;
}
div.menu {
	background-color: #e0e0e0;
	border: 2px outset #e0e0e0;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}
div.menu a.menuItem {
	color: #000000;
	cursor: pointer;
	display: block;
	padding: 3px 1em;
	text-decoration: none;
	white-space: nowrap;
}
div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	background-color: #5050f0;
	color: #ffffff;
}
div.menu a.menuItem span.menuItemText {}
div.menu a.menuItem span.menuItemArrow {
	margin-right: -.75em;
}
div.menu div.menuItemSep {
	border: 1px inset #e0e0e0;
	margin: 4px 2px;
}
body {
	font-size: 8pt;
	font-family: Arial, "MS Sans Serif", sans-serif;
	margin: 0px;
	padding: 0px;
	color: Black;
	background-color: White;
}
div#buttonHTML {
	margin-left:50px;
}
div#buttonHTML ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 20px;
}
div#buttonHTML li {
	list-style-type: none;
	height: 20px;
	width: 250px;
	margin: 20px;
	text-align: center;
}
div#buttonHTML li a {
	text-decoration: none;	
	height: 100%;
	width: 100%;
	display: block;
	background-color: #999999;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
}
div#buttonHTML li a:link {
	color: #000000;
	font-weight: bold;
	background-color: #E5E5E5;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
}
div#buttonHTML li a:visited {
	color: #000000;
	font-weight: normal;
	background-color: #CCCCCC;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
}
div#buttonHTML li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #777777;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
}
div#buttonHTML li a:active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
}
div#buttonPDF {
	margin-left:0px;
}
div#buttonPDF ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
	line-height: 5px;
}
div#buttonPDF li {
	list-style-type: none;
	height: 5px;
	width: 150px;
	margin: 10px;
	text-align: center;
}
div#buttonPDF li a {
	text-decoration: none;	
	height: 100%;
	width: 100%;
	display: block;
	background-color: #999999;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
}
div#buttonPDF li a:link {
	color: #000000;
	font-weight: normal;
	background-color: #E5E5E5;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
}
div#buttonPDF li a:visited {
	color: #000000;
	font-weight: normal;
	background-color: #CCCCCC;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
}
div#buttonPDF li a:hover {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #777777;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
}
div#buttonPDF li a:active {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
}
/*TR {
	background-color: Silver;
	}*/
/*
P { 
	margin-left: 0px;
	margin-right: 0px;
	text-indent: 0px; 
	font: 12pt "Arial";
	color: Black;
	background: transparent
	}
*/
 H1 {
	margin-left: 0px;
	font: 28pt "Courier New";
	color: CornflowerBlue;
	font-weight: bold;
	background: transparent;
	}

 H2 {
	margin-left: 0px;
	font: 18pt "Courier New";
	color: CornFlowerBlue;
	font-weight: bold;
	background: transparent;
	}

 H3 {
	margin-left: 0px;
	font: 14pt "Courier New";
	color: CornFlowerBlue;
	font-weight: bold;
	background: transparent;
	}

 H4 {
	margin-left: 0px;
	font: 10pt "Arial";
	color: CornFlowerBlue;
	font-weight: bold;
	background: transparent;
	}

 H5 {
	margin-left: 0px;
	font: 8pt "Arial";
	color: Black;
	background: transparent;
	}

LI { 
	display: list-item;
	font: 12pt "Arial";
	margin-left: 0px;
	}	

/*DL {	
	display: list-item;
	}

DT {
	margin-left: 0px;
	text-align: left;
	font: 12pt "Arial";
	font-weight: bold;
	color: CornFlowerBlue;
	}

DD {
	margin-left: 0px;
	text-align: left;
	font: 12pt "Arial";
	color: Black;
	}

B, STRONG { 
	font-weight: bold
	} 

I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { 
	font-style: italic 
	}

PRE, TT, CODE, KBD, SAMP { 
	font-family: monospace 
	}
*/
A:LINK {
	color: blue; 
	text-decoration: none;
	}

A:VISITED {
	color: blue;
	text-decoration: none;
	}
		
A:HOVER {
	color: blue;
	text-decoration: none;
	}

.headtext
{
	font-weight: normal;
	font-size: 7pt;
	font-family: Arial, "MS Sans Serif";
	position: relative;
	background-color: white;
	text-align: center;
}

.headtextl
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial, "MS Sans Serif";
	background-color: white;
	text-align: left;
}

.headtextr
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial, "MS Sans Serif";
	background-color: #99CCFF;
	text-align: right;
}

.hiertext
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, "MS Sans Serif";
	background-color: #87CEEB;
	text-align: center;
}

.hieritemcode {
	background-color: linen;
}
.importstatus {
	font-family: Arial, "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
}
.itemsmatched
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial, "MS Sans Serif";
	background-color: #99CCFF;
	text-align: right;
}
.itemtypetext
{
	width: 750px;
	font-weight: normal;
	font-size: 7pt;
	font-family: Arial, "MS Sans Serif";
	background-color: #E5E5E5;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: black;
}
.footertext {
  font-weight: normal;
  font-size: 7pt;
  font-family: Arial, "MS Sans Serif";
  position: absolute;
  left: 25%;
  z-index: 0;
 }
  .tablelayout
{
	table-layout: fixed;
	background-color: White; 
	border-width: 0px;
	padding : 0px;	
	width: 500px;
}
.tablelayout1
{
	table-layout: fixed;
	background-color: White;
	border-width: 0px;
	padding : 0px;
	width: 800px;
}
.tablelayout2 
{
	table-layout: fixed;
	width : 1215px;
}
.trheader
{
	background-color: peachpuff;
}
.THlayout
{
	font-size: 7pt;
	font-family: Arial, "MS Sans Serif";
	text-align: center ;
	border-right-color: Black ;
	border-right-style: solid ;
	border-right-width: 1px ;
	border-bottom-color: Black ;
	border-bottom-style: solid ;
	border-bottom-width: 1px ;
}
.TDcaption {
	font-size: 7pt;
	font-family: Arial, "MS Sans Serif";
	text-align: left;
	padding: 2px;
	width: auto;
}
.TDcaptioncenter {
	font-size: 7pt;
	font-family: Arial, "MS Sans Serif";
	text-align: center;
}
.Tdlayout
{
	font-size : 7pt;
	font-family : Arial, "MS Sans Serif";
	text-align : left;
	padding-left : 2px;
}
.Tdlayoutwider
{
	font-size : 7pt;
	font-family : Arial, "MS Sans Serif";
	text-align : left;
	padding-left : 2px;
	width: 200px;
}
.TDwitborder
{
	font-size : 7pt;
	font-family : Arial, "MS Sans Serif";
	text-align : left;
	border-color :Black ;
	border-width :1px;
	border-style :solid ;
}
.TDlayoutleft
{
	font-size : 7pt;
	font-family : Arial, "MS Sans Serif";
	text-align : left;
	padding-left : 2px;
	vertical-align: middle;
}
.Textlayout
{
	font-size : 7pt;
	font-family : Arial, "MS Sans Serif";
	text-align : left;
	padding-left : 2px;
	border: 0;
}
.labels {
	font-family: Arial, "MS Sans Serif";
	font-size: 8pt;
	font-weight: normal;
}
.trodd
{
	background-color: #CCFFFF;
}
.treven
{
	background-color: #CCCCCC;
}
.results
{
	width : 770px;
	margin: 0 auto;
}
.divbox
{
	width : 760px;
	height : 70px;
	position: absolute;
	top: 70px;
	left: 0px;
	/*overflow : auto;
	border-color :Black ;
	border-width :1px;
	border-style :solid ;*/
}
.divboxhier
{
	width :760px;
	height : 300px;
	top: 90px;
	position: absolute;
	/*overflow: auto;
	border-color :Black ;
	border-width :1px;
	border-style :solid;*/
}
.divbox1 
{
	width :760px;
	height : 500px;
	top: 125px;
	position: absolute;
	/*overflow : auto ;
	border-color :Black ;
	border-width :1px;
	border-style :solid ;*/
}
.copyright 
{
	font-family : Arial, "MS Sans Serif";
	font-size : xx-small;
	font-weight: bold;
}
.errormsg 
{
	font-family: Arial, "MS Sans Serif";
	font-size: 8pt;
	text-align: right;
	font-weight: bold;
	color: Red;
}
.errormsgcenter
{
	font-family: Arial, "MS Sans Serif";
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	color: Red;
}
.errormsgleft
{
	font-family: Arial, "MS Sans Serif";
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
	color: Red;
}
/* Default DOM Tooltip Style */
div.domTT {
	border: 1px solid #333333;
	background-color: #333333;
}
div.domTT .caption {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
	color: #FFFFFF;
}
div.domTT .contents {
	font-size: 12px;
	font-family: sans-serif;
	padding: 3px 2px;
	background-color: #F1F1FF;
	width: 300px;
}
.normalmsg
{
	font-family: Arial, "MS Sans Serif";
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	color: Black;
}
.selectlayout1
{
	width: 180px;
}
.sample{
	border:1px solid black;
	background-color:silver;
}
.spinButtonContainer {
	width:20px;
}
.spinButtonContainer input{
	width:20px;
	height:11px;
	font:bold 7px Webdings;
}
.textboxlayout1 
{
	width: 180px;
}
.textboxlayout2 
{
	width :245px;
	height :18px;
}
.blocklist {list-style-type:none;}
.vis1 {
  position:absolute; 
  visibility:visible; 
  display:block;
  background-color:#3366FF;
  left:0px; 
  top:0px;	
  z-index:1;
}
.vis2 {
  position:absolute; 
  visibility:hidden; 
  display:none;
  background-color:#3366FF;
  left:0px; 
  top:0px;  
  z-index:1;
}
.webmsg {
	font-family: Arial, "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
}
div#div2 {
  width:160px; 
  border-top:solid #000 1px; 
  border-left:solid #000 1px;
  border-right:solid #000 1px; 
  background-color:white; 
  position:absolute; 
  left:122px; 
  top:162px; 
  z-index:1;
}
div#div2 ul {
  margin:0px; 
  padding:0px; 
  font-family:Tahoma,Verdana; 
  font-size:10pt;
  color:#FFF; 
  line-height:22px; 
  white-space:nowrap;
}
div#div2 li {
  list-style-type:none; 
  border-bottom:solid #000 1px;
}
.vis {
  visibility: visible;
  display: block;
}
.hid {
  visibility: hidden;
  display: none;
}
#bkgrnd {
	background-color:transparent;
	background-image: url(images/BlueBar750.gif);
	background-repeat: repeat-y;
}
.bkgrnd {
	background-color:transparent;
	background-image: url(images/BlueBar750.gif);
	background-repeat: repeat-y;
}
.domTT {
	border: 1px solid #333333;
	background-color: #333333;
}

tr.odd {
	color: #333;
	background: #C9D8F4;
}

tr.even {
	color: #333;
	background: #DFDFDF;
}
.contents {
	font-size: 12px;
	font-family: sans-serif;
	padding: 3px 2px;
	background-color: #AFEEEE;
	width: 300px;
}