@CHARSET "UTF-8";
body {
	background: #ade6c4;
}

table.form {
	background: #fff;
	border:1px solid #ccc;
	color: #333;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 5px;
}
th.form {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
td.form {
	padding: 0 10px;
}

table.wikitable {
	margin: 1em 1em 1em 0;
	background-color: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
	color: black;
}
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
	border: 1px #aaa solid;
	padding: 0.2em;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
	background-color: #f2f2f2;
	text-align: center;
}
table.wikitable > caption {
	font-weight: bold;
}

table.wikitable th.header { 
    background-image: url(../img/cwb/ts_bg.gif);
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}

table.wikitable th.headerSortUp {
    background-image: url(../img/cwb/ts_desc.gif);
    background-color: #d2d2d2;
}

table.wikitable th.headerSortDown {
    background-image: url(../img/cwb/ts_asc.gif);
    background-color: #d2d2d2;
}

a:link {
	color: #00e;
	text-decoration: none
}
a:visited {
 	color: #70f;
}
a:hover, a:focus {
 	text-decoration: underline;
}
a:visited.novisited {
	color: #00e;
}

a.external {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeF59z4EJADEIQ1F36k7u5E7ZKXeUQPACJ3wK7UNokVxVk9kHnQH7bY9hbDyDhNXgjpRLqFlo4M2GgfyJHhjq8V4agfrgPQX3JtJQGbofmCHgA/nAKks+JAjFAAAAAElFTkSuQmCC") no-repeat scroll right center transparent;
    padding-right: 13px;
}

acronym, .ultooltip {
	border-bottom: #000 1px dotted
}

.toc {
	border: 1px solid #000;
	background-color: #f9f9f9;
	display: table;
	padding-right: 5px;
}