﻿TABLE.DocumentInfo, TABLE.BorderedDocumentInfo
{
	width: 100%;
	border-bottom: 1px solid #BBBBBB;
}
TABLE.BorderedDocumentInfo
{
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
}
TD.DocumentInfoTitle
{
	font-size: 24px;
	font-weight: bold;	
}
TD.DocumentInfoAuthor
{
	font-size: 12px;
	font-style: italic;
}
TD.DocumentInfoIcon, IMG.DocumentInfoIcon
{
	width: 42px;
	height: 42px;
}
TD.DocumentInfoDate
{
	color: #BBBBBB;
	font-size: 12px;
	white-space: nowrap;
	text-align: right;
}

/*
 * CSS Styles for quick note pictures.
 */
TABLE.QuickNotePictures, TD.QuickNotePictures
{
	width: 120px;
}
TH.QuickNotePictures
{
	font-size: 12px;
	padding-right: 5px;
}
TD.QuickNotePictures
{
	vertical-align: top;
}
.UploadQuickNotePicture
{	
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
IMG.QuickNotePicture
{
	width: 100px;
	text-align: center;
}
TD.QuickNoteSpiral
{
	width: 43px;
	background-image: url('/Images/img-spiral-bg.gif');
	background-repeat: repeat-y;
}
TD.QuickNoteContent
{
	vertical-align: top;
}
