﻿img.list {
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top : 1pt solid Silver;
	border-left : 1px solid Silver;
	box-shadow: 3px 3px 3px 0px #666666;
}
@media screen and (max-width: 456px) and (orientation: portrait) {
	.list {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 760px) and (orientation: landscape) {
	.list {
		width: 60%;
		height: auto;
	}
}
div.content1 ul li.plus {
	list-style: outside url(../files/plus.gif);
	margin-top: 6pt;
}
div.content1 ul li.minus {
	list-style: outside url(../files/minus.gif);
	margin-top: 6pt;
}
div.content1 ul li.collaborator ul li {
	list-style: inside url();
}
li.collaborator a.list, li.collaborator b.list {
	color: #0C419A;
	font-weight: bold;
}
