/* ==================================
   CSS STYLES FOR Module IS.Glossary
   ==================================
*/
.Glossary {
	font-family: Verdana, Arial, Sans-Serif;
}
.Glossary DT {
	margin-left: 0px;
	padding-top: 6px;
	font-weight: 800;
	font-size: 10pt;
	color: #990000;
	font-family: Verdana, Arial, Sans-Serif;
	font-style: normal;
}
.Glossary .SeeAlso {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-variant: small-caps;
}
.Glossary DD {
	margin-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px; 
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-style: normal;
}
.Glossary DD A, .Glossary DD A:link, .Glossary DD A:visited {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-style: normal;
	border-bottom: red 1px dashed;
	text-decoration: none; 
}
.Glossary DD A:hover {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-style: normal;
	text-decoration: none;
	border-bottom: red 1px dashed;
}
.Glossary DD A:active {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-style: normal;
	border-bottom: red 1px dashed;
	text-decoration: none;
}
.GlossaryLinks {
	cursor: default;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-style: normal;
}

.GlossaryLinks A /*,.GlossaryLinks A:link, .GlossaryLinks A:visited*/ {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-style: normal;
	text-decoration: none; 
}
.AutoTextBox {
	border-right: #66ccff 1px solid;
	border-top: #66ccff 1px solid;
	border-left: #66ccff 1px solid;
	border-bottom: #66ccff 1px solid;
	font-family: Verdana, Arial, Sans-Serif;
	width: 160px;
}
DIV.AutoTextBox_Suggestions {
	border-right: #66ccff 1px solid;
	border-top: #66ccff 1px solid;
	border-left: #66ccff 1px solid;
	border-bottom: #66ccff 1px solid;
	z-index: 700;
	position: absolute;
	background-color: white;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	white-space: nowrap;
	overflow: hidden; /* overflowX:hidden; 	overflowY:scroll; */
}
.AutoTextBox_Suggestions DIV.Highlight {
	color: blue;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor:pointer;
	cursor:hand;
}
.AutoTextBox_Suggestions DIV.NoHighlight {
	color: green;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor:pointer;
	cursor:hand;
}

