@charset "utf-8";
/************************************************************************/
/* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
/* http://cssreset.com
/* Adapted for use on the Malaria in Pregnancy website by Metaxis Ltd.
/************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/************************************************************************/
/* HTML5 display-role reset for older browsers 
/************************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************************************************************************/
/* End of CSS Reset
/************************************************************************/ 

/************************************************************************/
/* All devices 
/************************************************************************/ 
@media all {
#wrapper {
	display:block;
}
}
/************************************************************************/
/* Printer specific CSS  
/************************************************************************/
@media print {
#footer, #header, #navMenu, .noprint, #searchOptions, label, #dataExtractionTable_paginate, #referredTable_paginate, #showResultsDataTable_paginate, #screenTable_paginate, #dataHistoryTable_paginate, #dataResolveTable_paginate, input, select {
	display:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	left:0;
	top:0;
	font-size: 11pt;
	font: inherit;
	vertical-align: baseline;
}
#panels {
	overflow: visible !important
}
body, #wrapper, #container, #content, #RecordAsDocument {
	width: auto !important;
	margin: 0 1% !important;
	padding: 0 !important;
	border: 0;
	float: none !important;
	color: #000000;
	background: none !important;
	overflow-x: visible;
	overflow-y: visible;
}
div#content {
	margin-left: 10%;
	padding-top: -30px;
}
div#headerRecord #titleRecord {
	margin: 0 1% !important;
	font-weight:bold;
	font-size: 12px;
	width: auto !important;
}
img {
	display: none;
}
input {
	display: none;
}
textarea {
	/*border:none;*/
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	width:100%;/*margin-left:-100px;*/
}
}
/************************************************************************/
/* End of print function 
/************************************************************************/

