#whole-content, form { 
	font: 8pt "Trebuchet MS", sans-serif;
}
img#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	z-index: -1;
}
#whole-content {
	text-align: center;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

body{ 
	margin: 0px; 
	padding: 0px; 
	background: #262626 url(/css/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png) repeat;
	white-space-collapse: discard;
}
.unified-font-size {
	font-size: 8pt;
}
.underlined_cell {
	border-bottom: 1px solid #9cda5c;
}
.thumbnailed_list_cell {
	padding-left: 5px; padding-right: 5px; border-bottom: 1px solid #9cda5c; height: 100px; vertical-align: middle;
}
th {
	height: 20px;
	padding: 3px;
}
table {
	color: white; 
	font-size: 8pt;
}
td{vertical-align: top;}
input {
	font-size: 8pt;
}
.gap {
	height: 10px;
}

.left-column {
	width: 200px;
	height: 600px;
}
.right-column {
	width: 800px;
}
.white-link{
	color: white;
}
.fixed-width-select {
	width: 120px;
}
.fixed-width-select-narrow {
	width: 90px;
}
.color_sample_box {
	width: 10px;
	height: 10px;
}
.random-pic-holder {
	font-weight: normal; text-align: center; max-width: 188px; margin: 6px; overflow: hidden; padding: 6px; 
}
.color-box{
	width: 10px;
	height: 10px;
	max-height: 10px;
}
.left {
	text-align: left;
	padding: 4px;
}
.right {
	text-align: right;
	padding: 4px;
}
.ui-widget a:link, .ui-widget a:visited, .ui-widget-content a:link, .ui-widget-content a:visited {
	color: white;
	text-decoration: none;
}
.full-width {
	width: 100%;
}
.game-title {
	width: 100%; 
	text-align: left; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: italic; 
	padding-bottom: 10px; 
	paddling-top: 5px; 
	padding left:  10px;
}
.white-iconset {
	background-image: url('/css/trontastic/images/ui-icons_ffffff_256x240.png');
	width: 16px;
	height: 16px;
}
.green-iconset {
	background-image: url('/css/trontastic/images/ui-icons_9fda58_256x240.png');
	width: 16px;
	height: 16px;
}
.light-green-iconset {
	background-image: url('/css/trontastic/images/ui-icons_b8ec79_256x240.png');
	width: 16px;
	height: 16px;
}
.red-iconset {
	background-image: url('/css/trontastic/images/ui-icons_cd0a0a_256x240.png');
	width: 16px;
	height: 16px;
}
.black-iconset {
	background-image: url('/css/trontastic/images/ui-icons_000000_256x240.png');
	width: 16px;
	height: 16px;
}
.table_game_label {
	width: 50%;
	text-align: left;
}
.table_caption a:link, .table_caption a:hover, .table_caption a:visited { color: #222222; }

.credit {
	padding: 20px;
	text-align: left;
}
.credit_caption {
	font-weight: bold;
	font-size: 14pt;
}
.credit_list_entry {
	text-indent: -10px;
	padding-bottom: 10px;
}
.reminder {
	border: 1px blue solid;
}
#toolbar {
	white-space:nowrap; 
	padding: 6px 10px 6px 10px;;
	text-align: right;
}