﻿ /*时期控件*/
 #__calendarPanel
    {
        z-index:999;
    }
   
 .inputtext
 {
   width: 160px;
     }
 
 /*浮动层*/
  .black_overlay
        {
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: #dddddd;
            z-index: 1001;
            opacity: .80;
            filter: alpha(opacity=80);
        }
        .white_content
        {
            display: none;
            position: absolute;
            top: 10%;
            left: 25%;
            width: 50%;
            height: 70%;
            padding: 16px;
            border: 16px solid #D6DBDF;
            background-color: white;
            z-index: 1002;
            overflow: auto;
        }
        
 /*选项卡的样式*/
body { font-family:verdana;}
#content { float:left; width:1000px; border:1px solid #ccc;margin:0;}
#nav { margin:0; padding:0; list-style: none; }
#nav{ margin:0; padding:0; float:left;font-size:12px;}
#nav table{margin-right:4px;}
#nav table a {
	display:block;
	text-decoration:none;
	color: #0b6fa1;
}
#nav table a:hover {
	font-weight:bold;
	color:#0b6fa1;
}
#nav table a.selected {
	font-weight:bold;
	color:#0b6fa1;
}
#content div { display:none; }
#content div.on { display:block; }
.daday{float:right;}