/************************************************************************/
/* Site specific CSS from this point below
/************************************************************************/ 
html {
	overflow-y:scroll;
	overflow-x:hidden;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4F535D;
	text-align:center;
	/*background: #c9c9c9 url(images/map_back.jpg) no-repeat top center;*//*background-color:#eaeaea;*/
}
h1 {
	/*color:#bc043e;*/
	font-weight:bold;
	margin:5px 0 7px 0;
	padding: 3px 5px 7px 5px
}
h2, h3 {
	font-weight:bold;
	margin:5px 0 7px 0;
	padding: 3px 5px 7px 5px
}
h1 {
	font-size: 1.3em;
	padding-top: 10px;
	padding-left: 10px;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.0em;
}
h4 {
	font-size: 1.0em;
}
p {
	padding: 3px 5px 10px 5px;
	line-height:18px;
}
a {
	/*text-decoration:underline;*/
	text-decoration:none;
}
/*a[href^="http://"] {
    background: url(images/external_link_icon.png) center right no-repeat;
    padding-right: 13px;
}
a[href^="https://"] {
    background: url(images/external_link_icon.png) center right no-repeat;
    padding-right: 13px;
}*/
a:hover {
	text-decoration:none;

}
input, select {
	font-size: 100%;
}
i, em, .italic {
	font-style:italic;
	font-size: 100%
}
b, .bold {
	font-weight:bold;
	font-size: 100%
}
/* Styling for the main content area */
#wrapper {
	width:960px;
	margin:0px auto;
	height:auto !important;
}
/* Container */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	/*border:solid 1px #b2b2b2;*/
	text-align:left;
	background-color:#FFFFFF;
}
/* Header */
#header {
	/* border: 1px solid #000000; /* so that we can see the div boundaries */
	background-color: #FFF;
	padding: 10px;
	margin: 0px;
	background: #fff url(images/mip_header.jpg) bottom no-repeat;
	height: 134px;
	position: relative;
}
#headerRecord {
	/* border: 1px solid #000000; /* so that we can see the div boundaries */
	background: #fff url(images/MIP_logo.jpg) left top no-repeat;
	height: 70px;
	padding: 10px;
	margin: 10px;
	position: relative;
}
#headerRecord #titleRecord {
	margin-right:100px;
	margin-left:100px;
	margin-bottom:10px;
	/*margin-top:-10px;*/
	font-weight:bold;
	font-size: 13px;
	width:720px;
	text-align:center;
	line-height:20px;
	vertical-align:middle;
}
#header img {
	background-color: #aaa; /* so that we can see a placeholder */
	display:block;
}
#header span {
}
#title {
	margin-right:10px;
	margin-bottom:10px;
	margin-top:50px;
	padding:0px;
	color:#FFF;
	font-weight:bold;
	font-size: 22px;
	width:100%;
	text-align:center;
}
/* linkback */
#linkback {
	float: right;
	margin:20px 5px 0px 0px;
	padding:0px;
}
#linkback a {
	font-weight:bold;
	color:#FFF;
}
/* Search */
#search {
	clear: right;
	float:right;
	/*top:50px;*/
	margin:0px 5px 0px 0px;
	padding:0px;
	position:relative;
	width: 500px;
	top:10px;
}
#search .SearchInput {
	position:relative;
	float:right;
	color:#bc043e;
	font-weight:bold;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	background-image:url(images/SearchIcon.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	outline: none;
	border:solid 3px #FFF;
	width:200px;
}
#search .searchbox_submit {
	color:#bc043e;
	background-image:url(images/seperator.gif);
	background-repeat:no-repeat;
	background-position:8px 3px;
	padding-left:13px;
	font-weight:bold;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	outline: none;
	margin-left:-10px;
	border:solid 3px #FFF;
	cursor:pointer;
 *height:24px;/*IE7 and IE6*/
	position:relative;
	float:right;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.nf.htc);
}
/* Sidebar */
#sidebar {
	/*border: 1px solid #000000; /* so that we can see the div boundaries */
	float:right;
	position:relative;
	/*margin:5px 0px 0px 0px;*/
	width: 228px;
	padding:10px 0px 0px 0px;
	z-index: 0;
	margin-right:20px;
	margin-top:10px;
	min-height:691px;
	height:auto !important;
	height:691px;
	background-color:#FFF;
	font-size: .9em;/*border:solid 1px #b2b2b2;*/
	text-align:left;
}
#sidebar h3 {
	color: #FFF;
	font-weight:bold;
	margin:5px 5px 7px 5px;
	padding: 0;
	font-size: 1.3em;
	text-align:left;
}
#sidebar .section1 {
	border-right:solid 1px #b2b2b2;
	border-bottom:solid 1px #b2b2b2;
	border-left:solid 1px #b2b2b2;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	-khtml-border-radius:  0px 0px 6px 6px;
	behavior: url(border-radius.nf.htc);
	margin-bottom:20px;
	padding:5px;
	text-align:left;
}
#sidebar .section2 {
	border-right:solid 1px #b2b2b2;
	border-bottom:solid 1px #b2b2b2;
	border-left:solid 1px #b2b2b2;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	-khtml-border-radius:  0px 0px 6px 6px;
	behavior: url(border-radius.nf.htc);
	margin-bottom:20px;
	padding:5px;
	text-align:left;
}
#sidebar .section3 {
	border-right:solid 1px #b2b2b2;
	border-bottom:solid 1px #b2b2b2;
	border-left:solid 1px #b2b2b2;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	-khtml-border-radius:  0px 0px 6px 6px;
	behavior: url(border-radius.nf.htc);
	padding:5px;
	text-align:left;
}
#sidebar .title {
	background-color:#700225;
	border:solid 1px #700225;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	behavior: url(border-radius.nf.htc);
	text-align:left;
}
#sidebar a {
	/*text-transform:uppercase;*/
	font-size:1em;
	color:#353535;
}
#sidebar a .authors {
	color:#CC0066;/*font-style:italic;
	text-decoration:underline;*/
}
#sidebar a:hover .authors {
	/*color:#93002c;
	text-decoration:underline;*/
	color: #700225;
	text-decoration: underline;
}
#sidebar a:hover {
	/*color:#93002c;
	text-decoration:underline;*/
	color: #700225;
	text-decoration: underline;
}
#sidebar ul {
	margin: 0em 1.6em;
}
#sidebar ul li {
	list-style-type:square;
}
#sidebar xzza[href^="http://"] {
	background: url(images/link.gif) left top no-repeat;
	padding-left: 13px;
}
/* Content */

