@media screen {

/*---------- RESET ----------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;  
}
a {
  text-decoration: none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
  }
fieldset,img { 
  border:0;
  }
address,caption,cite,code,dfn,em,th,var {
  font-style:normal;
  font-weight:normal;
  }
caption,th {
  text-align:left;
  }
h1, h2, h3, h4, h5, h6 {
  color:Black;
  font-weight:normal;
  margin:0.75em 0 0.5em;
  }
ol,ul {
  line-height:1.5em;
  list-style:none;
  list-style-image:none;
  list-style-type:none;
  }
q:before,q:after {
  content:'';
  }
abbr,acronym {
  border:0;
  }
#content {
  font-size:110%;
  padding-bottom:1em;
  }

/*---------- LAYOUT ----------*/
div.row {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  }
div.cell {
  position: relative;
  float: left;
  left: 100%;
  }

/*----- WIDTH CLASSES. -----*/
/*----- For a given cell width -----*/ 
div.width-1  { width:  4.84375% }
div.width-2  { width: 11.1875% }
div.width-3  { width: 17.53125% }
div.width-4  { width: 23.875% }
div.width-5  { width: 30.21875% }
div.width-6  { width: 36.5625% }
div.width-7  { width: 42.90625% }
div.width-8  { width: 49.25% }
div.width-9  { width: 55.59375% }
div.width-10 { width: 61.9375% }
div.width-11 { width: 68.28125% }
div.width-12 { width: 74.625% }
div.width-13 { width: 80.96875% }
div.width-14 { width: 87.3125% }
div.width-15 { width: 93.65625% }
div.width-16 { width: 100% }

/*----- Positioning classes -----*/ 
div.position-0  { margin-left: -100% }
div.position-1  { margin-left: -93.65% }
div.position-2  { margin-left: -87.31%  }
div.position-3  { margin-left: -80.9% }
div.position-4  { margin-left: -74.62% }
div.position-5  { margin-left: -68.28% }
div.position-6  { margin-left: -61.93% }
div.position-7  { margin-left: -55.59% }
div.position-8  { margin-left: -49.24% }
div.position-9  { margin-left: -42.9% }
div.position-10 { margin-left: -36.56% }
div.position-11 { margin-left: -30.21% }
div.position-12 { margin-left: -23.87% }
div.position-13 { margin-left: -17.53% }
div.position-14 { margin-left: -11.18% }
div.position-15 { margin-left:  -4.8% }

/* Convenience classes — ¼, ½, ¾ widths and ¼, ½, ¾ positions. 
   Not strictly necessary. */
div.width-1\3a 2 { width:    49.25% } /* .width-1:2 */
div.width-1\3a 4 { width:    23.875% } /* .width-1:4 */
div.width-3\3a 4 { width:    74.625% } /* .width-3:4 */
div.position-1\3a 4 {margin-left:    -74.62% } /* .position-1:4 */
div.position-1\3a 2 {margin-left:    -49.24% } /* .position-1:2 */
div.position-3\3a 4 {margin-left:    -23.87% } /* .position-3:4 */

/* Special classes for ⅓, ⅔ widths and ⅓, ⅔ positions. 
These do not strictly conform to the grid, but are useful for certain layouts. */
div.width-1\3a 3 { width: 32.333%; } /* .width-1:3 */
div.width-2\3a 3 { width: 66.1%; } /* .width-2:3 */
div.position-1\3a 3 {margin-left: -66.05%;} /* .position-1:3 */
div.position-2\3a 3 {margin-left: -32.3%;} /* .position-2:3 */

/* Full/leftmost are useful synonyms for full width and leftmost positioning */
div.position-leftmost  { margin-left: -100%   }
div.width-full { width: 100% }

/* Define classes for 1/5ths and 1/6ths widths and positions. */
div.width-1\3a 5 { width:    18.8%; } /* .width-1:5 */
div.position-1\3a 5 {margin-left:    -79.75%;} /* .position-1:5 */
div.position-2\3a 5 {margin-left:    -59.4%;} /* .position-2:5 */
div.position-3\3a 5 {margin-left:    -39.05%;} /* .position-3:5 */
div.position-4\3a 5 {margin-left:    -18.75%;} /* .position-4:5 */

div.width-1\3a 6 { width:    15.416%; } /* .width-1:6 */
div.position-1\3a 6 {margin-left:    -83.08%;} /* .position-1:6 */
div.position-5\3a 6 {margin-left:    -15.41%;} /* .position-5:6 */

/*---------- PORTAL COLUMNS ----------=*/
#portal-columns {
  margin:14px 10px 0;
  }
#portal-column-content.position-0 {
  margin-left:-100%;
  }
#portal-column-content.width-1\3a 2 {
  width:529px;
  }
#portal-column-content.position-1\3a 4 {
  margin-left:-784px;
  }
#portal-column-content.width-3\3a 4 {
  width:764px;
  }
#portal-column-content.width-3\3a 4.position-0 {
  width:744px;
  }
#portal-column-content.width-full {
  width:979px;
  }
#portal-column-one {
  margin-left:-100%;
  width:200px;
  }
#portal-column-two {
  margin-left:-240px;
  width:220px;
  }

/*---------- PORTAL CONTENT ----------*/
body {
  background-color:#eee;
  color:Black;
  font:69% Verdana,Geneva,sans-serif;
  }
body#content {
  font-size:76%;
  margin:1em;
  }
.documentFirstHeading {
  margin-top:0;
  }
h1 {
/* Applitron
  background-color:#f1f1f1; */
  background-color:#ffffff;
  clear:both;
# Applitron
#  color:#2ea400;
  color:#000000;
  font-size:1.5em;
  line-height:1.3em;
  padding:3px 8px;
  }
h2 {
  border-top:2px solid #f1f1f1;
/* Applitron
  color: #26700b; */
  color: #000000;
  font-size:1.17em;
  line-height:1.3em;
  margin-top:1.25em;
  padding:2px 0 0;
  }
h3 {
  font-size:1.08em;
  line-height:1.3em;
  }
callout {
  font-size:1em;
  padding:3px 8px;
  color:#dae13c
  style:bold
  link-color:#000000  
  }
/*applitron callout inte med i listan innan*/
h4, h5, h6 {
  font-size:1em;
  line-height:1.32em;
  }
