body{
    background-color: #000000;
}

#mdm-top{
	width: 500px;
	height: 100px;
    background: url(../../images/mdm-plan/mdm-top.jpg) no-repeat left top;
}
#mdm-content {
    width: 480px;
    height: 387px;
    overflow: hidden;
    text-align: justify;
    color: #303030;
    padding: 0 10px;
}
#mdm-content img{
    float: left;
    border: 1px solid #f78787;
    padding: 2px;
    margin-right:10px;
}
#titlee p{
    color: #cb0000 !important;
    font-weight: bold;

    font-size: 12px;
	padding-bottom:8px;
}
#mdm-content p{
  font: normal 12px Arial;
  color:#ffffff;
  line-height:18px;
}

/*-----------------------------plan---------------------*/
#plan-popup{
    background-color: #000000;
}
#title {
    color: #EA6503;
    font-weight: bold;
    margin: 0 0 15px 0;
    font-size: 12px;
}
#plan-top{
	width:500px;
	height:118px;
    background: url(../../images/mdm-plan/plan-top.jpg) no-repeat left top;
}
#plan-content {
    position: relative;
    width: 478px;
    height: 380px;
    padding: 10px;
    text-align: justify;
    background-color: #000000;
    color: #000000;
    border: 1px solid #920000;
}
#plan-content #map{
    float: left;
    border: 1px solid #626262;
    padding: 2px;
}
#plan-content #legend{
    position: absolute;
    bottom: 12px;
    left: 11px;
    float: left;
    width: 466px;
    height: 40px;
    padding: 5px 5px 0px 5px;
    background: #FFFFFF;
    border-top: 1px solid #626262;
    display: none;
}


#plan-content #print{
    float: left;
}
#plan-content #plus{
    float: right;
}
#plan-content #minus{
    float: right;
    padding: 0 5px 0 0;
}
#plan-content #info1{
    float: left;
    padding: 0 10px;
}
#plan-content #info1 p{
    font-size: 11px !important;
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    line-height: 12px;
    color:#000000 !important;

}