#content {
	/* border: 1px solid #000000; /* so that we can see the div boundaries */
	min-height:800px;
	height:auto !important;
	height:800px;
	width:700px;
	/*border-bottom:solid 1px #b2b2b2;
	border-left:solid 1px #b2b2b2;
	border-right:solid 1px #b2b2b2;*/
	background-color:#FFF;
	position:relative;
	float:left;
}
/* adding to indent and format main content area. */
#mainbody {
	float:left;
	vertical-align: top;
	width:940px;
}
#maincontent {
	margin-left:60px;
	margin-right:15px;
	margin-bottom:25px;
	line-height:18px;
	font-size: 1.1em;
}
#maincontent h3, #maincontent h2 {
	margin:10px 0px 5px 0px;
	padding:0px;
}
#maincontent p {
	margin:5px 0px;
	padding:0px;
}
/* Navigation menu and surrounding layout */

/*************************************************************************/
/** Top navigation **/
/************************************************************************/
#navMenu {
	margin:0;
	width:auto;
	background: url(images/mip_menu.jpg) top no-repeat;
	height: 41px;
	padding: 0px 10px 0px 9px;
	position: relative;
	z-index:2;
}
#navMenu ul {
	margin:0;
	padding:0;
	line-height:41px;
	display: block;
}
.navMenu .tabs {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
}
.navMenu .tabs li.selected {
	position:relative;
	z-index: 1;
}
#navMenu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	z-index:1;/*border-right: 2px solid #FFF;*/
}
#navMenu ul li a {
	font-size: 12pt;
	font-weight: bold;
	text-align:left;
	height:auto;
	width:auto;
	display:block;
 *display:inline-block;
	padding:0 10px 0 10px;
	color:#FFF;
	text-decoration:none;/*text-shadow:1px 1px 1px #000;*/
}
#navMenu .tabs .selected a {
	background-color: #CC0066;
	color: #FFF;
}
#navMenu .tabs .selected a:hover {
	background-color: #CC0066;
}
#navMenu ul .submenu {
	margin:0;
	padding:0;
	line-height:30px;
}
#navMenu li .submenu {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	z-index:1;
	width:130px;
}
#navMenu ul li .submenu {
	margin:0;
	padding:0;
	width:200px;
	background-color:#FFFFFF;
}
#navMenu .tabs .submenu a {
	font-size: 10pt;
	background-color:#a80033;
	color: #FFF;
	width:180px;
	border-bottom:#FFF 1px solid;
	line-height:30px;
}
#navMenu .tabs .submenu a:hover {
	background-color: #700225;
	color: #FFF;
	width:180px;
	cursor:pointer;
}
/*******************************************************/
/* hide menu and allow it to return */
/*******************************************************/
#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:41px;
	background-color: #FFF;
	text-align:left;
	left:0;
	margin:0;
	padding:0;
	border:none;
}
#navMenu ul li:hover ul {
	position:absolute;
	visibility:visible;
	z-index:9999;
	background-color: #999;
}
/*******************************************************/
/*sets top level hover color*/
/*******************************************************/
#navMenu li:hover {
	background-color:#700225;
}
/*sets link items hover color and background*/

#navMenu ul li:hover ul li a:hover {
	color:#fff;
	background-color:#333;
	width:110px;
}
/*******************************************************/
/* Changes text color on hover for main menu hover*/
/*******************************************************/
  #navMenu a:hover {
	color:#FFF;
	background-color:#700225;
}
/*******************************************************/
/* Contains the Float */
/*******************************************************/
 .clearFloat {
	clear:both;
	margin:0;
	padding:0;
}
/*******************************************************/
/* IE7 Display Fix */
/*******************************************************/
 #navMenu ul li {
	display: inline-block;
 *display: inline;
	z-index:1;
}
/***************** End of top navigation ****************/

