/* 
 * Print style
 *
 * Konstantinos Konstantinidis <kkonstan@duth.gr> 
 *
 */

* {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: none !important;
	color: black !important;
	float: none !important;
}

body {
	font-size: 9pt;
	text-align: justify;
}

#header, #gradient, #footer {
	display: none;
}

#wrapper, #content {
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
}

#odigies img {
        display: block;
        margin: 32px auto 32px auto;
	page-break-inside: avoid;
}

.intro_image img {
	display: none;
}

hr { display: none }
img {
	border: 0;
	display: block;
}

li {
	page-break-inside: avoid;
}

table {
	page-break-inside: avoid;
}

p.odigies, table.odigies {
	display: none;
}


table.ips a {
      line-height: 8px;
      position: relative;
      z-index: 24;
      color: #000000;
      text-decoration:none
}

table.ips a:hover {
	display: none
}

table.ips a span{display: none}

table.ips th a:hover span{
  display:none;
}

table.ips td a:hover span{
  display:none;
}

table.ips {
      width: 100%;
      height: 100%;
      border-width: 1px;
      border-spacing: 1px;
      border-style: outset;
      border-color: #000000;
      border-collapse: collapse;
      background-color: #000000;
      margin-left: auto;
      margin-right: auto;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
}

table.ips th {
      width: 63px;
      color: #000000;
      border-width: 1px;
      padding: 3px;
      border-style: inset;
      border-color: #000000;
      background-color: #dedede;
      font-family: "andale mono", "lucida console", "courier new", fixed;
      font-weight: bold;
      font-size: 10pt;
      text-align: center;
      vertical-align: middle;
      line-height: 30px;
}
table.ips td {
      color: #000000;
      border-width: 1px;
      padding: 3px;
      border-style: inset;
      border-color: #000000;
      background-color: #dedede;
      font-family: "andale mono", "lucida console", "courier new", fixed;
      font-weight: normal;
      font-size: 8pt;
      text-align: center;
      vertical-align: middle;
      line-height: 8px;
}
table.ips td.empty {
      background-color: #aaaaaa;
}

table.ips td.mgmt {
      background-color: #eeaaaa;
}
table.ips td.lo-ptp {
      background-color: #eeeeaa;
}
table.ips td.client {
      background-color: #aaeeaa;
}
table.ips td.rescom {
      background-color: #aaaaee;
}
table.ips td.ras {
      background-color: #eeaaee;
}

table.mrtgs a {
      position: relative;
      z-index: 24;
      color: #000000;
      text-decoration:none
}

table.mrtgs a:hover {
      z-index:25;
}

table.mrtgs {
      width: 100%;
      height: 100%;
      border-width: 3px;
      border-spacing: 0px;
      border-style: outset;
      border-color: #000000;
      border-collapse: collapse;
      margin-left: 0;
      margin-right: 0;
}

table.mrtgs th {
      color: #000000;
      border-width: 0px;
      padding: 4px;
      border-style: inset;
      border-color: #000000;
      font-weight: bold;
      font-size: 10pt;
      text-align: left;
      vertical-align: middle;
      line-height: 30px;
}
table.mrtgs td {
      border-width: 0px;
      padding: 8px;
      font-weight: normal;
      font-size: 9pt;
      text-align: left;
      vertical-align: middle;
	text-align: right;
      line-height: 12px;
}

