html, body {
	margin: 0;
	border-style: none;
	padding: 0;
}

body {
	margin-top: 0 !important;
}

form,
fieldset {
	margin: 0;
	border-style: none;
	padding: 0;
}

a img {
	border-style: none;
}

/* Fix the problem where a gap appears under the selected chapter */
#subjectsLinksLogos .subjects em a
{
	display: inline-block;
	width:90%;
}

.basic, .skipToSearchResults, 
.searchAgainTop .section, 
.searchAgainBottom .section, 
#searchResultsFound .section, 
.navigateList .section
{
	left:-1000px;
	position:absolute;
	top:-1000px;
}

#keyTopicAreas .logoutbutton div 
{
	font-weight: normal;
	background: white;
	font-size: 0.9em;
} 
#searchBox_SearchHelp
{
	font-size: 0.9em;
}

#searchBox_Keywords {
	width: 100px;
	vertical-align: middle;
}

#quickSearch {
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	width: 100%;
}

#quickSearch a {
	float:left;
}

#quickSearch form {
	text-align: right;
	display: inline;
	float : right;
	background-color: #000;
	padding-right: 4px;
}

#quickSearch fieldset {
	margin: 0;
	border-style: none;
	padding: 7px 0 0 0;
	background-color: #000;
}

#quickSearch h3 {
	margin: 0;
	color: #FFF;
	font-size: 1em;
	font-weight:bold;
	padding-left: 4px;
}

#searchBox_Keywords {
	width: 100px;
	vertical-align: middle;
}

#quickSearch div,
#quickSearch fieldset,
#quickSearch h3 {
	display: inline;
}

#quickSearch div.submit {
	vertical-align : baseline;
	position: relative;
	top: 8px;
}

#quickSearch select {
	vertical-align : middle;
}
#quickSearch fieldset {
	padding: 0;
}
#quickSearch #searchBox_productAnchor {
	padding: 0;
}
#quickSearch input
{
	border-radius: 0px;
	padding: 0;
}
#quickSearch label,
#quickSearch h3 {
	font-weight: normal;
}
#quickSearch  a {
	border: none;
}
#content table {
	width: auto;
}
#quickSearch form {
	position: relative;
	top: -3px;
}
#breadcrumb strong 
{
    font-weight: normal;
}

#searchResultsFound h3 a
{
	font-weight: bold;
}

#searchResultsFound p em
{
	font-style:normal;
	font-weight: bold;
}
/* LOG IN/MY ONLINE SUBSCRIPTIONS */
	.mos-login,
	.mos-subscriptions {
		font-size: 1em;
	}

	.mos-login td,
	.mos-subscriptions td {
		padding-right: .5em;
	}

	.mos-login .regemp,
	.mos-subscriptions regemp {
		font-weight: bold;
	}

	.mos-login h2,
	.mos-subscriptions h2 {
		margin: 1.4em 0 0;
		font-size: 1em;
		font-weight: bold;
	}
	
	.mos-login p,
	.mos-subscriptions p {
		margin: 0 0 1em;
	}
	
	.mos-login .navigateList,
	.mos-subscriptions .navigateList {
		margin-top: .5em;
		border-top: solid 1px #999;
		border-bottom-style: none;
		padding-top: 3px;
	}

	.mos-subscriptions a {
		font-weight: bold;
	}

/* END LOG IN */

/* ADD USERS */

	.mos-addusers kbd
	{
		font-size: 1.2em;
	}

 	.mos-addusers-header 
	{
		font-weight: bold;
	}
	
/* END ADD USERS */

#dgResource
{
	BORDER: #000 1px solid
}
#pagedetails
{
	border-top-style: none;
}
div#quickSearch {
	height: 1%; /* Keeps absolutely positioned descendants from disappearing out of the box */
}

.RegisterForUpdates
{
	border: solid 1px black;
	width: 400;
	padding: 0px 0px 0px 0px;
    BACKGROUND-COLOR: #e6e6e6;
}
.RegisterForUpdates TH
{
	text-align:left;
	width: 25%
}
.RegisterForUpdates TH, .RegisterForUpdates TD
{
    BACKGROUND-COLOR: #e6e6e6;
	padding: 4px 4px 4px 4px;
}
Label
{
	font-weight: bold;
}
P.error
{
	font-weight: bold;
	color: red;
	margin-bottom: 0px;
}
#content h1
{
	margin-top: 10px;
}
/*new elements added for redesign of RegisterToReceive page*/

.rtor-innerContainer {
	float:left;
	width:100%;
	clear:both;
}
div.rtor-left {
	float:left;
	width:48%;
}
.rtor-right {
	margin-left:52%;
}
.rtor-colContainer {
	float:left;
	width:99%;
}
.rtor-imageLeft {
	float:left;
	width:150px;
}
.rtor-textRight {
	margin-left:160px;
}
#content h1.rtor-heading,#content h2.rtor-heading {
	color:#91004B;
}