﻿body , div
{
	font-family: Arial;
	font-size: 12pt;
}

.sim_container 
{
	min-width: 1024px;
	min-height: 768px;
	width: 1024px;
	height: 768px;
	border: 0px;
}

.SpanClickable 
{
	cursor: default;
	color: Black;
	font-weight: bold;
}

.SpanClickableDisabled
{
	cursor: default;
	color: grey;
	font-weight: bold;
}

