@charset "UTF-8";
/* CSS Document */

/* Details */
#mainlist {
	background:#FFF url(../../images/view_bgd.jpg) top right no-repeat;
	border:1px solid #d6d6d6;
	margin-bottom:1em;
	padding:1em;
}
#mainlist dt {
	margin-top:0.5em;
}

div#sidetools {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0.5em 0.5em 70px 0.5em;
	background: transparent url(../../images/rightcolumnbox.jpg) no-repeat bottom right;
}
div#sidetools ul {
	padding:0;
	margin:0;
	list-style:none;
}
div#sidetools li {
	margin: 0.5em 0;
	line-height: 1.5em;
}
div#sidetools li a.acrobat {
	background: transparent url(../../images/acrobatlogo.gif) no-repeat top right;
	padding: 10px 45px 10px 0;
}
div#sidetools li.reporterrors {
	background: transparent url(../../images/errorsicon.gif) no-repeat 0 50%;
	padding: 10px 0 10px 40px;
}
div#sidetools a:hover, div#sidetools a.acrobat:hover, div#sidetools a:focus, div#sidetools a.acrobat:focus, div#sidetools a:active, div#sidetools a.acrobat:active {
	background-color:#993300;
	color:#FFFFFF;
}