
/* For generic page styles. Not for sliders. */

.div1, .div2 {width:540px;margin:0 auto; font-size:21px}
.div1 {margin-top:30px;margin-bottom:60px;text-align:center;line-height:20px;}
.div1 P {font-size:18px;}
.div1 a, .div2 a {color:#07C; }
.div1 a {margin:0 8px;}
.div1 a.current {color:black; text-decoration:none;}
.div2 {margin-top:10px;}
.div2 li {padding-top:6px;padding-bottom:6px;}
.green {color:Green;}
.cn {font-family: "Courier New", Georgia;}
#status {display:inline-block; margin-left:26px;line-height:50px;height:50px;vertical-align:middle;}

.code
{
    border: dashed 1px #BCBCCB; padding:8px 12px; background-color: #F3F3F9; white-space:pre; font-family:"Courier New", Georgia;
    font-size:12px; margin:6px 0;overflow:auto; 
}
div#container .title {
    margin-top:30px;
}
div#container .title li {
    color: #000;
    display: inline-block;
    float: left;
    height: 60px;
	
    padding: 0;
    position: relative;
    text-align: center;
    width: 540px;
}
#container .title li a {
    background: rgba(0, 0, 0, 0) url("../img/ydot2.png") no-repeat scroll center bottom;
    color: #000;
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: none;
}
#container .title .active {
    background: rgba(0, 0, 0, 0) url("../img/ydot.png") no-repeat scroll center bottom;
    color: #000;
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: none;
}