/* DIVs to replace tables */
.clear {
	clear:both;
}
/* Character tables */
.charrow {
	border: 2px solid #663300;
	background: #EEEEFF;
	text-align: center;
	padding: 0px 0px 4px;
	clear: both;
	margin: 10px auto 5px;
	width: 440px;
	/* Drop shadows */
	-moz-box-shadow: 3px 3px 8px gray;
	-webkit-box-shadow: 3px 3px 8px gray;
	box-shadow: 3px 3px 8px gray;


	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');
}
.charcell {
	width: 102px;
	float: left;
	padding: 3px 4px 4px;
	font-size: 0.75em;
	line-height: 120%;
	color: #666666;
}
.charimg {
	height: 122px;
	width: 102px;
	margin-bottom: 5px;
}
.charimg img {
	border: 1px solid #990000;
}
/* Tables */
table.tab-container {
	border: 1px solid #663300;
	background: #FFFFFF;
}
.tab-brownborder {
	border: 1px solid #663300;
	border-collapse:collapse;
}
.tab-brownborder td {
	padding: 4px 2px;
}
.tab-brownborder caption {
	color: #663300;
	font-weight: bold;
	font-size: 90%;
}
.tab-display {
	border: 2px solid #663300;
	background-color: #663300;
	font: 0.8em/110% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
.tab-display caption {
	color: #663300;
	padding-bottom: 4px;
	font: bold 0.938em Georgia, Palatino, "Times New Roman", Times, serif;
}
.tab-display th {
	color: #FFFFFF;
	padding: 1px;
	font-size: .95em;
	font-weight: bold;
}
.tab-display td {
	padding: 3px;
	vertical-align: top;
}
.tab-display a {
	text-decoration: none;
}
.tab-display a:hover {
	text-decoration: underline;
}
.rowwhite {
	background-color: #FFFFFF;
}
.rowred {
	background: #FFE6B3;
}
.tab-character {
	border: 2px solid #663300;
	border-collapse: collapse;
	font: 0.875em Georgia, "Times New Roman", Times, serif;
}
.tab-character td {
	padding: 5px 4px;
	vertical-align: top;
	border-top: 1px solid #CC9966;
	border-right: 1px none #CC9966;
	border-bottom: 1px solid #CC9966;
	border-left: 1px solid #CC9966;
}
.tab-character caption {
	color: #663300;
	padding: 1px 1px 8px;
	margin-top: 5px;
	text-transform: uppercase;
	font: bold 1em Georgia, Palatino, "Times New Roman", Times, serif;
}
.tab-character strong {
	color: #996633;
}
.tab-character a {
	text-decoration: none;
}
.tab-character a:hover {
	text-decoration: underline;
}
/* GENERAL TABLE */
.tab-general {
	border: 2px solid #663300;
	border-collapse: collapse;
	font: 0.875em Georgia, "Times New Roman", Times, serif;
	margin-top: 1em;
	margin-bottom: 1em;
}
.tab-general td {
	padding: 4px;
	vertical-align: top;
	border: 1px solid #CC9966;
}
.tab-general th {
	padding: 4px;
	vertical-align: top;
	border: 1px solid #CC9966;
	background: #663300;
	color: #FFFFFF;
}
.tab-general a {
	text-decoration: none;
}
.tab-general a:hover {
	text-decoration: underline;
}
.tab-general tr:hover {
	background: #E6E6CC;
}
.tab-general h3 {
	font-variant: normal;
}
.tab-buttons {
	border: 1px solid #000033;
	border-collapse:collapse;
	margin: 0.5em auto;
	background: #666699;
	color: #FFFFFF;
	font: 80%/1.25em "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}
.tab-buttons td {
	border-right: 1px solid #000033;
	padding: 7px;
	border-left: 1px solid #000033;
}
.tab-contents {
	text-decoration: none;
	text-align: center;
	color: #663300;
	font: bold 0.75em Georgia, Palatino, "Times New Roman", Times, serif;
}
.tab-contents td {
	padding: 1px;
	border: 3px double #000000;
	background: #FFFFFF;
}
.tab-contents a {
	text-decoration: none;
	display: block;
	padding: 2px;
	color: #000000;
}
.tab-contents a:hover {
	background: #333366;
	color: #FFFFFF;
}
.tab-contents caption {
	font: 80% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 0px;
}
.tab-donation {
	border: 1px solid #666633;
	padding: 2px;
	margin-top: 5px;
	font: 0.8em/110% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666633;
}
.tab-shopping {
	background: #FFFF99;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	border: 3px double #990000;
}
.tab-shopping td {
	border-collapse: collapse;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
.tab-shopping p {
	font: 0.8em "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
.tab-photos {
	font-size: 85%;
	font-style: italic;
	text-align: center;
}
.tab-photos a {
	text-decoration: none;
}
.tab-photos a:hover {
	text-decoration: underline;
}