h2, h3, h4, h5, h6 {
  font-weight:bold;
  }
a {
/* Applitron
  color:#355fb8; */
  color:#000000;
  }
p {
  line-height:1.5em;
  margin:0 0 0.75em;
  }
ol {
  list-style-type:decimal;
  margin:0 0 18px 27px;
  }
img {
  vertical-align:text-bottom;
  }
dl {
  margin:0 0 1em;
  }
dt {
  font-weight:bold;
  }
dd {
  line-height:1.5em;
  margin:0 0 0.5em 27px;
  }
strong {
  font-weight:bold;
  }
pre {
  background-color:#222;
  color:#fff;
  font-size:12px;
  font-family:monospace;
  margin-bottom:1em;
  padding:1em;
  overflow-x:auto;
  }
#content ol {
  margin:0.5em 0 0.75em 20px;
  }
#content ul li {
  background:url(../images/estate_lite_sprite.png) no-repeat 6px -1120px;
  padding:6px 0 0 19px;
  }
#content ul ol {
  list-style-image:none;
  }
#content ul ol,
#content ul ul,
#content ol ol,
#content ol ul {
  font-size:0.91em;
  margin-top:0.25em;
  }
#content p a,
#content li a,
#content dd a {
/* Applitron
  border-bottom:1px solid #355fb8; */
  border-bottom:1px solid #000000;
  text-decoration:none;
  }
#content p a:visited,
#content li a:visited,
#content dd a:visited {
  border-color:#85adde;
  }
#content .link-presentation {
  font-size:90%;
  }
.tileHeadline a {
  color:#2f477b;
  }
.tileImage {
  float:left;
  margin:0 1em 1em 0;
  }
.tileFooter {
  font-size:0.91em;
  text-align:right;
  text-transform:lowercase;
  }
.imagePreview {
  float:left;
  margin:0.25em 1em 1em 0;
  }
#content p a.discreet {
  border-color:#76797c;
  }
.discreet {
  color:#76797c;
  font-size:90%;
  }
.documentByLine {
  color:#76797c;
  font-size:90%;
  font-weight:normal;
  }
.themeComment {
  left:-9999px;
  position:absolute;
  }

/*----- Plone Elements -----*/
.visualHighlight {
  background-color:#ffb;
  }
.pullquote {
  border-left:5px solid #222;
  margin:0 0 1em;
  padding:0 0 0 5px;
  }
.callout {
  background-color:#eee;
  border-left:1em solid #ccc;
  padding:1em;
  }
.hiddenStructure {
  background:none;
  border:0;
  display:block;
  height:0.1em;
  margin:-0.1em 0 0 -0.1em;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
  }
.visualClear {
  clear:both;
  }
.documentDescription {
/* Applitron  color:#666; */
  color:#000000;
  font-weight:bold;
  line-height:1.5em;
  margin:0 0 0.5em;
  }

/* Image alignment classes */
.image-left {
  clear:left;
  float:left;
  margin:0.5em 1em 0.5em 0;
  }
.image-right {
  clear:right;
  float:right;
  margin:0.5em 0 0.5em 1em;
  }
.image-inline {
  float:none;
  }
.image-caption {
  margin:0; 
  }
.newsImageContainer {
  float:right;
  margin:0 0 0.5em 1em;
  }
.tileImage {
  border:1px solid #000;
  float:right;
  margin:0 0 0.5em 0.5em;
  }

/*----- Forms -----*/
input {
  font:1em Arial, Helvetica, sans-serif;
  vertical-align:middle;
  }
input[type="checkbox"],
input[type="radio"] {
  margin-right:3px;
  }
.label {
  font-weight:bold;
  }
label {
  font-weight:bold;
  vertical-align:middle;
  }
fieldset {
  border-top:1px solid #ccc;
  line-height:1.5em;
  margin:1em 0;
  padding:1em 0;
  }
.field {
  margin:0 0 1em;
  }
div.field.error {
  background-color:#fdc;
  border:1px solid red;
  margin:1em 0;
  padding:0.5em;
  }
.formControls {
  margin:1em 0;
  }
.formControls input {
  margin-right:4px;
  }
.context {
  margin-right:4px;
  padding:0 3px;
  }
.standalone {
  margin-right:4px;
  padding:0 3px;
  }
.destructive {
  margin-right:4px;
  padding:0 3px;
  }

/*---------- GENERAL STYLE ----------*/
#visual-portal-wrapper {
  background-color:#fff;
  margin:0 auto;
  width:999px;
  }

/*---------- PORTAL TOP ----------*/
#portal-top {
  background-image:linear-gradient(bottom, #f7fbfc 0%, #b9effb 63%);
  background-image:-o-linear-gradient(bottom, #f7fbfc 0%, #b9effb 63%);
  background-image:-moz-linear-gradient(bottom, #f7fbfc 0%, #b9effb 63%);
  background-image:-webkit-linear-gradient(bottom, #f7fbfc 0%, #b9effb 63%);
  background-image:-ms-linear-gradient(bottom, #f7fbfc 0%, #b9effb 63%);
  background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #f7fbfc), color-stop(0.63, #b9effb));
  margin:0 10px;
  }
#portal-header {
  background:url(../images/header.jpg) no-repeat 0 0;
  min-height:171px;
  position:relative;
  z-index:3;
  }

/*---------- PORTAL SITEACTIONS ----------*/
#portal-siteactions {
  bottom:0;
/* Applitron
  left:0;*/
  right:0;
/* Applitron
  opacity:0.7;*/
  opacity:0.7;
  padding:3px 0 5px;
  position:absolute;
  }
#portal-siteactions li {
  display:inline;
  }
#portal-siteactions li a {
/*  background-image:linear-gradient(rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0) 90%);
  background-image:-moz-linear-gradient(rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 0%);
  background-image:-o-linear-gradient(rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 0%);
  background-image:-ms-linear-gradient(rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 0%);
  background-image:-webkit-linear-gradient(rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 0%);
  background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.95)), to(rgba(255,255,255,0)));
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#97ffffff', endColorstr='#00ffffff',GradientType=0 ); */
/*  background-image:-moz-linear-gradient(rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0) 90%);
/* Applitron */
  background-image:-o-linear-gradient(rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0) 90%);
