/* ---------------------------------------------------------------------------
 * Name:                $Id: view.css 12857 2013-05-31 12:04:00Z era $
 * * Description: eVIR CSS
 * * Copyright (C) BC.HU Kft. <evir@bc.hu>. All rights reserved. More info: http://evir.hu
 * ---------------------------------------------------------------------------
 */



/* View */
table.view {
	width: 100%;
	background-color: #ffffff;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px dotted rgb(204, 204, 204);
}
table.view_collapse {
	width: auto;
	background-color: #ffffff;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px dotted rgb(204, 204, 204);
}
.viewinput h2 {
 color: rgb(102, 102, 102);
}
td.viewlabel {
  color: rgb(0, 0, 0);
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  text-align: right;
  font-weight: lighter;
  font-size: 8pt;
  width: 10em;
  border-bottom: 1px dotted rgb(204, 204, 204);
  border-top: 1px dotted rgb(204, 204, 204);
  background-color: #f1f1f1;
}
td.viewinput {
  color: rgb(0, 0, 0);
  font-size: 8pt;
  font-weight: normal;
  text-align: left;
  padding: 5px;
  padding-left: 10px;
  border-bottom: 1px dotted rgb(204, 204, 204);
  border-top: 1px dotted rgb(204, 204, 204);
  border-right: 1px dotted rgb(204, 204, 204);
  width: auto;
}
table.view_collapse td.viewinput {
	text-align: right;
}
td.view_input {
  padding: 5px;
}

/* pl Termekbongeszo megnez oldal lista */
table.fieldset td.fieldset table.urlap td.forminput table.view {
       table-layout: auto;
}
table.fieldset td.fieldset table.urlap td.forminput table.view  td.viewinput {
       width: auto;
       min-width: 490px;
}

