@charset "utf-8";



/* Art of War -- start */
.vision_table
{
	width:530px;
	margin-left:15px;
}

.vision_table table
{
	width:100%;
	border-collapse:collapse;
	border:solid 1px #2A2A2A;
}

.vision_table th,
.vision_table td
{
	border:solid 1px #2A2A2A;
	vertical-align:top;
}

.vision_table th
{
	width:30px;
	text-align:center;
	padding-top:5px;
	background-color:#B9B9B9;
}

.vision_table .name
{
	width:200px;
	padding:5px;
	background-color:#B9B9B9;
	color:#000;
}

.vision_table .desc
{
	width:300px;
	padding:5px;
	background-color:#F0F0F0;
	color:#000;
}


.controls_table_title
{
		width:530px;
		margin-left:auto;
		margin-right:auto;
		margin-top:30px;
		margin-bottom:5px;
		background-color:#676767;
		font-size:110%;
		font-weight:bold;
		font-family:Verdana, Geneva, sans-serif;
		text-align:center;
		line-height:180%;
}



.controls_table
{
	width:530px;
	margin-left:15px;
}

.controls_table table
{
	width:100%;
	border-collapse:collapse;
	border:solid 1px #2A2A2A;
}

.controls_table th,
.controls_table td
{
	border:solid 1px #2A2A2A;
	padding:5px;
}

.controls_table th
{
	width:200px;
	text-align:left;
	background-color:#B9B9B9;
	color:#000;
}

.controls_table td
{
	text-align:center;
	background-color:#F0F0F0;
	color:#000;
}

.basic_caption
{
	color:#96E1FF;
	font-size:110%;
}

.basic_caption_red
{
	color:#E93949;
	font-size:110%;
}

.basic_label
{
	color:#9887DE;
}
