/************** .trans styles *****************/

.trans{
	clear: both;
	padding: 10px;
	font-size: 80%;
	border: 1px solid #4c4c4c;
	margin-top: 1em;
	margin-bottom: 1em;
}

/************** .trans .w3c styles *****************/

.trans .w3c a:link { color: #00C; background: transparent }
.trans .w3c a:visited { color: #609; background: transparent }
.trans .w3c a:active { color: #C00; background: transparent }

.trans .w3c a:link img, a:visited img { border-style: none } /* no border on img links */
.trans .w3c a img { color: white; }        /* trick to hide the border in Netscape 4 */
.trans .w3c a img { color: inherit; }    /* undo the color change above */
.trans .w3c h1 { text-align: left }
.trans .w3c h2 { text-align: left }
.trans .w3c h3 { text-align: left }
.trans .w3c h4 { text-align: left }
.trans .w3c h5 { text-align: left }
.trans .w3c h6 { text-align: left }

.trans .w3c h1 { color: #005A9C; background: white }
.trans .w3c h2 { color: #005A9C; background: white }
.trans .w3c h3 { color: #005A9C; background: white }

.trans .w3c h1 { font: 170% sans-serif }
.trans .w3c h2 { font: 140% sans-serif }
.trans .w3c h3 { font: 120% sans-serif }
.trans .w3c h4 { font: bold 100% sans-serif }
.trans .w3c h5 { font: italic 100% sans-serif }
.trans .w3c h6 { font: small-caps 100% sans-serif }
.trans .w3c .hide { display: none }

.trans .w3c div.head { margin-bottom: 1em }
.trans .w3c div.head h1 { margin-top: 2em; clear: both }
.trans .w3c div.head table { margin-left: 2em; margin-top: 2em }

.trans .w3c p.copyright { font-size: small }
.trans .w3c p.copyright small { font-size: small }

.trans .w3c pre { margin-left: 2em }
.trans .w3c dt { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
.trans .w3c dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
.trans .w3c dt { font-weight: bold }
.trans .w3c pre { font-family: 'Courier New', monospace } /* navigator 4 requires this */
.trans .w3c code { font-family: 'Courier New', monospace } /* navigator 4 requires this */
.trans .w3c ul.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none;
}
.trans .w3c ol.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none;
}