.newCP .drawer .NIDFilter > input#txtNIDs
{
	width: 400px;
}

.newCP .drawer .NIDFilter > .subpages
{
	display: block;
	margin-top: 6px;
}

.newCP .drawer .NIDFilter > .tip
{
	color: #3c6b92;
	display: block;
	font-size: 8pt;
}

.newCP .listing p.searchAlert span
{
	float: left;
	width: 400px;
}

.newCP .listing p.searchAlert span.timeNav
{
	font-size: 9pt;
	float: right;
	text-align: right;
	width: 23em;
}

.newCP .listing p.searchAlert span.timeNav a
{
	margin-right: 5px;
}

.newCP .listing p.searchAlert a.button span
{
	width: auto;
}

.newCP .listing p.searchAlert a.active
{
	text-decoration: none;
}

.newCP .listing .header
{
	padding-left: 0px;
}

.newCP .listing .header .options
{
	display: inline;
	position: absolute;
	bottom: 5px;
	right: 0;
}

.newCP .listing .header .options a,
.newCP .listing .header .options span
{
	margin-right: 5px;
}

.newCP .listing .items
{
	position: relative;
}

.newCP .listing .items th[class]
{
	cursor: pointer;
}

.newCP .listing .items .first
{
    text-align: center;
    width: 18px;
}

.newCP .listing .items .nid
{
	width: 5em;
}

.newCP .listing .items .by
{
	width: 10em;
}

.newCP .listing .items .on
{
	width: 7.5em;
}

.newCP .listing .items td > div > h3
{
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 3px;
}

.newCP .listing .items .item.complete td > div > h3
{
	padding-left: 20px;
	background: url('/App_Themes/CP/Images/FisherPricePreferredOption.png') no-repeat;
}

.newCP .listing .items td > div > p
{
	line-height: 1.2;
	margin-bottom: 1.2em;
}

.newCP .listing .items td > div > p.link
{
	margin-bottom: 0em;
	margin-top: -.6em;
}

.newCP .listing .items ol.attachments 
{
	width:150px;
	float:right;
	padding:10px;
	border:1px solid #FFF;
	list-style:none;
	margin-left:14px;
	margin-bottom:14px;
	background: #BED2E0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	padding: 10px;
	text-align: left;
}

.newCP .listing .items ol.attachments li
{
	margin-bottom: 3px;
	overflow: hidden;
}

.newCP .listing .items ol.attachments a[class^="file"]
{
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 1px 0px 1px 22px;
}

.newCP .listing .items ol.attachments a.fileExcel
{
	background-image: url(/Areas/Notebook/Assets/Images/IconFileExcel.png);
}

.newCP .listing .items ol.attachments a.fileGif
{
	background-image: url(/Areas/Notebook/Assets/Images/IconFileGif.png);
}

.newCP .listing .items ol.attachments a.fileHtml
{
	background-image: url(/Areas/Notebook/Assets/Images/IconFileHtml.png);
}

.newCP .listing .items ol.attachments a.fileJpeg
{
	background-image: url(/Areas/Notebook/Assets/Images/IconFileJpeg.png);
}

.newCP .listing .items ol.attachments a.filePdf
{
	background-image: url(/Areas/Notebook/Assets/Images/IconFilePdf.png);
}

.newCP .listing .items ol.attachments a.filePng
{
	background-image: url(/Areas/Notebook/Assets/Images/IconFilePng.png);
}

.newCP .listing .items ol.attachments a.fileText
{
	background-image: url(/Areas/Notebook/Assets/Images/IconFileText.png);
}

.newCP .listing .items ol.attachments a.fileWord
{
	background-image: url(/Areas/Notebook/Assets/Images/IconFileWord.png);
}

.newCP .listing .items td > div > p.link.attachments a
{
	background-position: 0px 4px;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 22px;
}

.newCP .listing .items td > div > p.link.attachments a 
{
	background-image: url(/Areas/Notebook/Assets/Images/IconAttachments.png);
}

.newCP .listing .items .item td .tease > p, .newCP .listing .items .item td .tease > h3, .newCP .listing .items .item td .full > p, .newCP .listing .items .item td .full > h3
{
	width:682px;
}