/* 
Project:	www.netcom.cz
Part:		layout for IE
Updated:	28.9.2006
*/

h2 {
  width: 506px;
  _width: 550px;
  font-size: 100%;
	color: #E11400;
	margin: 0;
	padding: 8px 20px;
	text-transform: uppercase;
	border-right: 4px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

h3 {
	font-size: 100%;
	color: #E11400;
	margin-bottom: 0.5em;
	margin-top: 1em;	
	padding-bottom: 0.3em;
	border-bottom: 1px solid #E6E6E6;
}

h4, h5, h6 {
	font-size: 100%;
	font-family: "Arial", "Luxi Sans", Helvetica, sans-serif;
	margin: 0;
}

h4 {
  width: 497px;
  padding: 10px 0 10px 10px;
  margin-bottom: 5px;
  background-color: #e11400;
  color: white;
  font-size: 120%;
}

table {
  width: 100%;
  border-collapse: collapse;
  _font-size: 11px;
}
table.visible {
  border: 1px solid #979899;
}
th, td {
  vertical-align: top;
  padding: 5px;
}

th span, td span {
  color: red;
  font-weight: bold;
}

table.visible th, table.visible td {
  border-bottom: 1px solid #979899;
  border-right: 1px solid #979899;
  vertical-align: middle;
}
 
table.visible th {
  border-bottom: 2px solid #979899;
}

table.visible tr.even {
  background-color: #edf8fc;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}
