.yes { background: #BDDDC6 }
.no { background: #F2B5B5 }
.bad { background: #DDBEDD }
.part { background: #F2EEAB }

TH { 
	text-align: left;	
	font-weight: bold;
}

H1.ref {
	text-align: left;
	font-size: 150%; 
	color: #4B3D29;
	font-weight: normal;
	text-align: left;
	font-family: Arial;
}

table.browser {
	width: 100%; 
	border: none; 
	_width: 99%; 
	margin-top: 0.3em;
}

table.data {
	margin: 0 auto;
}


table.data td, table.data th {
	padding: 3px;
}


.browser td {
	padding:2px; 
	text-align: center;
}

.browser th {padding:3px;}

td.browser { background: #FAF3D2; }

.standart {
	width: 250px;
	border-collapse: collapse;
	margin-top: 0.5em;
	float: right;
}

.standart td {
 	border: 1px solid #333;
	padding: 3px;
}

.standart td.h, .standart td.xh {
	text-align: left; 	
	background: #FAF3D2;
}

#toc2 {
	width: 200px;
	margin: 20px 0px 10px 0px;
	float: left;
}

#toc2 DIV {
	padding: 1px;
}

#toc2 DIV.panel {
	background: #eee;
	font-size: 90%;
	margin: 0px;
	padding: 2px;
	margin-bottom: 15px;
	overflow: auto; 
	height: 398px;
}

DIV.panel A {
	display: block;
	padding: 1px;
}

#toc2 DIV.curnav {
	padding-left: 10px;
	background: #fff url('/images/bullet.gif') no-repeat 1px 5px;
}

#toc2 DIV.tagtitle, #toc2 DIV.csstitle {
	border-bottom: 1px solid #666;
	padding: 5px 5px 5px 24px;
	font-weight: bold;
	font-size: 90%;
	-moz-border-radius-topright: 7px;	
}

#toc2 .tagtitle {
	background: #ded4c4 url('/images/tag.gif') no-repeat 3px 4px; 
}

#toc2 .csstitle {
	background: #ded4c4 url('/images/css.gif') no-repeat 3px 4px; 
}

#content2 {
	margin: 20px 10px 0px 220px;
	padding: 10px;
	margin-bottom: 10px;
}

#content2 P.descr {
	margin: 0px;
	margin-bottom: 1em;
	font-size: 90%;

}

DL {
	margin: 0px;
	margin-top: 0.5em;
}

DT {
	background: #fd7;
	display: inline;
	padding: 2px;
}

DD {
	margin: 0.4em 0em 0.7em 2em;
}

table.spec {
	border-collapse: collapse;
	width: 500px;
}

.spec td, .spec th {
 	border: 1px solid #333;
	padding: 2px;
	text-align: left;
}

.spec th {
	background: #FAF3D2;
}

