/**************************************************************************/
/* All the markup specific to the jargon buster*/


.rh_col{
	background:#ECECEC none repeat scroll 0 0;
}

.jargon_list dt {
	font-weight: bold;
	margin-top: 10px;
	mardgin-bottom:10px
}

li.jargon_button{
	height: 22px;
	width: 22px;
	text-align: center;
	display: inline;
	float: left;
	margin: 2px 2px;
	color: #FFFFFF;
}

li.jargon_button_disabled {
	height: 22px;
	width: 22px;
	background:url(../images/content/jargon/greybutton.gif) left top no-repeat;
	text-align: center;
	display: inline;
	float: left;
	margin: 2px 2px;
	color: #FFFFFF;	
	padding-top: 2px;
}

li.jargon_button a {
	height: 22px;
	width: 22px;
	background:url(../images/content/jargon/redbutton.gif) left top no-repeat;
	text-align: center;
	display: inline;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	color: #FFFFFF;	
}

li.jargon_button a:hover {
	background:url(../images/content/jargon/greybutton.gif) left top no-repeat;
}

ul.jargon_alphabet {
	display: block;	
	margin: 2px 7px 2px 7px;
	padding: 0;
	clear: both;
}

li.jargon_letter {
	background:url(../images/content/jargon/letter_background.png) left top no-repeat;	
	height: 32px;
	font-weight: bold;
	padding-top: 10px;
}


/**************************************************************************/