﻿body {
    padding: 0px; background-image: url(dl_bg.jpg);
}
.BaoMing_Box {
    width:1003px; max-width:90%; margin:auto;
}
.BM_Header {
    width:100%; display:block; padding-bottom:10px; text-align:center;
    padding-top:10px;
    font-family:黑体;
}
.navigate_box {
    width: 100%; height:32px; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #007504; 
    background-image:url(nv_bg.png);
}
        .navigate_box td {
        border-right:1px solid #EEEEEE;
        height:30px;
        padding:0px;
        margin:0px;
        color:#fff;
        text-align:center;
        font-family:微软雅黑;
        }

        .NV_Ing {
         font-weight:bold;
         background-image:url(nv_bg2.png);
         background-position:center top;
         color:#fff;

        }
        .NV_Ing:before {
            content:'[ ';
            }
            .NV_Ing:after {
            content:' ]';
            }

.panel-footer {
    color:#bebebe;
    font-size:14px;
    margin-top:30px;
    text-align:center;
    line-height:25px;
}
.BM_Body {
    width:100%;
   padding-top:0px;
   padding-left:30px;
   padding-right:30px;
   padding-bottom:0px;
}

.BM_Body p {
    font-size:14px;
    color:#494949;
    line-height:25px;
}
.courseItem {
width:210px;
display:inline;
float:left;
border:#A8FFAC 2px solid;
border-radius:5px;
text-align:center;
cursor:pointer;
margin-left:15px;
margin-right:8px;
margin-bottom:20px;}

    .courseItem .label,.courseItemED .label,.courseItemNo .label {
        width:180px;
        margin:auto;
        margin-bottom:10px;
    clear:both;
    float:none;
    display:block;
}
.courseItemED {
width:210px;
display:inline;
float:left;
border:#04FF11 2px solid;
border-radius:5px;
text-align:center;
cursor:pointer;
margin-left:15px;
margin-right:8px;
margin-bottom:20px;
background-image:url(course_bg_ed.jpg);
}
.courseItemNo {
width:210px;
display:inline;
float:left;
border:#bebebe 2px solid;
border-radius:5px;
text-align:center;
cursor:pointer;
margin-left:15px;
margin-right:8px;
margin-bottom:20px;
}
.courseItemInput {
width:1px;
height:1px;
border:0px;
position:absolute;
margin:-1px;
padding:0px;
overflow:hidden;
}
.BM_HR {
width:auto;
height:1px;
border-bottom:1px solid #d3d3d3;
}














/*                                          浮动层    css                  */		

.CS_Alert {
	display: block;
	clear: both;
	float: none;
	height: 172px;
	width: 427px;
	border: 6px solid #000;
	background-image: url(Coures_Alert_BG.jpg);
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.CS_Alert11 {
	display: block;
	clear: both;
	float: none;
	height: 172px;
	width: 427px;
	border: 6px solid #000;
	background-image: url(Coures_Alert_BG11.jpg);
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.CSA_Go:link,.CSA_Go:visited {
	background-image: url(Coures_Alert_Go_Btn.jpg);
	display: inline;
	float: left;
	height: 47px;
	width: 135px;
	margin-top: 82px;
	margin-left: 71px;
}
.CSA_Go:hover,.CSA_Go:active {
	background-image: url(Coures_Alert_Go_Btn2.jpg);
	display: inline;
	float: left;
	height: 47px;
	width: 135px;
	margin-top: 82px;
	margin-left: 71px;
}
.CSA_Cencel:link,.CSA_Cencel:visited {
	background-image: url(Coures_Alert_Cencel_Btn.jpg);
	display: inline;
	float: left;
	height: 47px;
	width: 145px;
	margin-left: 15px;
	margin-top: 82px;
}
.CSA_Cencel:hover,.CSA_Cencel:active {
	background-image: url(Coures_Alert_Cencel_Btn2.jpg);
	display: inline;
	float: left;
	height: 47px;
	width: 145px;
	margin-left: 15px;
	margin-top: 82px;
}
.CS_Alert_BG {
	/*display: none;*/
	height: 100%;
	width: 100%;
	position:fixed;
	top:0px;
	background-image: url(Coures_Alert_BG2.png);
}

/* 除IE6浏览器的通用方法 */
.CS_Alert_BG{
	display: none;
	height: 100%;
	width: 100%;
	position:fixed;
	top:0px;
	background-image: url(Coures_Alert_BG2.png);
	} 
/* IE6浏览器的特有方法 */
* html .CS_Alert_BG{
	height: 1000px;
    position:absolute;top:expression(eval(document.documentElement.scrollTop+0))
}