/* Applitron */
  background-image:-ms-linear-gradient(rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0) 90%); */
/* Applitron - just gray letters*/
  background-image:-webkit-linear-gradient(rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0) 90%);
/* Applitron */
/*  color:#3a3a3a; */
  color:#ffffff;
  display:inline-block;
  padding:3px 9px 5px;
  text-decoration:none;
  }
#portal-siteactions li a:hover {
  background-image:linear-gradient(rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.55) 100%);
  background-image:-moz-linear-gradient(rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.55) 0%);
  background-image:-o-linear-gradient(rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.55) 0%);
  background-image:-ms-linear-gradient(rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.55) 0%);
  background-image:-webkit-linear-gradient(rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.55) 0%);
  background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(255,255,255,0.55)));
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#97ffffff', endColorstr='#97ffffff',GradientType=0 );
/* Applitron
  background-image:-moz-linear-gradient(rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.55) 100%);
 Applitron
  background-image:-o-linear-gradient(rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.55) 100%);
 Applitron
  background-image:-ms-linear-gradient(rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.55) 100%);
 Applitron
  background-image:-webkit-linear-gradient(rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.55) 100%);
*/
  }

/*---------- PORTAL LOGO ----------*/
#portal-logo {
/* Applitron */
/*  display:inline-block; */
  display:block;
/* Applitron */
  height:122px:
/* added */
/* Applitron */
/*  margin:5px 0 25px 0; */
  margin-top:10px;
  overflow:hidden;
  }
#portal-logo img {
  margin:18px 0 0 0;
  }

/*---------- GLOBAL NAVIGATION ----------*/
#theme-globalnav {
/* Applitron
  background-color:#6791c9; */
  background-color:#000000;
  border-top:1px solid #fff;
  line-height:2.7em;
  letter-spacing:-4px;
  padding:0 0 0 1.25em;
  }
#theme-globalnav > li {
/*  Applitron
  border-left:1px solid #8bafdf; */
  border-left:1px solid #585858;
  display:inline-block;
  letter-spacing:0;
  margin:0 -1px 0 0;
  position:relative;
  }
#theme-globalnav li:first-child {
  border-left:0;
  }
#theme-globalnav > li > a {
  color:#fff;
  display:inline-block;
  font-weight:bold;
  padding:0 16px;
  text-decoration:none;
  }
#theme-globalnav:hover > li.selected > a {
  background-color:transparent;
  color:#fff;
  }
#theme-globalnav > li:hover > a:hover,
#theme-globalnav > li.selected > a {
  background:#f6f6f6;
/* Applitron
  color:#5386c9; */
   color:#000000;
  }
#theme-globalnav > li:hover > a.hasChildrens {
  background:#f6f6f6;
  color:#5386c9;
  }

/*----- DropDown -----*/
#theme-globalnav li ul {
  background-color:#f6f6f6;
  -moz-box-shadow:1px 1px 0 #ccc;
  -webkit-box-shadow:1px 1px 0 #ccc;
  box-shadow:1px 1px 0 #ccc;
  display:none;
  left:0;
  padding:5px 0;
  position:absolute;
  top:100%;
  width:174px;
  z-index:10;
  }
#theme-globalnav li:hover > ul {
  display:block;
  }
#theme-globalnav ul li {
  margin-right:-1px;
  padding-right:1px;
  position:relative;
  }
#theme-globalnav ul li a {
  color:#383830;
  display:block;
  font-weight:normal;
  padding:5px 18px 5px 10px;
  text-decoration:none;
  }
#theme-globalnav ul li a span {
  line-height:1.1em;
  }
#theme-globalnav li ul ul {
  left:175px;
  top:0;
  }
#theme-globalnav:hover ul li:hover > a {
  background-color:#f1f1f1;
  color:#5386c9;
  }
#theme-globalnav ul li a.hasChildrens {
  background-image:url(../images/estate_lite_sprite.png);
  background-position:165px -798px;
  background-repeat:no-repeat;
  }
#theme-globalnav ul li:hover > a.hasChildrens {
  background-position:165px -899px; 
  }
#theme-globalnav .globalSectionsLevel1 {
  margin:0;
  }

/*---------- PORTAL PERSONAL TOOLS ----------*/
#portal-personaltools {
  clear:both;
  }
#portal-personaltools .actionMenuHeader a,
#portal-personaltools #anon-personalbar a {
  background:linear-gradient(rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0) 90%);
  background:-moz-linear-gradient(rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0) 90%);
  background:-o-linear-gradient(rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0) 90%);
  background:-ms-linear-gradient(rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0) 90%);
  background:-webkit-linear-gradient(rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0) 90%);
  background:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.85)), to(rgba(255,255,255,0)));
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
/* Applitron
  color:#355fb8; */
  color:#000000;
  display:inline-block;
  opacity:0.7;
  padding:3px 9px 2px;
  }
#portal-personaltools.activated .actionMenuHeader a {
  background:#75ad0a;
  color:#fff;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  opacity:1;
  }
#portal-personaltools .actionMenuContent {
  padding-top:3px;
  right:0;
  text-align:right;
  }
#portal-personaltools .actionMenuContent li a {
  font-family:Tahoma, Geneva, sans-serif;
  padding:2px 7px;
  }
#portal-personaltools .actionMenuContent li a:hover {
  background:rgba(255, 255, 255, 0.5);
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  }

/*---------- PORTAL BREAD CRUMBS ----------*/
#portal-breadcrumbs {
  line-height:1.6em;
  padding:0 0 17px;
  text-transform:lowercase;
  }

/*---------- PORTAL LANGUAGESELECTOR ----------*/
#portal-languageselector {
  float:right;
  padding:0 0 5px 1em;
  z-index:1;
  }
#portal-languageselector li {
  padding:0 0 0 10px;
  display:inline;
  }

/*---------- PORTAL FOOTER ----------*/
#portal-footer {
    border-top:20px solid #D2D949;
/*applitron   border-top:20px solid #6791C9;*/
clear:both;
  margin:2em 10px 0;
  text-align:center;
  }
#portal-footer p {
  line-height:2.5em;
  margin:0 0 0.25em;
  }

/*---------- PORTAL COLOPHON ----------*/
#portal-colophon {
  background-color:#eee;
  padding:0.5em 0;
  text-align:center;
  }
