/* ============ SPECTRAQEST QEST PORTAL ============ */

/* 
 *
 *  REPORT DETAILS VIEW, DOCUMENT FORWARD VIEW
 *
 *  COMMENCED 8 July 2009
 *	DESIGNER: Thomas Bland Design http://www.thomasbland.com.au
 *  COPYRIGHT 2009 SpectraQEST
 *
*/

/* ============ TABLE OF CONTENTS ============ 
 *
 * 	*1 MAIN VIEW LAYOUT
 *	*2 DOCUMENT FORWARD LAYOUT
 *
*/

/* ============ *1 MAIN VIEW LAYOUT ============ */

div#main {
	
}


/* ============ ROW DIVS ============ */

div#ReportPrimary, div#ReportSecondary {
	clear: both;
	margin-bottom: 20px;
}

div#ReportPrimary
{
    width: 440;
}
div#ReportSecondary
{
    width: 440;
}

/* ============ PUBLISHING TOOLS ============ */


div#ActionButtons {
	width: 600px;
	padding-bottom: 20px;
/* 	clear: right; */
}

/* ============ COMPANY INFO ============ */
div#doc-company
{
	float: right;
	width: 440px;
	border: 1px solid #808385;
	border-top: 5px solid #808385;
	margin-bottom: 20px;
}

div#doc-company-intro
{
	background: #eee;
}

div#doc-company-intro p
{
	padding:10px;
}

div.company-image
{
	float:left;
	text-align: center;
	display: block;
	width: 160px;
}
div.company-image img
{
    display: block;
    position:static;
    margin: auto;
}

p.company-title
{
	font-weight:bold;
}

div#doc-company-main
{
	background-color: #fff;
	padding: 10px;
}

div#doc-company-main div.company-detail
{
	float:right;
	padding-left:10px;
	margin-bottom: -4px;
	width:240px;
}

div#doc-company-main div.company-detail p
{
    padding-bottom: 4px;
}

div#doc-company-sender
{
	padding:10px;
}


/* ============ DOCUMENT PREVIEW ============ */

/* Note: Column widths with sidebar are 380px */

div#DocumentPreviewContainer {
	float: left;
	width: 440px;
	margin-right: 18px;
	padding-bottom: 20px;
	border: 1px solid #ccc;
}

div#DocumentPreviewContainer img {
	max-width: 440px;
}

div#DocumentPreviewNav {
	width: 432px;
	margin: 2px 8px;
}

div#DocumentPreviewNavPrevious {
	float: left;
	cursor:pointer;
}

div#DocumentPreviewNavNext {
	float: right;
	cursor:pointer;
}

div#DocumentPreviewNavIndex {
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
}

/* ============ REPORT REVISIONS ============ */

div#RevisionList {
	width: 150px;
	padding: 10px;
	background-color: #eee;
	float: right;
	margin-top: -50px;
}



div#RevisionList ul li {
	font-size: 0.8em;
	line-height: 1.2em;
}

div#RevisionList a.viewmore {
	font-size: 0.8em;
	font-weight: bold;
}

/* ============ DOCUMENT STATUSES ============ */

div#DocumentStatuses {
	width: 418px;
	padding: 20px 10px 10px 10px;
	float: left;
	background-color: #dcf2ff;
	margin-bottom: 10px;
	border: 1px solid #0093d7;
}

div#DocumentStatuses ul li {
	padding-bottom: 10px;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
}

div#DocumentStatuses ul li img {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	clear: both;
}

/* ============ DOCUMENT DETAILS ============ */

div#DocumentDetailsFieldSet {
	float: right;
	width: 420px;
	padding: 10px;
	border-top: 5px solid #808385;
}

div#SampleMapping {
	float: right;
	width: 436px;
	padding: 10px 2px;
	border-top: 5px solid #808385;
}

div#DocumentDetailsFieldSet dt {
	width: 110px;
	text-align: right;
	font-weight: bold;
}

div#DocumentDetailsFieldSet dd {
	width: 230px;
}

ul#DistributedTo li.Viewed {
	color: #709535;
}

/* ============ DOCUMENT HISTORY, MAPS ============ */
/*Document History moved to be on the left below the preview */
div#DocumentHistory {
	width: 440px;
	padding: 10px 2px;
	border-top: 5px solid #808385;
	float: left;
}

div#DocumentHistory ul li {
	padding: 3px 10px 3px 32px;
	margin-bottom: 2px;
	background: #F0F0F0 no-repeat 8px center;
	border:none;
}

div#DocumentHistory ul li span.HistoryDate {
	font-weight: bold;
}

div#DocumentHistory ul li.published {
	background-image: url(images/icons/history_published.png);
}

div#DocumentHistory ul li.forward {
	background-image: url(images/icons/history_forward.png);
}

div#DocumentHistory ul li.viewed {
	background-image: url(images/icons/history_view.png);
}

div#DocumentHistory ul li.distributed {
	background-image: url(images/icons/history_distributed.png);
}


/* ============ *2 DOCUMENT VIEW LAYOUT ============ */

div#ForwardDocument dt {
	width: 140px;
}

div#ForwardDocument fieldset {
	margin-top: 20px;
}

div#forwardTo input {
	width: 590px;
}

div#forwardMessage textarea {
	width: 590px;
	height: 300px;
	padding: 5px;
}

div#forwardSubmit {
	padding-left: 130px;
}

