/*
 $Id: ecora.css,v 1.57.2.102 2006/10/19 13:16:17 strouchelle Exp $
*/

body, td, th {
  font-size: 10pt;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  color: black;	
}

body {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  color: #000000;
}

p {
  margin-top: 1em;
  margin-bottom: 0.1em;
}

div#nl {
  text-align: center;
}

div#nlwin, div#nlwinw {
  border: 1px solid #999999;
  margin: 0px auto 0px auto;
  text-align: left;
}

div#nlwin {
  width: 820px;
}

div#nlwinw {
  width: 850px;
}

div#nlcontent {
  margin: 10px 10px 16px 16px; 
  clear: both;
  border: 1px solid white;
}

div#nlsidebar {
  float: left;
  width: 200px;
}

div#nltext {
  float: right;
  clear: right;
  width: 548px;
  margin-right: 3px;
}

div#nltextw {
  float: right;
  clear: right;
  margin-right: 3px;
}

div#nlclear {
  clear: both;
  border-top: 1px solid white;
}

div.nlsblkhead, div.nlsblkheadlite {
  background: #666666;
  text-align: left;
  padding: 3px 0px 3px 0px;
  font-size: 8pt;
  color: white;
  text-transform:uppercase;
  width: 180px;
}

div.nlsblkhead {
  background: #666666;
}

div.nlsblkheadlite {
  background: #9c9c9c;
}

div.nlsblkhead strong, div.nlsblkheadlite strong {
  padding-left: 10px;
}

div#nltextblk {
  width: 548px;
  max-width: 548px; 
}

div#nltextblkw {
}

div#nltextfoot {
  width: 548px;
}

div#nltextcontent {
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  padding: 1px 10px 1px 10px;
  width: 548px;
  max-width: 526px; /* for mozilla */
}

div#nltextcontentw {
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  padding: 1px 10px 1px 10px;
  width: 592px;
  max-width: 570px; /* for mozilla */
}

/* Sidebar */

ul.sidebar {
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  margin: 0px;
  padding: 0px;
  width: 180px;
  max-width: 178px; /* for mozilla */
}

div#nlsidebar p.span {
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  margin: 0px;
  padding: 0px;
  width: 180px;
  max-width: 178px; /* for mozilla */
  height: 1em;
}

div#nlsidebar p#nlsideimg {
  border: 0px solid #ffffff;
}

ul.sidebar li {
  background: url(/ecora/img/arrow-blue.gif) no-repeat 15px 12px;
  border-bottom: 1px dotted #dedfde;
  padding: 8px 10px 6px 25px;
  list-style-type: none;
}

ul.sidebar li a {
  font-size: 8pt;
  text-decoration: none;
} 

ul.sidebar li a {
  color: #000000;
}

ul.sidebar li a:visited {
  font-size: 8pt;
  color: #000000;
}

ul.sidebar li a:hover {
  color: #ce0000;
}

ul.sidebar li.active a,
ul.sidebar li.sub a.active {
  color: #ce0000;
}

ul.sidebar li.active a:visited,
ul.sidebar li.sub a.active:visited {
  font-size: 8pt;
  color: #ce0000;
}

ul.sidebar li.sub {
  background: url(/ecora/img/arrow-blue-down.gif) no-repeat 15px 12px;
}

ul.sidebarsub {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

ul.sidebarsub li {
  background: url(/ecora/img/arrow-blue.gif) no-repeat 15px 4px;
  border-bottom: 0px dotted #ffffff;
  padding: 0px 10px 6px 25px;
  list-style-type: none;
}

ul.sidebarsub li a {
  font-size: 8pt;
  text-decoration: none;
  color: #000000;
}

ul.sidebarsub li a:visited {
  font-size: 8pt;
  color: #000000;
}

ul.sidebarsub li a:hover {
  color: #ce0000;
}

p#nlsideimg {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}

div.sidebaradd {
  border: 1px solid #808080;
  background: #dddddd;
  margin-top: 2em;
  padding: 5px;
  font-size: 9pt;
  width: 180px;
  max-width: 168px; /* for mozilla */
}

div.sidebaradd2 {
 margin-top: 2em;
 padding: 0px;
 font-size: 9pt;
 width: 180px;
}

div.sidebaradd0 {
 margin-top: 2em;
 padding: 0px;
 font-size: 9pt;
 width: 180px;
}

div.sidebaradd2top {
 background: url(/ecora/images/top200side.png);
 height: 30px;
}

div.sidebaradd2text {
 width: 180px;
 max-width: 168px; /* for mozilla */
 background: #dddddd;
 border: 1px solid #808080;
 border-top: 0px solid #dddddd;
 padding: 0px 5px 1em 5px;
}

div.sidebaradd2text p {
  margin-top: 0px;
  padding-top: 1ex;
}



/* Header */

div#nlhead {
  width: 100%; 
  right: 0px;
  border: 0px solid #999999; 
  background: url(/ecora/img/greyline2.gif);
  height: 69px;
}

div#nlheadlogo {
  width: 216px;
  float: left;
  text-align: left;
}

div#nlheadmenu {
  float: right;
  text-align: right;
  width: 592px;
  clear: right;
}

div#nlheadtop {
  height: 50px; width: 592px;
   background:#FFFFFF;
 /* background: url(/ecora/images/head/background.png);*/
  vertical-align: middle; padding: 0px;
  text-align: right;
}

div#nlheadform {
  float: right;
  margin: 10px 0px 0px 1px;
}

div#nlheadform form {
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

div#nlheadform input#zoom_query {
  font-size: 11px;
  width: 90px;
}

div#nlheadform input.searchbutton {
  border: 0px;
  width: 15px;
  height: 15px;
}

div#nlheadlinks {
  text-align: right;
  float: right;
  margin: 12px 12px 0px 0px;
  white-space: nowrap;
  width: 80px;
  overflow: hidden;
}

div#nlheadlinks a,
div#nlheadlinks a:visited,
div#nlheadlinks a:active {
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 1px 0px 1px;
}	

div#nlheadlinks a:hover {
  color: #cc0000;
}

