@charset "UTF-8";
@import url("base.css");
body {
	width:350px;
	background-color:white;
	color:black;
	font-size:small;
	line-height:1.2em;
}
code {
	font-family:monospace; 
}
dt {
	font-weight:bold;
}
dd {
	font-size:100%;
	line-height:180%;
}
h3,h4 {
	background-color: #eee;
	margin: 4px 0 0;
	padding: 1px 4px;
	border: solid 1px #444;
}
h5 {
	font-size:x-small;
	margin:8px 0 0;
}
table{margin-left:0px;}

#banner img {float:right;}
#left {width:50%;float:left;font-size:smaller;}
#right {width:50%;float:left;font-size:smaller;}

.caption {font-size:smaller;}
.object{color:#006600;}
.property{color:#000099;}
.value{color:#0000ff;}
.command{color:#990000;}
.method{color:#990000;}
.event{color:#660066;}
.constant{color:#000033;}
.reference{color:#ff8000;}
.handler{color:#800080;}
.operator{color:#000080;}
.odd{background-color:#ddddff;}
.even{background-color:#dddddd;}
.notSupported{display:none;}