    @import url('pk_style.css');
html {background-color:#9EB6D8;}
input.dialog {height: 0;font-size: 0;line-height: 0;border: none;}
.datetime {border: #999 1px solid;height: 20px;background: #fff url(images/datePicker.gif) no-repeat right;}

.header {top: 0;border-width: 0 0 1px;text-shadow: 0 -1px 0 rgba(0,0,0,.15); overflow: hidden;position: fixed;width:100%;
        background-color: #563d7c;border-color: #463265;box-shadow: 0 1px 0 rgba(255,255,255,.1); height: 44px;z-index: 1999;}
.navbar-nav {overflow: hidden; zoom: 1;}
.navbar-nav a {float: left;margin: 10px;font-weight: bold;}

.go-Top{z-index:1999;width:54px;height:54px;position:fixed;right:0px;padding-right:30px;top:90px;;_position:absolute;
        _top:expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 54));} 
.go-Top a{display:block;width:54px;height:54px;float:left;text-indent:-10000px;}
.go-Top a.up{background:url(images/top.png) 0px 0px no-repeat;opacity: 0.8;}
.go-Top a.up:hover{opacity: 1;}

.commontable {background: #D6E0EF;border: 1px solid #698CC3;margin: 0px auto;width: auto;}
.main { float: right; width: 83%;}

.Sidebar {width: 16%;overflow: hidden;border: 1px solid #D7E0F1;background-color: #F8F8F8;}
.Sidebar li {text-align: -webkit-match-parent; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;padding: 3px 0 3px 16px;}
.Sidebar .logo {height: 25px;background: url(images/logo.jpg) no-repeat center center;background-color: #698CC4;}

.Sidebar .navbar {overflow: hidden;zoom: 1;}
.Sidebar .navbar li {background-color: #698CC4; padding: 0px;}
.Sidebar .navbar a {display: block;line-height: 33px;float: left;;margin: 0 4px;padding: 0 5px;color: #FFF;font-weight: bold}
.Sidebar .navbar a:hover {text-decoration: underline;}
.Sidebar .navbar a.system {color: #ffff00;}

.Sidebar h3 a {color: white;}
.Sidebar h3 a:hover {text-decoration: underline;}
.Sidebar h3 {background-color: #698CC4;color: #FFFFFD;font-weight: bold;padding: 5px;}
.Sidebar h3 span {float: right;}
.Sidebar .link {background: url("treeview/treeview-red-line.gif") no-repeat;}

/*列表页*/
table_release td { padding:5px; }

table {border:1px solid #698CC3;background: #D6E0EF;margin: 0px auto; }
table td,table th{padding: 4px;}
table tbody {background: #F8F8F8;line-height: 19px;}
.odd {background-color: rgb(239, 239, 239);background-position: initial initial;
    background-repeat: initial initial;}
.even {background: #F8F8F8;}
table tbody tr:hover{ background:#B3D9FF;}
table thead th{ border: 1px solid #D4E2EC;height: 13px;overflow: hidden;border-bottom: 0px;
                     color: #FFFFFF;background-color: #698CC3;text-align: left;}
table thead th a {color: #FFFFFF;}
table tbody td {border-bottom: #ccc 1px solid; }
table td img { max-width:135px; max-height:135px; }
div.btn{background:#F8F8F8; padding:6px 12px 0 12px; height:30px;line-height:30px}

.textarea {width: 500px;height: 150px;}
input.button, input.btn {padding: 0.25em;width: auto;_width: 0;overflow: visible;}
.button {background: #DDD;height: 24px;border-top: 0;border-left: 0;
         border-bottom: 1px solid #666;border-right: 1px solid #666;padding: 3px 6px;margin-right: 5px;}

.status {height: 50px;margin: 10px;padding-left: 60px; line-height: 50px; font-size: 18px; }
.status.loading {background: url(waittings.gif) no-repeat;}
.status.waitting {background: url(icons.gif) no-repeat left 0px;}
.schedule {height:60px; margin: 10px; overflow: hidden;}
.schedule li {line-height: 30px;}

.select {background-color: #DCE5FA;}

/*下拉菜单*/
.dropmenu{ position:relative; width:100px; }
.dropmenu em{ border:#fff 1px solid;height:20px; line-height:20px;width:70px; display:block; padding:0 8px;}
.dropmenu em.on{ border:#ccc 1px solid;}
.dropmenu span{ position:absolute; top:21px; left:0;border:#ccc 1px solid; border-top:#fff 1px solid; padding:5px 8px; width:70px; background-color: white;}
.dropmenu span a{ display:block; height:20px; line-height:20px}

.f_btn {position: fixed;bottom: 0;height: 60px;text-align: center;background-color: #9EB6D8;width: 100%;z-index: 1000;}
.f_btn input[type="submit"] {font-size: 20px;line-height: 40px;height: 40px;margin: 10px;font-weight: bold;
    padding-left: 20px;padding-right: 20px;}

.mb70 {margin-bottom: 70px;}