body {
	margin: 0px;
	padding: 0px;
	font: normal 62.5%/ 1.5em Tahoma, Verdana, Geneva, "Trebuchet MS",
		Helvetica, Arial, sans-serif;
}

#header {
	background: #001429 url(../images/bg-header.jpg) no-repeat center right;
	border-bottom: solid black 1px;
	border-top: solid black 1px;
	margin: 0px;
	padding: 0px;
	height: 72px;
	width: 100%;
	min-width: 750px;
	text-align: right;
	overflow: visible;
  display:none
}

#header h1,
#header h2 {
	margin: 0px;
	padding: 0px;
	width: 227px;
}

#header h1 a {
	display: none;
	float: left;
	height: 72px;
	width: 200px;
	background: url(../images/reuters_insight_logo.gif) no-repeat 0px 0px;
}

#header h1 span,
#header h2 span {
	display: none;
}

#header #logo {
	float: left;
	margin-right: -230px;

}
#login { display:none; }

#menubar { display:none; }

#content {
	margin: 0px;
}

/*
STYLES FOR DEALING WITH THE LAYOUT OF THE CONTENT AREA
SHOULD BE IN SEPERATE FILES, SUCH AS CONTENT.CSS
*/
#footer { display:none;
}

/* this is used for displaying error messages with red colur */
.errorResources {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #FF0000;
}

/*
THIS FILE CONTROLS THE LAYOUT OF ELEMENTS THAT ARE COMMON
ACROSS DIFFERENT PAGES, SUCH AS THE LEFT MENU AREA, sandbox
CONTENT AREA, PERSISTENT BUTTONS, ETC.
*/
#area1 {
	display: none;
}


#sandbox {
	position: relative;
	margin-left: 20px;
	margin-right: 15px;
	padding-left: 10px;
	padding-top: 15px;
	font-size: 1.4em;
}


#sandbox h1 {
	margin: 8px 0px 30px 0px;
	font-size: 2.0em;
	font-weight: normal;
	line-height: 1em;
}

#sandbox h1 .langLink {display: none;

}

#printLink { display:none; }


#sandbox h2 {
	margin: 12px 0px 0px 0px;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.5em;
}

#sandbox p {
	font-size: 1em;
	line-height: 1.2em;
}

#sandbox .level3 p {
	font-size: 1em;
}

#sandbox ul {
	/* this line is used for exact alignment of bullet and letter    */
	margin: 0px 0px 20px 17px;
	list-style: url(../images/bul-list-item.jpg);
}

#sandbox ul li {
	line-height: 1.4em;
}

#sandbox ul.inner li {
	list-style: none;
}

#sandbox ul.noSpace {
	/* this line is used for exact alignment of bullet and letter for site map */
	margin: 0px 0px 5px 17px;
	list-style: url(../images/bul-list-item.jpg);
}

/* this id is used for bottom page of content with space and break */
#sandbox  #sandboxBottom {
	margin: 0px 0px 20px 50px;
	line-height: 0.25em;
}

/* this class is used for providing space and replaces &nbsp; */
.sandboxSpace {
	margin-left: 5px;
	margin-right: 5px;
}

#sandbox input.btn {
	margin: 5px 0px;
}

#sandbox table.sandbox tr td {
	padding: 4px 0px;
}

#t_and_c .footer { display: block; }
#t_and_c .signature_block { float: left; width: 50%; padding-top: 100px; }
#t_and_c .signature_block ul { list-style-type: none; }
#t_and_c .signature_block ul li { list-style-type: none; background-image: none; padding: 0 0 12px 0; margin: 0px; }
#t_and_c .signature_block strong { font-size:14px; display:block; }

