#social,
#navigationTop,
#searchField,
.tools,
#navigation,
.rightcolumn {
    display: none !important;
}

.pageGroupHome .rightcolumn{
    display: block !important;
}

#homeContentPlugin {
    display: none;
}

a,
a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
    content: "";
}
abbr[title]:after {
    content: " (" attr(title) ")";
    content: "";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}

.pageMenu li{
    display:none !important;
}
.pageMenu li.active{
    display:inline-block  !important;
    margin-left: 5px !important;
}

table.list a {
    text-decoration: none !important;
}

table.list tr{
    border-bottom:1px solid #000;
}