body
{
	margin: 5px;
	background-color: #333333;
	background-position: center;
	font-family: Segoe UI;
	font-size: 12px;
	color: #e5e5e5;
}

.control, .textcontrol
{
	font-family: Segoe UI;
	font-size: 12px;
}

.textcontrol
{
	background-color: #e5e5e5;
	padding: 2px;
}


a:link, a:hover, a:visited
{
	color: #ff9c00;
}

.titlebar, .lvItem, .lvSelected
{
	border-bottom: 1px solid silver;
}

.lvSelected
{
	background-color: #626262;
}

.viewer
{
	/*width: 425px;
	height: 344px;*/
	border: 2px solid silver;
	text-align: center;
	vertical-align: middle;
}

.footer
{
	border-top: 1px solid silver;
	font-size: 11px;
}

.notice
{
	width: 100%;
	background: #626262;
	padding: 10px;
	border: 1px solid #ff9c00;
}

.gsubheader
{
	font-size: 16px;
	font-weight: bold;
	color: #e5e5e5;
	padding-bottom: 5px;
}

.gheader, .sectionHeader
{
	font-family: Segoe UI;
	font-size: 20px;
	font-weight: bolder;
	color: #e5e5e5;
}

.sectionHeader
{
	padding-bottom: 4px;
	border-bottom: 1px solid silver;
}

.gcontentsection
{
	font-family: Segoe UI;
	font-size: 12px;
	color: #e5e5e5;
}

.small
{
	font-family: Segoe UI;
	font-size: 11px;
	color: #e5e5e5;
}

.errorText
{
	color: red;
}

.photolist li
{
	display: inline;
	float: left;
	width: 150px;
	height: 200px;
	border: 1px solid silver;
	background: #626262;
	margin: 10px;
	padding: 10px;
}

.infobox
{
    border: 1px solid silver;
	background: #626262;
	padding: 10px;
}

ol
{
	list-style-type: upper-roman;
}

.game
{
	color: #ff9c00;
	text-decoration: underline;
	cursor: hand;
}

.game_disabled
{
}

.game_won
{
	color: #ff9c00;
}

.eliminated
{
	text-decoration: line-through;
}
