*
{
	margin:0px;
	padding:0px;
}
.ObjectMain
{
	width:1096px;
	font-family:calibri;
}
.ObjectMain>.ObjectTitle .Title
{
	font-size:22px;
}
.ContentData
{
	margin-top:7px;
}
img.Title
{
	width:25px;
}
img.Size16,
div.ViewList div.BNCIcon>img
{
	width:16px;
}
a
{
	font-size:12px;
	text-decoration:none;
	color:gray;
}
pre
{
	white-space:pre-wrap;
	word-wrap:break-word;
	font-size:20px;
}
.Note.Author,
.Note.Dates,
.Note.Label
{
	display:inline-block;
	width:30%;
	overflow:hidden;
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
}






/*ViewList*/
.ViewDetail
{
	border-bottom:1px solid grey;
}
.ViewDetail[t=Note]:last-child
{
	border:none;
}
.ViewDetail .BNCIcon,
.ViewDetail .BNCDetail,
.ViewDetail .BNCDetail .BNC,
.ViewThumb .BNCDetail .BNC
{
	display:inline-block;
}







/*ViewGallery*/
.ViewThumb
{
	border-bottom:1px solid grey;
	font-size:0px;
}
.ViewThumb.Large .BNCIcon,
.ViewThumb.Large .ObjectContent,
.ViewThumb.Large .BNCDetail
{
	display:inline-block;
	vertical-align:top;
}
.ViewThumb.Large .BNCIcon img
{
	max-height:97%;
	max-width:97%;
	width:auto;
	height:auto;
	/* position:absolute; */
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.ViewThumb.Large .BNCDetail
{
	width:601px;
	text-align:center;
	/* border:1px solid lightgrey; */
}
.ViewThumb.Large .BNCIcon
{
	width:601px;
	position:relative;
}
.ViewThumb.Large .ObjectContent
{
	width:calc(100% - 610px);
	margin-left:7px;
}







/*Remove all icons*/
.Search,
.ViewThumb.Large .ObjectContent .ContentTitle
{
	display:none;
}
/*Copy from BNStyle*/
.BNRotate.BNRotate90
{
    -ms-transform:rotate(90deg); /* IE 9 */
    -webkit-transform:rotate(90deg); /* Safari 3-8 */
    transform:rotate(90deg);
}
.BNRotate.BNRotate180
{
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.BNRotate.BNRotate270
{
    -ms-transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg);
}
