#portal-column-content {
/* ploneCustom.css contains a rule for #portal-column-content that sets
   the width at 100%. This breaks the frontpage in Internet Explorer so
   we need to compensate for that here. */
width: 585px ! important;
}

/* Frontpage insert */
#frontpage-wide-insert {
width: 767px;
background-repeat: no-repeat;
background-color: #ededed;
border: 1px solid #dddddd;
}

#frontpage-wide-insert .content { 
padding: 3px;
margin-left: 206px;
}

#frontpage-wide-insert .portlet { 
width: 195px;
margin-top: 1px;
float: left;
}

#portal-column-frontpage {
vertical-align: top;
/* Declaring the height fixes the rendering of the frontpage cell
   in mozilla based browsers. Unfortunately this does not help
   Internet Exlorer. */
height: 100%;
}
/**
 * PloneArticle frontpage hacks
 */
#portal-columns.frontpage .documentDescription,
#portal-columns.frontpage h1 {
display: none
}

#document-action-print {
display: none;
}

#extranet-news .body ul {
list-style-image: url(http://www.csc.fi/link_box_bullet_extranet.gif);
}

#frontpage-news {
margin-top: 10px;
margin-bottom: 10px;
}
#frontpage-news h5 {
background-color:#A69E95;
border:none;
color:#FFFFFF;
font-weight: normal;
margin-bottom:0;
padding:4px 10px;
}
#frontpage-news h5 a {
color: #ffffff ! important;
}
#frontpage-news .body {
background-color: #ededed;
padding: 10px;
}

