﻿/* Crest Types */

.basic {
	color:green;
}

.elite {
	color:blue;
}

.legend {
	color:purple;
}

/* Misc Styles */
.margin_small {
	margin:10px;
}

.silvered {
	background-color:silver;
}

.subhead_centered {
	color: #800000;
	font-weight: bold;
	font-size: large;
	text-align: center;
}


/* Crest Title Styles */
#crest_title {
	padding:10px;
	text-align:center;
}

#crest_title a {
	color: #fff;
	text-decoration: none;
}

#crest_title a:hover {
	color: #ddd;
	text-decoration: none;
}

/* Crest Container Style */
#container {
	margin:20px;
	background-color: #764;
}


/* Crest Table Style */

table.crest {
	border:solid 1px black;
	border-collapse:collapse;
}

.crest td {
	padding: 0 5px 0 5px;
	border:solid 1px black;
}


/* Sidebar Tables */

table.sidebar {
	background-color:white;
	width:100%;
}

.sidebar td {
	padding: 0 5px 0 5px;
}