#portal-colophon ul li {
  font-size:85%;
  }
#portal-colophon ul li a {
  border-bottom:1px solid #ccc;
  color:#666;
  text-decoration:none;
  }

/*---------- GENERAL PORTLETS PROPERTIES ----------*/
.portlet {
  background-color:#fff;
  margin:0 0 1em;
  border-bottom:1px solid #bcbcbc;
  }
.portlet a {
  text-decoration:none;
  }
.portletHeader {
/*  Applitron
  background-color:#6791C9; */
  background-color:#000000;
  color:#fff;
  padding:7px;
  text-align:center;
  }
.portletHeader a {
  color:#fff;
  }
.portletItem {
  background-color:#f1f1f1;
/* Applitron
 border:1px solid #bcbcbc; */
  border:1px solid #ffffff;
  border-bottom:0;
  margin:0;
  padding:10px;
  }
.portletFooter {
  background-color:#f1f1f1;
/* Applitron
  border:1px solid #bcbcbc; */
  border:1px solid #ffffff;
  border-bottom:0;
  margin:0;
  padding:0.25em 1em;
  text-align:right;
  }
.portletItem a:visited, dd.portletFooter a:visited {
/* Applitron
  color:#85adde; */
  color:#000000;
  }
#portlets-in-header {
  margin:1em 10px 0;
  width:979px;
  }

/*---------- MANAGE PORTLETS ----------*/
.managedPortlet {
  margin:0.8em 0;
  }
.managedPortlet a {
  text-decoration:none;
  }
.blockedPortlet .portletHeader {
  background:#fff;
  border:1px dashed #000;
  }
.blockedPortlet .portletHeader a {
  color:#666;
  }
.blockedPortlet .portletBlockedMessage {
  color:red;
  }
.managedPortletActions {
  float:right;
  }
div.managePortletsLink,
a.managePortletsFallback {
  font-size:85%;
  display:block;
  margin-bottom:1em;
  text-align:center;
  }

/*---------- LIVESEARCH ----------*/
.LSResult {
  position:absolute;
  left:0;
  top:19px;
  z-index:1;
  }
.LSTable {
  margin: 0.5em 0;
  }
.LSRow a {
  font-weight:bold;
  text-decoration:none;
  white-space:normal;
  }
.livesearchContainer {
  border:0;
  color:#6c9701;
  left:0;
  margin:0;
  padding:0;
  width:200px;
  }
#livesearchLegend {
  border:1px solid #d3d3d4;
  border-bottom:0;
  background-color:#fff;
  padding: 0.25em;
  position:relative;
  }
.LSIEFix {
  background-color:#fff;
  border:1px solid #d3d3d4;
  padding:0.5em;
  }
.LSDescr {
  color:#76797c;
  font-size:85%;
  font-weight:normal;
  margin-left:2.5em;
  }

/*---------- PORTLET SEARCH ----------*/
.portletSearch {
  border:0;
  }
.portletSearch .portletHeader,
.portletSearch .portletFooter {
  display:none;
  }
.portletSearch .portletItem {
  background:#fff;
  border:0;
  padding:0;
  }
.LSBox {
  height:1.64em;
  position:relative;
  }
.portlet-search-gadget {
  background:#fff;
  border-color:#b2b2b2;
  border-style:solid;
  border-width:1px 0 1px 1px ;
  float:left;
  height:1.27em;
  padding:1px 0;
  text-indent:3px;
  text-transform:lowercase;
  vertical-align:top;
  width:65%;
  }
.portletSearch .searchButton {
/* Applitron
 background:#6abf47; */
  background:#ca6439;
  border:0;
  color:#fff;
  font-weight:bold;
  height:1.64em;
  margin:0 0 0 -1px;
  overflow:visible;
  padding:0 0 3px;
  text-transform:lowercase;
  vertical-align:top;
  width:35%;
  }
#portal-column-two .portletSearch .livesearchContainer {
  width:220px;
  }
#livesearchLegend {
  display:none;
  }

/*---------- PORTLET NAVIGATION ----------*/
.portletNavigationTree dt.hiddenStructure {
  background:transparent;
  padding:0;
  }
.navTreeItem {
  line-height:1.3em;
  } 
dd.portletItem .navTreeItem a {
  background:url(../images/estate_lite_sprite.png) no-repeat 0 4px;
  color:#000;
  display:block;
  line-height:1.3em;
  padding:4px 0 4px 13px !important; /* !important added for when the option show icons */
  }
.navTreeItem a img {
  display:none;
  }
.navTreeItem a:hover, dd.portletItem .navTreeItem a:hover {
  background-color:#f7f7f7;
  background-position:0 -96px;
  color:#000;
  }
dd.portletItem .navTreeItem .navTreeCurrentItem {
  background-position:0 -96px;
  font-weight:bold;
  }
dd.portletItem .navTreeItem a:visited {
  color:#000;
  }
dd.portletItem .navTreeItemInPath a {
  background-position:0 -201px;
  }

/* Second Level */
.navTreeLevel1 {
  margin-left:0;
  }
dd.portletItem .navTreeLevel1 a  {
  background-position:0 -294px;
  padding:2px 0 2px 20px !important; /* !important added for when the option show icons */
  }
dd.portletItem .navTreeLevel1 a:hover {
  background-position:0 -394px;
  }
dd.portletItem .navTreeLevel1 .navTreeCurrentItem {
  background-position:0 -494px;
  }
/*applitron (hover och CurrentItem blev samma bullet, separerar dem enligt ovan fött ge olika fä (röover, gröurrentItem)
dd.portletItem .navTreeLevel1 a:hover,
dd.portletItem .navTreeLevel1 .navTreeCurrentItem {
  background-position:0 -394px; */
/*  } */
dd.portletItem .navTreeLevel1 .navTreeItemInPath a {
  background-position:0 494px;    /* - */
  }

/* Third Level */
.navTreeLevel2 {
  margin-left:19px;
  }
dd.portletItem .navTreeLevel2 .navTreeItem a {
  background-position:0 -594px;
  padding:2px 0 2px 10px !important; /* !important added for when the option show icons */
  }
