/*front page*/
.section-front-page #portal-breadcrumbs {
    display: none;
}
.section-front-page #content {
    border: 1px solid #ccc;
    -o-border-radius:       6px;
    -moz-border-radius:     6px;
    -webkit-border-radius:  6px;
    border-radius:          6px;
    margin: 15px 0 14px;
}
.section-front-page #content-core {
    background: #f5f5f5 none repeat scroll 0 0;
    -o-border-radius:       6px;
    -moz-border-radius:     6px;
    -webkit-border-radius:  6px;
    border-radius:          6px;
    color: #333333;
    padding: 2.6% 2.4% 3%;
    text-align: justify;
}
.section-front-page #content h1.documentFirstHeading {
    color: #666666;
    font-size: 140%;
    line-height: 1.3em;
    margin-bottom: 1.4%;
    margin-top: 0;
    padding: 0.6% 2.4% 0;
    background-color: transparent;
    max-width:95.2%;
}
.section-front-page #content-core h3 {
    font-weight: normal;
    font-size: 140%;
    margin-bottom: 0.5em;
}
.section-front-page #content-core img {
    border: 0;
    margin-top: 0;
}
.section-front-page #content-core p {
    margin-bottom: 2.1%;
    text-indent: 24px;
}
.section-front-page #content-core p:last-child {
    margin-bottom: 0;
}
#content table.blog_table {
    width: 100%;
}
.section-front-page #content table.blog_table td {
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.section-front-page #content table.blog_table td a {
    border: medium none !important;
    display: inline;
    min-height: 40px;
    vertical-align: middle;
}
.section-front-page #content table.blog_table td a:hover span {
    border-bottom: 1px solid #990000;
    color: #990000;
}
.section-front-page #content table.blog_table td a span {
    border-bottom: 1px solid transparent;
    color: #666;
}
.section-front-page #content table.blog_table td a img {
    margin-right: 5px;
    opacity: 0.5;
    vertical-align: middle;
}
.section-front-page #content table.blog_table td a:hover img {
    opacity: 1;
}
body.section-front-page #content div[id|="parent-fieldname-text"] a {
    padding-left: 0;
    background: none;
}
/**/