#box {
	position:absolute;
	border:1px solid #9898BC;
	margin-left:8px;
}
#box-blank {
	position:absolute;
	margin-left:7px;
}

#box-item {
	margin:1px;
}

/* Header */

#box-header {
	background-color:#F1F3F6;
	width:100%;
	height:18px;
}

#box-header-text {
	position:absolute;
	margin-left:10px;
	font-weight:bold;
}

#box-header-text ul, #box-header-text li {
	list-style-type: none;
	display: inline;
	padding:0 9px 0 0;
	margin:0 0 0 0;
}

#box-header-text a {
	color:#41418B;
	text-decoration: none;
}

#box-header-text a:hover {
	color:red;
	padding-top:3px;
	text-decoration: underline;
}

/* Footer */

#box-footer {
	background-image:url('../images/gfx/box_bg.gif');
	background-repeat: x-repeat;
	width:100%;
	height:25px;
}

#box-footer-pdf-icon {
	float:left;
	background-image:url('../images/gfx/box_pdf_icon.gif');
	background-repeat: no-repeat;
	width:16px;
	height:25px;
	margin-left:5px;
}

#box-footer-text {
	padding-top:3px;
	margin-left:27px;
}

#box-footer-text a {
	color:#41418B;
}

#box-footer-text a:hover {
	padding-top:3px;
	text-decoration: none;
}

/* Spacer */

#box-spacer-top {
	height:6px;
}

#box-spacer-bottom {
	height:900px;
}

#box-spacer-bottom-600 {
	height:600px;
}