/* CSS Document */
.cb {
	clear: both;
}
h2#glossarytitle {
	font-size: 20px;
	color: #4b4b4b;
	border-top: 2px solid #cc0000;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
	padding: 5px 0px;
}
#description {
	font-weight: normal;
	color: #666666;
	font-size: 90%;
	line-height: 1.8;
	float: left;
	text-align: left;
}

#glossarybox {
	clear: left;
	width: 475px;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #999999;
	margin-bottom: 30px;
}
*html #glossarybox {
	display: inline;
	padding-right: 25px;
}

#indexbar {
	float: left;
	padding: 10px 0px;
	width: 435px;
	border:1px solid #aaaaaa;
	background-color: #eeeeee;
	font-family: monospace;
}
*html #indexbar {
	display: inline;
	width: 445px;
	padding: 10px 10px;
}
#indexbar li {
	padding: 0px 11px;
	display: inline;
}
#indexbar a{
	text-decoration: none;
	color: #444444;
}
#indexbar a:hover{
	text-decoration: under-line;
	color: #cc0000;
}
#indexbar a:visited{
	color: #bb8888;
}
#listup {
	padding-left: 10px;
	clear: both;
	list-style-type: disc;
}
#listup ul {
	clear: left;
	padding-left: 20px;
}
#listup li {
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 110%;
}
#listup a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#listup a:hover{
	text-decoration: underline;
}
.tright {
	text-align: right;
}
.tright a {
	text-decoration: none;
	font-weight: normal;
}
.tright a:hover {
	text-decoration: underline;
	font-weight: normal;
}
#glossarybox .gyou {
	clear: both;
	float: left;
	width: 440px;
	font-weight: bold;
	color: #444444;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 130%;
	margin-top: 40px;
	border-top: none;
	border-left: 10px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	padding-left: 10px;
}
*html .gyou{
	display: inline;
}
p#description2 {
	clear: both;
	font-weight: normal;
	padding: 0px 10px;
	padding-bottom: 20px;
	color: #666666;
	font-size: 90%;
	line-height: 1.5;
	width: 445px;
}
#indexlist {
	width: 419px;
	clear:left;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
#indexlist ul,#indexlist h3,#indexlist li {
	margin: 0px;
	padding: 0px;
}
#indexlist ul {
	clear: both;
	float: left;
	width: 458px;
	margin-top: 20px;
}
*html #indexlist ul {
	display: inline;
}
#indexlist li {
	display: inline;
	padding: 0px 20px 0px 20px;
	border-left: 2px solid #cc0000;
}
.lastword {
	border-right: 2px solid #cc0000;
}
.lastword a {
	padding: 0px 0px 0px 0px;
}
#indexlist li a{
	color: #444444;
	text-decoration: none;
	font-size: 110%;
}
#indexlist li a:hover {
	text-decoration: underline;
	color: #cc0000;
}
#indexlist li a:visited{
	color: #bb8888;
}
#link_to_glossary {
	text-align: left;
	padding: 0px 0px 10px 1px;
	font-weight: bold;
}
#link_to_glossary a {
	text-decoration: none;
}
#link_to_glossary a:hover {
	text-decoration: underline;
}