dd.portletItem .navTreeLevel2 .navTreeItem a:hover,
dd.portletItem .navTreeLevel2 .navTreeItem .navTreeCurrentItem {
  background-position:0 -694px;
  }

/* Site Map */
#portal-sitemap .navTreeItem {
  background:transparent;
  }
#portal-sitemap .navTreeItem div a {
  border:0 none !important;
  display:block;
  font-size:1.1em;
  line-height:1.2em;
  padding:3px 5px;
  }
#portal-sitemap a:hover {
  color:#000;
  background-color:#f1f1f1;
  }

/*---------- PORTLETS NEWS, EVENTS AND RSS ----------*/
.portletItemDetails {
  color:#000;
  display:block;
  text-align:right;
  }

/*---------- PORTLET CALENDAR ----------*/
.portletCalendar dt {
  background-color:#7B930D;
/*applitron   background-color:#6791C9;*/  
font-weight:bold;
  text-align:center;
  }
.portletCalendar .hiddenStructure {
  display:none;
  }
.portletCalendar dd {
  margin:0;
  padding:0 0 0.75em 0;
  }
.ploneCalendar .weekdays th {
  background-color:#cfcfcf;
  padding:2px;
  text-align:center;
  }
.ploneCalendar .todaynoevent {
  border:2px solid #ffa500;
  border-collapse:collapse;
  }
.ploneCalendar td {
  padding:2px;
  text-align:center;
  width:14%;
  }
.ploneCalendar td a {
  color:#000;
  }
.dayPopup {
  background-color:#cfcfcf;
  border:1px solid Black;
  padding:0.2em;
  position:absolute;
  visibility:hidden;
  width:12em;
  z-index:2;
  }
.date {
  font-weight:bold;
  }
.ploneCalendar {
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
  }
.ploneCalendar .event {
  background-color:#cfcfcf;
  font-weight:bold;
  }
.ploneCalendar .todayevent {
  background-color:#cfcfcf;
  border:2px solid #ffa500;
  font-weight:bold;
  }
.ploneCalendar .todaynoevent {
  border-collapse:collapse;
  border:2px solid #ffa500;
  }

/*---------- PORTLET STATIC TEXT ----------*/
.portletStaticText ul li {
  background:url(../images/estate_lite_sprite.png) no-repeat 10px -1121px;
  padding:0.5em 0 0 2em;
  }

/*---------- PORTLETSFOOTER ----------*/
#portlets-footer {
  margin:0 10px;
  width:98%;
  }
.manageFooterPortletsLink {
  margin:0 10px 1em;
  }

/*---------- DOCUMENT ACTIONS ----------*/
.documentActions {
  border-top:1px solid #ccc;
  margin:2.5em 0 1em;
  text-align:right;
  }
#content .documentActions ul {
  margin:-0.9em 0 0;
  }
#content .documentActions li {
  background-color:#ffffff;
/*applitron  background-color:#f2f2f2;*/  
display:inline-block;
  font-size:90%;
  margin:0 0.5em;
  padding:2px 0.25em;
  }
.documentActions li a {
  border:0 !important;
  text-decoration:none;
  }
.documentActions a,
#content .documentActions a:visited {
  color:#585858;
/*applitron   color:#868fa1;*/
  }

/*----- Events -----*/
.eventDetails {
  clear:right;
  float:right;
  margin:0 0 0.5em 1em;
  }

/*----- Search Results -----*/
.highlightedSearchTerm {
  background-color:#ff9;
  padding:0 2px;
  }

/*---------- PORTAL CONTENT ----------*/
/*----- Search Styles ----*/
input.searchPage {
  font-size:150%;
  }
form.searchPage input.searchButton {
/* Applitron
  background:#6abf47; */
  background:#f1572a;
  border:0;
  color:#fff;
  height:1.64em;
  overflow:visible;
  padding:1px 5px;
  }
#search-results-bar a {
/*  Applitron
  color:#355fb8; */
  color:#000000;
  }

/*----- Editing -----*/
.fieldRequired {
  color:#fff;
  }
.fieldRequired:before {
  color:#f00;
  content:"■ ";
  }
.formPanel {
  padding:1em 2px;
  }
.formPanel textarea {
  width:100%;
  }
#title {
  font-size:2em;
  width:100%;
  }
#description {
  font-family:Arial, Helvetica, sans-serif;
  }
.suppressVisualEditor {
  margin:0 !important;
  }
.fieldUploadFile {
  display:none;
  }
.documentByLine {
  margin:0 7px 1em;
  }
ul.configlets,
#content ul.configlets {
  list-style:none;
  margin:1em 0;
  }
ul.configlets li {
  background:transparent !important;
  margin-bottom:1em;
  }
ul.configlets li a {
  border:0 !important;
  text-decoration:none;
  }
#content ul.configletDetails {
  margin:0 1em 1em 4em;
  list-style:none;
  }
#content ul.configletDetails li {
  margin-bottom:1em;
  display:inline;
  }
#content ul.configletDetails li.configletDescription {
  display:block;
  color:#76797c;
  margin:0;
  }
#kss-spinner {
  background-position:50% 50%;
  display:none;
  height:20px;
  left:50%;
  margin:-10px 0 0 -10px;
  position:fixed;
  top:50%;
  width:20px;
  }
.formlibInlineEditable,
.inlineEditable {
  display:block;
  padding:1px;
  }
body.kssActive .inlineEditable:hover,
body.kssActive .formlibInlineEditable:hover {
  border:1px solid #ddd;
  border-color:#666 #ddd #ddd #666;
  cursor:text;
  padding:0;
  }
body.kssActive .inlineEditable a:hover,
body.kssActive .formlibInlineEditable a:hover {
  cursor:pointer;
  }
body.kssActive .formlibInlineForm:hover,
body.kssActive .formlibInlineForm a:hover {
  border:0;
  cursor:default;
  padding:1px;
  }
.inlineForm .formHelp,
.inlineForm .fieldRequired,
.inlineForm label {
  display:none;
  }
/* In inline selection widgets the label *must* be displayed, as
   otherwise you only see identical radio buttons without text. */
.inlineForm .ArchetypesSelectionWidget label {
  display: inline;
  }
.inlineForm #archetypes-fieldname-title input,
.inlineForm #archetypes-fieldname-title {
  font-size: 100%;
  }
