

/* Remove unwanted elements */
#globalbranding, #top_line, #loginstatus, #menu, #submenu, #subsubmenu, #border-bottom, #searchbatch, #smallsearch, #exportdiv, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#body_container, #dialog_container, #table, #listtable, #smalllisttable
{
width: 95%; margin: 0; float: none;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #000000
}


