/* body {
        margin:0;
        padding:0;
  	font-family: arial, sans-serif;
	font-size: 11px;
        text-align:center;
        color:#000000;
        line-height:1.3;
        background:#FFFFFF;
}

.text {
        margin:8px 0 24px 0;
} */

body.mainLayout {
  margin: 0px;
}

body.miniLayout {
  margin: 0px;
}

p.daisy-error {
  border: 1px solid #c03333;
  background-color: #f1b2b2;
  margin: 4px;
  padding: 2px 4px;
}

img {
  border: 0px; /* otherwise img's inside a's have those fat blue boxes around them */
}

#doclinks h2 {
    font-size: 1em;
    font-weight: bold;
}

p.note {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 40px;
  background-image: url("../images/note.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
  min-height: 24px;
}

p.warn {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 40px;
  background-image: url("../images/important.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
  min-height: 24px;
}

p.fixme {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 40px;
  background-image: url("../images/fixme.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
  min-height: 24px;
}

pre.query {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 60px;
  background-image: url("../images/query.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
}

pre.include {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 60px;
  background-image: url("../images/include.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
}

pre.query-and-include {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 100px;
  background-image: url("../images/query-and-include.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
}

pre {
  border: 1px solid gray;
  background-color: #D3D3D3;
}

.nextpagelink {
	float: right; 
	text-decoration: none;
	width: 100px; 
	font-size: .9em;	
	text-align: center;
}
.nextpagelink a {
	background-image: url(/images/next.gif);
	display:block;
	text-decoration: none;
	width: 100px;
	height: 20px;
	font-size: .9em;	
}

.nextpagelink a:hover {
	background-image: url(/images/next_down.gif);
	width: 100px; 
	font-size: .9em;	
}

.prevpagelink {
	float: left; 
	text-decoration: none;
	width: 100px; 
	font-size: .9em;	
	text-align: center;
}
.prevpagelink a {
	background-image: url(/images/previous.gif);
	display:block;
	text-decoration: none;
	width: 100px;
	height: 20px;
	font-size: .9em;	
}

.prevpagelink a:hover {
	background-image: url(/images/previous_down.gif);
	width: 100px; 
	font-size: .9em;	
}

h1.daisy-document-name {
  font-size: 130%;
  color: black;
}

h1 {
  font-size: 120%;
  color: #008332; /* daisy i-letter green */
}

h2 {
  font-size: 110%;
  font-weight: bold;
  border-bottom: 1px solid #c3a66d;
  margin-top: 8px;
  margin-bottom: 4px;
}

h3 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 4px;
}

h4 {
  font-size: 100%;
  text-decoration: underline;
  margin-top: 8px;
  margin-bottom: 4px;
}

h5 {
  font-size: 100%;
  font-style: italic;
  margin-top: 8px;
  margin-bottom: 4px;
}

#searchInput {
  border: 1px solid black;
  font-size: 80%;
}

#searchButton {
  font-size: 80%;
}

#pageMessage {
  background-color: #a4e886;
  border: 1px solid #53803f;
  padding: 8px;
  margin: 8px;
}

/*
  General layout styles
 */
.layoutHeader {
  background-color: #c3a66d;
}

.miniLayoutHeader {
  background-color: #336699;
  border-bottom: 2px solid #c9c9c9;
  padding-bottom: 3px;
}

.miniLayoutHeader h1 {
  color: white;
}

.miniLayoutContent {
  margin: 0px 4px 0px 4px;
}

.listingSmallText {
    font-size: 7pt;
    color: black;
}

.generalNavigation {
	background-image: url(/images/bg_toolBar.gif);
	line-height:15px;
	background-repeat:repeat-x;
	color:#000000;
    font-weight: 900; 
    font-family: arial, arial, helvetica, sans-serif; 
    padding-top: 1px;
    padding-bottom: 0px;
    font-size: 8pt;
    border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;  
  background-color: white;
  color: black;
  border-bottom: 2px solid #336699;
/*  padding-left: 205px; */
text-align: center;
}

table.layout {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-collapse: collapse;
}

table.layout td {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.leftSideBlock {
  vertical-align: top;
  width: 200px;
}

.rightSideBlock {
  vertical-align: top;
  width: 200px;
}

.mainBlock {
  vertical-align: top;
 /* text-align: left; */
}

.content {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
}

.pageNavigation {
  border: 1px solid #CCCCCC;
  background-color: #F4F4EE;
  font-size: 80%;
  width: 190px;
  margin: 4px;
}

.pageNavigation ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.pageNavigation a
{
  display: block;
  color: #000099;
  background-color: #F4F4EE;
  padding: 3px 4px 3px 8px;
  text-decoration: none;
  border-bottom: 1px solid #DCDCDC;
}

.pageNavigation a:hover
{
  background-color: #FFFFFF;
  color: #999999;
}

.siteNavigation {
  font-size: 80%;
}

.siteNavigation a {
  color: black;
  text-decoration: none;
}

.siteNavigation a:hover {
  text-decoration: underline;
}

.documentInfo {
  border-top: 1px solid gray;
  color: gray;
  padding: 2px 2px 4px 4px;
  font-size: 67%;
}

/*
  Styles used for rendering the hierarchical navigation
 */
.WPTitle
{
	background-image: url(/images/bg_toolBar.gif);
	line-height:20px;
	background-repeat:repeat-x;
	color:#000000;
    font-weight: 900; 
    font-family: arial, arial, helvetica, sans-serif; 
    padding-left: 6px; 
    padding-right: 7px; 
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 8pt;
    border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	
}
.SignUPTitle
{
	background-image: url(/images/bg_toolBar.gif);
	line-height:20px;
	background-repeat:repeat-x;
	color:#000000;
    font-weight: 900; 
    font-family: arial, arial, helvetica, sans-serif; 
    padding-left: 6px; 
    padding-right: 7px; 
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12pt;
    text-align:center;
    border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	
}
#navcontainer {
  border: 1px solid #CCCCCC;
  background-color: #F4F4EE;
  width: 190px;
  font-size: 80%;
  margin: 4px;
}

#navcontainer ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#navcontainer a
{
  display: block;
  color: #000099;
  background-color: #F4F4EE;
  padding: 3px 4px 3px 8px;
  text-decoration: none;
  border-bottom: 1px solid #DCDCDC;
}

#navcontainer a:hover
{
  background-color: #FFFFFF;
  color: #999999;
}

#navcontainer a.navgroup
{
	background-image: url(/images/bg_titleBar.gif);
	line-height:15px;
	background-repeat:repeat-x;
	color:#000000;
    font-weight: 900; 
    font-family: arial, arial, helvetica, sans-serif; 
    padding-left: 6px; 
    padding-right: 7px; 
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 8pt;
    border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

#navcontainer a.navgroupselected
{
  	background-image: url(/images/bg_titleBar.gif);
	line-height:15px;
   background-color: #FFFFEE;
    font-weight: 900; 
    font-family: arial, arial, helvetica, sans-serif; 
    padding-left: 6px; 
    padding-right: 7px; 
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 8pt;
    border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
   
}

#navcontainer a.navgroup:hover
{
  color: #999999;
  background-color: #FFFFFF;
}

#navcontainer a.navgroupselected:hover
{
  color: black;
  background-color: #7098BE;
}

#navcontainer li li a
{
  display: block;
  color: #000099;
  background-color: #F4F4EE;
  padding: 3px 4px 3px 17px;
  text-decoration: none;
  border-bottom: 1px solid #DCDCDC;
}

#navcontainer li li li a
{
  display: block;
  color: #000099;
  background-color: #F4F4EE;
  padding: 3px 21px 3px 26px;
  text-decoration: none;
  border-bottom: 1px solid #DCDCDC;
}

#navcontainer li li li li a
{
  display: block;
  color: #000099;
  background-color: #F4F4EE;
  padding: 3px 12px 3px 35px;
  text-decoration: none;
  border-bottom: 1px solid #DCDCDC;
}

#navcontainer li li li li li a
{
  display: block;
  color: #000099;
  background-color: #F4F4EE;
  padding: 3px 3px 3px 44px;
  text-decoration: none;
  border-bottom: 1px solid #DCDCDC;
}


a.navnodeselected {
    font-weight: bold;
}

a.navgroupselected {
    font-weight: bold;
}

a.navgroup {
  /* cursor: default; */
}

a.navgroupselected {
  /* cursor: default; */
}

/*
 * Styles used for the general menu.
 */
#menu {
  z-index: 12;
  padding : 0px 0px;
  margin: 0px;
}
#menu ul {
  list-style : none;
  width: 125px;
  padding: 0;
  margin : 0;
  position : absolute;
  visibility : hidden;
  white-space : nowrap;

}
#menu li {
  display : inline;
}
#menu li a {
  padding : 2px 7px 2px 7px;
  text-decoration : none;
  color: black;

}
#menu li a:hover {
  color: black;
  background-color: #d9d9d9;
}
#menu li a.menuLink:hover {
  text-decoration: none;
  cursor: default;
  background-color: #d9d9d9;
}
#menu ul li {
  display: block;
  float: none;
  margin: 0px;
  padding : 0px;
  white-space : normal;
  border-bottom: 1px solid white;
}
#menu ul li a {
  padding : 0px;
  text-decoration: none;
  color: black;
  background-color: #d9d9d9;
  padding: 2px 3px 2px 3px;
  margin: 0px 0px 0px 0px;
  width: 119px;
  display: block;
}
#menu ul li a:hover {
  color: black;
  background-color: #c9c9c9;
}