/* Workaround for abnormally large buttons in the h1 tag */
h1 div.formControls input {
  font-size:55% !important;
  }

/*---------- EDIT BAR ----------*/
#edit-bar {
/*  Applitron
  background-color:#75ad0a; */
  background-color:#000000;
  margin:1em 0;
  min-height:1.73em;
  padding:3px;
  }
#content-views {
/* Applitron
  background-color:#75ad0a; */
  background-color:#000000;
  float:left;
  }
#content-views li {
  display:inline;
  }
#content-views a {
  color:#fff;
  display:inline-block;
  line-height:1.73em;
  padding:0 0.75em;
  text-decoration:none;
  }
#content-views li.selected a,
#content-views li a:hover {
  background:#fff;
  color:#000;
  }
#content-views li.selected a {
  font-weight:bold;
  }

/*---------- CONTENT PULLDOWNS ----------*/
#contentActionMenus {
/* Applitron
  background-color:#75ad0a; */
  background-color:#75ad0a;
  float:right;
  margin-right:-3px;
  padding-right:3px;
  }
#contentActionMenus > li {
  display:inline;
  }
.actionMenu {
  float:right;
  margin:0 0 0 0.5em;
  position:relative;
  white-space:nowrap;
  }
.actionMenu dt {
  font-weight:normal;
  }
.actionMenu a {
  color:#fff;
  display:block;
  line-height:1.73em;
  text-decoration:none;
  }
.actionMenu dt a {
  padding:0 3px;  
  }
.arrowDownAlternative {
  font-size:80%;
  }
.actionMenu dd {
  background-color:#75ad0a;
  right:-3px;
  margin:0;
  min-width:100%;
  padding:0 3px 3px;
  position:absolute;
  width:auto;
  z-index:5;
  }
.actionMenu.deactivated dd {
  display:none;
  }
.actionMenu dd a:hover,
.actionMenu dd .actionMenuSelected {
  background-color:#fff;
  color:#666;
  }
.subMenuTitle {
  display:block;
  padding:0 3px;
  }

/*----------- FORM TABS -----------*/
#content .formTabs {
  background-color:#ddd;
  margin:0;
  padding:3px 3px 0;
  }
#content .formTabs li {
  background:transparent;
  }
#content .formTab {
  display:inline;
  margin-right:0.25em;
  }
#content li.formTab a {
  border:0;
  display:inline-block;
  line-height:2em;
  padding:0 0.75em;
  text-decoration:none;
  }
#content li.formTab a.selected,
#content li.formTab a:hover {
  background:#fff;
  color:#000;
  }
#content li.formTab a.notify {
  background-color:red;
  color:#fff;
  }
#content li.formTab a.required span:after {
  color:#f00;
  content:" ■";
  }
#content fieldset.formPanel {
  border:none;
}
#content fieldset.formPanel.hidden {
  display:none;
}
#content div.formControls input.hidden {
  display:none;
  }

/*---------- STATUS MESSAGES ----------*/
dl.portalMessage {
  background-color:#ffffe3;
  border:1px solid #996;
  clear:both;
  margin:1em 0;
  }
#content dl.portalMessage {
  margin-left:0;
  }
dl.portalMessage a,
#content dl.portalMessage a {
  color:#000;
  }
dl.portalMessage dt {
  background-color:#996;
  font-weight:bold;
  float:left;
  margin:0 0.5em 0 0;
  padding:0.5em 0.75em;
  color:White;
  line-height:1.25em;
  }
dl.portalMessage dd {
  padding:0.5em 0.5em;
  margin:0;
  line-height:1.25em;
  }
dl.warning {
  border-color:#d80;
  }
dl.warning dt {
  background-color:#d80;
  }
dl.warning dd {
  background-color:#fd7;
  }
dl.error {
  border-color:#d00;
  }
dl.error dt {
  background-color:#d00;
  }
dl.error dd {
  background-color:#fdc;
  }

/*---------- OVERLAYS ----------*/
.overlay {
  display:none;
  height:auto;
  margin:1em;
  width:auto;
  }
.overlay-iframe,
.overlay-ajax {
  min-height:100px;
  width:600px;
  z-index:99;
  }
.overlay-iframe {
  height:60%;
  }
.overlaybg div.close,
.overlay div.close {
  background:url(../images/estate_lite_sprite.png) no-repeat 0 -1013px;
  cursor:pointer;
  height:30px;
  left:-14px;
  position:absolute;
  top:-14px;
  width:30px;
  }
.pb-ajax {
  overflow-y:auto;
  }
.pb-ajax,
.pb-image {
  background-color:#fff;
  border:1px solid #999;
  white-space:normal;
  box-shadow:0 0 3em 0.5em #666;
  -moz-box-shadow:0 0 3em 0.5em #666;
  -webkit-box-shadow:0 0 3em #666;
  }
.pb-ajax > div {
  padding:1em;
  }
.pb-ajax .documentActions {
  display:none;
  }
div.overlay div.close span {
  display:block;
  height:1px;
  margin:-1px 0 0 -1px;
  overflow:hidden;
  padding:0;
  width:1px;
  }
.overlay textarea {
  width:100%;
  }
.overlay .link-parent { display:none; }
.overlay #createGroup legend { display:none; }
.overlay #createGroup fieldset { border:none; }
.overlay p {
  margin-bottom:1em;
  }
.overlay label {
  margin-bottom:0.25em;
  }
.overlay a:hover {
  color:#75ad0a;
  }
.overlay a.selected {
  color:#000;
  }
.overlay .formTab {
  margin-right:1em;
  font-weight:bold;
  }
.overlay .formTab.lastFormTab {
  margin-right:0em;
  }
.overlay .formControls a {
  display:block;
  margin:0.75em;
  }

/*---------- LOGIN FORM ----------*/
#fieldset-openid-login input,
#login-form input {
  font-size:150%;
  }
body.template-register #content input,
body.template-new-user #content input {
  font-size:150%;
  width:inherit;
  }
#fieldset-openid-login label,
#login-form label {
  display:inline-block;
  margin-right:0.5em;
  padding-top:0.2em;
  width:10em;
  }
#fieldset-openid-login .formControls,
#login-form .formControls {
  padding-left:11.3em;
  }