div#nlheaddd {
     background: #FFFFFF;
 /* background: url(/ecora/images/head/grayline_right.png);*/
  padding-right: 20px;
}

/* headers */

h2 {
  font-size: 11pt; font-weight: bold; color: #18459C; 
} 

p.h2 {
  font-size: 11pt; font-weight: bold;
}

h2.nbm { /* no bottom margin */
  font-size: 11pt; font-weight: bold; color: #18459C; margin-bottom: 0px; 
} 

h3 {
  font-size: 10pt; font-weight: bold; color: #18459C; 
} 

h4 {
  font-size: 10pt; font-weight: bold; color: #000000;  margin: 0px;
} 

h1#nlh1, h1.arrow, h1.noarrow {
  font-size: 16pt;
}

h2.arrow, h2.noarrow {
  font-size: 14pt;
}

h3.arrow, h3.noarrow {
  font-size: 12pt;
}

h1#nlh1, h1.arrow, h2.arrow, h3.arrow {
  font-weight: bold;
  color: #18459C;
  padding: 0 0 0px 20px;
  margin: 0 0 2px 0; 
  clear:right; 
  background: #ffffff url(/ecora/images/arrows/header.png) no-repeat 0px 3px;
  border-bottom: 2px solid #bcbec0;
} 

h1.noarrow, h2.noarrow, h3.noarrow {
  font-weight: bold;
  color: #18459C;
  padding: 0 0 0px 0px;
  margin: 0 0 2px 0; 
  clear:right; 
  border-bottom: 2px solid #bcbec0;
}

h1.arrow, h1.noarrow, h2.arrow, h2.noarrow, h3.arrow, h3.noarrow {
  margin-top: 1em;
}



ul, ol
{
	margin-top:8px;
	margin-bottom:12px;
}

li
{
	padding-bottom:5px;
}

