/* for XSL Formatter Q&A
   Copyright (c) 1999-2004 Antenna House, Inc. All rights reserved.
*/

body {
	background-color:white;
	font-family:sans-serif;
	color:black;
	margin-left: 2em;
	margin-right: 2em;
}

img {
	margin-top:6pt;margin-bottom:6pt;
}
img.inline {
	vertical-align:middle;
	padding: 10px 5px 0px 5px;
	margin: 3px 5px 3px 3px;
	border:none;
}

h1.doctitle {
	font-size: 2em;
	background-color: rgb(51,153,153);
	color:rgb(255,255,255);
	text-align:center;
	margin-left:5%;
	margin-right:5%;
	padding:10pt 0pt 10pt 0pt;
	border-style:solid;
	border-width:thin;
	border-color:rgb(51,153,153);
}

table.index {
	/*margin-left: -2em;*/
	text-align:left;
}
table.index td.second {
	padding-left: 2em;
}
ul.index li {
	padding-top: 0.25em;
}

ul.index-question li {
	margin-top: -1em;
}

address {
	font-style:normal;
	font-size: 0.9em;
}

h2 {
	font-size: 1.75em;
	font-weight: bold;
	border-style:groove;
	border-width: 2px;
	padding:3px;
/*	margin: 1.5em 0 1em 0;*/
	margin-bottom: 1em;
	background-color:rgb(244,241,225);
}

h3 {
	font-size: 1.5em;
	font-weight: 600;
/*	border-style:groove;
	border-width: 1px;*/
	margin: 0.5em 0 0 0.25em;
	padding:3px 0 3px 3px;
	color:rgb(0,96,96);
}
table.top-menu {
	margin-top: 1.5em;
}
table.side-menu {
	border-color:#6699CC;
	border-style:solid;
	border-width:1px;
	padding:2px;
	margin-left: 0.5em;
}
table.side-menu th {
	background-color:#EEE;
}
table.side-menu td {
	padding-left: 2px;
	padding-right: 4px;
}

.navbar {
	/*font-size: 0.9em;*/
	/*margin-top: -3em;*/
}
.update {
	color: #666;
	font-size: 0.9em;
	/*margin-top: -3em;*/
}
.article-id {
	color: #666;
	font-size: 0.9em;
	margin-left:1em;
}
.datenew {
	color:red;
	font-weight:bold;
	font-size: 1em;
	/*margin-left: 1em;*/
}
.dateupdate {
	color:red;
	font-size: 0.9em;
	/*margin-left: 1em;*/
}
.datenew,
.dateupdate {
	width: 3.5em;
	text-align:center;
}
.dateblank { width:3em }

.contents-index .datenew,
.contents-index .dateupdate {
	margin-left: 0;
}

hr.QAsplit,
table.QAbody {
	margin-left:1em;
}
table.QAbody th,
table.QAbody td {
	padding-top:0.5em;
	padding-bottom:0.5em;
}
th.question { color: maroon; }
th.answer   { color: navy; }
th.question,
th.answer {
	font-size: 1.5em;
	font-weight: bold;
	padding-right: 0.25em;
}

.reference,
pre {
	white-space:pre;
	color:navy;
	font-family:monospace;
	margin:10px 1em 20px 1em;
	padding:0.5em;
}
.reference-body {
	margin-left: 1em;
}
blockquote {
	white-space:pre;
	color:navy;
	font-family:monospace;
	margin:0 1.5em 0 1.5em;
}
tt,
code {
	white-space:pre;
	color:navy;
	font-family:monospace;
}

strong,
div.strong {
	font-weight:bold;
}

.hide { display: none }

@media print, aural {
.side-menu,
.navbar { display: none }
}
/*
	banner title
*/
table.banner {
	background-color: #004437;/*rgb(0,68,55);*/
}
td.bannertitle {
	text-align: center;
	font-family: serif;
	font-size: 32px; /* Now, the height od Logo image is 50px */
	font-weight: 600;
	color: #FFFFFF;
	background-color: #004437;/*rgb(0,68,55);*/
}
td.navigation {
	padding: 4px;
	text-align: center;
	background-color: #004437;/*rgb(0,68,55);*/
}
td.navigation td {
	text-align: center;
}
td.navigation a {
	/*font-size: 0.9em;*/
	color: #FFFFFF;
}
td.navigation table {
	width:90%;
	white-space:nowrap;
}

table.std {
	background-color:white;
	border-style: solid;
	border-width:2px;
	border-collapse:collapse;
	border-color:ThreeDShadow;
	empty-cells:show;
	margin-top:6pt;
	margin-bottom:6pt;
	border-spacing:0pt;
}
table.std th {
	border-style: solid;
	border-width:1px;
	border-color:ThreeDShadow;
	/*font-size: 1em;*/
	background-color:#E6E4D5;/*rgb(230,228,213)*/
	padding: 5px;
}
table.std td {
	border-style: solid;
	border-width:1px;
	border-color:ThreeDShadow;
	/*font-size: 1em;*/
	padding: 5px;
}

/*
    banner title
*/
table.navigation td,
table.banner {
    background-color: #004437;/*rgb(0,68,55);*/
}
table.navigation td {
    text-align: center;
    font-size: 0.9em;
}
table.bannerV3 {
    margin-top: 1em
}

a.navi {
    color: #FFFFFF;
    text-decoration: none;
}


