.collectionTableNameCol{

}
.collectionTableDescCol{

}

.displayTagTable {
	padding: 0 0 0 0;
	width: 95%;
	margin: 10px 0 10px 0 !important;
	border:0;
}

.displayTagSubTable {
	padding: 0 !important;
	width: 100%;
	margin: 0 !important;
}

.checkboxTable{
	padding: 0 !important;
	font-weight: bold !important;
	font-size: 1em;
	margin: 0 !important;	
}
.subtableHeader {
	font-weight: bold !important;
	background-color: white !important;
	color: 9D669D !important;
	font-size: .7em;
	text-align: left;
	padding: 2px 4px 2px 4px;
}

.subtableTH{
	font-weight: bold !important;
	font-size: .7em;
	text-align: left;
	padding: 0 !important;
	margin: 0 !important;
	white-space: nowrap !important;
	width:10%;
	vertical-align:top;
}

.subtableTD{
	font-size: .7em;
	text-align: left;
    padding: 0 !important;
	margin: 0 !important;
    width:90%;
    vertical-align:top;
}

.unselectedTH a{
	font-weight: bold !important;
	font-size: .7em;
	text-align: left;
}

.selectedTH a{
	font-weight: bold !important;
	font-size: .7em;
	text-align: left;
	color: black !important;
}

.displayTagTable th {
	font-weight: bold;
	background-color: C86A2F;
	color: white;
	font-size: .7em;
	text-align: left;
	padding: 2px 4px 2px 4px;
}

.displayTagTable td {
	font-size: .7em;
	text-align: left;
	color: 9D669D;
	padding: 2px 4px 2px 4px;
}

.displayTagTable th a{
	color: white;
}

.displayTagTable th.sortable a:hover{
	color: 761E20;
	text-align: left;
}

.displayTagTable th a:visited{
	color: white;
}

th.sorted a,th.sortable a {
	width: 100%;
	background-repeat: no-repeat;
}

.displayTagTable th.order1 a {
	background-image: url(../images/ic_sort_a.gif);
	padding: 0px 12px 0px 16px;
	width: 100%;
	background-repeat: no-repeat;
}

.displayTagTable th.order2 a {
	background-image: url(../images/ic_sort_d.gif);
    padding: 0px 12px 0px 16px;
	width: 100%;
	background-repeat: no-repeat;
}

.displayTagTDCol{
width:auto;
vertical-align: top;
}

.displayTagTDColWidth10Pct{
	width:10%;
	vertical-align: top;
}

.displayTagTDColWidth50Pct{
	width:50%;
	vertical-align: top;
}

.displayTagTDColNoWrap{
    white-space:nowrap;	
    vertical-align: top;
}

.displayTagTDColBlock{
width:auto;
display:block;
}

.displayTagTDCol a:visited{
	color: 9D669D;
}

.displayTagTDCol a:hover{
	color: 761E20;
}

.pageTable{
	background-color: E9B046;
	font-size: 1em;
	font-weight: normal;
	color: white;
	width: 95%;
}

.pageResultTD {
    width:25%;
    padding: 2px 4px 2px 4px;
    text-align: left;
}

.pageNumberTD{
	text-align: left;
}

.pageNumberTD a, .pageNumberTD a:visited{
	font-weight: normal;
	text-decoration: underline;
	color: white;	
 }
 
 .pageNumberTD a:hover{
	font-weight: normal;
	text-decoration: underline;
	color: C86A2F;	
 }
 
 .selectedPage{
   font-weight: bolder; 
 }

 .imageButton{
     vertical-align:middle;
     padding-bottom: 5px;
     display: inline;
 }
 
 .tapeBoxImage{
     width:600px;
     height:500px;
 }
 
.centeredImage{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
 }
 
 .locationDDMenu td{
     white-space: nowrap;
 }