.headerLink, .headerLink:visited, .headerLink:active
{
	font-size: 11px;
	font-family: Arial, Verdana;
	color:#636563;
	text-decoration: none;
	font-weight: bold;
	
}	
.headerLink:hover { color:#CE0000  }

.homepageLink, .homepageLink:visited, .homepageLink:active
{
	font-size: 11px;
	font-family:Arial,Verdana;
    font-size:11px;
    color:#00309C;
	text-decoration: none;	
}

.homepageLink:hover { 
	text-decoration: underline;
	color:#FF2501;
}

.greyLink, .greyLink:visited, .greyLink:active
{
	font-size: 11px;
	font-family: Arial, Verdana;
	color:#636563;
	text-decoration: underline;
	font-weight: bold;
	
}	
.greyLink:hover { color:#CE0000  }


.boldRedLink, .boldRedLink:visited, .boldRedLink:active	
{	
	font-size: 11px;
	font-family: Arial, Verdana;
	color:#CE0000;
	font-weight: bold;
}
.boldRedLink:hover { color:#636563  }


.redLink, .redLink:visited, .redLink:active
{	
	font-size: 11px;
	font-family: Arial, Verdana;
	color:#CE0000;
	font-weight: normal;
} 
.redLink:hover { color:#636563  }


a.sidebarLink, a.sidebarLink:visited, a.sidebarLink:active  
{
    font-family:Arial,Verdana;
    font-size:11px;
    color:#000000;
	text-decoration: none;
} 
a.sidebarLink:hover   {     color:#CE0000;	}

a.sidebarLinkActive, a.sidebarLinkActive:visited, a.sidebarLinkActive:active  
{
    font-family:Arial,Verdana;
    font-size:11px;
    color:#CE0000;
	text-decoration: none;
} 
a.sidebarLink:hover   {     color:#000000;	}
 
 
a, a:active, a:visited  {
    font-family:Arial,Verdana;
    color:#00309C;
}
a:hover   {    color:#FF2501;  }
 
a.noline, a.noline:visited, a.noline:active   
{
    text-decoration:none;
} 
a.noline:hover   { color:#FF2501;  }

.sidebarHeading
{
	font-size: 11px;
	font-family: Arial, Verdana;
	font-weight:bold;
	color: white;
	text-transform:uppercase;
}

p.hb {
  font-size: 12pt;
  font-weight: bold;
  color: #18459C;
}

.submitButton
{
    font-weight: bolder;
    background-image: url(/ecora/img/submit_button.gif);
    cursor: pointer;
    color: #333333;
    font-family: arial;
    letter-spacing: 1px;
    background-color: white
}

.submitButton-small
{
    font-size: 11px;
    font-weight: bolder;
    background-image: url(/ecora/img/submit_button-small.gif);
    cursor: pointer;
    color: #333333;
    font-family: arial;
    background-color: white
}

.submitButton-border
{
    background-color: #c50103
}
  
/*<!--------old below----> */
 .smallWhite, .smallWhite:active, .smallWhite:visited    {
    font-family:Arial,Helvetica,sans-serif;
    color:#FFFFFF;
	text-decoration: none;
    font-size:11px; 
 }
 
 .smallWhite:hover  {
    color:#000000;
 }
 
 .smallWhiteBold, .smallWhiteBold:active, .smallWhiteBold:visited    {
    font-family:Arial,Helvetica,sans-serif;
    color:#FFFFFF;
	text-decoration: none;
    font-size:11px; 
	font-weight: bold;
 }
 
 .smallWhiteBold:hover  {
    color:#000000;
 }
 
 .white:hover  {
    color:#000000;
 }
 
 .white, .white:active, .white:visited    {
    font-family:Arial,Helvetica,sans-serif;
    color:#FFFFFF;
	text-decoration: underline;
    font-size:12px; 
	font-weight: normal;
 }
 
 .white:hover  {
    color:#FF2501;
 }
 
 .bigWhiteBold, .bigWhiteBold:active, .bigWhiteBold:visited    {
    font-family:Arial,Helvetica,sans-serif;
    color:#FFFFFF;
	text-decoration: none;
    font-size:17px; 
	font-weight: bold;
 }
 
 .bigWhiteBold:hover  {
    color:#000000;
 }
 
 
 






H5  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#333366;
}

.plustwo, .plustwo:active, .plustwo:visited
{
	font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
}

.plustwo:hover
{
	    color:#FF2501;
}


.grayhead   {
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;color:#999999;
    line-height:10px
}

.orangehead {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size:14px;
    color:#FF3000;
    line-height:20px;
	text-decoration:none;
}

.bluehead, .bluehead:visited, .bluehead:active   {
    font-family:Arial,Helvetica,sans-serif;
    text-decoration:underline;
    font-weight:bold;
    font-size:13px;
    color:#0000FF;
    line-height:22px
 }
 
 .bluehead:hover    {
     color:#FF2501;
 }
  


 
 .sidebar   {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:13px;
}
 
.bigcopy    {
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    line-height:11px
}

.smallcopy, .smallcopy:active, .smallcopy:visited  {
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:12px
}

.smallcopy:hover  {
    color:#FF2501;
}



.whitecopy, .whitecopy:active, .whitecopy:visited  {
   font-family:Arial,Helvetica,sans-serif;
    color:#FFFFFF;
    font-weight:normal;
    font-size:11px;
    line-height:15px
}

.whitecopy:hover  {
    color:#FFFFFF;
	text-decoration: none;
}
.contenthead    {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size:13px;
    color:#08349D;
    line-height:22px
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.regform
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/* New layout */

table.survey {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background: #ffffff; margin: 0px auto;
  text-align: left;
}

table.survey td, table.survey th, table.survey td input {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 8pt;
  padding-left: 5px;
}

table.survey td {
  padding-left: 3em;
  background: #ffffff;
}

table.survey th {
  background: #cccccc;
}

table.survey th.sub {
  font-size: 7pt;
  padding-left: 3em;
  background: #eeeeee;
}

th.hr {
 margin:0px; padding:0px; font-size: 5px; height: 5px;
 background: #808080;
}


table.survey td input, table.survey td select {
  width: 20em;
}

table.survey td input.radio, table.survey td input[type=radio] {
  width: auto;
}

input.submit {
 font-weight: bold;
 font-size: 13px;
 color: black;
 background: #cccccc url(/ecora/img/btn-sh.gif) repeat-x; 
}

/* New survey layout */

table.surveyR {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background: #ffffff; margin: 0px auto;
  text-align: left;
}

table.surveyR textarea {
  padding-right: 0px;
}

table.surveyR td {
  font-size: 9pt;
  background: #ffffff;
}

table.surveyR td.q {
  font-size: 9pt;
  vertical-align: top;
/*  border-right: 4px solid #eeeeee; */
  margin: 5px 5px 5px 5px;
}

table.surveyR td.qq {
  font-size: 9pt;
  vertical-align: top;
  margin: 5px 5px 5px 5px;
}

table.surveyR td.sub {
  font-size: 9pt;
  vertical-align: top;
/*  border-right: 4px solid #eeeeee; */
}

table.surveyR th.hr {
 margin:0px; padding:0px; font-size: 4px; height: 4px;
/* background: #eeeeee; */
 background: #ffffff;
}

table.surveyR td label.rp {
  margin-right: 1em;
}

table.surveyR td label {
  white-space: nowrap;
  padding-right: 0px;
}


/* table.surveyR td input, */
table.surveyR td select,
table.surveyR td input.w24 {
  width: 24em;
}



table.surveyR td input {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 8pt;
}

table.surveyR td input.radio, table.surveyR td input[type=radio],
table.surveyR td input.chk, table.surveyR td input[type=checkbox] {
/*  width: 1em; */
/*  width: 15px; */
  margin: 0px;
}

table.surveyR td.c, td.c {
  text-align: center;
}

div.nl h1 {
  margin-top: 2em;
  border-bottom:1px dotted #636563
}

div.nl p {
  font-size: 9pt;
}

li.pt10 {
  padding-top: 10px;
}

h1.red, td#contents h1 {
  border-bottom:1px dotted #636563;
  margin-top: 1ex;
  margin-bottom: 2ex;
  font-size: 14pt;
}

strong.red, strong.redl, span.red, em.red {
  color: red;
}

strong.redl {
  font-weight: normal;
}

strong.up {
  text-transform:uppercase;
}

ul.strong li {
  font-weight: bold;
}

div.centered {
  text-align: center;
}


/* new jump pages */

td#jumpContents {

}

td#jumpContents p, td#jumpContents ul {
  margin-top: 0px;
  font-size: 10pt;
}

td#jumpContents p.small {
  font-size: 8pt;
}

td#contents p.small {
  font-size: 7pt;
}

td#jumpContents p.floatRc, p.floatR, div.floatR {
  float: right;
  padding: 0px 3px 0px 3px;
  text-align: center;
  font-size: 8pt;
}

p.floatR {
  margin: 0px;
}

div.floatR {
  margin-top: 1em;
  padding-left: 2ex;
  margin-bottom: 1em;
}

td#jumpContents p.blueBig {
  color: rgb(51,51,153);
  font-size: 14pt; 
}

td#jumpContents p.blackBig {
  font-size: 14pt;
}

td#jumpContents p.blueH {
  font-size: 11pt;
  color: rgb(51,51,153);
}


td#regSmall {
  border-left: dotted 1px #999999;
  width: 300px;
}

p.big, p.big a {
  font-size: 14pt;
}

td#contents {
  padding-left: 8px;
}

td#contents h2 {
  background:#fff url(/ecora/img/h3_sectionhead.gif) no-repeat bottom left; 
  font-size: 10pt;
  padding:0 0 2px 20px; 
  margin:0 0 5px 0; 
  clear:right; 
  color:#c00;
} 

td#contents h3 {
/*  background:#fff url(/ecora/img/h3n_sectionhead.gif) no-repeat bottom left;  */
  background: none;
  FONT-SIZE: 10pt;
  padding:0 0 2px 0px; 
  margin:0 0 5px 1em; 
  clear: none; 
  color:#c00;
} 

div.sr p {
  clear: both;
}

div.note {
  clear: both;
}

div.noteimg {
  float: left;
  width: 18px;
}

div.notetxt {
  float: left;
  margin-left: 8px;
  width: 440px;
  clear: right;
}

div.resource {
  clear: both;
}

div.resimg {
  float: left;
  width: 18px;
}

