/* ============================================= */
/* CLASSES */

table.classtree td {
	text-align: center;
	padding-left: 50px;
	padding-top: 10px;
	margin-left: 100px;
}

table.classtree table td {
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
}

table.classtree table table {
	width: 85px;
	height: 90px;
}

table.classtree td.img_td {
	height: 64px;
	vertical-align: middle;
}

table.classtree table td table td {
	background: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
	width: 80px;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
}

table.classtree table.txt td {
	background: none;
	background-image: none;
}

table.classtree table td.blank {
	background: none;
	width: 78px;
}

table.classtree table td.blank_nw {
	background: none;
}

table.classtree span.txtlink,
table.classtree span.txtlinkcurrent {
	background-color: #D2EBEB;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
}

table.classtree span.txtlink1,
table.classtree span.txtlinkcurrent {
	background-color: #D2EBEB;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

table.classtree span.txtlinkcurrent,
table.classtree span.txtlinkcurrent a, table.classtree span.txtlinkcurrent a:visited {
	background-color: #D2EBEB;

	padding: 6px;
	padding-left: 15px;
	padding-right: 15px;
}

table.classtree span.txtlinkcurrent1,
table.classtree span.txtlinkcurrent1 a, table.classtree span.txtlinkcurrent1 a:visited {
	background-color: #D2EBEB;

	padding: 6px;
	padding-left: 5px;
	padding-right: 5px;
}

table.classtree table td img {
	width: 60px;
	height: 60px;
/*	background-color:#FFFFFF;*/
	border: none;
	text-align: center;
}

table.classtree a, table.classtree a:visited {
	color: #000000;
	text-decoration: none;

}

table.classtree a:hover {
	color:#a06000;
	text-decoration: underline;
}

table.classtree table.current a, table.classtree table.current a:visited {
	color: #ff0000;
}



img.class-ico {
   float: left;
   margin: 5px 10px 5px 0px;
}

h1.class-title {
   margin: 0px;
}

div.class-descr {
   text-align: justify;
   margin-top: 5px;
}