table.pageNumberTable {
	width: 90%;
	font-size: smaller;
	margin-left: auto;
	margin-right: auto;
}

.nextPrevInactive {
	margin: 0;
	padding: 0;
	color: gray;
	padding: 1px 8px 1px 8px;
}

.nextPrevActive {
	margin: 0;
	padding: 0;
	color: #3347aa;
	border: solid #aaaaaa 2px;
	padding: 1px 8px 1px 8px;
}

.nextPrevActive a{
	color: #3347aa;
	text-decoration: none;
}

.pageNotCurrent {
	color: #3347aa;
	border: solid #aaaaaa 1px;
	padding: 1px 8px 1px 8px;
}

.pageNotCurrent a{
	color: #3347aa;
	text-decoration: none;
}

.pageCurrent {
	color: #a10600;
	padding: 1px 8px 1px 8px;
}

div#pictureList img {
	padding: 10px 16px 10px 16px;
}

table#menubar {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

table#menubar th {
	text-align: left;
	background-image: url('/images/menubar_slice_reg.gif');
	background-position: left;
	background-repeat: no-repeat;
	height: 15px;
	font-size: smaller;
	padding: 0 0 0 10px;
}

table#menubar td {
	font-weight: bold;
	font-size: smaller;
	padding: 0 0 0 10px;
}

table#menubar a {
	color: #5a3b00;
	text-decoration: none;
}

.confirm {
      background:#11455A;
      opacity: 0.2;
}

table.pageInfo {
	width: 100%;
}

table.pageInfo th {
	text-align: left;
	font-size: smaller;
	padding: 5px;
	border-bottom: dashed #aaaaaa 1px;
}
th.row {
	text-align: left;	
}