table.results {
	border:1px solid #83BBDB !important;
	border-collapse:collapse;
}
table.results th, table.example td {
	border:1px solid #83BBDB !important;
	border-right:0 none !important;
	border-top:0 none !important;
}
table.results thead th {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#C1DCF4 url(/images/cws461/headerblue_background.jpg) repeat-x scroll center top;
	color:#013166;
	padding:2px 5px;
	vertical-align:bottom;
}
table.results tfoot td {
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFF9EB none repeat scroll 0 0;
border-bottom:1px solid #7CA5CE;
border-top:1px solid #7CA5CE;
font-size:80%;
margin-bottom:10px;
padding:2px 5px;
text-align:right;
}

table.results tr.tbody_header {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}
table.results td {
	font-size: 12px;
}

table.results a {
	color:#079EB4;
	font-weight:bold;
}

table.results a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
}
table.results a.currentpage {
	background-color:yellow;
}
/* Striping */
tr.alternate {
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EAEDF1 none repeat scroll 0 0;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("/images/sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("/images/sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("/images/sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-filtered {
	background-image:url("/images/filter.gif");
	background-position:center left;
	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;
}

