﻿/* ======================================================= */
/* ---------------------- PRINT ---------------------- */
/* .................................................... */


/* ====================== MAIN CONTENT ====================== */
#contentArea {
	width: 710px;
	float: left;
	display: inline;
}


#mainContent, #longList .longListHeader {
	display:none !important;
}


#htmlArea {
    margin-top:10px;
}


/* ====================== LONG LIST ====================== */
#longList {
	margin-top: 10px;
	height: auto;
	width: 100%;
}

#longList .longListHeader {
	height: 25px;
}

#longList .longListHeader {
	color: #fff;
	line-height: 26px;
	text-indent: 10px;
	text-transform:uppercase;
	position: relative;
	overflow: hidden;
	font-weight: bold;
}

#longList .longListHeader span span {
	text-transform: none;
	padding-left: 10px;
	font-style:italic;
}
#longList .longListHeader span .system {
    font-size:12px;
    min-width:86px;
    float:left;
}
#longList .longListHeader span .analys {
    color:#444;
    font-style:normal;
    float:left;
}
#longList .longListHeader span .info {
    font-size:12px;
    font-style:normal;
    float:left;
}
#longList .longListHeader a
{
    color: #666;
    text-decoration:none;
}

#longList .longListHeader div {
	height: 16px;
	font-size: 0.75em;
	text-transform: capitalize;
	line-height: 19px;
	text-indent: 20px;
	position: absolute;
	top: 4px;
	right: 10px;
	cursor: pointer;
}

#longList .longListSection a {
	zoom:1;
	font-size: .75em;
    padding:5px;
    display:block;
}

#longList .longListItem {
	/*margin-bottom: 10px;*/
	position: relative;
}

#longList .longListSection .header {
	color: #8c8c8c;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}

#longList .longListSection .coll1 {
	width: 205px;
	float: left;
	display: inline;
	padding: 0 10px 10px;
}

#longList .longListSection .coll2 {
	width: 206px;
	float: left;
	display: inline;
	padding: 0 10px 10px;
}

#longList .longListSection .coll3 {
	width: 205px;
	float: left;
	display: inline;
	padding: 0 10px 10px;
}

#longList .longListSection .coll1 span {
	font-style: italic;
	font-weight: bold;
	display: block;
	padding: 3px 0 2px 0;
}

#longList .longListSection .coll2 span {
	font-style: italic;
	font-weight: bold;
	display: block;
	padding: 3px 0 2px 0;
}

#longList .longListSection .coll3 span {
	font-style: italic;
	font-weight: bold;
	display: block;
	padding: 3px 0 2px 0;
}

#longList .longListItem .information {
	padding-top: 13px;
	width: 423px;
	height: auto;
	position: absolute;
	top: 15px;
	right: 64px;
	display: none;
}

#longList .longListItem .information .informationBox {
	padding: 5px;
	width: auto;
	height: 100%;
}


#longList .longListItem .information .header {
	position: relative;
	color: #313131;
	font-size: 1em;
	padding: 5px;
	font-weight: bold;
}

#longList .longListItem .information .header span {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	text-indent: 5px;
	font-size: 0.7em;
	color: #1a76ce;
	cursor: pointer;
	font-weight: normal;
}

#longList .longListItem .information .subHeader {
	font-size: 0.75em;
	color: #8c8c8c;
	font-style: italic;
	padding: 5px;
	font-weight: bold;
}

#longList .longListItem .information .subHeader span {
	padding-left: 10px;
}

#longList .longListItem .information p {
	padding: 5px;
	color: #313131;
}

/* ====================== SEARCH BAR (Modifies the default atribtes (main.css) ====================== */
#diagSearch {
	height: 200px;
	position:relative;
	display:block;
}


