body
{
	color: black;
	margin: 0px;
	background: rgb(229,229,229);
	font-family: times;
	font-size: 12px;
}

.menu_title
{
	font-family: arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-variant: small-caps;
	height: 30px;
	white-space: nowrap;
}

.check_control
{
	font-family: arial;
	font-size: 10px;
	color: black;
	text-decoration: none;
	height: 30px;
	cursor: pointer;
	cursor: hand;
}

.link
{
	font-family: times;
	font-size: 12px;
	color: white;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.menu_body  { display: block; padding-left: 15px; }
.centered   { text-align: center; }
.toggle     { cursor: pointer; cursor: hand; }
.link_image { border: 0px; }

.bar_main
{
	height:15px; 
	width: 100px; 
	background: rgb(164,178,180); 
	border: 1px solid white; 
	margin: .5em; 
	padding: 0;
}
.bar_progress
{
	height:15px;  
	margin: 0; 
	padding: 0; 
	background: rgb(229,229,229);
}

/*Spoiler Items */
.influence
{
	font-family: arial;
	height: 20px;
	width: 18px;
	background: url('images/influence.gif');
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

.cost
{
	font-family: arial;
	height: 20px;
	width: 18px;
	background: url('images/cost.gif');
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

.stat_icon
{
	font-family: arial;
	height: 20px;
	width: 18px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center; 
}