div.restxt {
  float: left;
  margin-left: 8px;
  width: 400px;
}


ul.notable li {
  clear: both;
}

div.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px; /* MSIE */
  /* border: 1px solid green; */
}

p.clear {
  clear: both;
}

div.notetxt ul {
  margin-top: 0px;
}

div.sr ul {
  margin-top: 5px;
}

td#contents div.sr h2 {
  background: #ffffff;
  font-size: 10pt;
  padding :0 0 2px 0px; 
  margin:0 0 5px 0; 
  clear: right; 
  color: #000000;
}


div.patchalert {
  border: 1px solid black;
  padding: 0px;
  background: #f7f3f7;
}

div.patchalertround {
  padding: 0px;
  width: 200px;
}

div.patchalert div.patchheader, div.patchalertround div.patchheader {
  text-align: center;
  color: white;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}

div.patchalert div.patchheader {
  padding: 5px;
  border-bottom: black 1px solid;
  background: #ff0000;
}

div.patchalertround div.patchheader {
  background: #ff0000 url(/ecora/images/borders/alert-top.png) no-repeat;
  height: 17px;
  height:expression("22px"); /* MSIE doesn't count paddings */
  padding-top: 5px;
}

div.patchalert p.patchdate, div.patchalertround p.patchdate {
  color: black;
  font-family: verdana, arial;
  font-size: 8pt;
  margin: 0px;
  text-align: center;
}

div.patchalert p.patchlist, div.patchalertround p.patchlist {
 text-align: left;
 font-size: 8pt;
 margin: 1ex 5px 0px 5px;
 padding: 0px;
}	

div.patchbody {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}

div.patchfooter {
  background: url(/ecora/images/borders/alert-bottom.png) no-repeat;
  height: 10px;
}

p.pr {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;

}

/* sample_reports/gallery.asp */

td#img img {
  display: block;
}

img#i103, img#i105, img#i107, img#i109, img#i111, img#i113, img#i115, img#i117 {
  cursor: pointer;
}

div.rep {
/*  border: 1px dotted yellow; */
  visibility: hidden;
  display: none;
/*  padding: 0px 1em 0px 1em; */
}

div.rep p {
  margin: 1ex 1em 1ex 1em;
}

div.x50, div.x33 {
  clear: both;
  float: left;
  width: 100%;
}

div.x50 div.s {
  float: left;
  width: 45%;
  margin-left: 2em;
}

div.x33 div.s {
  float: left;
  width: 30%;
  padding-left: 2ex;
}

div.x50e {
  clear: left;
  height: 3px;
  width: 100%;
}

hr {
   color: #000000; background: #000000;
   margin-left: 0px; margin-right: 0px; 
   padding-left: 0px; padding-right: 0px;
   height: 1px; border-top: 1px #000000; 
   width: 100%;
}

strong.u, em.u, span.under, span.u, p.u {
  text-decoration: underline;
}

p.lists {
 margin-left: 2.5em;
 line-height: 1.5em;
}

p.lists span {
  padding-left: 1.5px;
}

a.arrowRed {
  background: url(/ecora/images/arrows/red.png) no-repeat 0px 4px;
  padding-left: 1.5ex;
}

p.arrowRed {
  background: url(/ecora/images/arrows/red.png) no-repeat 0px 4px;
  padding-left: 8px;
  margin-bottom: 3px;
}

p.arrowGreen {
  background: url(/ecora/images/arrows/green.png) no-repeat 0px 4px;
  padding-left: 8px;
  margin-bottom: 3px;
}

a.arrowBlue {
  background: url(/ecora/images/arrows/blue.png) no-repeat left center;
  padding-left: 1.5ex;
}

a.arrowGreen, a.arrowGreenI {
  background: url(/ecora/images/arrows/green.png) no-repeat 0px 4px;
  padding-left: 1.5ex;
  width: auto;
}

p.arrow span.block {
  display: block;
  padding-left: 1.5ex;
}

a.arrowGreen {
  display: block;
}

table#content tr {
  vertical-align: top;
}


div#event1 {
  float: left;
  width: 55%;
}

div#event2 {
  float: right;
  width: 40%;
}


p.eaANDwhite {
  background: url(/ecora/images/buttons/yes-green.png) no-repeat 10px 10px;
  padding: 10px 0px 20px 10px;
  text-align: left;
  cursor: pointer;
/* border: 1px solid yellow; */
}

p.eaANDwhite a {
  margin-left: 50px;
  text-decoration: none;
  color: black; 
  display: block;
  font-size: 10pt;
}

div#pr {
  font-family: Arial-Black, sans-serif;
}

div#pr p#fir {
  float: right;
  text-transform: uppercase;
  text-align: right;
  font-size: 12pt;
  font-weight: bold;
}

div#pr p#mc {
  font-size: 10pt;
  font-weight: bold;
}

div#pr p#mc span {
  text-decoration: underline;
}

div#pr p#mc a {
  font-size: 10pt;
}

div#pr p, div#pr ul {
  font-size: 9pt;
  text-align: justify;
}

div#pr a {
  font-size: 9pt;
}

div#pr h1 {
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  text-transform: none;
  text-align: center;

  color: #000000;
  padding-top: 1ex;
  border: 0px;
  margin-top: 0px;
  margin-bottom: 0.5em;
}

div#pr h1.sub {
  padding-top: 0ex;
  font-size: 12pt;
}


form#login {
  border: 1px solid #000000;
  margin: auto; width: auto;
  text-align: center;
}

form#login input {
  font-size: 8pt;
}

input.w10 {
  width: 15em;
}

div#dlwp {
  border: 1px solid #000000;
  background: orange;
  text-align: center;
  width: 20em;
}

div#dlwp a, div#dlwp a:hover {
  font-family: Tahoma;
  text-transform: uppercase;
  font-size: 9pt;
  display: block;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

div#contents {
  width: 480px;
  float: left;
}

div#webcontents {
  clear: both;
}

div#bookshot {
  width: 145px;
  float: right;
  text-align: center;
  margin-top: 1em;
  font-size: 8pt;
}

div#bookshot img {
  border: 1px solid #000000;
}

