/*
 * glossary.css
 * Cascading Style Sheet (CSS)
 * für PLS Manage-It!/YourWeb
 *
 * copyright(c)1994-2005
 * PORT & LAMMERS Gesellschaft für Systemberatung mbH
 * All rights reserved.
 *
 * http://www.PortUndLammers.de · info@PortUndLammers.de
 */

/***********************************************************
 *
 *		Glossary
 *
 ***********************************************************/
table.Glossary {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
	color: black;
	text-align: center;
}

table.GlossaryIndex {
	width: 70%;
}

td.GlossaryIndex {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 30px;
}

a.GlossaryIndex {
	color: darkblue;
	text-decoration: underline;	
}

a.GlossaryIndex:hover {
	color: black;
}

a.GlossaryTitle {
	font-weight: bold;
	color: darkblue;
	text-decoration: none;
	letter-spacing: 1px;
}

a.GlossaryTitle:hover {
	text-decoration: underline;
	color: black;
}

table.GlossaryOutline {
	width: 70%;
}

div.GlossaryOutline {
	font-size: 9pt;
	color: black;
	padding-top: 10px;
	text-align: justify;
	word-spacing: 6px;
	line-height: 16pt;
}

a.GlossaryDetails {
	font-size: 8pt;
	color: darkblue;
	text-decoration: none;
	font-weight: normal;
}

a.GlossaryDetails:hover {
	text-decoration: underline;
	color: black;
}

div.GlossaryOutlineBottom {
	font-size: 9pt;
	padding-bottom: 50px;
	text-align: right;
}

a.GlossaryOutlineBottom {
	color: darkblue;
	text-decoration: none;
}

a.GlossaryOutlineBottom:hover {
	text-decoration: underline;
	color: black;
}

a.GlossaryTopicLink {
	color:#AD6BB5;
	text-decoration:underline;
	display:inline;
	border-bottom:1px solid #AD6BB5;
	padding-bottom:2px;
/*	font-weight:normal;*/
/*	cursor:hand;*/
/*	border-bottom:1px solid black;*/
/*	font-weight:normal;*/
/*	font-style: italic;*/
}

a.GlossaryTopicLink:hover {
/*	text-decoration: underline;*/
/*	color: black;*/
	border-bottom:1px solid #AD6BB5;
}