/* Tables that are part of the document content. */
table.content {
  border-spacing: 0pt;
  border-collapse: collapse;
  font-size: small;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}
table.content tbody tr td {
  border: 1px solid #DCDCDC;
  padding: 2px 4px 2px 4px;
}
table.content noBorder tr td{
  border: 1px solid gray;
  padding: 2px 4px 2px 4px;
}
table.content tbody tr th {
  	background-image: url(/images/bg_titleBar.gif);
	line-height:15px;
   background-color: #FFFFEE;
    font-weight: 900; 
    font-family: arial, arial, helvetica, sans-serif; 
    padding-left: 6px; 
    padding-right: 7px; 
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 8pt;
    border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

/* Styles used for the various tables such as version overview table, search result table, ... */
table.default {
  border-spacing: 0pt;
  border-collapse: collapse;
  font-size: small;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 100%;
}
table.default tr td {
  border: 1px solid gray;
  padding: 2px 4px 2px 4px;
}
table.default tr th {
  	background-image: url(/images/bg_titleBar.gif);
	line-height:15px;
   background-color: #FFFFEE;
    font-weight: 900; 
    font-family: arial, arial, helvetica, sans-serif; 
    padding-left: 6px; 
    padding-right: 7px; 
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 8pt;
    border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
  border: 1px solid gray;
  background-color: #D3D3D3;
  padding: 2px 4px 2px 4px;
}

/*
 * Styles specific for the document page
 */
div.info-message {
  border: 1px solid gray;
  padding: 8px;
  margin: 8px;
  background-color: #f5fd9d;
}

.commentsTitle {
  font-size: 130%;
  font-weight: bold;
}

div.comments {
  margin-top: 20px;
  margin: 8px;
}

div.comment {
  padding: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

div.publicComment {
  border: 1px solid #729c9a;
  /* background-color: #b4fdf9; */
}

div.editorsComment {
  border: 1px solid #ee7600;
  /* background-color: #eebd8d; */
}

div.privateComment {
  border: 1px solid #de005e;
  /* background-color: #d9a3ba; */
}

div.commentheader {
  font-size: small;
  font-weight: bold;
  padding-left: 20px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

div.publicComment div.commentheader {
  background-image: url("../images/public_comment.gif");
}

div.privateComment div.commentheader {
  background-image: url("../images/private_comment.gif");
}

div.editorsComment div.commentheader {
  background-image: url("../images/editors_comment.gif");
}

span.commentActions {
  font-size: small;
}

span.commentVisibility {
  font-size: small;
  font-weight: bold;
}

div.commentbody {
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 6px;
}

div.addCommentTitle {
  font-weight: bold;
  margin-top: 12px;
  padding-left: 23px;
  background-image: url("../images/speak.gif");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

div.addComment {
  margin-left: 23px;
}

/*
 * Styles specific for fulltext search result page
 */
div.fulltext-doc-summary {
  margin-left: 1em;
  margin-right: 2em;
}

div.fulltext-infoline {
  margin-left: 1em;
  margin-right: 2em;
  color: gray;
}

/*
 * Styles specific for document editing page
 */
table.docedit-links tr.targetrow td {
  padding-bottom: 8px;
}

.saveOptions {
  font-size: 80%;
  margin: 3px 0px 3px 0px;
}

a.button {
  text-decoration: none;
  color: black;
  padding: 3px 8px 3px 8px;
  background-color: #7098BE;
  border: 1px solid #204263;
  font-size: 80%;
}

a.button:hover {
  text-decoration: underline;
}

/*
 * Styles specific for the doctype selection page.
 */
.doctypeLabel {
}

.doctypeDescription {
    font-style: italic;
    padding-bottom: 10px;
    padding-left: 20px;
}

/*
 * Styles specific for the diff page.
 */
div.diff-added {
  font-family: "Andale Mono", monospace;
  font-size: 80%;
  background-color: #ccffcc; /* light green */
  border-left: 4px solid #006400; /* dark green */
}
div.diff-removed {
  font-family: "Andale Mono", monospace;
  font-size: 80%;
  background-color: #fdc6c6; /* light red */
  border-left: 4px solid #8B0000; /* dark red */
}
div.diff-unchanged {
  font-family: "Andale Mono", monospace;
  font-size: 80%;
  border-left: 4px solid #D3D3D3;
}
span.diff-added {
  background-color: #58ff87;
}
span.diff-removed {
  background-color: #ff8686;
  text-decoration: line-through;
}

span.diffpage-nochanges {
  font-style: italic;
}

div.diffpage-contentdiff-title {
  border: 1px solid gray;
  text-align: center;
  border-bottom: 0px;
}
div.diffpage-contentdiff {
  border: 1px solid gray;
}

span.diffpage-removedfield {
  text-decoration: line-through;
}


/*
 * Styles specific for the versions overview page.
 */
tr.live {
  background-color: #90EE90;
}

/*
 * Styles specific for the site index page.
 */
table.siteindex td {
  padding: 6px;
}

a.sitelink {
  padding-left: 10px;
  background-image: url("../images/bullet.png");
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

.amenities {
	font: normal 8pt "Arial", sans-serif;
}

.listjustify {
	text-align:justify;
        font-family: arial, sans-serif;
        font-size: 10px;
        text-align:center;
        color:#736F6E;
}

.ads {
padding-top:1px;
padding-bottom:1px;
padding-left:5px;
padding-right:9px;
/*border-color:#736F6E;*/
border-color:#DCDCDC;
border-width:thin;
border-style:solid
}

#agree_scroll
{
     height:100%;
     overflow:auto;
}

a.quicksearchlink:link {text-decoration:none; color: #0000FF; background: #33CCFF; font-weight: normal;font-size: 10pt;}
a.quicksearchlink:active {text-decoration:none; color: #0000FF; background: #33CCFF; font-weight: normal;font-size: 10pt;}
a.quicksearchlink:visited {text-decoration:none; color: #0000FF; background: #33CCFF; font-weight: normal;font-size: 10pt;}
a.quicksearchlink:hover {text-decoration:underline; color: #0000FF; background: #33CCFF; font-weight: normal;font-size: 10pt;}

a.copyrightlink:link {text-decoration:none; color: #0000FF; background: #ffffff; font-weight: normal;font-size: 6pt;}
a.copyrightlink:active {text-decoration:none; color: #0000FF; background: #ffffff; font-weight: normal;font-size: 6pt;}
a.copyrightlink:visited {text-decoration:none; color: #0000FF; background: #ffffff; font-weight: normal;font-size: 6pt;}
a.copyrightlink:hover {text-decoration:underline; color: #0000FF; background: #ffffff; font-weight: normal;font-size: 6pt;}

a.smalllink:link {text-decoration:none; color: #0000FF; font-weight: normal;font-size: 7pt;}
a.smalllink:active {text-decoration:none; color: #0000FF; font-weight: normal;font-size: 7pt;}
a.smalllink:visited {text-decoration:none; color: #0000FF; font-weight: normal;font-size: 7pt;}
a.smalllink:hover {text-decoration:underline; color: #0000FF; font-weight: normal;font-size: 7pt;}

a.footerlink:link {text-decoration:none; color: #0000FF; background: #ffffff; font-weight: normal;font-size: 8pt;}
a.footerlink:active {text-decoration:none; color: #0000FF; background: #ffffff; font-weight: normal;font-size: 8pt;}
a.footerlink:visited {text-decoration:none; color: #0000FF; background: #ffffff; font-weight: normal;font-size: 8pt;}
a.footerlink:hover {text-decoration:underline; color: #0000FF; background: #ffffff; font-weight: normal;font-size: 8pt;}

a.bonuslink:link {text-decoration:underline; color: #0000FF; font-weight: bold;font-size: 10pt;}
a.bonuslink:active {text-decoration:none; color: #FFFFFF; font-weight: bold;font-size: 10pt;}
a.bonuslink:visited {text-decoration:none; color: #FFFFFF; font-weight: bold;font-size: 10pt;}
a.bonuslink:hover {text-decoration:underline; color: #FFFF00; font-weight: bold;font-size: 10pt;}

a.basiclink:link {text-decoration:none; color: #0000FF; background: #ffffff; font-weight: normal;font-size: 10pt;}
a.basiclink:active {text-decoration:none; color: #0000FF; background: #ffffff; font-weight: normal;font-size: 10pt;}
a.basiclink:visited {text-decoration:none; color: #0000FF; background: #ffffff; font-weight: normal;font-size: 10pt;}
a.basiclink:hover {text-decoration:underline; color: #0000FF; background: #ffffff; font-weight: normal;font-size: 10pt;}

/* index page links */
a.indexlink:link {text-decoration:none; color: #0000FF; font-weight: normal;font-size: 12pt;}
a.indexlink:active {text-decoration:none; color: #0000FF; font-weight: normal;font-size: 12pt;}
a.indexlink:visited {text-decoration:none; color: #0000FF; font-weight: normal;font-size: 12pt;}
a.indexlink:hover {text-decoration:underline; color: #0000FF; font-weight: normal;font-size: 12pt;}

a.listinglink:link {text-decoration:none; color: #0099FF; font-weight: normal;font-size: 15pt;}
a.listinglink:active {text-decoration:none; color: #0099FF; font-weight: normal;font-size: 15pt;}
a.listinglink:visited {text-decoration:none; color: #2F4F4F; font-weight: normal;font-size: 15pt;}
a.listinglink:hover {text-decoration:underline; color: #0000FF; font-weight: normal;font-size: 15pt;}

/*
 * the following taken from Mozilla quirck mode stylesheet
 * See http://lxr.mozilla.org/seamonkey/source/layout/html/document/src/quirk.css
 * avoids the top and bottom margin of elements in table cells
 */

td > form:-moz-first-node, th > form:-moz-first-node,
td > p:-moz-first-node, th > p:-moz-first-node,
td > dl:-moz-first-node, th > dl:-moz-first-node,
td > multicol:-moz-first-node, th > multicol:-moz-first-node,
td > blockquote:-moz-first-node, th > blockquote:-moz-first-node,
td > h1:-moz-first-node, th > h1:-moz-first-node,
td > h2:-moz-first-node, th > h2:-moz-first-node,
td > h3:-moz-first-node, th > h3:-moz-first-node,
td > h4:-moz-first-node, th > h4:-moz-first-node,
td > h5:-moz-first-node, th > h5:-moz-first-node,
td > h6:-moz-first-node, th > h6:-moz-first-node,
td > listing:-moz-first-node, th > listing:-moz-first-node,
td > plaintext:-moz-first-node, th > plaintext:-moz-first-node,
td > xmp:-moz-first-node, th > xmp:-moz-first-node,
td > pre:-moz-first-node, th > pre:-moz-first-node,
td > ul:-moz-first-node, th > ul:-moz-first-node,
td > menu:-moz-first-node, th > menu:-moz-first-node,
td > dir:-moz-first-node, th > dir:-moz-first-node,
td > ol:-moz-first-node, th > ol:-moz-first-node {
   margin-top: 0;
}

td > p:-moz-last-node, th > p:-moz-last-node {
   margin-bottom: 0;
}

td > form:empty:-moz-first-node, th > form:empty:-moz-first-node,
td > p:empty:-moz-first-node, th > p:empty:-moz-first-node,
td > dl:empty:-moz-first-node, th > dl:empty:-moz-first-node,
td > multicol:empty:-moz-first-node, th > multicol:empty:-moz-first-node,
td > blockquote:empty:-moz-first-node, th > blockquote:empty:-moz-first-node,
td > h1:empty:-moz-first-node, th > h1:empty:-moz-first-node,
td > h2:empty:-moz-first-node, th > h2:empty:-moz-first-node,
td > h3:empty:-moz-first-node, th > h3:empty:-moz-first-node,
td > h4:empty:-moz-first-node, th > h4:empty:-moz-first-node,
td > h5:empty:-moz-first-node, th > h5:empty:-moz-first-node,
td > h6:empty:-moz-first-node, th > h6:empty:-moz-first-node,
th > listing:empty:-moz-first-node,
th > plaintext:empty:-moz-first-node,
td > xmp:empty:-moz-first-node, th > xmp:empty:-moz-first-node,
td > pre:empty:-moz-first-node, th > pre:empty:-moz-first-node,
td > ul:empty:-moz-first-node, th > ul:empty:-moz-first-node,
td > menu:empty:-moz-first-node, th > menu:empty:-moz-first-node,
td > dir:empty:-moz-first-node, th > dir:empty:-moz-first-node,
td > ol:empty:-moz-first-node, th > ol:empty:-moz-first-node {
   margin-bottom: 0;
}

td > form:empty:-moz-last-node, th > form:empty:-moz-last-node,
td > p:empty:-moz-last-node, th > p:empty:-moz-last-node,
td > dl:empty:-moz-last-node, th > dl:empty:-moz-last-node,
td > multicol:empty:-moz-last-node, th > multicol:empty:-moz-last-node,
td > blockquote:empty:-moz-last-node, th > blockquote:empty:-moz-last-node,
td > h1:empty:-moz-last-node, th > h1:empty:-moz-last-node,
td > h2:empty:-moz-last-node, th > h2:empty:-moz-last-node,
td > h3:empty:-moz-last-node, th > h3:empty:-moz-last-node,
td > h4:empty:-moz-last-node, th > h4:empty:-moz-last-node,
td > h5:empty:-moz-last-node, th > h5:empty:-moz-last-node,
td > h6:empty:-moz-last-node, th > h6:empty:-moz-last-node,
td > listing:empty:-moz-last-node, th > listing:empty:-moz-last-node,
td > plaintext:empty:-moz-last-node, th > plaintext:empty:-moz-last-node,
td > xmp:empty:-moz-last-node, th > xmp:empty:-moz-last-node,
td > pre:empty:-moz-last-node, th > pre:empty:-moz-last-node,
td > ul:empty:-moz-last-node, th > ul:empty:-moz-last-node,
td > menu:empty:-moz-last-node, th > menu:empty:-moz-last-node,
td > dir:empty:-moz-last-node, th > dir:empty:-moz-last-node,
td > ol:empty:-moz-last-node, th > ol:empty:-moz-last-node {
  margin-top: 0;
}


.DescCharTest{
	text-align: right;
	width: 90px;
	height: 14px;
	color: #000000;
	font-size: 12px;
  	overflow: hidden;
	background-color: #99FFFF;
}

.BonusCharTest{
	text-align: right;
	width: 90px;
	height: 14px;
	color: #000000;
	font-size: 12px;
  	overflow: hidden;
	background-color: #99FFFF;
}


