/* TABELLEN DESIGN */
#table {
	font-family:Arial,sans-serif;
	font-size:10px;
	width:100%;
}

#table th {

	border: 1px;
	cursor:pointer;
	padding:4px 9px 4px 9px;
	text-align:left;

}
#table th span {
	float: left;
}
/*
#table th {
	background:#708090 none repeat scroll 0%;
	border: 0;
	color:#FFFFFF;
	cursor:pointer;
	padding:4px 0pt 4px 9px;
	text-align:left;
}
#table th a {
	color:white;
}

#table td a {
	color:black;
}
#table th span {
	color:#AAAAAA;
}
#table tr#this td {
	background-color:#FFD280;
	border: 0;
	color:#000;

}
#table tr#hover td {
	background-color:#777777;
	border-color:#888888 rgb(119, 119, 119) rgb(136, 136, 136) rgb(136, 136, 136);
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
}*/
#table tr {
	height: 30px;
}
#table td {
	padding:4px 9px 4px 9px;	
}
/*
#table tr td {

	border-bottom:1px solid #ccc;
	border-top:1px solid #ffffff;
	border-left:0;
	
	vertical-align: middle;
	background-color: #ffffff;
	/*padding:3px 8px;*/
	
	
	/*
}
#table tr.even td {
	padding:5px 8px;
	background:#DAE6F0 none repeat scroll 0%;
	border-bottom:1px solid #4682B4;
	border-top:1px solid #FFFFFF;
	border-right:0;
}
#table tr.odd td {
	padding:5px 8px;
	background:#EDF3F8 none repeat scroll 0%;
	border-bottom:1px solid #4682B4;
	border-top:1px solid #FFFFFF;
	border-right:0;
}

*/
#table tr.even td {
}
#table tr.odd td {
	
}
#table .label {
  white-space: nowrap;
  font-weight: bold;
}

#table .field {
  white-space: nowrap;
}

#table .status {
  padding-left: 20px;
  white-space: nowrap;
}