div#jumptext {
/*  width: 320px; */
/*  float: left; */
  font-size: 9pt;
  padding: 0ex 5px 0ex 5px;
}

div#wjumptext {
  width: 250px;
  float: left;
}

div#webtext {
  width: 250px;
  float: left;
  font-size: 9pt;
  padding: 0ex 5px 0ex 5px;
}

div#jumptextw {
  width: 506px;
  float: left;
  font-size: 9pt;
  padding: 0ex 3px 0ex 0px;
}

div#jumptext p a, div#jumptextw p a {
  font-size: 9pt;
}


div#jumptext p,
div#jumptextw p {
  margin-top: 0px;
  margin-bottom: 1em;
  text-align: left;
}

div#jumptext p.p1,
div#jumptextw p.p1 {
  font-size: 11pt;
  text-align: left;
}

div#contents p {
  margin-top: 0px;
  text-align: left;
}

div#reginfo {
  margin: 0px 0px 0px 0px;
  font-size: 9pt;
  /*clear: both; */
}

div#reginfo p {
  margin-top: 0px;
  text-align: center;
}

/*div#jumppage div#reginfo {
  width: 276px;
} */


div#jumppage h1 {
  font-size: 16pt;
  color: black;
  text-transform: none;
  border: 0px;
  padding: 1ex 0em 1em 0em;
/*  margin: 0px 0px 0px 145px; */
  margin: 0px 0px 0px 8px; 
  text-align: left;
}

div#jumppage {
  margin-top: 3ex;
}

div#regtext {
  font-size: 8pt;
  background: #dddddd;
  border: 1px solid black;
  text-align: left;
  padding: 1ex 1em 1ex 1em;
  margin: 1em;
  clear: both;
}

div#regtext h2 {
  font-size: 12pt;
  color: black;
  background: transparent;
  border: 0px;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 0.5ex 0px;
}

div#regtext p {
  margin: 0.5em 0px 0px 0px;
  padding: 0ex 0px 0ex 0px;
}

/* borders */

div#jumptext {
  border-right: none;
}
/*
div#reginfo {
  border-left: dotted 1px #999999;
}

div#webtext
div.jumpl div#jumptext,
div.jumpl div#jumptextw {
  border-right: 1px dotted #999999;
}

div#webcontents div#reginfo ,
div.jumpl div#reginfo {
  border-left: none;
  margin-top: 1em;
}

div.jumpr div#jumptext,
div.jumpr div#jumptextw {
  border-right: none;
}
div.jumpr div#reginfo {
  border-left: dotted 1px #999999;
}

*/

div#popupwarn {
  position: absolute;
  top: 87px;
  left: 8px;
  width: 205px;
  height: 73px;
  vertical-align: middle;

  border-top:    2px solid #663300;
  border-right:  2px solid #663300;
  border-bottom: 2px solid #663300;
  border-left:   2px solid #663300;

  background: #ffeeee;
  color: #cc3333;
  font-size: 12pt; 
  font-family: Arial, sans-serif;
  font-weight: bold;
                    	
  text-align: center;
  padding: 6ex 0px 6ex 0px;
  margin: 0 0 5ex 0;
}

div#popupwarn p {
  vertical-align: middle;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}

div#popupwarn a {
  color: red;
  font-family: Arial, sans-serif;
  font-size: 12pt;
}

div#popupwarn small {
  padding-top: 1ex;
  color: black;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

p.beforeul {
  margin-bottom: 0px;
}

ul.afterp {
  margin-top: 0px;
}

ul.inside {
  margin-top: 0px;
  margin-bottom: 0px;
}

div.bordered {
  border: 1px solid #000000;
  padding: 2px;
}

h2.sr {
  margin-top: 1em;
  clear: both;
}


td.dl, td.dl a {
  font-size: 9pt;
}

a.vs {
  margin-left: 1ex;
  margin-right: 1ex;
}

a.vs1 {
  margin-left: 0ex;
  margin-right: 1ex;
}

div.pul p {
  margin-bottom: 0px;
}

div.pul ul {
  margin-top: 0px;
}

span.nw, span.nowrap, td.nowrap {
  white-space: nowrap;
}

p#footer {
  text-align: center;
  font-size: 8pt;
}

p#footer a, p#footer span {
  margin: 0 1ex;
}

/*
div#googletrack {
  border: 2px dashed red;
}
*/

table.websch {
  width: 100%;
  border-top: 1px solid black;
  border-right: 0px;
  border-left: 1px solid black;
  margin-top: 1ex;
}

table.websch td {
 border-bottom: 1px solid black;
 border-right: 1px solid black;
 text-align: left;
 font-size: 9pt;
}

table.websch td.c {
  text-align: center;
}

table.websch th {
 border-bottom: 1px solid black;
 border-right: 1px solid black;
 text-align: center;
 background: #93bcdd;
 font-weight: normal;
}

table.websch thead th {
  font-weight: bold;
}

table.websch tr.n1 td {
  background: #eeeeff;
}

table.websch tr.n2 td {
  background: #ffffff;
}

table.websch tr.n3 td {
  background: #eeeeee;
}

p.red {
  color: red;
}

p.blueb {
  font-weight: bold;
  color: #18459C;
} 

p.c, div#pr p.c, div#regtext p.c, div.c, table.c {
 text-align: center;
}

div.c form {
 text-align: center;
}
table.c {
  margin: auto;
}

div.error {
  font-weight:bold;
  color:red;
  text-align: center;
}

p.warn {
  background: url(/ecora/images/warning.gif) no-repeat 0px 0px;
  padding-left: 25px;
  color: red;
  font-weight:bold;
}



div#reglogin {
  text-align: right;
  padding-right: 20px;
  padding-top: 0ex;
}

div#regwarn {
  background: url(/ecora/images/warning.gif) no-repeat;
  color: red;
  font-weight:bold;
  padding-left: 20px;
  margin-top: 1ex;
  margin-bottom: 5px;
}

div#debugclick {
  position: fixed;
  width: 10px; height: 10px; 
  right: 0px;
  top: 0px;
  background: #eeeeee;
}

div#debuginfo {
  border: 1px dashed gray;
  border-top: 1px solid gray;
  margin: 1em 1em 0px 1em;
  padding: 1ex;
  background: #eeeeee;
}

