
#WeeklySpikeTitle {
	position: absolute;
	top: 296px;
	left: 194px;
}
#WeeklySpikeBody {
	color: black;
	font-size: 8pt;
	position: absolute;
	top: 341px;
	left: 194px;
}
#WeekInReview {
	position: absolute;
	top: 250px;
	left: 393px;
}
#PhotosTitle {
	position: absolute;
	top: 347px;
	left: 393px;
}
#Loading {
	position: absolute;
	top: 384px;
	left: 431px;
	z-index: 4;
}
#Photo {
	position: absolute;
	top: 384px;
	left: 431px;
	z-index: 5;
}
#Photo-Frame {
	position: absolute;
	top: 381px;
	left: 427px;
	z-index: 15;
}
#Photo-Frame-table {
	margin-top: 6px;
	margin-bottom: 3px;
}
#Photo-Caption {
	margin-top: 1px;
	margin-bottom: 5px;
}
#Photo-Background {
	position: absolute;
	top: 375px;
	left: 393px;
}
#Photo-Forward {
	position: absolute;
	top: 348px;
	left: 735px;
}
#Photo-Backward {
	position: absolute;
	top: 348px;
	left: 689px;
}

.weekly-spike-border {
	background-color: black;
	width: 4px;
}

.posting-title {
	background: #6B3894;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
}

.posting {
	background: white;
	color: black;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.results-top {
	color: white;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	background: url('../images/WinnersBox/top-side.gif') repeat-x;
}

.results-bottom {
	color: white;
	background: url('../images/WinnersBox/bottom-side.gif') repeat-x;
}

.results-left {
	background: black url('../images/WinnersBox/left-side.gif') repeat-y left;
}

.results-right {
	background: black url('../images/WinnersBox/right-side.gif') repeat-y right;
}

.results-bottom-left {
	background: url('../images/WinnersBox/bl-corner.gif') no-repeat;
}

.results-bottom-right {
	background: url('../images/WinnersBox/br-corner.gif') no-repeat;
}

.divider {
	background: black url('../images/WinnersBox/divider.gif') repeat-x;
}

.black-cell {
	color: white;
	font-size: 7pt;
	font-weight: bold;
	background: black;
}

.white-cell {
	background: white;
}

.caption-top {
	background: url('../images/CaptionBox/top-slice.gif') repeat-x;
}
.caption-bottom {
	background: url('../images/CaptionBox/bottom-slice.gif') repeat-x;
}
.caption-left {
	background: url('../images/CaptionBox/left-slice.gif') repeat-y;
}
.caption-right {
	background: url('../images/CaptionBox/right-slice.gif') repeat-y;
}

.main-left {
	background: url('../images/MainBox/left-slice.gif') repeat-y left;
}

.main-right {
	background: url('../images/MainBox/right-slice.gif') repeat-y right;
}

.purple-background {
	background: url('../images/purple-tile.jpg') repeat;
}

.padded-table {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
 
