/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		HSR Redesign 2008
	date:			11/2008, beat
	version:		4.1
	file:			icscrm.css 
	function:		style icscrm, Personenliste
********************************************************************************************************/

/**  table liste crm       **/
.tableBgTitle{
	font-weight:bold;
	color:#000000;
	width:100%;
	height:1px;
	padding-top:1px;
}

.tablepadding{
	padding: 2px 0px 2px 4px; 
	margin:0px;
}

.tablepadding.right {
	text-align: right;
}

.rowUpDown{
	background-repeat:no-repeat;
	background-position:right 0px;
	padding: 0;
	margin:0px 6px 0px 0px;
}

	/* ie6 hack */
	* html .rowUpDown, * html .rowUpDownHover{width:95%;display:block;}
		
.rowUpDownHover{
	background-repeat:no-repeat;
	background-position:right 0px;
	padding: 0;
	margin:0px 6px 0px 0px;
}

.tableBgNo{
	background-color: #FFFFFF;
	width:100%;
	height:1px;
}

.tableBgNoCh{
	width:100%;
	height:1px;
}

.tableBgNoOv{
	width:100%;
	height:1px;
}

 td div.rowUpDownHover{
	background:url(/fileadmin/templates/hsr/html/img/upDownHover.png) no-repeat right top;
}

	* html td div.rowUpDownHover {background:url(/fileadmin/templates/hsr/html/img/upDownHover.gif) no-repeat right top;}

 td div.rowUpDown{
	background:url(/fileadmin/templates/hsr/html/img/upDown.png) no-repeat right top;
}

	* html td div.rowUpDown {background:url(/fileadmin/templates/hsr/html/img/upDown.gif) no-repeat right top;}
	
table#tx_icscrm_table tr {
	border-collapse:collapse;
}

table#tx_icscrm_table tr td, table#tx_icscrm_table tr td.tablepadding {
	border-bottom:1px solid #B3B4B5; 
	border-collapse:collapse;
}
