/* CSS Document */
table.AltHorizTABLE {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}

table.AltHorizTABLE thead tr th, table.tablesorter tfoot tr th {
        border: 1px solid #000000;
	background-color: #F0F4F4;
	font-weight: bold;
	padding: 4px;
        vertical-align: middle;
}
table.AltHorizTABLE thead tr .header {
        padding-right: 15px;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.AltHorizTABLE tbody td {
        border: 1px solid #000000;
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.AltHorizTABLE tbody tr.odd td {
	background-color:#F0F0F6;
}
table.AltHorizTABLE thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.AltHorizTABLE thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.AltHorizTABLE thead tr .headerSortDown, table.AltHorizTABLE thead tr .headerSortUp {
  background-color: #9BB4B4;
}

.errors {
    color: red;
    line-height: 10px;
}

div.fixedSize {
  width: 100px;
  height: 10px;
  margin-bottom: 2px ;
  overflow: hidden;
}