/*---------- CONTENT HISTORY ----------*/
#content-history .historyRecord {
  margin-bottom:1em;
  }
#content-history .historyTools ul {
  float:right;
  margin:0.5em 1em;
  }
#content-history .historyTools ul li {
  display:inline;
  padding:0 0.015em;
  }
#content-history .historyTools form {
  display:inline;
  }
#content-history .historyByLine {
  background:#ddd;
  padding:0.5em;
  }
#content-history .historyLinks {
  clear:right;
  float:right;
  margin:0.5em 1em 0 0;
  }
#content-history .historyComment {
  border:1px solid #ddd;
  padding:0.5em 1em;
  }
#content-history .historyComment p {
  margin:0;
  padding-top:1px;
  }
#content-history a.historyComparePrevious {
  border-top:1px dotted #ccc;
  display:block;
  margin-top:3em;
  text-align:center;
  }
#content-history a.historyComparePrevious span {
  background-color:white;
  position:relative;
  top:-0.75em;
  padding:0 0.5em;
  }

/*---------- DATA TABLES ----------*/
table.listing,
table.plain {
  border-spacing:0;
  border-collapse:collapse;
  margin:0 0 0.75em;
  width:100%;
  }
table.invisible td,
table.invisible th,
table.plain td,
table.plain th,
table.listing td,
table.listing th {
  padding:0.5em 1em;
  vertical-align:top;
  }
table.plain th,
table.plain td {
  border:1px solid #ddd;
  }
table.listing td.listingCheckbox,
table.listing th.listingCheckbox {
  text-align:center;
  }
table.listing {
  border-left:1px solid #ddd;
  border-bottom:1px solid #ddd;
  }
table.listing .top {
  border-left:1px solid #ddd;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
  }
table.listing th {
  text-align:left;
  color:#666;
  border:0.1em solid #e7e7e7;
  border-style:solid solid none;
  background:#ddd;
  }
table.listing tr.odd th {
  border:0.1em solid #fff;
  border-style:solid solid none none;
  }
table.listing tbody th {
  font-weight:bold;
  }
table.listing tbody tr {
  text-align:left;
  }
table.listing tbody tr.odd {
  background:#eee;
  }
table.listing tbody tr td {
  background:transparent;
  }
table.listing tbody tr.odd td {
  background:#eee;
  }
table.listing td {
  border-right:1px solid #ddd;
  }
table.listing a {
  border:none;
  display:inline-block;
  border-bottom:none !important;
  }
table.listing td.draggable {
  text-shadow:White 1px 1px 1px;
  background:#ddd !important;
  border-bottom:1px solid white;
  padding:0.4em 0.4em 0 0.5em;
  }

/*----- Vertical table data listings -----*/
table.vertical th {
  text-align:right;
  }
table.vertical td {
  border-top:0.1em solid #e7e7e7;
  padding:0.5em;
  }

/*----- Grid table listings -----*/
table.grid td,
table.grid th {
  border:1px solid #e7e7e7;
  padding:0.5em;
  }
.dragindicator {
  outline:2px solid #ffd700;
  }
#foldercontents-order-column {
  padding:0;
  }

/* Listing Bar */
.listingBar {
  margin:1em 0;
  text-align:center;
  }
.listingBar .next {
  float:right;
  }
.listingBar .previous {
  float:left;
  }
.listingBar a {
  display:inline-block;
  padding:0.25em 0.5em;
  text-decoration:none;
  }

/*------------ DASHBOARD -----------*/
#dashboard .portlet a {
  border:0;
  }
#dashboard-portlets1,
#dashboard-portlets2,
#dashboard-portlets3,
#dashboard-portlets4 {
  float:left;
  margin-right:1.3%;
  width:24%;
  }
#dashboard-portlets4 {
  margin-right:0;
  }

/*---------- ALBUM ----------*/
.photoAlbumEntry {
  background:url(../images/album.png) no-repeat;
  float:left;
  font-size:0.92em;
  height:162px;
  line-height:1.36em;
  margin:0 6px 6px;
  padding:8px 7px 8px 6px;
  width:132px;
  }
.photoAlbumFolder {
  background-position:0 -178px;
  }
.photoAlbumEntry a {
  display:block;
  height:162px;
  overflow:hidden;
  position:relative;
  text-decoration:none;
  }
.photoAlbumEntry a:after {
  background-color:rgba(241, 241, 241, 0.4);
  bottom:0;
  content:"";
  height:8px;
  position:absolute;
  width:100%;
  }
.photoAlbumEntryWrapper {
  display:block;
  text-align:center;
  }
.photoAlbumEntry img {
  border:2px solid #fff;
  }
.photoAlbumEntryTitle {
  color:#757373;
  display:block;
  padding:4px 3px 0;
  width:126px;
  }
.photoAlbumEntry a:hover {
  overflow:visible;
  }
.photoAlbumEntry a:hover .photoAlbumEntryTitle  {
  background-color:rgb(241,241,241);
  background-color:rgba(241,241,241,0.8);
  bottom:0;
  min-height:50%;
  position:absolute;
  }

/*----- Accessibility elements, applied by JS -----*/
body.largeText {
  font-size:81%;
  }
body.smallText {
  font-size:56%;
  }

/*---------- COMMENTING ----------*/
.discussion .hide {
  display:none;
  }
.discussion {
  clear:both;
  font-size:1.09em;
  }
.comment {
  padding:0 0 9px;
  }
.commentImage {
  float:left;
  padding:5px 7px;
  }
.discussion .documentByLine {
  background-color:#f1f1f1;
  margin:0;
  padding:5px;
  }
.commentBody {
  border-color:#d9d9d9 #f1f1f1 #f1f1f1;
  border-style:solid;
  border-width:1px;
  clear:both;
  margin:0 0 5px;
  padding:5px;
  overflow:auto;
  }
.commentActions {
  text-align:right;
  }
.reply-to-comment-button {
  margin-left:11px;
  }
.reply {
  background-color:#f1f1f1;
  clear:both;
  float:left;
  font-size:1.09em;
  margin:35px 0 0;
  padding:5px 7px;
  position:relative;
  width:99%;
  }
.reply fieldset {
  margin:0;
  }
.reply legend {
  font-weight:bold;
  position:absolute;
  top:-28px;
  }
