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

.els-title {
	background-image: none;
	font-size: 18px;
	color: #FF6600;
	padding-left: 0px;
}

.catch {
	line-height: 150%;
	margin-bottom: 15px;	
}

#problem {
	margin-bottom: 15px;
}

#problem h4 {
	margin-top: 5px;
	margin-bottom: 10px;
}

#problem p {
	line-height: 150%;
}

#problem-text {
	float: left;
	margin-right: 30px;
	margin-left: 15px;
}

#problem2 p {
	line-height: 150%;
}

.name {
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #333333;
	color: #333333;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.san {
	font-size: 13px;
	padding-left: 5px;
}

.monitor-info {
	font-size: 13px;
	padding-left: 5px;
	line-height: 150%;
	margin-bottom: 10px;
}

.monitor {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
}

.monitor ul {
	margin-bottom: 5px;
}

.monitor ul li {
	list-style: none;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

.monitor a:link    { font-size: 13px; }
.monitor a:visited { font-size: 13px; }
.monitor a:hover   { font-size: 13px; }

#report {
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;	
}

#wrapper {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

#report .name {
	text-align: left;
	font-size: 14px;
}

.text {
	font-size: 13px;
	line-height: 160%;
	text-align: left;
}

#report h1 {
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	text-align: left;
	padding-top: 3px;
	padding-left: 20px;
}

#report h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.photo {
	font-size: 10px;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 120%;
}

.photo img {
	padding: 4px;
	border: 1px solid #999999;
	margin-bottom: 0px;
}

