#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: #b4c8d6;
	/*background-color: #F0AB00;*/
	
	/*border: 1px solid red;*/
	
}

.clean#listview, .clean#listview th, .clean#listview td
{
	border: none;
	width:auto;
}


.inner, .inner td, .inner th
{   
    border:none !important;
}


.listview4
{
    border-collapse:   collapse;
    border-spacing:    0;
	width:100%;
	font-family: Verdana;
	font-size: 11px;
}

.listview th, .listview td
{
	
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color: #666666;
	height:19px;
}

.listview4 th
{	
	color: #104982;
	background-color: #FFFFFF;
	text-align:	center;		
	
	
	font-weight:bold;
	font-family: Arial;
	font-size:13px;
	height: 26px;	
	
	border-width:      1px;
    border-color:      #D4E1EC;
    border-style:      solid;
    padding-left:      5px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	
}

.listview4_mod_dashboard th
{
	border-bottom: 2px solid #86A7CB;
}

.listview4 th a
{	
	color: #104982;	
	text-align:	center;
	font-weight:bold;	
	font-family: Arial;
	font-size: 13px;
	text-decoration:underline;
}

.listview4 td
{	
	color: #425D69;
	text-align:	left;
	font-weight:normal;
	padding-top: 1px;
	padding-bottom: 1px;
	
	height:20px;
	
	border-width:      1px;
    border-color:      #D4E1EC;
    border-style:      solid;
    padding-left:      5px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
}

.listview4 td a
{	
	color: #425D69;
	text-decoration:none;
}

.listview4 th.first, .listview4 td.first
{
	border-left: 1px solid #D4E1EC;
}

.listview4 th.last, .listview4 td.last
{	
	border-right: 1px solid #D4E1EC;
}


.listview4 td.footer
{
	border-top:2px solid #86A7CB;
}

.listview4 img
{
	border:0px solid red;
	display:inline;	
}

.listview4 td.pagenavi
{
	border: none;
	text-align:center;
}


/* odd table rows 1,3,5,7,... */
.listview4 tr.odd
{
	background-color: #E9F0F5;	
}

/* even table rows 2,4,6,8,... */
.listview4 tr.even
{
    background-color: #FFFFFF;	
}

/* hovered table rows */
.listview4 tr.odd:hover, .listview4 tr.even:hover
{
	background-color: #b4c8d6;
}

.listview4 .entry
{
    background-color: #eaeff3;    
}

.listview4 .entry_blue
{
    background-color: #A9D0F5;    
}

.listview4 .entry_cyan
{
    background-color: #A9F5F2;    
}

.listview4 .entry_yellow
{
    background-color: #FDFD96;    
}

.listview4 .entry_grey
{
    background-color: #BDBDBD;    
}

.listview4 .entry_green
{
    background-color: #A9F5D0;    
}

.listview4 .entry_orange
{
    background-color: #F5D0A9;    
}

.listview4 .entry_pink
{
    background-color: #F6CEF5;    
}

.listview4 .entry_violet
{   
    background-color: #D8CEF6;    
}

.listview4 tfoot.table-footer td
{
	color: black;
	/*background-color: #92d6f9;*/
}

.listview4 tfoot.table-footer tr:first-child td
{
	border-top: 2px solid black;
}