/* Table 1 Style */
table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    font-style: normal;
    border-collapse:separate;
    width: 99%;
}
.table1 thead th{
    padding:15px;
    color:#555;
    font-size: 20px;
    border:1px solid #d3d3d3;
    border-bottom:3px solid #8f8f8f;
    background-color:#9DD929;
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
    color:#555;
    font-size: 20px;
    text-align:center;
    background-color:#9DD929;
    border:1px solid #d3d3d3;
    padding:0px 10px;
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table1 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table1 tfoot th{
    color:#666;
}
.table1 tbody td{
    padding:10px;
    text-align:left;
    background-color:#fefefe;
    border: 2px solid #d3d3d3;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.table1 tbody span.check::before{
    content : url(../images/check0.png)
}
.table1 A {
    FONT-SIZE: 16px;
}
.table1 input[type=text] {
	font-size: 16px;
    width: 90%;
    border-top:0;
    border-left:0;
    border-right:0;
    border-style: ridge ;
    margin: 0;
    padding: 0;
    outline: none;
}

/* Table 1 Style font small*/
table.table1s{
    font-size: 10px;
    font-weight: bold;
    line-height: 1em;
    font-style: normal;
    border-collapse:separate;
    width: 99%;
}
.table1s thead th{
    padding:5px;
    color:#555;
    font-size: 14px;
    border:1px solid #d3d3d3;
    border-bottom:1px solid #8f8f8f;
    background-color:#9DD929;
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
    -webkit-border-top-left-radius:2px;
    -webkit-border-top-right-radius:2px;
    -moz-border-radius:2px 2px 0px 0px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
}
.table1s thead th:empty{
    background:transparent;
    border:none;
}
.table1s tbody th{
    color:#555;
    font-size: 14px;
    background-color:#9DD929;
    border:1px solid #d3d3d3;
    padding:0px 3px;
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
    -moz-border-radius:2px 0px 0px 2px;
    -webkit-border-top-left-radius:2px;
    -webkit-border-bottom-left-radius:2px;
    border-top-left-radius:2px;
    border-bottom-left-radius:2px;
}
.table1s tfoot td{
    color: #9CD009;
    font-size:22px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table1s tfoot th{
    color:#666;
}
.table1s tbody td{
    padding:5px;
    text-align:left;
    background-color:#fefefe;
    border: 2px solid #d3d3d3;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.table1s tbody span.check::before{
    content : url(../images/check0.png)
}
.table1s A {
    FONT-SIZE: 14px;
}
.table1s input[type=text] {
    width: 90%;
    border-top:0;
    border-left:0;
    border-right:0;
    border-style: ridge ;
    margin: 0;
    padding: 0;
    outline: none;
}


/* Table 1 Style font medium*/
table.table1m{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}
.table1m thead th{
    padding:15px;
    color:#555;
    font-size: 16px;
    border:1px solid #d3d3d3;
    border-bottom:3px solid #8f8f8f;
    background-color:#9DD929;
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table1m thead th:empty{
    background:transparent;
    border:none;
}
.table1m tbody th{
    color:#555;
    font-size: 16px;
    background-color:#9DD929;
    border:1px solid #d3d3d3;
    padding:0px 10px;
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table1m tfoot td{
    color: #9CD009;
    font-size:24px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table1m tfoot th{
    color:#666;
}
.table1m tbody td{
    padding:12px;
    text-align:left;
    background-color:#fefefe;
    border: 2px solid #d3d3d3;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-size: 14px !important;
}
.table1m tbody span.check::before{
    content : url(../images/check0.png)
}
.table1m A {
    FONT-SIZE: 12px;
}
.table1m input[type=text] {
    width: 90%;
    border-top:0;
    border-left:0;
    border-right:0;
    border-style: ridge ;
    margin: 0;
    padding: 0;
    outline: none;
}

.txt_url{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 12px;
    width: 100px;
}

.txt_remark{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    cursor: pointer;
    font-size: 12px;
    width: 200px;
}
