@import 'java/NT.css';
@import 'java/DeMux.css';


.tsstopbar,
.tssfooter
{
	background: #669;
}

.topmenu {
	width: 100%;
	background: #99c;
	border-bottom: solid 1px #ccf;
	border-collapse: collapse;
}

.topmenu a,
.topmenu a:visited
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding-left: 2px;
	padding-right: 2px;
}

.topmenu a:hover {
	color: black;
	background: #db2;
}

.topmenu #active {
	/*
	color: 99c;
	background: #ccf;
	*/
	color: black;
	background: #fd4;
}


.javaindex {
	border-collapse: collapse;
	border: solid 1px black;
}

.javaindex td {
	vertical-align: top;
	background: #eee;
	border-bottom: solid 1px black;
	padding: 2px;
}

.javaindex td[align='right'] {
	background: #99c;
}

.javaindex a, .javaindex a:visited {
	color: blue;
	text-decoration: none;
}

.javaindextitle {
	display: block;
	width: 100%;
	border: dotted 2px white;
	font-weight: bold;
	margin-bottom: .5em;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 1em;
}

.javaindextitle:hover {
	background: white;
}

.javaindexnotes {
	border: dotted 2px red;
	margin: 10px;
	padding: 10px;
	background: #fd8;
	vertical-align: top;
}

.boxtry {
	border: dotted 2px red;
	padding: 4px;
	background: #fc0;
	margin: 4px;
}

