@media print {

body {
    font-size: 100%;
    line-height: 100%;
}
body {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

#header:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#header {
    display: block;
}
#header {
    display: inline-table;
    min-height: 1%;
}
#header {
    border-top: 3px solid #000000;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
    position: relative;
}


#header #logo_title {
    float: left;
    margin: 0 0 5px;
    padding: 0;
    width: auto;
    position: absolute;
    top: 40%;
    font-weight: bold;
    font-size: 25px;
}

#header #logo_box {
    float: right;
    margin: 5px 0 5px;
    padding: 0;
    width: auto;
}


#header #logo {
    background: url("/ddms/assets/img/logo.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    float: left;
    font-size: 0;
    height: 50px;
    margin: 2px 0 0px 2px;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    width: 200px;
}


.top-head-line {
    border-top: 1px solid #cccccc;
    margin-bottom: 3px;
    margin-top: 3px;
}


h2 {
    background: none no-repeat scroll 7px 6px #eeeeee;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 4px 0 4px 10px !important;
}


p {
    line-height: 140%;
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 4px;
}


.login_area {
    padding: 10px;
    width: 500px;
}


.login_area .title {
    float: left;
    width: 140px;
}


.login_area .data {
    float: right;
    padding-bottom: 10px;
    text-align: left;
    width: 350px;
}



#userId {
    background-color: #ffffff;
    width: 150px;
}

.clear {
    clear: both;
}


#password {
    background-color: #ffffff;
    width: 150px;
}



.login_area .button_area {
    padding-left: 240px;
}
.button_area {
    width: 100%;
}


#footer {
    border-top: 1px solid #000000;
    clear: both;
    margin-top: 30px;
    padding-top: 3px;
}

#top_menu {
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    width: 100%;
}
#top_menu {
    display: inline-table;
    min-height: 1%;
}


#top_menu #page_title {
    float: left;
    margin: 5px 0 5px 15px;
    padding: 0;
    width: auto;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
}

#top_menu #user_name {
    float: right;
    margin: 5px 0 5px 0px;
    padding: 0;
    width: auto;
}


#adminMenu {
    font-size: 16px;
}


#adminMenu .cate {
    background-color: darkblue;
    color: lightcyan;
    margin-top: 14px;
}
#adminMenu div {
    border-bottom: 1px solid gainsboro;
    border-left: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    padding: 7px;
    white-space: nowrap;
}

.div_top {
    border-top: 1px solid gainsboro;
}


table {
  border-spacing: 0;
  font-size:14px;
}
table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table th:first-child {
  border-radius: 5px 0 0 0;
}
table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}


#contents {
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    width: 100%;
}
#contents {
    display: inline-table;
    min-height: 1%;
}


#contents #left_menu {
    float: left;
    margin: 5px 0 5px 15px;
    padding: 0;
    width: 15%;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
}

#contents #main {
    float: right;
    margin: 15px 0 5px 0px;
    padding: 0;
    width: 100%;
}

.td_top {
    border-top:1px solid #84b2e0;
}


.button_type{
border:1px solid #cacaca; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 7px 20px 7px 20px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3); color: #000000;
 background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
 background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}

.button_type:hover{
 border:1px solid #b3b3b3;
 background-color: #cdcdcd; background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
 background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd, endColorstr=#b3b3b3);
}

.err {
color: red;
}

.scrollTable {
  overflow-x: auto;
  white-space: nowrap;
  width: 1050px;
}

.scrollTable_graph {
  height:  565px;
  overflow: auto;
  white-space: nowrap;
  width: 1050px;
}

.button_list{
border:1px solid #cacaca; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 2px 5px 2px 5px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3); color: #000000;
 background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
 background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}

.button_list:hover{
 border:1px solid #b3b3b3;
 background-color: #cdcdcd; background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
 background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd, endColorstr=#b3b3b3);
}

#header {
display:none;
}

#top_menu {
display:none;
}
#left_menu {
display:none;
}
#noprint {
display:none;
}
#footer {
display:none;
}

table,td,th{
	background:#fff;
	color:#000 !important;
	border-radius:0 !important;
	box-shadow:none !important;
	border:none !important;
}
table{
	border-left:1px solid #000 !important;
	border-top:1px solid #000 !important;
}
td,th{
	border-right:1px solid #000 !important;
	border-bottom:1px solid #000 !important;
}

.seal_table{width:75%; font-size:10px;}
.seal_cell td{height:80px; width:20%; background:#fff; vertical-align:top;}
#noprint{display:none;}


}