table.box_cont_area {
	background-color:#f4f4f4;
	border:2px solid #d4d4d4;
	border-collapse:collapse;
	font-family:arial;
	font-size:12px;
	margin:0px;
	padding:0px;
	width:100%;
}
table.box_cont_area thead {
	margin:0px;
	padding:0px;
}
table.box_cont_area th {
	color:#fff;
	font-weight:bold;
	margin-bottom:0px;
	padding:0px;
	text-align:center;
	vertical-align:center;
}

/* Table header colours and images */
table.box_cont_area th.bg_top_black {
	background-color:#3C3C3C;
}
table.box_cont_area th.bg_top_blue {
	background-color:blue;
}
table.box_cont_area th.bg_top_green {
	background-color:#8fa932;
}
table.box_cont_area th.bg_top_grey {
	background-color:#999999;
}
table.box_cont_area th.bg_top_pink {
	background-color:#b96161;
}
table.box_cont_area th.bg_top_orange {
	background-color:#BD7E17;
}

table.box_cont_area th.bg_top_red {
	background-color:CC0000;
}
table.box_cont_area th.bg_top_yellow {
	background-color:FFFF33;
}

table.box_cont_area th.bg_top_black-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}
table.box_cont_area th.bg_top_blue-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}
table.box_cont_area th.bg_top_green-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}
table.box_cont_area th.bg_top_grey-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}
table.box_cont_area th.bg_top_pink-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}
table.box_cont_area th.bg_top_red-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}
table.box_cont_area th.bg_top_yellow-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}

/* Table footer colours and images */
table.box_cont_area tfoot.bg_bottom_black {
	background-color:#3C3C3C;
}
table.box_cont_area tfoot.bg_bottom_blue {
	background-color:blue;
}
table.box_cont_area tfoot.bg_bottom_green {
	background-color:#8fa932;
}
table.box_cont_area tfoot.bg_bottom_grey {
	background-color:#999999;
}
table.box_cont_area tfoot.bg_bottom_pink {
	background-color:#b96161;
}
table.box_cont_area tfoot.bg_bottom_orange {
	background-color:#BD7E17;
}
table.box_cont_area tfoot.bg_bottom_red {
	background-color:CC0000;
}
table.box_cont_area tfoot.bg_bottom_yellow {
	background-color:FFFF33;
}

table.box_cont_area th.bg_top_black-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}
table.box_cont_area th.bg_top_blue-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}
table.box_cont_area th.bg_top_green-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}
table.box_cont_area th.bg_top_grey-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}
table.box_cont_area th.bg_top_pink-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}
table.box_cont_area th.bg_top_red-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}
table.box_cont_area th.bg_top_yellow-image {
	background:url('MCS.ResourcesPage/$FILE/classification_bg.png') repeat-x;
}

table.box_cont_area tbody {
	border-bottom:2px solid #d4d4d4;
}

table.box_cont_area td {
	font-size:0.9em;
	margin:0px;
	padding:6px 5px 6px 5px;
	vertical-align:top;
}

table.box_cont_area tfoot {
	border-bottom:2px solid #d4d4d4;
	color:#fff;
	font-weight:bold;
	height:15px;
	margin:0px;
	padding:15px 0px 15px 0px;
	text-align:center;
	vertical-align:center;
}



table.box_cont_area a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
}
table.box_cont_area a.currentpage {
	background-color:yellow;
}

/* Striping */
tr.alternate {
	background-color:#e1e1e1;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:5px;
}
th.table-sorted-asc {
	background-image:url("sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-filtered {
	background-image:url("filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

select.table-autofilter {
	font-size:10px;
}

/*s which stray from the default */
table.altstripe tr.alternate2 {
	background-color:#ccffff;
}

/* Sort Icon Styles 
table th.table-sortable { background-image:url("01_unsorted.gif"); }
table th.table-sorted-asc { background-image:url("01_ascending.gif"); }
table th.table-sorted-desc { background-image:url("01_descending.gif"); } */


/* Filter boxes */
table.box_cont_area th.table-filterable {
	padding:0px 0px 0px 0px;
	text-align:center;
}

/* Header backgrounds */
table.box_cont_area th.bg-blue { background-color:#5893ce; }
table.box_cont_area th.bg-blue-image { background-image:url("abs_bg_top_blue.png"); }

/* Icons box */
.iconset {
	margin:5px;
	border:1px solid #cccccc;
	border-color:#cccccc #666666 #666666 #cccccc;
	text-align:center;
	cursor:pointer;
}
.iconset img {
	margin:3px;
}

/* Documentation */
tr.doc_section {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}