/* CSS Document */

#textArea h2{
	border-bottom:1px solid #171717;
	padding:1px;
	margin:20px 0px 10px 0px;
}	

#textArea dl{
	margin-left:15px;
}

#textArea em{
	font-weight: bold;
	color: #0F298F;
	font-style: normal;
}



#checklist{
	background-color:#DFEDFF;
	border:1px solid #C3C3C3;
	padding:10px 10px 10px 5px;
	margin:5px 0px 15px 15px;
	clear:both;
}


#step{
	border:1px dotted #171717;
	padding:10px 10px 10px 25px;
	margin:5px 0px 20px 15px;
	clear:both;
	}
#step li{
	margin-left:10px;
	padding-left:2px;
}
#textArea table{
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	margin-bottom:15px;
}


.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.article{
	width:35%;
}

.result{
	width:10%;
	text-align:center;
}
.comment{
	width:55%;
}

#textArea th, td{
	padding:7px;
	line-height:120%;
}
#textArea td{
	border-bottom:solid 1px #999999;
}
#textArea .itemname{
	background:#0E2581;
	color:#FFFFFF;
	font-weight:bolder;
}

#textArea .tableline1{
	background:#FFFFFF;
}

#textArea .tableline2{
	background:#EEEEEE;
}

#textArea .borderleft{
	border-left:solid 1px #999999;
}

#textArea .statusgood{
	text-align:center;
	border-right:dotted 1px #999999;
	font-weight:bolder;
	color:#0E2581;
}


#textArea .statusbad{
	text-align:center;
	border-right:dotted 1px #999999;
	font-weight:bolder;
	color:#FF0000;
}

.install{
	padding-bottom:10px;
}


.agreement{
	border:1px solid #C3C3C3;
}

.answer{
	background-color:#FF0000;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
	margin-bottom:20px;
}