/* 
    Document   : glossary.css
    Created on : 21/05/2009, 3:11:29 PM
    Author     : Ben Rowe <ben@fatpublisher.com.au>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.glossary {
	background: url('/css/images/dl-bg.png') repeat-y;
	margin-bottom: 15px;
	margin-top: 0;
}
#content p.glossary-links {
	font-size: 1.3em;
	font-weight:bold;
}
#content p.glossary-links a,
#content p.glossary-links span {
	padding: 0 4px;
}

.glossary div {
	position: relative;
}

.glossary .term {
border-top:1px solid #FFFFFF;
display:table-cell;
font-weight:bold;
left:0 !important;
padding:10px;
top:0;
width:114px;
z-index:5;
}

.glossary .definition {
	border-top: 1px solid #EBEBEB;
	display:table-cell;
	margin-left: 134px;
	padding: 10px;
	position: relative;
	width:465px;
}

.glossary .last {
	border-bottom: 1px solid #EBEBEB;
}
