@charset "utf-8";
/* CSS Document */

body {
	font-family: "lucida grande",Tahoma,Verdana,Arial,sans-serif;
	font-size: 14px;
	margin: 0px;
    padding: 0;
	color: #000000;
}

html body.dev_mode {
    background: none;
}

#leftSideBar,
#rhs,
#breadcrumbs,
#me,
#header_moreLinks,
#headLinks,
#dev_info,
ul.header-nav,
#search_form,
div.banner,
#nav,
#header p.org
{
	display: none;
}

#noo,
#mainWide,
#leftSideBar,
#main,
#pub_msg,
#footer,
#rhs,
#breadcrumbs,
#homepage_main_div,
#me,
#groupBody,
.doc,
.hide,
#nepho_logo,
#header_moreLinks,
#headLinks
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: none !important;
}
.hide {
	display:block;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

div#footer a {
/*    display: none; */
}

ul.footer-nav, ul.logos {
    display: none;
}


ul.footerList {
    display: none;
}

table.hits {
    border: 1px silver solid;
    border-collapse: collapse;
}

table.hits th {
    background: #DCDCDC;
}

table.hits td, table.hits th {
    border: 1px #DCDCDC solid;
    padding: 0.2em;
}

table.hits td.hits {
    text-align: right;
}

#header {
    width: auto;
    height: auto;
    float: none;
}

#header h1.logo {
    width: auto;
    height: auto;
    float: none;
    color: #F8991D;
    margin: 0;
    padding: 0;
    text-indent: 0;
    background: none;
}

#header h1.logo a {
    display: inline;
    text-decoration: none;
    color: #F8991D;
}