#listview
{
    border-collapse:   collapse;
    border-spacing:    0;
	width:100%;	
}

#listview th, #listview td
{
	border-width:      1px;
    border-color:      #D4E1EC;
    border-style:      solid;
    padding-left:      5px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color: #666666;
	height:19px;
	
	/*border-left:none;
	border-right:none;*/
}

#listview img
{
	border:0px solid red;
	display:inline;
	float:left;
}

#listview td.pagenavi
{
	border: none;
	text-align:center;
}


#listview th.first, #listview td.first
{
	border-left: 1px solid #D4E1EC;
}

#listview th.last, #listview td.last
{
	border-right: 1px solid #D4E1EC;
}

#listview th
{
	background-color: #FFFFFF;
	color: #104982;
	text-align:	center;
	font-weight:bold;
	font-family: Arial;
	font-size:13px;
	height: 26px;
}

/* odd table rows 1,3,5,7,... */
#listview tr.odd {
	/*background-color: #A9A9A9;*/
	background-color: #E9F0F5;
	/*color: #666666;	*/
}

/* even table rows 2,4,6,8,... */
#listview tr.even
{
    background-color: #FFFFFF;	
}

/* hovered table rows */
#listview tr.odd:hover,
#listview tr.even:hover {
    /*background-color: #00ff00;*/
	background-color: #E9F0F5;
	/*background-color: #F0AB00;*/
	
	/*border: 1px solid red;*/
	
}

.clean#listview, .clean#listview th, .clean#listview td
{
	border: none;
	width:auto;
}

