﻿
/**
 * @file HOF.css
 * @created Dec 5, 2007
 * @copyright (C) 2007 Global Media Services, All rights reserved.
 **/
.anTemplateBody p { margin: 1em 0; }

div.hofFrame {position: relative; width: 124px; height: 131px; background: url(/images/hof/hof_frame.png) 0px 0px no-repeat;}
div.hofFrame img {display: block; position: absolute; top: 2px; left: 5px; width: 110px; height: 120px;}

div.anTemplateBody {
	padding-left: 41px;
}

td {
	background-repeat: no-repeat;
}

#tabs {
	height: 54px;
	overflow: hidden;
}

#tabs img {
	display: block;
	float: left;
}

#tabs a {
	margin-top: 18px;
	margin-left: 2px;
	display: block;
	float: left;
	height: 36px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#tabs a img {
	height: 36px;
}

#tabs a:hover img, #tabs a.selected img {
	display: none;
}

#tabs .hall {
	margin-left: 9px;
	height: 54px;
	width: 182px;
}

#tabs .name {
	width: 163px;
	background-image: url(/Images/hof/b_name_over.gif);
}

#tabs .name img {
	width: 163px;
}

td#name {
	background-image: url(/Images/hof/name_bg_off.gif);
}

td#name.selected {
	background-image: url(/Images/hof/name_bg_over.gif);
}

#tabs .year {
	width: 171px;
	background-image: url(/Images/hof/b_join_over.gif);
}

#tabs .year img {
	width: 171px;
}

td#year {
	background-image: url(/Images/hof/join_bg_off.gif);
}

td#year.selected {
	background-image: url(/Images/hof/join_bg_over.gif);
}

#tabs .location {
	width: 154px;
	background-image: url(/Images/hof/b_location_over.gif);
}

#tabs .location img {
	width: 154px;
}

td#location {
	background-image: url(/Images/hof/location_bg_off.gif);
}

td#location.selected {
	background-image: url(/Images/hof/location_bg_over.gif);
}

/* For default page */
.question {
	font: bold 12px arial, sans-serif;
	text-transform:uppercase;
	color: #1b651a;
}

.answer {
	font: normal 12px arial, sans-serif;
	color: #000;
	margin-bottom: 8px;
}

/* : NOTE : uses an id instead of a class that like other tabs use */
#tabs #name {
	display: inline-table;
	float: left;
	position: relative;
	margin-left: 9px;
	width: 182px;
	height: 54px;
	background: url(/Images/hof/b_blank.gif);
	overflow: hidden;
	font: bold 13px verdana;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
}

#tabs #name td {
	padding: 0 10px;
}

#tabs #name .dropshadow {
	position: relative;
	width: 162px;
	padding-top: 4px; /* watch .foreground's top */
	color: #AE4E01;
}

#tabs #name .foreground {
	position: absolute;
	width: 162px;
	left: -1px;
	top: 2px; /* watch .dropshadow's padding-top */
	color: #fff;
}

#tabs .back {
	width: 163px;
	background-image: url(/Images/hof/b_back_on.gif);
}

#tabs .back img {
	width: 163px;
}