/*******************************/
/* Name-Value-Tabellen
/*******************************/

table.tblNameValue{
	border-collapse:collapse;
	padding:0;
	margin:0;
	width:100%;
	margin:0px;
}

table.tblNameValue,
table.tblNameValue tr td, 
table.tblNameValue th
{
	border:1px solid #999;
	padding:2px;
	vertical-align:top;
}

table.tblNameValue tr td, 
table.tblNameValue th
{
	border:1px solid #999;
}

table.tblNameValue th
{
	font-weight:bold;
	text-align:left;
	background-color:#f3f3f3;
}

/*******************************/
/* Headerbox
/*******************************/

table.headerbox{
  width:100%;
  border:0;
}

table.headerbox tr,
table.headerbox tr td,
table.headerbox tr th{
  height:1%;
}

/*******************************/
/* atable
/*******************************/

table.atable{
	border-collapse:collapse;
	padding:0;
	margin:0;
	width:100%;
}

table.atable tr td, 
table.atable tr th
{
	border:1px solid #cbdaeb;
	vertical-align:top;
}

table.atable tr td.greyed, 
table.atable th.greyed
{
	background-color: #ECECEC;
	color:#AAA;
}

table.atable th, 
table.atable th a, 
table.atable th a:visited
{
	background-color: #cacaca;
	color: #333;
	text-decoration:none;
	font-weight:bold;
	text-align:left; 
}

table.atable a:hover, 
table.atable a:activ, 
table.atable a:focus
{
	color: #cacaca;
}

table.atable th.analyse{
	background-color:#FFF;
	<!--font-size:105%;-->
	color:#000;
}

table.atable tr.lastrow{
	font-weight:bold;
}

table.atable td.kategorie{
	background-color:#f5f5f5;
	font-weight:bold;
}

table.atable td span.tblSearchMarkup{
	background-color:#fef5b1;
}

table.atable th{
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}

table.atable tr td{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:left;
}

table.atable th a.Order,
table.atable th a.Desc,
table.atable th a.Asc {
	background-position: right center;
	background-color: transparent;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 9px;
}
table.atable th a.Asc, 
table.atable th a.Desc:hover, 
table.atable th a.Order:hover 
{
	background-image: url( '../../ad_icons/arr_white_up.gif' );
}

table.atable th a.Desc, 
table.atable th a.Asc:hover {
	background-image: url( '../../ad_icons/arr_white_down.gif' );
}

table.atable td.td_remark{
	border:0px;
}
