/* This is a stylesheet for the portfolio-specific parts of the site. */

.errorbox, .warningbox, .nodocsbox {
	display: block;
	text-align: center;
	padding: 15px 8px;
}

.errorbox {
	background-color: #47181d;
	border: 1px solid #77383d;
}

.warningbox {
	background-color: #221100;
	border: 1px solid #443322;
}


.nodocsbox {
	background-color: #474747;
	border: 1px solid #777777;
}

.PortfolioItems {
	list-style: none;
	padding-left: 0px;
	/* text-align: justify; */ /* Looks better left-aligned. */
}

.itemrow1, .itemrow2 {
	margin: 10px 0px;
	padding: 8px;
	vertical-align: top;
	font-size: 12px;
}

.imgrow1, .imgrow2 {
	float: right;
	padding-left: 15px;
}

/* This is required to keep the image, which is not in the flow, inside of the list item. */
.imgclear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.PortfolioItems h5 {
	margin-top: 0px;
	padding-top: 0px;
}

.itemimage { background-color: #ffffff; }
.itemimage, .thumbnailbox1, .thumbnailbox2 { border: 1px solid #aaaaaa; }

.thumbnailbox1, .thumbnailbox2 {
	background-color: #333333;
	font-size: 10px;
	text-align: center;
}

.thumbnailbox1 a, .thumbnailbox2 a {
	cursor: pointer;
	margin: auto 1px;
	opacity: .8;
}

.thumbnailbox1 a:hover, .thumbnailbox2 a:hover {
	opacity: 1;
}

.itemrow2 {
	background-color: #101011;
	border: 1px solid #08080f;
	margin-left: -1px; /* Compensate for border. */
}

.orderbox { margin: 20px 0px 13px 0px; }

#AcademicWelcome {
	width: 176px;
	background-repeat: no-repeat;
	background-image: url(images/academic.gif);
}

#AcademicWelcome img { margin-top: 125px; }
#AcademicWelcome p { margin-left: 4px; }

.PortfolioCategories, .PortfolioCategories li {
	list-style: none;
	padding-left: 0px;
}

.PortfolioCategories img {
	float: left;
	padding-top: 4px;
	margin-right: 10px;
}