/* p.beforereg {
  float: left;
  width: 300px;
} */

div.tinyul ul, div.tinyul ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

div.tinyul li {
  padding-bottom: 0px;
}

/* subhead list */

ul.subhead {
  padding-left: 3ex;
}

ul.subhead li {
  font-weight: bold;
  list-style-type: square;
}

ul.subhead li ul {
  padding-left: 2ex;
}

ul.subhead li ul li {
  font-weight: normal;
  list-style-type: disc;
}

ul.subhead, ul.subhead li ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul.subhead li {
  padding-bottom: 0px;
}

table.download, table.download tr,
table.downloadthick, table.downloadthick tr {
  background: #cccccc;
  width: 100%;
}

table.download td, table.download th,
table.downloadthick td, table.downloadthick th {
  background: white;
  text-align: center;
}

table.download td.prod,
table.downloadthick td.prod {
  text-align: left;
  padding-left: 1ex;
}

table.downloadthick th.prod, table.downloadthick td.prod {
  background: #dddddd;
}

table.download, table.downloadthick {
  margin-top: 1em; clear: both;
}

ul.normal li {
  padding-bottom: 0px;
}

ul.square li {
  list-style-type: square;
}

ul.notop {
  margin-top: 0px;
}

ul.nobottom {
  margin-bottom: 0px;
}

ul.tiny {
  margin-left: 3ex;  /* for MSIE */
  padding-left: 0ex; /* for Mozilla */
}

table.rth th {
  vertical-align: top;
  text-align: right;
}

p.strong, input.strong {
  font-weight: bold;
}

p.em {
  font-style: italic;
}

p.blue {
  color: blue;
}

p.darkblue {
  color: #003366;
}

/* Information Collected */

div.TreeviewSpanArea {
  padding-top: 1em;
}

div.TreeviewSpanArea a {
  font-size: 10pt;
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  text-decoration: none;
  color: black
}

div.TreeviewSpanArea a:hover {
  color: #820082;
}

div.TreeviewSpanArea td {
  font-size: 10pt;
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

div.rightfly {
 clear:both; float: right; width: 200px;
 margin: 2em 0px 2em 5px;
 font-size: 9pt;
}

div.rightfly150 {
 clear:both; float: right; width: 150px;
 margin: 2em 0px 2em 5px;
 font-size: 9pt;
}

div.rightfly160 {
 clear:both; float: right;
 width: 160px; 
 margin: 2em 0px 2em 5px;
 font-size: 9pt;
}

div.rightfly div.rightflyhead {
 background: url(/ecora/images/top200blk.png);
 color: #003366; 
 height: 30px;
 font-family: Arial, sans-serif;
 font-weight: bold;
}

div.rightfly150 div.rightflyhead {
 background: url(/ecora/images/top150blk.png);
 color: #ffffff; 
 height: 30px;
 font-family: Arial, sans-serif;
 font-weight: bold;
}

div.rightfly160 div.rightflyhead {
 background: url(/ecora/images/top160blk.png) no-repeat #4488BB;
 color: #ffffff; 
 min-height: 30px;
 font-family: Arial, sans-serif;
 font-weight: bold;
 font-size: 10pt;
 text-align: center;
 padding: 2px 2px 2px 10px;
}

div.rightfly div.rightflytext {
 border: 1px solid black;
 border-top: 0px solid #dddddd;
 background: #dddddd;
 padding: 0px 3px 3px 3px;
}

div.rightfly160 div.rightflytext {
 border-left: 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 background: #ffffff;
 padding: 0px 3px 3px 3px;
}



div.rigtflytext p {
  margin-top: 0px;
  padding-bottom: 1ex;
}

p.f9pt  { font-size: 9pt; }
p.f10pt { font-size: 10pt; }
p.f11pt { font-size: 11pt; }
p.f12pt { font-size: 12pt; }

form.f9pt select, form.f9pt option {
  font-size: 9pt;
}

/* */
img#csSideLinkImage {
  opacity: 1.0; -moz-opacity: 1.0;
  filter: alpha(opacity=100);
}
img#awSideLinkImage {
  opacity: 1.0; -moz-opacity: 1.0;
  filter: alpha(opacity=100);
}
img#wpSideLinkImage {
  opacity: 1.0; -moz-opacity: 1.0;
  filter: alpha(opacity=100);
}
img#csSideLinkImage {
  opacity: 0.0; -moz-opacity: 0.0;
  filter: alpha(opacity=0);
}
img#awSideLinkImage {
  opacity: 0.0; -moz-opacity: 0.0;
  filter: alpha(opacity=0);
}
img#wpSideLinkImage {
  opacity: 0.0; -moz-opacity: 0.0;
  filter: alpha(opacity=0);
}


div.border1black {
  border: 1px solid black;
  padding: 5px;
}

p.gf160, div.gf160p p {
  background: url(/ecora/images/grayfill160.png) no-repeat;
}

div.ulnd li {
  list-style-type: none;
}

table.pt {
  width: 100%;
  border: 1px solid black;
}

table.pt thead {
  background: rgb(70,142,206);
}

