/* %~%@ < 2.000 > @%~% */
/* %~%# < 11/03/2006 > #%~% */
/* %~%! < glossary > !%~% */
/*
---------------------------------------------------
Styles for the letter index table
---------------------------------------------------
*/
.GlossaryAlphaIndexTable {
	border: 1px solid #ffffff;
	/* background: #3366CC; */
}
.GlossaryAlphaIndexTable TD {
	padding-top: 2px;
	padding-bottom: 2px;
}

.GlossaryAlphaIndexLetter {
	margin-left: 2px;
	margin-right: 2px;
}
.GlossaryAlphaIndexLetter A {
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	font-weight:bold;
}
.GlossaryAlphaIndexLetter A:hover {
	padding: 2px;
	text-decoration: none;
	color: black;
	/* background: #CCCCCF; */
	font-weight:bold;
}
.GlossaryAlphaIndexBullet {
	color: #FFFFFF;
	margin-left: 2px;
	margin-right: 2px;
}

/*
---------------------------------------------------
Styles for the word definition table
---------------------------------------------------
*/
.GlossaryWordTable {
	border-collapse: collapse;
	margin-right: 14px;
	margin-left: 10px;
	width:98%;
}

/* Styles for the word definition table's Letter Group Row */
.GlossaryWordTableLetterRow {
	padding:0px;
}
.GlossaryWordTableLetterRow TD {
	padding-top:20px;
	padding-right: 0px;
	padding-left: 0px;
}
.GlossaryWordTableLetter {
	background: #fceee2;
	color: #1D50AE;
	text-align: center;
	width: 99%;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

/* Styles for the word definition table's Word Row - Odd Rows */
.GlossaryWordTableWordRow0 {
	/*background: #EEEEFF;*/
	width:98%;
}
.GlossaryWordTableWordRow0 TD {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	width:98%;
}
.GlossaryWordTableWord0 {
	font-size: 14px;
	font-weight: bold;
}
.GlossaryWordTableWordBreak0 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 4px;
}
.GlossaryWordTableWordDefinition0 {
	font-size: 12px;
}

/* Styles for the word definition table's Word Row - Even Rows */
.GlossaryWordTableWordRow1 {
	background: #DDDDEE;
	
}
.GlossaryWordTableWordRow1 TD {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right:12px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	width:98%;
}
.GlossaryWordTableWord1 {
	font-size: 14px;
	font-weight: bold;
}
.GlossaryWordTableWordBreak1 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 4px;
}
.GlossaryWordTableWordDefinition1 {
	font-size: 12px;
}
