td
{

	padding: 5px;
	margin: 5px;

	text-align: center;

}

.positioned
{

	position: absolute;

}

.base
{

	background: rgba(175, 238, 238, 1);

}

.center
{

	margin: 0px auto;
	max-width: 45em;

}

.left-separator
{

	padding: 5px;

	border-left: thin solid rgba(100, 100, 100, 1.0);

}

.right-separator
{

	padding: 5px;

	border-right: thin solid rgba(100, 100, 100, 1.0);

}

.left-justified
{

	text-align: left;

}

.right-justified
{

	text-align: right;

}

.middle-justified
{

	text-align: center;

}

.middle-aligned
{

	margin-left: auto;
	margin-right: auto;

}

.vertical-center
{

	vertical-align: middle;

}

.description_container
{

	width: 100%;

	background: rgba(225, 225, 225, 0.85);

	color: rgba(25, 25, 25, 1.0);

	border-style: solid;
	border-width: 5px;
	border-color: rgba(245, 245, 245, 1.0);
	border-radius: 10px;

	padding: 10px;

}

.sub_description_container
{

	width: 90%;

	background: rgba(225, 175, 175, 0.85);

	color: rgba(25, 25, 25, 1.0);

	border-style: solid;
	border-width: 5px;
	border-color: rgba(175, 150, 150, 1.0);
	border-radius: 10px;

	padding: 10px;

}

.standard_button
{

	background: rgba(80, 80, 80, 1.0);

	color: rgba(225, 225, 175, 1.0);
	text-decoration: none;

	border-style: solid;
	border-width: 3px;
	border-color: rgba(125, 125, 125, 1.0);
	border-radius: 5px;

	padding: 5px;
	margin: 2px;

	cursor: pointer;

}

.standard_scroll_bar
{

	position: fixed;

	top: 0px;
	left: 0px;

	background: rgba(25, 25, 25, 0.75);

	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: rgba(10, 10, 10, 0.90);

	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: rgba(10, 10, 10, 0.90);

	border-radius: 0px 0px 5px 0px;

	padding: 10px;

}

.standard_scroll_bar_content
{

	list-style: none;
	display: inline;

}

.standard_scroll_bar_li
{

	text-align: center;

	margin-bottom: 25px;

}

.standard_scroll_bar_link
{

	text-decoration: none;

	color: rgba(25, 25, 25, 1.0);

	background-color: rgba(205, 205, 205, 1.0);

	border-style: solid;
	border-color: rgba(225, 225, 225, 1.0);
	border-width: 3px;
	border-radius: 2px;

	padding: 5px;

}

.popup_background
{

	background-color: rgba(50, 50, 50, 0.5);

	position: fixed;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;

	vertical-align: middle;

	display: none;

}

.popup_frame
{

	background-color: rgba(100, 100, 100, 1.0);

	border-style: solid;
	border-color: rgba(75, 75, 75, 1.0);
	border-width: 5px;
	border-radius: 5px;

	padding: 20px;

	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);

	color: rgba(225, 225, 225, 1.0);

	display: none;

	margin: 0 auto;

	z-index: 1;

	overflow-y: scroll;

}

.popup_mv_content
{
}

.popup_mv_values
{

	width: 100%;

}

.popup_mv_standard_button
{

	background: rgba(80, 80, 80, 1.0);

	color: rgba(225, 225, 175, 1.0);
	text-decoration: none;

	border-style: solid;
	border-width: 3px;
	border-color: rgba(125, 125, 125, 1.0);
	border-radius: 5px;

	padding: 5px;

	cursor: pointer;

}

.items_separator
{

	padding: 5px;

	border-left: thin solid rgba(225, 225, 225, 1.0);

}

.item_popup_categories
{
}

.item_popup_container
{

	height: 100%;

}

.item_popup_item_container
{

	background: rgba(225, 225, 225, 0.85);
	color: rgba(25, 25, 25, 1.0);

	border-style: solid;
	border-style: 2px;
	border-color: rgba(245, 245, 245, 0.9);

	border-radius: 3px;

	width: 80%;
	padding: 3px;

}

.item_popup_item_container_selected
{

	border-color: rgba(255, 50, 50, 1.0);

}

.stat_display_div
{
}

.stat_display_table
{
}

.stat_display_row
{
}

.stat_display_label
{

	text-align: left;

}

.stat_display_value
{

	color: rgba(255, 215, 0, 1.0);

}
