@charset "utf-8";
/* CSS Document */

table.all tr td a:link, table.all tr td a:visited {color: #3d3d3d; text-decoration:none; border-bottom: 1px solid #CACACA}
table.all tr td a:link, table.all tr td  a:visited {color: #000}
table.all a.thumb {border: 0px ! important}

table.all {border: 1px solid #c6c6c6; font: normal 11px/120% Arial, Helvetica, sans-serif }
	
table.all  thead th{
		color: #004cb1;
		background-color: #dae3ed;
		font: bold 12px/120% arial, Arial, Helvetica, sans-serif;
		padding:0px;
		text-align:left;
		/* border-top: 1px solid #ecf1f6;*/
		border-bottom: 1px solid #c6c6c6;
		height:25px;
}

table.all tr td{
		padding: 0px;
		background:   #E9E9E9;
		border-top:1px solid  #F5F5F5;
		border-bottom:1px solid #D6D6D6;
		height: 25px;
		font-size:11px
}


table.all tbody tr.even td{
		border-top:1px solid #fff;
		border-bottom:1px solid #D6D6D6;
		background: #F7F7F7;
		font-size:11px;
	}
table.all tbody tr.selected td{
		color: #000080;
		background: /* gelb #febf04*/ #dae3ed  url(img_style/ruled_bg.gif) top left repeat-x;
		border-top: 1px solid  #fff;
		border-bottom:1px solid #CBCBCB;
		font-weight: normal;
		font-size:11px
}
table.all tbody tr.ruled td{
		color: #000080;
		background: /* gelb #febf04*/ #dae3ed url(img_style/ruled_bg.gif) top left repeat-x;
		border-top: 1px solid #fff;
		border-bottom:1px solid #CBCBCB ;
		font-weight: normal;
		font-size:11px
			}
	
table.all tbody tr.ruled td a:link, table.all tbody tr.ruled td a:visited {	color: #000080; border-bottom-color: #CACACA;font-size:11px}	
table.all tr td img {border-right: 1px solid #fff; }

