h1.pageTitle{
	margin-top: 3px;
} 
h2.pageTitle {
	color: #dfc648; /* fef86a */
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 3px;
	font-size: 1.5em;
}
label, label.pageTitle {
	display: block;
	color: #dfc648;
	text-transform: uppercase;
	text-align: left;
}
.gbTopLeftCorner{ 
	background-image: url('images/goldborder_tl_corner.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 43px;
}
.gbTopLeft {
	background-image: url('images/goldborder_topleft.jpg');
	background-position: bottom;
	float: left;
	width: 30px;
	height: 16px;
}
.gbTop { 
	background-image: url('images/goldborder_top.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 16px;
}
.gbTopRight {
	background-image: url('images/goldborder_topright.jpg');
	background-position: bottom;
	float: right;
	width: 30px;
	height: 16px;
}
.gbTopRightCorner { 
	background-image: url('images/goldborder_tr_corner.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 43px;
}
.gbLeft { 
	background-image: url('images/goldborder_left.jpg');
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
	width: 26px;
	padding-bottom: 10px;
}
.gbRight { 
	background-image: url('images/goldborder_right.jpg');
	background-repeat: repeat-y;
	vertical-align: top;
	width: 25px;
	padding-bottom: 10px;
}
.gbBottomLeftCorner { 
	background-image: url('images/goldborder_bl_corner.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 38px;
}
.gbBottomLeft {
	background-image: url('images/goldborder_bottomleft.jpg');
	float: left;
	width: 30px;
	height: 38px;
}
.gbBottom {
	background-image: url('images/goldborder_bottom.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
.gbBottomRight {
	background-image: url('images/goldborder_bottomright.jpg');
	float: right;
	width: 30px;
	height: 38px;
}
.gbBottomRightCorner { 
	background-image: url('images/goldborder_br_corner.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}


.BorderTable{
	width: 100%;
}
.BorderTable table{
	width: 98%;
	margin: auto;
}


/* history */
#HistContainer{
	width: 95%;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
.histDateHeader {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #fffe6c;
	margin-top: 5px;
}
.histDivider {
	background-color: #fffe6c;
	height: 1px;
	margin: auto;
	margin-bottom: 3px;
	margin-top: 3px;
	clear: both;
}
.histDividerHidden {
	height: 1px;
	margin: auto;
	margin-bottom: 3px;
	margin-top: 3px;
	clear: both;
}
.histSpacer {
	height: 30px;
}
.histPhoto{
	float: left;
	width: 80px;
	text-align: center;
}
.histDetail{
	float: left;
	margin-bottom: 10px;
}
.histLabel{
	text-transform: uppercase;
	color: #dfc648;
	margin-bottom: 3px;
}

.histCard{
	width: 120px;
	float: left;
	text-align: center;
	margin-bottom: 4px;
}

.HistPageList{
	float: right;
	padding-right: 20px;
}