table.pt thead th,
table.pt tbody th.subhead {
  padding: 3px 3px 3px 5px;
  text-align: left;
  color: #ffffff;
  background: rgb(70,142,206);
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

table.pt thead th select {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 8pt;
}

table.pt tbody td {
  border-top: 1px solid black;
}

table.pt tbody td.ptl {
  padding-left: 5px;
  font-weight: bold;
  background: #ffffcc;
  width: 170px;
}

table.pt tbody td.ptr {
  font-size: 8pt;
  background: #ffffcc;
  vertical-align: middle;
}

table.pt tbody td.ptr div {
  border: 1px solid black;
  background: #ffffff;
  padding: 1px 1px 1px 3px;
}
table.pt tbody td.ptr div strong {
  padding-right: 2em;
}

table.pt tbody td.ptq {
  background: #cccccc;
  text-align: center;
  border-right: 1px solid black;
  width: 50px;
}
table.pt tbody td.ptq input {
  font-size: 8pt;
  border: 1px solid black;
}

table.betalist, table.purchase {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  margin-top: 1em;
  clear: both;
}

table.betalist thead th, table.purchase thead th{
  background: #dedede;
  border-top: 1px solid black;
  border-left: 1px solid black;
}

table.betalist tbody td, table.purchase tbody td {
  border-top: 1px solid black;
  border-left: 1px solid black;
  font-size: 9pt;
  height: 48px;
}

table.purchase tbody td form  {
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}
table.purchase tbody td form input, table.purchase tbody td input {
  font-size: 8pt;
}

table.pt tbody td.ptq input.w {
  font-size: 8pt;
  color: #ff3300;
  background: #ffffdd;
}

/*
table.pt tbody#tbodycitrix,
table.pt tbody#tbodydomino,
table.pt tbody#tbodyexchange,
table.pt tbody#tbodyiis,
table.pt tbody#tbodymssql,
table.pt tbody#tbodynovell,
table.pt tbody#tbodyunix,
table.pt tbody#tbodywindows,
table.pt tbody#tbodyvmware,
table.pt tbody#tbodyoracle {
  display: none; 
}*/

ul.arrowRed {
  list-style: url(/ecora/images/arrows/red.png);
  padding-left: 2em;
  margin-left: 0px;
}

h2 {
  margin-top: 1em;
  margin-bottom: 1ex;
}

div.reportlist {
  width: 60%;
  margin-left: 20%;
  padding: 0px 5px 5px 5px;
  border: 1px solid black;
  background: #dedfde;
}

h6, p.h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; font-weight: bold; color: #18459C; 
  margin-top: 1ex;
} 

a.button {
  font-size: 9pt;
  font-weight: bolder;
  background-image: url(/ecora/img/submit_button.gif);
  color: #333333;
  font-family: arial;
  background-color: white;
  text-decoration: none;
  padding: 1pt 3pt 1pt 3pt;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
}

a.buttonr, a.buttons {
  font-size: 9pt;
  font-weight: bold;
  color: #333333;
  font-family: arial;
  background-color: #dddddd;
  text-decoration: none;
  padding: 1pt 3pt 1pt 3pt;
}

/* msie hack */
a.buttonr:hover, a.buttonr:visited,
a.buttons:hover, a.buttons:visited {
  color: #333333;
}



div.lightbox, div.lightboxblue {
  width: 200px;
  margin-top: 1em;
}

div.lightbox div.lightboxhead {
  height: 10px;
  font-size: 1px;
  background: url(/ecora/images/borders/lightbox-top.png) no-repeat;
}

div.lightboxblue div.lightboxhead {
  height: 10px;
  font-size: 1px;
  background: url(/ecora/images/borders/lightbox-blue-top.png) no-repeat;
}

div.lightbox div.lightboxfoot {
  height: 10px;
  font-size: 1px;
  background: url(/ecora/images/borders/lightbox-bottom.png) no-repeat;
}

div.lightboxblue div.lightboxfoot {
  height: 10px;
  font-size: 1px;
  background: url(/ecora/images/borders/lightbox-blue-bottom.png) no-repeat;
}

div.lightbox div.lightboxbody {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  padding: 0px 5px 0px 5px;
}

div.lightboxblue div.lightboxbody {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  padding: 0px 5px 0px 5px;
  background: #ddddff;
}

div.lightboxbody h3 {
  margin-top: 0px; padding-top: 0px;
}

div.lightboxbody ul {
  margin-bottom: 0px;
}

select.headed {
  font-size: 8pt;
}

select.headed option {
  padding-left: 1em;
  font-size: 8pt;
}

select.headed option.head {
  padding-left: 0em;
  font-weight: bold;
}

table.sol {
  background: #dddddd;
  width: 100%;
}

table.sol tr {
}

table.sol th {
  text-align: left;
  background: #cccccc;
}

table.sol td {
  font-size: 8pt;
  background: #ffffff;
}

table.sol tbody {
  display: none;
}

h2.book {
  margin-left: 40px;
  display: none;
}

p.pdesc {
 margin: 0px;
 padding-left: 40px;
}

p.pdesc a {
  font-weight: bold;
}
div#book0, div#book1, div#book2, div#book3, div#book4, div#book5, div#book6, div#book7 {
  margin-top: 2ex;
} 

div#book0 { background: url(/ecora/img/box-grey.gif) no-repeat; }
div#book1 { background: url(/ecora/img/box-blue.gif) no-repeat; }
div#book2 { background: url(/ecora/img/box-orange.gif) no-repeat; }
div#book3 { background: url(/ecora/img/box-yellow.gif) no-repeat; }
div#book4 { background: url(/ecora/img/box-green.gif) no-repeat; }
div#book5 { background: url(/ecora/img/box-grey.gif) no-repeat; }
div#book6 { background: url(/ecora/img/box-blue.gif) no-repeat; }
div#book7 { background: url(/ecora/img/box-orange.gif) no-repeat; }

p.plinks {
  margin-top: 0px;
  padding-left: 40px;
}

/* Default page login form */

form#regfld {
  border: 1px solid #999999;
  width: 180px;
}

form#regfld p.h {
  margin: 0px; padding: 0px;
  font-size: 1px;
  display: none;
}

form#regfld div {
  clear: both;
  margin-top: 1px;
}

form#regfld div strong {
  font-size: 7pt;
  text-align: right;
  width: 47px;
  float: left;
  margin: 2px 1px 0px 1px;
}

form#regfld div input {
  border: 1px solid #cccccc;
  font-size: 7pt;
  width: 124px;
  min-width: 129px; /* mozilla */
}

/* Two-Columns Registration Form */

form#regform2, form#regform2login, form#regform2l {
  border: 1px solid black;
  margin: 0px;
  width: 524px;
  padding: 0px 0px 1ex 0px;
  font-size: 8pt;
  clear: both;
}

form#regform2l {
  width: 300px;
  margin-left: 112px;
}

form#regform2login {
  margin-top: 1ex;
  padding-bottom: 0px; /* no sense -- button is to the right */
  border-bottom: 0px; /* there's registration form border below */
}

