/* distyle3.css */
body {
	color: black; 
	background: #fffff0;	/* Ivory */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%
}
h1 {
	font-size: 160%;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
}
h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 150%;
   font-weight: normal;
   background:  #eef;
   margin-left: -3pt;
   margin-right: -3pt;
   padding-left: 3pt;
   padding-right: 3pt;
   border-bottom: 2px solid #aaf;
}
h3 {
	/* font-size: 100%; */
	color: black;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
h3.link {font-weight: normal;}
h4 {
	font-size: 100%;
	color: black;
	background: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
}
p {
	line-height: 1.2em;
}
pre {
	background: #efefef;
	color: black;
}
code {
	font-family: 'courier new', courier, monospace;
	font-size: 100%;
}
ol, ul {
	text-align: left;
}
li.vs {
	margin-bottom: 1em;
}
li.vss {
	margin-bottom: 0.5em;
}
dt {
	font-weight: bold;
	margin-top: 1em;
}
img {
	border: 0;
}
td.bleft {
	text-align: left;
	width: 30%;
}
.smaller {
	font-size: 80%;
}
.maplist {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%;
}
.eqn {
	font-size: 100%;
	font-family: 'courier new', courier, monospace;
	text-align: left;
}
.tone {
	background: #ccffff;
	color: black;
}
.highlight {
	color: red;
	background: transparent;
}
.comment {
	color: green;
	background: transparent;
}
.ref {
	color: #00cc00;
	background: transparent;
}
.plainquote {
	color: #cc0000;
	background-color: transparent;
}
.quoted {
	font-size: 80%; 
	font-family: georgia, serif;
}
.contents {
	font-size: 80%;
	font-family: verdana, arial, helvetica, sans-serif;
}
.qcontents {
	font-size: 75%;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
}
.tm-api {
	color: #006600;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.tm-pki {
	color: #cc0000;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.trademark {
	color: black;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.vbcodex {
	background: #efefef;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	width: 80%;
	overflow: auto;
}
.code {
	background: #efefef;
	color: black;
}
.output {
	background: #ffdead;
	color: black;
}

.input-box {
	background: #ffff99;
	color: black;
}
.u {
	text-decoration: underline;
}
.sc {
	font-variant: small-caps;
}
.noshow {
	display: none;
}

/* Links */
a:link {color: blue; background: transparent; text-decoration: underline}
a:visited {color: purple; background: transparent; text-decoration: underline}
a:hover, a:focus { color: blue ; text-decoration : underline; background : yellow; }
a:active {color: #cc0000; background: transparent;}

a.side:link {color: white; background: transparent; text-decoration: none}
a.side:visited {color: white; background: transparent; text-decoration: none}
a.side:hover, a.side:focus {color: white; background: transparent; font-weight : bold; text-decoration: underline overline}
a.side:active {color: white; background: transparent; text-decoration: none}

/* Used with left-navigation menu */
.side {
	font-size: 11px;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	background: #006699;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
}
.l-body-text {
/* MAIN TEXT IN PAGE WITH LEFT MENU */
	padding: 6px; 
	margin: 0px 15% 0px 125px; 
}
.l-left-menu {
	left: 6px; 
	width: 110px; 
	position: absolute; 
	top: 90px
}
.n-left-nav {
	left: 6px; 
	width: 110px; 
	position: fixed; 
	top: 60px
}
.l-footer {
	margin: 10px 15% 0 125px; 
	padding-top: 5px; 
	border-top: 3px solid #006699;
}
/* Across the whole page */
.t-header {
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 15% 5px 0;
	padding: 1px;
	border-top: 1px solid #006699; 
	border-bottom: 3px solid #006699;
}
.w-body-text {
/* MAIN TEXT IN PAGE WITH NO SIDE MENU */
	padding: 6px; 
	margin: 0 15% 0 0;
}
.w-footer {
	margin: 10px 15% 0 0; 
	padding-top: 5px; 
	border-top: 3px solid #006699;
}
/* In the header */
.h-logo {
	float:right;
	left:2%;
	padding:3px;
}
.h-search {
	float:right; 
	padding:5px;
	font-size:80%;
	font-family: Arial, Helvetica, sans-serif;
}
.h-crumbs {
	text-align:left;
	left:10px;
	padding:10px;
	width:55%;
	font-size:80%;
	font-family: Arial, Helvetica, sans-serif;
}
/* Two columns */
#leftcolumn {
	float:left;
	left:2%;
	width:45%;
	top:50px;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	padding: 1px 10px
}
#rightcolumn {
	float:left;
	left:50%;
	width:45%;
	top:50px;
	border-right: 1px dotted #000;
	padding: 1px 10px
}
/* In the footer */
.footer-gen {
	width: 100%; 
	margin-top: 10px; 
	padding-top: 5px; 
	border-top: 3px solid #069;
}
.footer-links {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 80%;
	text-align: center;
}
.f-w3c {
	float:left;width:190px;
}
.f-copyright {
	margin-left:200px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:85%;
	text-align:center;
	padding: 1px;
}
/* Weighted */
.rank01 {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.6em;
	font-weight: bold;
}
.rank02 {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height:1.6em;
	font-weight: bold;
}
.rank03 {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height:1.6em;
	font-weight: bold;
}

/* Clustr-map related */
#clustr {
	float:right;
}
#contents {
	margin-right: 200px;
	padding: 5px;
	border: thin dashed #069;
}

/* Boxes, breakouts */
.caution {
	margin: 20px; 
	padding: 2px 20px; 
	border: 1px red dashed;
}
.commendblock {
	width: 80%; 
	margin: 30px; 
	padding: 10px 20px 10px 20px; 
	border: 1px #006699 dashed; 
}
.commendblock blockquote {
	margin: 1em 3em;
	color: #666;
	border-left: 2px solid #999;
	padding-left: 1em;
	font-style: italic;
	font-family: Georgia,Helvetica,serif; 
}
.commendblock h3 {
	margin-top: 0;
}
.feedback {
	width: 80%;
	margin-bottom: 2em;
}
.feedback blockquote {
	margin: 1em 3em;
	color: #666;
	border-left: 2px solid #999;
	padding-left: 1em;
	font-style: italic;
	font-family: Georgia,Helvetica,serif; 
	font-size: 90%;
}
.feedback p {
	border-bottom: 1px #999 dashed;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
