/* CSS Document */



/*
-----------------------------------------------
globally set everything to 0 
----------------------------------------------- */

*, td, img  { margin: 0; padding: 0;  } 


/*
-----------------------------------------------
body
----------------------------------------------- */

body    { font: 80%/1.45em verdana, arial, sans-serif; padding-bottom: 1.5em; background-color: #ccd5ed; color: #333333; }

div#glossary {
	width: 312px;
}

div#close {
	width: 282px;
	text-align: right;
	margin: 1px 15px -15px 15px;
	font-size: .8em;
}

div#close a { text-decoration: none; color: #1a40af; }
div#close a:link { text-decoration: none; color: #1a40af; }
div#close a:hover { text-decoration: underline; color: #1a40af; }

div#term {
	margin: 16px 0 0 15px;
	line-height: 14px;
	font-weight: bold;
	width: 282px;
}

div#term-i {
	margin: 16px 0 0 75px;
	line-height: 14px;
	font-weight: bold;
	width: 236px;
}

div#definition {
	margin: 0 15px 0 15px;
	padding-top: 2px;
	width: 282px;
	background-image: url(../images/glossary/gl_rule.gif); 
	background-repeat: no-repeat; 
}

div#definition-i {
	margin: 0 15px 0 10px;
	padding-top: 2px;
	width: 222px;
	background-image: url(../images/glossary/gl_rule.gif); 
	background-repeat: no-repeat; 
	float: left;
	display: inline;
}

div#img  {
	width: 50px;
	margin: 5px 0 0 15px;
	float: left;
	display: inline;
}


