/**
   * 			EC2 Print stylesheet file
   * @author	LDT Team (OHIM Alicante)  
   * @version	2012	
   */

   @page  
{ 
    size: landscape;
    margin: 10mm;  
} 

* {
/* background-color: white !important;*/
 background-image: none !important;
 }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}
   
   
body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4;
	word-spacing: 1.1pt;
	letter-spacing: 0.2pt;
	font-family: "Georgia", Garamond, "Times New Roman", serif;
	color: #000;
	background: none;
	font-size: 8pt;
}


/*Headings */
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	padding:.8em 0;
}

p {padding:.8em 0}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 11pt;
}

h3 {
	font-size: 10pt;
}

h4,h5,h6 {
	font-size: 9pt;
}

code {
	font: 9pt Courier, monospace;
}

blockquote {
	margin: 1.3em;
	padding: 1em;
	font-size: 9pt;
}

hr {
	background-color: #ccc;
}

/* Images */
img {
	float: left;
	margin: 1em 1.5em 1.5em 0;
}

a img {
	border: none;
}

/* Links */

a:link,a:visited, a {
	background: transparent;
	font-weight: 400;
	text-decoration: none;
	color: #333;
}

a:link[href ^="http://"]:after,a[href ^="http://"]:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	color:#888;
	text-decoration: underline;
}

a[href ^="http://"] {
	color: #000;
}

/* Table */
thead, tbody, td, th, table {	border:0; }

table {
	margin: 1px;
	text-align: left;
	width: 100%;
	border: 1px solid #888;
}

th {
	font-weight: bold;
}

td {
	border: 0;
}

th,td {
	padding: 4px 10px 4px 0;
}

tfoot {
	font-style: italic;
}

caption {
	background: #fff;
	margin-bottom: 2em;
	text-align: left;
}

thead {
	display: table-header-group;
}


tr {
	page-break-inside: avoid;
}

#headerWrapper:after, #footer:after {
  clear: both;
}

#footer:before,
#footer:after,
#headerWrapper:before,
#headerWrapper:after {
  content: "";
  display: table;
}

#footer, #headerWrapper {
	display:block;
}
#topBar {display:none} 

#footer .grid_2,
#footer .grid_6 a {
	display:none;
}
#footer .grid_6 {
	
}


.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/*  Details pages */
.dl dl{float:left;width:100%;border-bottom:0;margin:1em 0;padding:0;}
.dl dt{clear:left;float:left;width:25%;border-top:0;font-weight:700;margin:0;padding:5px;}
.dl dd{float:left;width:72%;border-top:1px solid #999;margin:0;padding:5px;}
.dl .first{border-top:none}
#details  .dl dd {width: 72%;}
#details .clearfix {margin:1em 0}
#details .dl p {padding:.6em 0}
#details .dl p strong {font-size:1.3em; color:#666}
#details .dl p a {font-size:1em}

/* Modals*/
.printModal {display:none;}

#modalW .contentWrapper {
  padding-top: 0;
}

#modalW h2 {
  font-family: Garamond, "Times New Roman", "Georgia", serif;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  display:block;
  top: inherit;
  text-align: center;
}