/* CSS Framework Import */
@import url("framework/core.css");

#banner, .noprint, .userMenu, .nav, #quickSearch, .item-actions, .box_tabs ul li {
	display: none;
}
.box_tabs ul {
	margin-left: 0;
}
a, h1 {
	color: #245A94;
}
h1 {
	margin-bottom: 1.5em;
}
h3 {
	font-weight: bold;
}
.box_tabs ul li.selected {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}
.box_tabs ul li.selected a {
	color: #000;
	text-decoration: none;
}
.footer {
	text-align: center;
	color: #777;
	margin-top: 2em;
}

/** ------------------------------
    VIEWS
    ------------------------------ */
.infoColumn h4 {
	font-weight: bold;
}
.infoColumn h4.first {
	margin-top: 0;
}
.infoColumn {
	float: left;
	margin-right: 12px;
	width: 292px;
	margin-bottom: 1em;
}
.wideInfoColumn {
	width: 596px;
}
.fullInfoColumn {
	width: 100%;
}
.rightInfoColumn {
	margin-right: 0;
}
.infoColumn dl, .infoColumn ul, .infoColumn ol {
	line-height: 1.75em;
}
.infoColumn dt, .infoColumn dd {
	display: block;
	float: left;
}
.infoColumn dt {
	clear: both;
	margin-right: 6px;
	color: #555;
	width: 100px;
	font-weight: bold;
}
.infoColumn dd {
	margin-left: 0;
	width: 186px;
}
.fullInfoColumn dd {
	width: auto;
}
.infoColumn ul, .infoColumn ol {
	color: #777;
}
.infoColumn ul span, .infoColumn ol span {
	color: #000;
}
.userInputList dt, .userInputList dd {
	float: none;
	width: 100%;
}
.userInputList dt {
	color: #000;
	font-weight: bold;
}
.userInputList dd {
	margin-bottom: 1em;
}
.sortable th {
	font-weight: bold;
}
.sortable th, .sortable td {
	padding: .5em .5em;
	border-right: 1px solid #999;
}
.sortable th:last-child, .sortable td:last-child {
    border-right: none;
}
/* IE Specific */
.sortable th, .sortable td {
	h: expression(this.style.border = (this == this.parentNode.lastChild ? 'none' : 'border-right:  1px solid #999'));
}