/**
 * Edilex 2005 (c) Edita Publishing
 * $Id: print.css,v 1.3 2011/12/29 10:55:27 jat Exp $
 */

* {
	color: black !important;
}

body {
	font-size: 0.9em;
}

#container {
	width: auto;
}

.printLogo {
	display: block;
	float: right;
}

ul.buttons, .nextPrevDocTop, .nextPrevDocBottom {
	display: none;
}

#urlPath {
	font-size: 0.7em;
}

#urlPath a {
	color: black;
}

.lastUpdate {
  display: block;
  font-style: oblique;
  font-size: 0.7em;
  float: right;
  clear: both;
  width: 20em;
  text-align: right;
}

#header, #navigation {
	display: none;
	}

#contract dl, #contract dt, #contract dd {float:none !important;}
#contract dd p {margin:0; padding:0;}
#contract dd table {width:50%;}
#contract dd thead td {background-color:#eee;
						font-weight:bold;}

table {clear:both;
    width:100%;
    margin-bottom:1em;
    line-height:1.1;}

td, th      {padding:4px;
        border-bottom:1px dotted #ccc;
        vertical-align: baseline;}
th        {padding:6px 4px;
        font-weight:bold;}
th.sorted   {border:1px solid #BFD9EC; border-width:1px 1px 0 1px;
        background-color:#E0EDF6;}
thead th a,
tfoot th a    {padding-right:16px; background:url(../images/bullets_arrows/bullet_arrow_sort.png) right center no-repeat;
        background:url(../images/bullets_arrows/bullet_arrow_sort.png) right center no-repeat;}
th.sorted a.asc {background:url(../images/bullets_arrows/bullet_arrow_sort_asc.png) right center no-repeat;}
th.sorted a.desc {background:url(../images/bullets_arrows/bullet_arrow_sort_desc.png) right center no-repeat;}
thead th    {border-bottom:1px solid #BFD9EC;
        background-color:#EFF5FA;}
form td     {border:none;}
form thead th   {border-bottom:none;
        background-color:transparent;}
tbody th    {border-bottom:1px solid #BFD9EC;
        background-color: #eee;}
tr.highlight,
td.highlight {
  background-color: #FFECBF;
}

table.CONTACT td {width:50%;}       
table.CPV td {width:50%;}       
table.SUBCONTRACTING td {width:85%;}       
dd p {margin-left:4px;}