#divider {
	border-top: 1px #aaa solid;
}
#content #fullcolumn {
	/* border: 1px solid #000000; /* so that we can see the div boundaries */
	float:left;
	width:100%;
}

#content .contentboxed {
	border:solid 1px #b2b2b2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	behavior: url(border-radius.nf.htc);
	width:670px;
}
#content #fullpage {
	/*border: 1px solid #000000; /* so that we can see the div boundaries */
	margin: 10px 0px 0px 10px;
	float:left;
}
#content #fullpage ul li {
	list-style-type:square;
	margin: 0 0 .1em 0;
	/*line-height:18px;*/
}
#content #fullpage #columnone {
	/*border: 1px solid #000000; /* so that we can see the div boundaries */
	float:left;
	/*width:49%;*/
	width:670px;
	/*white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	/*white-space: -pre-wrap; /* Opera 4-6 */
	/*white-space: -o-pre-wrap; /* Opera 7 */
	/*word-wrap: break-word; /* Internet Explorer 5.5+ */
	min-height: 275px;
	height:auto;
	font-size: 1.1em;
	border:solid 1px #b2b2b2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	behavior: url(border-radius.nf.htc);
}
#content #fullpage #columntwo {
	/*border: 1px solid #000000; /* so that we can see the div boundaries */
	float:left;
	width:49%;
	margin: 0px 0px 0px 0px;
	/*white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	/*white-space: -pre-wrap; /* Opera 4-6 */
	/*white-space: -o-pre-wrap; /* Opera 7 */
	/*word-wrap: break-word; /* Internet Explorer 5.5+ */
	min-height: 275px;
	height:auto;
}
#content #fullpage #columnthree {
	/*border: 1px solid #000000; /* so that we can see the div boundaries */
	float:left;
	width:49%;
	margin: 0px 0px 0px 0px;
	/*white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	/*white-space: -pre-wrap; /* Opera 4-6 */
	/*white-space: -o-pre-wrap; /* Opera 7 */
	/*word-wrap: break-word; /* Internet Explorer 5.5+ */
	min-height: 275px;
	height:auto;
}
#content #fullpage a:hover {
	color:#700225;
	/*font-style:italic;*/
	text-decoration:underline;
}
#content #fullpage #columntwo p {
	/*border: 1px solid red; /* so that we can see the div boundaries */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#content #fullpage div.notice {
	background-color :#353535;
	border: solid 1px #353535;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	behavior: url(border-radius.nf.htc);
	line-height:18px;
	position:relative;
	/*float:left;*/
	width:670px;
	font-size: 1.1em;
}
#content #fullpage div.containedpara {
	/* border: 1px solid #000000; /* so that we can see the div boundaries */
	margin: 20px 5px 20px 0px;
}
#content #fullpage div.notice h2, div.notice p, div.notice a {
	color:#fff;
	margin:5px;
}
#content #fullpage div.notice a:hover {
	color:#bc043e;
	font-style:normal;
	text-decoration:none;
}
#content #fullpage div.containedpara {
	border: 1px solid #b2b2b2;
	padding: 0px 5px 0px 5px;
}
p.listheader {
	margin: 1.5em 2.5em 1em 1em;
}
.hi-light {
	font-weight:bold;
	line-height:18px;
	font-size: 1.1em;
}
ul {
	margin: 0.5em 0em 0.5em 2.0em;
}
ul li {
	list-style-type:square;
	margin: 0 0 1em 0;
}
/* Footer */
#footer {
	text-align:left;
	font-size: 0.95em;
	/*margin-left:6px;*/
	background: url(images/mip_menu.jpg) top no-repeat;
	height: 40px;
	margin-top:10px;
	margin-bottom:10px;
	padding:4px 10px 0px 10px;
	color:#FFF;
	height:25px;
	position: relative;
	bottom: 0;
	font-size:0.9em;
}
#footer p.left {
	float:left;
}
#footer p.right {
	float:right;
}
#footer a, #footer p {
	/*margin-left:6px;*/
	color:#FFF;
}
#footer a:hover {
	color:#efd5de;
}
#divider {
	border-top: 1px #b2b2b2 solid;
}
#searchresults {
	width:924px;
	margin-top:16px;
	margin-left:6px;
	margin-right:5px;
}
#searchresults #searchOptions {
	float:right;
	margin-bottom:-35px;
	padding:3px;
}
/* Additional styling to align the Management site with the Live site*/
/* Adding 18/12/2012 */

