/* CSS Document */

@import "base.css";

#idMonitor p{
	line-height:2em;
}
#idMonitor h3{
	margin-bottom:10px;
}

#idMonitor .clLongText{
	padding-bottom:100px;
}

#idMonitor{
	border:1px solid #CCc;
	background-color:#f6f6f6;
	padding:1px;
	margin-top:15px;
	margin-bottom:40px;
}

#idMonitor #idMonitor2{
	padding:15px 0px 15px 7px;
	background-image:url(../img/dietmoniter/bg_repeat.gif);
	background-repeat:repeat-y;
}


#idMonitor .clMonitor{
	background-image:url(../img/dietmoniter/bk_voice.gif);
	background-repeat:repeat-y;
	margin-top:15px;
}

#idMonitor .clMonitor .clVoiceBottom{
	display: block;
	height: 25px;
	background-image:url(../img/dietmoniter/bottom.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
	margin-bottom:10px;
}
#idMonitor .clMonitor .clVoiceBottom hr{
	display: none;}
	


#idMonitor .clMonitor .clRightBox{
	width:330px;
	display:inline;
	float:right;
	margin-right:20px;
}
#idMonitor .clMonitor .clLeftBox{
	width:250px;
	display:inline;
	float:left;
	margin-left:15px;
}

#idMonitor #idStaffvoice{
	margin:0px 25px;
}
#idMonitor #idStaffvoice dt{
	font-weight:bold;
	line-height:1.6em;
	padding-top:10px;
	color:#cc0001;
}
#idMonitor #idStaffvoice dd{
	line-height:1.6em;
	border-bottom:1px dashed #111;
	padding-bottom:15px;
}

