body{
    margin: 0;
    font-size: 12px;
    min-height:500px;
    padding:0;
}
a{
    text-decoration: none;
    font-size: 12px;
}
.wapper{
    width: 1100px;
    margin: 0 auto;
}
.header{
    width: 1080px;
    padding: 10px;
    height: 80px;
    background-size: cover;
}
.header_top_left{
    padding: 5px;
}
.ui-button{
    padding: 2px 5px;
    margin: 0px;
    font-size:12px;
}
/*主要按鈕顏色*/
.focus{
    border: 1px solid #4a3115 !important;
    background: #f5d361 url('../lib/jquery-ui/images/ui-bg_highlight-hard_100_f5d361_1x100.png') 50% 50% repeat-x !important;
    font-weight: bold !important;
    color: #402a12 !important;
    text-decoration: none !important;
}
/*功能按鈕顏色*/
.function {
    border: 1px solid #019858 !important;
    background: #B4EEB4 !important;
    color: #333333 !important;
}
/*警告顏色*/
.alert_fun {
    /*border: 1px solid #db4865 !important;
    background: #ff6b7f !important;
    color: #ffffff !important;*/
    border: 1px solid #cd0a0a !important;
    background: #cd0a0a!important;
    color: #ffffff !important;
}
.parent {
    clear:both;
    padding: 0px 8px !important;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #db4865 !important;
    background: #ff6b7f !important;
    color: #ffffff !important;
}
.local {
    clear:both;
    padding: 0px 8px !important;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #5b2616 !important;
    background: #ffef8f !important;
    color: #5b2616 !important;
}
.open {
    clear:both;
    padding: 0px 8px !important;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #019858 !important;
    background: #B4EEB4 !important;
    color: #333333 !important;
}
.left{
    float:left;
}
.right{
    float:right;
}
.lang{
    clear: both;
    margin-top:60px;
}
ul.sf-menu {
    margin: 5px 0;
    padding: 0;
    width: 100%;
}
.navbar{
    clear: both;
}
.content{
    clear: both;
    margin: 5px 0;
    padding: 0;
    width: 100%;
    min-height: 600px;
}
.footer{
    padding: 20px 0;
    height: 60px;
    clear: both;
    background-image: url('../image/skysoftbottom.jpg');
}
.footer p{
    padding: 0;
    font-size:12px;
    text-align:center;
    color:#666;
    font-family:"微軟正黑體";
    font-weight:bold;
    line-height:5px;
}
#loading{
    z-index:999999;
    position:fixed;
    border-color:#98bcdf;
    border-width:1px;
    border-style:solid;
    background: #ECF5FF;
    top:150px;
    left:50%;
    width:150px;
    margin-left:-75px;
    padding:5px;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
th {
    background: #dadada url('../image/table_ht_bg.jpg') 0% 0%;
    -moz-background-size:50% 100%;
    -webkit-background-size:50% 100%;
    -o-background-size:50% 100%;
    background-size:50% 100%;
    border-width: 0px;
    border-style: solid;
    padding: 0;
    color: #003D79;
    height: 28px;
}
table {
    border-color:#a0a0a0;
    border-width:1px;
    border-style:solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #191919;
    -webkit-box-shadow: 1px 1px 1px #191919;
    box-shadow: 1px 1px 1px #191919;
    border-collapse:collapse;
}
td {
    border-width:1px 1px 1px 1px;
    border-style:solid;
    border-color:#a0a0a0;
    border-collapse:collapse;
    padding:0;
    height: 25px;
}
td:hover {
    background: #FFF3EE;
}
tr {
    background: #ECF5FF;
}
#th1 {
    height: 30px;
    font-size: 16px;
    color: #FF8000;
    background: url('../image/table_top_bg.jpg');
    -moz-background-size:50% 100%;
    -webkit-background-size:50% 100%;
    -o-background-size:50% 100%;
    background-size:50% 100%;
}
#table1>tr:nth-child(1) {
    background: #ECF5FF !important;
}
#table1 tr:nth-child(even) {
    background: #ECF5FF;
}
#table1 tr:nth-child(odd) {
    background: #FFFFFF;
}
#table1 tr:hover {
    background: #FFF3EE;
}
.tooltip{
    color: #000000;
    border: 1px solid #e78f08;
    background-color:#FFC;
    font-size:12px;
    text-align:left;
    z-index: 99;
    position:absolute;
    padding:2px 10px;
    font-weight:normal;
    margin:0;
    min-width: 50px;
}
.content input[type=submit],input[type=button]{
    padding: 2px;
}
/*日期套件標題歸位*/
.ui-datepicker th{
    padding: 0;
}
/*提示框樣式*/
.tooltip{
    color: #000000;
    border: 1px solid #e78f08;
    background-color: #ffffff;
    font-size:12px;
    text-align:left;
    z-index: 99;
}