/* $Id: documentcomponent.css,v 1.2 2004/04/15 10:51:08 tim.parry Exp $ */

.documentComponent{
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 5px;
}

.documentComponentOuter {
	margin-top:10px;
	border: 1px solid #999999;

}

.documentComponentInner {
	background-color: #999999;
	font-weight: bold;
	font-size: 90%;
	padding: 0.1em 0.1em;
	padding-bottom: 3px;
	color: white;
}

* html .documentComponentInner {
	font-size: 90%;
}

.documentComponentContent {
	background-color: #E1E1E1;
	font-size: 90%;
	padding: 0.1em 0.2em 3px;
}

* html .documentComponentContent {
	font-size: 90%;
}

.documentComponent img{
	margin-top: 3px;
	border: 1px solid black;
}

.documentComponentContent a{
    position: relative;
    top: -18px;
}