form#regform2 p.h, form#regform2login p.h, form#regform2l p.h {
  border-bottom: 1px solid black;
  margin: 0px 0px 5px 0px;
  padding: 1px;
  text-transform: uppercase;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #ffffff;
  background: #006699;
  text-align: center;
}

form#regform2 em.red {
  padding-left: 3px;
}

div#regform2auditor {
  text-align: center;
  border-bottom: 1px solid #999999;
  font-weight: bold;
  font-size: 10pt;
}

form#regform2 div#regform2left,
form#regform2login div#regform2loginleft {
  float: left;
  width: 261px;
  padding-top: 2px;
  padding-bottom: 6px;
}

form#regform2 div#regform2right,
form#regform2login div#regform2loginright {
  float: left;
  width: 260px;
  clear: right;
  border-left: 1px solid #999999;
  padding-top: 2px;
  padding-bottom: 10px;
}

form#regform2login div#regform2loginright {
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
}

form#regform2login div#regform2loginforgot {
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-left: 0px;
  border-left: 1px solid #999999;
  float: left;
  height: 44px;
  max-height: 20px;
}

form#regform2 div div input,
form#regform2 div div select,
form#regform2login div div input,
form#regform2l div input {
  font-size: 8pt;
  margin: 0px 0px 0px 2px;
  border: 1px solid black;
  width: 160px;
}

form#regform2 div div,
form#regform2login div div,
form#regform2l div {
  clear: both;
  margin-top: 2px;
}

form#regform2 div div strong,
form#regform2login div div strong,
form#regform2l div strong {
  float: left;
  text-align: right;
  width: 90px;
  margin-left: 3px;
}

form#regform2 p.c,
form#regform2l p.c {
  margin-top: 2px;
  padding-top: 0px;
} 

input.formsubmit, input.formsubmitsmall, input.formsubmitw {
  font-weight: bold;
  font-size: 9pt;
  height: 30px;
  color: black;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background: #cccccc url(/ecora/img/btn-sh.gif) repeat-x;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
}

input.formsubmitsmall {
  height: 18px;
  font-size: 8pt;
  padding-top: 0px; margin-top: 0px;
  vertical-align: top;
}

form#regform2 input.formsubmit,
form#regform2login input.formsubmit,
form#regform2l input.formsubmit {
  width: 80px;
}

form#regform1 input.formsubmit { /* Sign Up Now */
  width: 120px;
}

p.top2px {
  border-top: 2px solid white;
}


strong.normal, span.normal {
  font-weight: normal;
}



table.matrix {
  width: 100%;
  border-spacing: 0px;
  border-bottom: 1px solid black;
  border-collapse: collapse;
}

table.matrix col#col1 {
  width: 180px;
}

table.matrix col#col3 {
  background: #cceeff;
}
table.matrix col#col4 {
  background: #ffeedd;
}
table.matrix thead tr#boxes {
  border: 0px solid white;
  background: #ffffff;
}
table.matrix thead tr#boxes td {
  text-align: center;
}


table.matrix thead tr th {
  border-top: 1px solid black;
  border-right: 1px solid black;
  text-align: center;
  padding: 5px;
  font-family: Verdana, sans-serif;
}

table.matrix thead tr th#th1 {
  border-left: 1px solid black;
  text-align: left;
  background: #c0c0c0;
}
table.matrix thead tr th#th3 {
  background: #77bbee;
}
table.matrix thead tr th#th4 {
  background: #ffdd99;
}
table.matrix tbody tr td {
  border-top: 1px solid black;
  border-right: 1px solid black;
  text-align: center;
  font-size: 8pt;
  font-family: Tahoma, Verdana, sans-serif;
  padding: 5px;
}

table.matrix tbody tr td a {
  font-size: 8pt;
  font-family: Tahoma, Verdana, sans-serif;
}

table.matrix tbody tr th {
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  text-align: left;
  font-weight: normal;
  font-size: 8pt;
  font-family: Tahoma, Verdana, sans-serif;
  padding: 5px;
  background: #e0e0e0;
}

table.matrix tbody tr.sub td {
  border-top: none;
  padding: 0px 5px 0px 5px;
}

table.matrix tbody tr.sub th {
  border-top: none;
  padding: 0px 5px 0px 10px;
}

table.matrix tbody tr.nolrmar td {
  padding-left: 0px; padding-right: 0px;
}

tr.vatop td {
  vertical-align: top;
}

p#regnotice {
  /* float: right; */
  color: red;
  padding-right: 5px;
  /* width: 220px; */
  font-size: 8pt;
  text-align: right;
  margin-top: 0px;
  padding-top: 0px;
}

p#regnotice2 {
  color: red;
  padding-right: 5px;
  font-size: 8pt;
  text-align: right;
  margin-top: 0px;
  padding-top: 0px;
}


/* rounded */

.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}

a.rbutton200px, a.rbutton220px, a.rbutton240px {
  display: block;
  line-height: 33px;
  height: 33px;
  white-space: nowrap;  
  font-size: 9pt;
  font-weight: bolder;
  color: #333333;
  font-family: arial;
  background-color: white;
  text-decoration: none;
  padding: 0px 0px 4px 30px;
  margin: 0px 8px 0px 8px;
}

a.rbutton200px {
  background: url(/ecora/images/buttons/roundbutton200px.png) no-repeat;
  width: 200px;
}
a.rbutton220px {
  background: url(/ecora/images/buttons/roundbutton220px.png) no-repeat;
  width: 220px;
}
a.rbutton240px {
  background: url(/ecora/images/buttons/roundbutton240px.png) no-repeat;
  width: 240px;
}
/* mozilla hacks */
a[class="rbutton200px"],a[class="rbutton220px"],a[class="rbutton240px"]  { 
  padding: 8px 20px 11px 30px;
}

/* msie hacks */
a.rbutton200px:visited, a.rbutton220px:visited, a.rbutton240px:visited,
a.rbutton200px:hover, a.rbutton220px:hover, a.rbutton240px:hover {
  color: #333333;
}

a img {
  border: 0px;
}
div.nlheadtrybuy {
  white-space: nowrap; 
  margin: 0px;
  padding: 8px 0px 0px 0px;
  float: left;
}