/* *****************************************************
Records table styles
***************************************************** */

/* End DataTables Style */
.dataTables_wrapper {
	clear: both;
	position: relative;
}
table#displayrecordtable, table.dataTable {
	margin: 0px; /*
	border-top: 1px solid #CCCCCC;*/
}
table#displayrecordtable th, table.dataTable th, table#showResultsDataTable th {
	vertical-align:top;
	color:#FFF;
	background-color:#AF7285;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
	text-align:left;
	font-weight:bold;
}
table#displayrecordtable td, table.dataTable td, table#showResultsDataTable td {
	vertical-align:top;
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align:left;
	color:#272727;
}
.displayrecordtableodd, table.dataTable tr.odd {
	background-color:#f6eff1;
	cursor:pointer;
	text-align:left;
}
.displayrecordtableodd:hover, table.dataTable tr.odd:hover, table.dataTable tr.odd:hover td.sorting_1 {
	/*background-color:#E6E6E6;*/
	background-color:#D9D9D9;
	cursor:pointer;
}
.displayrecordtableeven:hover, table.dataTable tr.even:hover, table.dataTable tr.even:hover td.sorting_1 {
	/*background-color:#E6E6E6;*/
	background-color:#D9D9D9;
	cursor:pointer;
}
.displayrecordtableeven {
	background-color:#FFFFFF;
	cursor:pointer;
	text-align:left;
}
.displayrecordtableeven:hover {
	background-color:#E6E6E6;
	cursor:pointer;
}
.dataTables_info {
	margin:0px;
	padding: 10px 0px 10px 0px;/*border:1px solid blue;*/
	float:right;
}
table#duplicatestable {
	margin: 0px; /*
	border-top: 1px solid #CCCCCC;*/
}
table#duplicatestable th, table.dataTable th {
	vertical-align:top;
	color:#FFF;
	background-color: #AF7285;
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align:left;
	font-weight:bold;
}
table#duplicatestable td {
	vertical-align:top;
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align:left;
}
.duplicatestableodd, table.dataTable tr.odd {
	background-color:#f6eff1;
	cursor:pointer;
	text-align:left;
}
.duplicatestableodd:hover, .duplicatestableeven:hover, table.dataTable tr.odd:hover, table.dataTable tr.even:hover, table.dataTable tr.odd:hover td.sorting_1, table.dataTable tr.even:hover td.sorting_1 {
	/*background-color:#efd5de;*/
	background-color:#D99FBB;
	cursor:pointer;
}
.duplicatestableeven, table.dataTable tr.even {
	background-color:#FFFFFF;
	cursor:pointer;
	text-align:left;
}
table#filter_old {
	/*width: 680px;*/
	background-color:#F0E5E9;
	width:100%
}
table#filter {
	background-color:#F0E5E9;
	border:solid 0px #e1a044;
	color:#666;
	float:right;
	font-weight:bold;
	position:relative;
	width:940px;
}
div#documentTitle {
	float:left;
	position:relative;
	padding-left:150px;
	padding-top:40px;
	width:650px;
}
div#documentTitle h1 {
	color:#FFF;
}
div#RecordAsDocument {
	width:780px;/*border:1px solid #000;*/
	vertical-align:top;
	margin:0px;
	padding:0px;
}
div#RecordAsDocument h2 {
	margin:0;
	font-size: 11pt;
	font-weight:bold;
	text-align:left;
}
div#RecordAsDocument p {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 10pt;
	font-weight:normal;
}
div#RecordAsDocument .headlines {
	font-size: 13pt;
	text-align:center;
	font-weight:bold;
}
div#RecordAsDocument .citations {
	font-size: 10pt;
	width: 100%;
	color: white;
	background-color:#999;
	text-align:left;
}
#RecordAsDocument table#recordtable {
	width: 100%;
	font-size:9pt;
	border-top: 1px solid #708090;
}
#RecordAsDocument table#recordtable th {
	vertical-align:top;
	border-bottom: 1px solid #708090;
	margin:0;
	padding:0;
}
#RecordAsDocument table#recordtable td {
	vertical-align:top;
	border-bottom: 1px solid #708090;
	text-align:left;
}
.recordtableleft {
	vertical-align:top;
	/*border-left: 1px solid #708090;
	border-right: 1px solid #708090;*/
	width: 30%;
	background-color:#CCCCCC;
	border-left: 1px solid #708090;
}
.recordtableright {
	/*border-right: 1px solid #708090;*/	
	vertical-align:top;
	background-color:#FFFFFF;
	border-right: 1px solid #708090;
	width: 70%;
}
.recordtableright a {
	/*border-right: 1px solid #708090;*/	
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	word-break:break-all;
}
/**********************************************************/
/* Styling for all the tables displaying records from DB */
/********************************************************/
/* this hide the processing/loading message that appears if there are a lot of records to display in table */
.dataTables_empty {
	display:none;
}
table#audittable, table#screeningSummary {
	width:100%;
}
table#audittable, table#duplicatestable, table.dataTable {
	margin: 0px;
}
table#audittable th, table#duplicatestable th, table.dataTable th {
	background-color: #AF7285; /* changed background colour for table header */
	border: 1px solid #CCCCCC;
	color:#FFF;
	font-weight:bold;
	padding: 5px;
	text-align:left;
	vertical-align:top;
}
table#audittable td, table#duplicatestable td, table.dataTable td {
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align:left;
	vertical-align:top;
}
table#audittable thead th, table#duplicatestable thead th, table.dataTable thead th {
	border-bottom: 0px solid black;
	font-weight: bold;
	padding: 4px 18px 4px 10px;
}
table#duplicatestable tr.duplicatestableodd, table.dataTable tr.odd td.sorting_1, table.dataTable tr.odd {
	background-color:#f6eff1; /* changed background colour for odd rows in table */
	text-align:left;
}
table#duplicatestable tr.duplicatestableeven, table.dataTable tr.even td.sorting_1, table.dataTable tr.even {
	background-color:#FFFFFF; /* changed background colour for even rows in table */
	text-align:left;
}
table#duplicatestable tr.duplicatestableodd:hover, table#duplicatestable tr.duplicatestableeven:hover, table.dataTable tr.odd:hover, table.dataTable tr.odd:hover td.sorting_1, table.dataTable tr.even:hover, table.dataTable tr.even:hover td.sorting_1 {
	background-color:#D99FBB; /* changed background colour for hover over rows in table */
	cursor:pointer;
}
table#audittable, table#duplicatestable {
	margin: 0px 0px 10px 0px;/*border-top: 1px solid #CCCCCC;*/
}
.dataTables_length {
	float: left;
	clear:both;
	margin:0px;/*border:1px solid red;*/
}
.dataTables_filter {
	float: right;
	text-align: right;
}
.sorting_asc {
	background: url("images/sort_asc.gif") no-repeat scroll right center transparent;
}
.sorting_desc {
	background: url("images/sort_desc.gif") no-repeat scroll right center transparent;
}
.sorting {
	background: url("images/sort_none.gif") no-repeat scroll right center transparent;
}
/* Pagination new styling ish */
a.current, a.paginate, span.inactive {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #AAAAAA;
	color: #FFFFFF !important;
	cursor: pointer;
	margin: 0 3px;
	padding: 2px 8px;
	text-decoration: none;
}
a.current {
	background-color: #858585;
}
a.current:hover {
	text-decoration: none !important;
}
span.inactive {
	background-color:#CCC;
}
span.inactive:hover {
	text-decoration: none !important;
	cursor:not-allowed;
}
a.paginate {
	background-color: #353535;
}
a.paginate:hover {
	background-color:#858585;
	text-decoration: none !important;
}
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
	margin-bottom: 5px;
}
.paging_full_numbers a:active {
	outline: medium none;
}
.paging_full_numbers a:hover {
	text-decoration: none;
}
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #AAAAAA;
	color: #FFFFFF !important;
	cursor: pointer;
	margin: 0 3px;
	padding: 2px 8px;
	text-decoration: none;
}
.paging_full_numbers a.paginate_button {
	background-color: #353535;
}
.paging_full_numbers a.paginate_button:hover {
	background-color:#858585;
	text-decoration: none !important;
}
.paging_full_numbers a.paginate_active {
	background-color:#858585;
}
table#screeningSummary th, table#extractionSummary th {
	background-color:#AF7285;
	border: 1px solid #CCCCCC;
	color:#FFF;
	font-weight:bold;
	padding: 5px;
	text-align:left;
	vertical-align:top;
}
table.dataTable tr.odd, table.dataTable tr.odd td.sorting_1 {
	background-color: #f6eff1;
	cursor:pointer;
	text-align:left;
}
table.dataTable tr.even, table.dataTable tr.even td.sorting_1 {
	background-color: #FFFFFF;
	cursor:pointer;
	text-align:left;
}
table.dataTable tr.odd:hover, table.dataTable tr.even:hover, table.dataTable tr.odd:hover td.sorting_1, table.dataTable tr.even:hover td.sorting_1 {
	background-color:#D99FBB;
	cursor:pointer;
}
table.dataTable tr.row_selected, table.dataTable tr.row_selected td.sorting_1 {
	/*background-color:#FFB0CA;*/
	background-color:#98CBCB;
}
table.dataTable th.checkCol {
	width:30px;
	white-space: nowrap
}
table.dataTable th.idCol {
	width:50px;
	white-space: nowrap
}
table.dataTable th.titleCol {
	width:575px;
	white-space: nowrap
}
table.dataTable th.authorCol {
	width:140px;
	white-space: nowrap
}
table.dataTable th.yearCol {
	width:60px;
	white-space: nowrap
}
table.dataTable th.typeCol {
	width:85px;
	white-space: nowrap
}
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -13px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	background-color: #CC0066;
}
table#filter {
	/*background-color:#F0E5E9;*/
	background-color:#F0E5E9;
	border:solid 0px #e1a044;
	color:#666;
	float:right;
	font-weight:bold;
	position:relative;
	width:940px;
}
/* Setting page only */
div#upload_filters {
	background-color:#fff;
	float:left;
	margin:10px 0px 0px 0px;
	width: 100%;
}
.searchpanel {
	width:545px;
	height:230px;
}
.searchpanel .searchpanelselect  {
	width:180px;
}
.panelselected {
	background-color:#DBC8DB;
}
.filterpanel {
	width:393px;
	height:230px;
}
.ui-datepicker-trigger {
	position:relative;
	bottom:-3px
}
UrlLength a {
	font-style:italic;
	font-size:18px;
}


table#pdftable {
	width: 100%;
	font-size:1em;
	border-top: 1px solid #e1e5eb;
}
table#pdftable tr {
	vertical-align:top;
	border-bottom: 1px solid #e1e5eb;
	margin:0;
	padding:0;
}
table#pdftable td {
	vertical-align:top;
	border-bottom: 1px solid #e1e5eb;
	text-align:left;
}
table#pdftable td.noborder {
	border-bottom: none;
}
table#pdftable .recordtableleft {
	vertical-align:top;
	width: 25%;
	background-color:#f8f9fb;
	border: 1px solid #e1e5eb;
	text-align:right;
	padding:4px;
}

table#pdftable .recordtableleft p {
	text-align:right;
}
table#pdftable .recordtableright {
	vertical-align:top;
	background-color:#f8f9fb;
	border-right: 1px solid #e1e5eb;
	border-bottom: 1px solid #e1e5eb;
	border-top: 1px solid #e1e5eb;
	border: 1px solid #e1e5eb;
	width: 75%;
	padding:4px;
}
h2 small {
	font-size:72%;
	font-weight:normal;
}