.reply p {
  color:#76797c;
  font-size:0.92em;
  }
.reply textarea {
  min-height:50px;
  width:100%;
  }

/*---------- CONTENT TYPE ICONS ----------*/
.icons-on .contenttype-folder {
  background:url(../images/icons-sprite.png) no-repeat 0 -1599px;
  display:inline-block;
  text-decoration:none;
  padding-left:19px;
  }
.icons-on .contenttype-document {
  background:url(../images/icons-sprite.png) no-repeat 0 -1800px;
  display:inline-block;
  text-decoration:none;
  padding-left:19px;
  }
.icons-on .contenttype-news-item{
  background:url(../images/icons-sprite.png) no-repeat 0 -2000px;
  display:inline-block;
  text-decoration:inline-block;
  padding-left:19px;
  }
.icons-on .contenttype-event {
  background:url(../images/icons-sprite.png) no-repeat 0 -2200px;
  display:inline-block;
/*Applitron lagt till */
  text-decoration:none;
  padding-left:19px;
  }
.icons-on .contenttype-topic {
  background:url(../images/icons-sprite.png) no-repeat 0 -2401px;
  display:inline-block;
/*Applitron lagt till */
  text-decoration:none;
  padding-left:19px;
  }
.icons-on .contenttype-image {
  background:url(../images/icons-sprite.png) no-repeat 0 -2600px;
  display:none;
/*Applitron lagt till */
  text-decoration:inline-block;
  padding-left:19px;
  }
.icons-on .contenttype-link {
  background:url(../images/icons-sprite.png) no-repeat 0 -2996px;
  display:inline-block;
/*Applitron lagt till */
  text-decoration:none;
  padding-left:19px;
  }
.icons-on img[alt='File'] {
  margin-right:3px;
  }
/* Add new */
#plone-contentmenu-factories li a {
  background:url(../images/icons-sprite.png) no-repeat 1px -1199px;
  display:block;
  padding-left:17px;
  }
#plone-contentmenu-factories li a:hover {
  background-color:#fff;
  background-position:1px -2799px;
  }
#plone-contentmenu-factories li .contenttype-folder {
  background-position:1px 2px;
  }
#plone-contentmenu-factories li .contenttype-folder:hover {
  background-position:2px -1598px;
  }
#plone-contentmenu-factories li .contenttype-document {
  background-position:1px -199px;
/*Applitron lagt till */
  text-decoration:none;
  }
#plone-contentmenu-factories li .contenttype-document:hover {
  background-position:2px -1799px;
  }
#plone-contentmenu-factories li .contenttype-news-item {
  background-position:1px -399px;
  }
#plone-contentmenu-factories li .contenttype-news-item:hover {
  background-position:2px -1999px;
  }
#plone-contentmenu-factories li .contenttype-event {
  background-position:1px -599px;
  }
#plone-contentmenu-factories li .contenttype-event:hover {
  background-position:2px -2199px;
  }
#plone-contentmenu-factories li .contenttype-topic {
  background-position:1px -800px;
  }
#plone-contentmenu-factories li .contenttype-topic:hover {
  background-position:2px -2400px;
  }
#plone-contentmenu-factories li .contenttype-image {
  background-position:1px -999px;
  }
#plone-contentmenu-factories li .contenttype-image:hover {
  background-position:2px -2599px;
  }
#plone-contentmenu-factories li .contenttype-file {
  background-position:1px -1199px;
  }
#plone-contentmenu-factories li .contenttype-file:hover {
/*Applitron lagt till */
  text-decoration:none;
  background-position:2px -2799px;
  }
#plone-contentmenu-factories li .contenttype-link {
  background-position:1px -1395px;
  }
#plone-contentmenu-factories li .contenttype-link:hover {
  background-position:2px -2995px;
  }
#plone-contentmenu-factories #settings {
  background-image:none;
  padding:0;
  }

}

@media print {

body {
  background-color:#fff;
  }
h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  line-height:125%;
  page-break-inside:avoid;
  page-break-after:avoid;
  }
a {
  text-decoration:none;
  border-bottom:1px solid black;
  color:black;
  }
img {
  border:0;
  }
#portal-column-content {
  width:95%;
  }
.documentDescription {
  font-weight:bold;
  }
pre {
  border:1pt dotted black;
  white-space:pre;
  font-size:8pt;
  overflow:auto;
  padding:1em;
  }
table.listing,
table.listing td {
  border:1pt solid black;
  border-collapse:collapse;
  }
table.listing td,
table.listing th {
  padding:6px;
  }

/* Page break class for use when printing */
div.pageBreak {
  page-break-before: always;
  }

/* Basic styles for listing and document views */
#content dt {
  margin:1em 0 0.625em;
  }
#content p, #content table {
  margin-bottom:0.625em;
  margin-top:0.625em;
  }
#content .documentDescription, #content #description {
  margin:0.5em 0 1.31em;
  }

/* Hide all the elements that are irrelevant for printing */
div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#theme-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#edit-bar,
#portal-column-one,
#portal-column-two,
#portal-languageselector,
.contentViews,
.contentActions,
.help,
.legend,
.portalMessage,
.documentActions,
.netscape4,
#review-history,
#content-history,
#portal-footer,
#portal-colophon,
.skipnav,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
.link-presentation,
input.standalone,
.overlay,
.managePortletsFallback,
.close,
.link-parent,
.draggingHook,
#foldercontents-order-column,
input.context,
.promoWrapper,
#front-page-logo,
#why-quintagroup,
#latest-projects,
.visualNoPrint {
  display:none;
  }

/*----- Image alignment classes ------*/
.image-left {
  float:left;
  clear:left;
  margin:0.5em 1em 0.5em 0;
  border:0.4pt solid Black;
  }
.image-inline {
  float:none;
  }
.image-right {
  float:right;
  clear:right;
  margin:0.5em;
  border:0.4pt solid Black;
  }
dd.image-caption {
  text-align:left;
  padding:0; margin:0;
  }
dl.captioned {
  padding:0.8em;
  }
.newsImageContainer {
  float:right;
  margin:0 0 0.5em 1em;
  width:16em;
  }
.tileImage {
  border:0.4pt solid #000;
  float:right;
  margin:0 0 0.5em 0.5em;
  }

}
