/* General */
html, body {
	color: #333333;
}

body {
	font-size: 0.85em;
}

body * {
	font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
}

.bps-js-required {
	display: none;
}

/* Search */
#bps-header-search {
	margin: 10px;
    top: 16px;
    position: absolute;
    left: 250px;
    z-index: 1;
}

.results {
	border: 1px dashed;
	margin: 5px;
}

.bps-results-container {
	margin: 10px;
}

/* Header */
.bps-header-logo {
/*    background-repeat: no-repeat;	
	padding: 8px 0 32px 265px;
    height: 55px;*/
}

#hp-logo {
	background-image: url(../images/darwin/homepage2/header-logo.jpg);	
	background-repeat: no-repeat;
	padding: 8px 0 51px 265px;
}

.login-block {;
}

#bps-header-top {
	margin-top: 40px;
}

/* TOC */
#bps-article-toc {
	border: 1px solid;
    left: 137px;
    top: 3px;
    font-size: 13px;
}

/* Sidebar */
#bps-sidebar-content-container {
	border: 1px dashed;	
}

.tool-rt {
	margin-bottom: 10px;
	padding-left: 20px;
}

/* Generic Table */
table, td, th {
    border: 1px solid #666666;
}

/* Content */
h2 {
	border-bottom: 1px solid #D6DBDF;
	color: #666;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 0;
}

h4 {
	font-size: 13px;
	font-weight: normal;
	margin: 10px 0 0;
	text-decoration: underline;
	text-transform: uppercase;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 0;
}

h6 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	margin: 10px 0 0;
}

h7 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0;
	text-transform: uppercase;
}

#bps-middle {
	margin-top: 20px;
}
body.coBrand-Tall-Preview #bps-middle {
	margin-top: 95px !important;
}
body.coBrand-Tall #bps-middle {
	margin-top: 80px !important;
}
body.coBrand-Preview #bps-middle {
	margin-top: 55px !important;
}
body.coBrand #bps-middle {
	margin-top: 40px !important;
}
body.previewMessage #bps-middle {
	margin-top: 35px !important;
}

.bps-assembly-container {
	overflow: hidden;
    float: left;
    clear: left;
    margin: 5px 15px 15px 0;
    line-height: 1px;
    text-decoration: none;
    color: black;
}

.bps-assembly-left {
	clear: left;
	float: left;
	margin: 5px 15px 15px 0;
}

/* Media */
.media-overlay-slideshow {
	text-align: left;
    width: 75px;
}

#media-overlay-content-info {
	margin-right: 15px;
	text-align: left;
    display: none;
}

#media-overlay-content-info span {
	display: block;
	padding: 10px;
}

/*== User Profile ==*/
.userprofile-header {
    display: none;
}

.bps-profile-title {
    display: block;
    font-weight: bold;
    font-size: 1.5em;
}

/*== Browse ==*/
.browse-body #browse-subletters a, .browse-body #browse-subletters span {
    padding: 0px 4px 0px 0px;
}

#bps-browse-dialog li, .bps-browse-menu-a-z li {
    display: inline;
    list-style: none;
}
