﻿


/* ================================================== */
/* ---------------------- PRINT ---------------------- */
/* .................................................. */


#mainContent .ew {
    padding:11px !Improtant;
}

/* ====================== MAIN CONTENT ====================== */
#contentArea {
	width: 710px;
	float: left;
	display: inline;
	overflow: hidden;
}

#mainContent {
	display:none !important;
}

/*#mainContent, #longList .longListHeader {
	display:none !important;
}

#longList .longListHeader h1 {
	display: block !important;
}
*/


/* ====================== LONG LIST ====================== */
#longList {
	margin-top: 10px;
	height: auto;
	width: 100%;
}

#longList .longListHeader {
	/*height: 25px; */
	color: #fff;
	line-height: 26px;
	text-indent: 10px;
	text-transform:uppercase;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	display:block;
}

/* TODO: Finns möjlighet att det går att overrida dessa styles på ett bättre sätt men då Johan/Johan och Mats är upptagna 
så får det se ut såhär för tillfället */
#longList .longListSection .system, #longList .longListSection .analys, #longList .longListSection .info
#longList .longListSection .system:hover, #longList .longListSection .analys:hover, #longList .longListSection .info:hover  {
  font-weight:bold;
  line-height:26px;
  font-size:18px;
  color:Black;
}

#longList .longListItem .longListHeader span span {
	text-transform: none;
	padding-left: 10px;
	font-style:italic;
}
#longList .header .system {
    font-size:14px;
    color:#333;
}
#longList .header .analys {
    font-style:normal;
    font-size:18px;
}
#longList .header .info {
    font-size:12px;
    font-style:normal;
    color:#333;
}

#longList .longListHeader a
{
    color: #fff;
    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 {

	font-size: .75em;
	padding:10px 10px 10px 10px;
}
#longList .longListSection h3
{
    margin:10px 0 5px 0;
}

#longList .longListItem {
	/*margin-bottom: 10px;*/
	position: relative;
}

#longList table.classic
{
    background-color:transparent !Important;
    padding-bottom:0px;
}

#longList .longListSection table
{
    border:solid 1px #999;
    
    font-size:1.0em;
}
#longList .longListSection tr, #longList .longListSection td
{
    /*color:#333;*/
    border:solid 1px #999;
    padding:3px;
    font-size:1.0em;
}

#longList .longListSection .header {
	color: #000;
	font-weight: bold;
	font-size:1em;
	padding: 10px 0 5px 0;
}
#longList .longListSection p
{
    font-size:1em;
    margin:0 0 5px 0;
    color:#333;
}

#longList .longListSection .coll1 {
	width: 200px; /* 205px */
	float: left;
	display: inline;
	padding: 0 10px 0 0;
}

#longList .longListSection .coll2 {
	width: 200px; /* 206px */
	float: left;
	display: inline;
	padding: 0 10px 0 0;
}

#longList .longListSection .coll3 {
	width: 200px; /* 205px */
	float: left;
	display: inline;
	padding: 0 10px 0 0;
}

#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 {
	background-color: #c4c4c4;
	padding: 5px;
	width: auto;
	height: 100%;
}

#longList .longListItem .information .informationBox .informationContent {
	background-color: #f5f5f5;
}

#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;
}
