@charset "UTF-8";
/* CSS Document */

.monitorBox {
	margin:10px 0 0 0;
	overflow:hidden;
	position:relative;
	zoom:1;
}

.monitorTitle {margin:0 0 10px 0;}

.monitorItemLeft {
	margin:0;
	padding:0;
	width:347px;
	float:left;
}

.monitorItemRight {
	margin:0;
	padding:0;
	width:347px;
	float:right;
}

.pointBlue {color:#718CC7;}


.monitorTable {width:100%;}

.monitorTable table, .monitorTable th, .monitorTable td {
	padding:5px;
	border:#C4C4C4 1px solid;
} 

.monitorTable th {
	width:33%;
	text-align:left;
	background-color:#EEEEEE;
}

.monitorTable td {width:33%;}


.monitorInstructionLeft {
	margin:0;
	padding:0;
	width:509px;
	float:left;
}

.monitorInstructionRight {
	margin:0;
	padding:5px;
	width:174px;
	font-weight:bold;
	text-align:center;
	border:#C4C4C4 1px solid;
	float:right;
}
