a img {	border:0	}	

table.webdav_example {
	border:1px solid #D2D2D2; 
	border-collapse:collapse;
	margin:10px 0px 0 0
}

table.webdav_example input	{ border:0px solid #909090; padding:1px 4px 3px 5px; height:23px; font-size:14px; line-height:14px; color:#666; margin:0 0 0 0;padding-top:0px\9; height:20px\9; }
.accLogTbl {	 max-height: 305px; overflow: auto; border:1px solid #8bbde2; background:#fff;   	}
.accLogTbl table.example {	border:0;  border-bottom:1px solid #8bbde2; 	}
 
table.webdav_example th, table.webdav_example td {
	border-left:1px solid #D2D2D2;
	 padding:6px 3px 6px 9px; text-align:left
}
.accLogTbl table.webdav_example th:first-child, .accLogTbl table.webdav_example td:first-child {	border-left:0;	}

table.webdav_example thead th {
	background-color:#F7F7F7;
}
table.webdav_example tfoot td {
	background-color:#ffccff;
}
table.webdav_example th.status, table.webdav_example td.status{	border-left:0;	}
table.webdav_example td.status img {	float:left; margin:3px 0 -3px 0	}	
table.webdav_example tr.tbody_header {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}

table.webdav_example a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
}
table.webdav_example a.currentpage {
	background-color:yellow;
}
/* Striping */
tr.alternate {
	background-color:#f1f1f1;
}

/* table.webdav_example tbody tr:hover,table.webdav_example tbody tr:active {color:red;font-size:150%;} */
table.webdav_example thead th:hover,table.webdav_example thead th:active {color:red;}
table.webdav_example tbody tr:hover,table.webdav_example tbody tr:active {color:red;text-decoration:underline;}


/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("../images/sortable.png");
	background-position:center 50%;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("../images/sorted_up.png");
	background-position:center 50%;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("../images/sorted_down.png");
	background-position:center 50%;
	background-repeat:no-repeat;
}
 
select.table-autofilter {
	font-size:smaller;
}

/* Examples which stray from the default */
table.altstripe tr.alternate2 {
	background-color:#ccffff;
}
/* Icons box */
.iconset {
	margin:5px;
	border:1px solid #cccccc;
	border-color:#cccccc #666666 #666666 #cccccc;
	text-align:center;
	cursor:pointer;
	width:100px;
}
.iconset img {
	margin:3px;
}

/* Documentation */
tr.doc_section {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}