#mainContent div#glossaryAtoZ, #rhsContent div#glossaryAtoZ {
	width: 500px;
}

div#glossaryAtoZ {
	background-color: #dae2ed;
	padding: 7px 5px 5px 5px;
	margin-bottom: 10px;
	font-size: 150%;
	color: #50718e;
	font-weight: bold;
	font-family: Tahoma, Verdana, arial, sans-serif;
}

div#glossaryAtoZ table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px;
}

div#glossaryAtoZ td {
	text-align: center;
	padding: 0px;
	width: 30px;
	height: 30px;
}

div#glossaryAtoZ td a,
#mainContent div#glossaryAtoZ td a {
	display: block;
	text-decoration: none;
	color: #50718e;
	padding: 3px 1px 3px 1px;
	background-color: #ffffff;
	width: 100%;
}

div#glossaryAtoZ td a.selected,
#mainContent div#glossaryAtoZ td a.selected {
	color: #ffffff;
	background-color: #50718e;
}

div#glossaryAtoZ td a:visited,
#mainContent div#glossaryAtoZ td a:visited {
	text-decoration: none;
}

div#glossaryAtoZ td a:hover,
#mainContent div#glossaryAtoZ td a:hover {
	color: #ffffff;
	background-color: #84527d;
}

div#current {
	background-color: #50718e;
	color: #ffffff;
	padding: 3px 1px 4px 1px;
	margin: 0;
	width: 100%;
}

div.none {
	background-color: #bcbdc0;
	color: #9d9fa2;
	padding: 3px 1px 3px 1px;
	margin: 0;
	width: 100%;
}

table#azlinks td {
	color: #979695;
	font-size: 90%;
	font-family: Tahoma, Verdana, arial, sans-serif;
}

table#azlinks td a {
	font-size: 130%;
	font-weight: bold;
	color: #3b576e;
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
}

table#azlinks td a:link {
	color: #3b576e;
	text-decoration: none;
}

table#azlinks td a:visited {
	text-decoration: none;
}

table#azlinks td a:active {
	color: #3b576e;
	text-decoration: none;
}

table#azlinks td a:hover {
	color: #84527d;
	text-decoration: underline;
}

#mainContent #glossaryTerms, #rhsContent #glossaryTerms{
	width: 505px;
}

#glossaryTerms h4 {
	display: block;
	background: #bacade;
	margin-top: 1px solid #d5d9df;
	margin-bottom: 1px solid #d5d9df;
	color: #152b4c;
	font-weight: bold;
	padding-left: 5px;
	font-size: 18px;
}

#glossaryTerms a {
	text-decoration: none;	
}

dl dt {
	font-weight: bold;
	color: #152b4c;
	margin-top: 5px;
}

dl dt * {
	vertical-align: bottom;
}

dl dd {
	margin-left: 0px;
	color: #1e3d6c;
}