/* 1) HTML tags */
body {background:#c6dfff url("/design/bg.gif") 0 0 repeat-x; font: normal 11px Tahoma, Arial, Verdana, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-family: Arial, Verdana, Tahoma, sans-serif; margin:6px 6px;}
p, blockquote, fieldset {margin:6px 6px;}

input, select, textarea {padding:2px;font: normal 11px Tahoma, Arial, Verdana, sans-serif, "Lucida Sans Unicode";}
.inputxt {line-height: normal;*overflow: visible;}
.inputxt::-moz-focus-inner {border: 0;padding: 0;}
.inputxt {font-family: arial, "Helvetica Neue", Helvetica, sans-serif;font-size:12px;font-weight: bold;line-height: normal;font-size: 100%;margin: 0;vertical-align: baseline;*vertical-align: middle;}
.inputxt {display:inline-block;width:240px;height:18px;padding:4px;font-size:12px;line-height:18px;color:#666;border:1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.inputxt {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.inputxt:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.btn {cursor: pointer;display: inline-block;background-color: #e6e6e6;background-repeat: no-repeat;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);padding: 5px 14px 6px;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);color: #333;font-size: 13px;line-height: normal;border: 1px solid #ccc;border-bottom-color: #bbb;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);-webkit-transition: 0.1s linear all;-moz-transition: 0.1s linear all;-ms-transition: 0.1s linear all;-o-transition: 0.1s linear all;transition: 0.1s linear all;}
.btn:hover {background-position: 0 -15px;color: #333;text-decoration: none;}
.btn:focus {outline: 1px dotted #666;}
.btn.large {font-size: 15px;font-weight:bold;line-height: normal;padding: 9px 14px 9px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.btn.small {padding: 7px 9px 7px;font-size: 11px;}
.btn.primary {color: #ffffff;background-color: #0064cd;background-repeat: repeat-x;background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));background-image: -moz-linear-gradient(top, #049cdb, #0064cd);background-image: -ms-linear-gradient(top, #049cdb, #0064cd);background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);background-image: -o-linear-gradient(top, #049cdb, #0064cd);background-image: linear-gradient(top, #049cdb, #0064cd);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);border-color: #0064cd #0064cd #003f81;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}

/* 2) HTML styles */
ul.ul-01 {margin:15px 0; list-style:none;}
ul.ul-01 li {padding:2px 0 2px 25px; background:url("/design/ul-01.gif") 0 50% no-repeat;}

ul.ul-list {margin:15px 0; list-style:none;}
ul.ul-list li {padding:6px 0;}
ul.ul-list span.date {padding-right:10px;}

/* 3) Layout */
#main {width:960px; margin:0 auto; overflow:hidden;}
    #header {position:relative; height:90px; padding:10px 10px 10px 20px;}
        #logo {margin:30px 0 0 0;}
    
        #nav {position:absolute; top:40px; right:0; margin:0;}
        #nav span {margin:0 8px;}
        #nav #nav-active {font-weight:bold; text-decoration:none;}
    
    #tray {position:relative; width:960px; height:45px; background:url("/design/tray.gif") 0 0 no-repeat; overflow:hidden; font:bold 12px "arial","tahoma",sans-serif;}
    #tray ul {margin:0 20px; list-style:none;}
    #tray li {display:inline;}
    #tray li a {display:block; float:left; padding:17px 20px 17px 18px; background:url("/design/tray-separator.gif") 100% 0 no-repeat; text-decoration:none;}
    #tray li a:hover {background:url("/design/tray-hover.gif");}
    #tray li#tray-active a {background:url("/design/tray-active.gif");}

        #search {position:absolute; top:8px; right:20px;}
        #search div {position:relative; width:185px;}
        
        #search #search-input {position:absolute; top:0; left:0; width:150px; height:30px; background:url("/design/search-input.gif") 0 0 no-repeat; overflow:hidden;}
        #search #search-input input {width:136px; margin:8px; border:0; font:100%/1 "arial",sans-serif;}
        #search #search-submit {position:absolute; top:0; right:0; width:30px;}

    #footer {clear:both; padding:10px 0 10px 0;}
    #footer p {margin:0;}

/* 4-1) Page: Homepage */
#col-top {width:960px; height:5px; margin-top:15px; background:url("/design/col-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col-bottom {width:960px; height:5px; margin-bottom:15px; background:url("/design/col-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col {position:relative; padding:15px 30px 15px 20px; background:url("/design/col.gif") 0 0 repeat-y;}

    #ribbon {position:absolute; top:-5px; left:0; width:100px; height:100px; background:url("/design/ribbon.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden; z-index:10;}

	/*#col h2 {margin:0; padding:7px 15px 12px 50px; background:url("/design/cols3-title.gif") 20px 40% no-repeat; font-size:180%;}*/
	#col h2 {margin:0;font:bold 11px Arial;color:#192666;}
	#col .title {background:url("/design/dot.gif") 0 50% repeat-x;}
	#col .title h2 {display:inline; padding-right:10px;}
	#col .title span {padding-left:10px;}

    #col-browser {position:relative; float:left; width:280px; height:215px; background:url("/design/browser.gif") 0 0 no-repeat;}
    #col-browser img {position:absolute; top:28px; left:10px;}

    #col-text {float:right; width:600px; padding-top:15px; line-height:1.7;}

        #slogan {position:relative; width:289px; height:33px; overflow:hidden; margin:0; padding:0; font-size:180%;}
        #slogan span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("/tmp/slogan.gif") 0 0 no-repeat;}
        #btns {margin-top:25px; margin-bottom:0;}

#cols2-top {width:960px; height:5px; margin-top:15px; background:url("/design/cols2-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2-bottom {width:960px; height:5px; margin-bottom:15px; background:url("/design/cols2-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2 {background:url("/design/cols2.gif") 0 0 repeat-y;}

    #cols2 #col-left {float:left; width:595px; padding:20px;}
    #cols2 #col-right {float:right; width:268px; margin-right:1px; padding:20px;}
    
        #cols2 #col-left h4, #cols2 #col-right h4 {margin:0;font:bold 11px Arial;}
        #cols2 #col-left .title {background:url("/design/dot.gif") 0 50% repeat-x;}
        #cols2 #col-left .title h4 {display:inline; padding-right:10px;}
        #cols2 #col-left .title span {padding-left:10px;}

        #cols2 .box {margin-top:15px;}
        #cols2 #col-right h4 {background:url("/design/dot-02.gif") 0 50% repeat-x;}
        #cols2 #col-right h4 span {padding-right:10px;}
        #cols2 .col-right-img {float:left; width:65px;}
        #cols2 .col-right-text {float:right; width:190px;}
        #cols2 .col-right-text p {margin:0;}

#cols3-top {width:960px; height:5px; margin-top:15px; background:url("/design/cols3-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3-bottom {width:960px; height:5px; margin-bottom:15px; background:url("/design/cols3-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3 {background:url("/design/cols3.gif") 0 0 repeat-y;}

    .col {float:left; width:308px; padding:0 1px; margin-right:15px;}
    .col.last {margin-right:0;}
    .col h3 {margin:0; padding:7px 15px 12px 50px; background:url("/design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}

        .col-text {padding:20px; border-top:1px solid #DFDFDF;}
        .col-text p {margin:0;}
        .col-text ul {margin-bottom:0;}
        .col-more {padding:10px 10px 1px 0; text-align:right;}

/* 5) Others */

.ico-rss {font:normal 11px Tahoma;padding-left:24px;padding-top:1px;background:url("/design/user.gif") 0 50% no-repeat;}
.ico-comment {font:normal 11px Tahoma;padding-left:24px;padding-top:1px;background:url("/design/email.png"); background-repeat: no-repeat;/*background:url("/design/ico-rss.gif") 0 50% no-repeat;*/}
.usr-login {padding-left:24px;padding-top:1px;background-image:url('/design/usr-login.png');background-repeat:no-repeat;}
.usr-logout {padding-left:24px;padding-top:1px;background-image:url('/design/usr-logout.png');background-repeat:no-repeat;}

.fld-new {padding-left:24px;padding-top:3px;background-image:url('/design/folder_add.png'); background-repeat: no-repeat;cursor:pointer;text-decoration:underline;}
.fld-move {padding-left:24px;padding-top:3px;background-image:url('/design/folder_go.png'); background-repeat: no-repeat;cursor:pointer;text-decoration:underline;}
.fld-search {padding-left:24px;padding-top:3px;background-image:url('/design/page_white_magnify.png'); background-repeat: no-repeat;cursor:pointer;text-decoration:underline;}
.fld-link {padding-left:24px;padding-top:3px;background-image:url('/design/folder_link.png'); background-repeat: no-repeat;cursor:pointer;text-decoration:underline;}
.fld-edit {padding-left:24px;padding-top:3px;background-image:url('/design/folder_edit.png'); background-repeat: no-repeat;cursor:pointer;text-decoration:underline;}
.fld-export {padding-left:24px;padding-top:3px;background-image:url('/design/page_link.png'); background-repeat: no-repeat;cursor:pointer;text-decoration:underline;}
.fld-lock {padding-left:24px;padding-top:3px;background-image:url('/design/lock_edit.png'); background-repeat: no-repeat;cursor:pointer;text-decoration:underline;}
.fld-refresh {padding-left:24px;padding-top:3px;background-image:url('/design/arrow_rotate_clockwise.png'); background-repeat: no-repeat;cursor:pointer;text-decoration:underline;}
.fld-remove {padding-left:24px;padding-top:3px;background-image:url('/design/cut_red.png'); background-repeat: no-repeat;cursor:pointer;text-decoration:underline;}
.fld-sel {padding-left:24px;padding-top:3px;background-image:url('/design/table.png'); background-repeat: no-repeat;cursor:pointer;text-decoration:underline;}

.file-group {padding-left:24px;padding-top:3px;background-image:url('/design/group.png'); background-repeat: no-repeat;}
.file-table {padding-left:24px;padding-top:3px;background-image:url('/design/table.png'); background-repeat: no-repeat;}
.file-url {padding-left:24px;padding-top:3px;background-image:url('/design/application_put.png'); background-repeat: no-repeat;}
.usr-pwd {padding-left:24px;padding-top:3px;background-image:url('/design/editpwd.png'); background-repeat: no-repeat;}
.usr-lock {padding-left:24px;padding-top:3px;background-image:url('/design/user_add.png'); background-repeat: no-repeat;cursor:pointer;text-decoration:underline;}
.usr-edit {padding-left:24px;padding-top:3px;background-image:url('/design/user_edit.png'); background-repeat: no-repeat;cursor:pointer;text-decoration:underline;}
.usr-del {padding-left:24px;padding-top:3px;background-image:url('/design/user_delete.png'); background-repeat: no-repeat;cursor:pointer;text-decoration:underline;}

.smaller {font-size:85%;}
.acc-right {padding-bottom:3px;}
#dmca {background:#FFFFE0; -moz-border-radius: 3px; border-radius: 3px; border-style:solid;border-width:1px; border-color:#EDEDD0; padding:15px; text-align:justify; line-height:150%;}

.tblview {background: transparent;}
.tblview td { padding-top:6px; padding-bottom:6px;font: normal 11px Tahoma;color: #333333; }
.tblview td.list1 {background: #fff;}
.tblview td.list2 {background: #e8f8ff;}
.tblview td.notfound {padding:120px 0 120px 0;color:#333333;border: 3px solid #CCC;}

.tblform {background: transparent;}
.tblform td {padding-top:6px; padding-bottom:6px;font: normal 12px Arial;}

.tbldl {background: transparent;}
.tbldl td {padding-top:4px;padding-bottom:4px;font: normal 11px arial;color:#333;border-bottom:1px dotted #CCC;}
.tbldl td.hosting {font-weight:bold;color:#000;background:#e8f8ff;border-top:1px dotted #CCC;padding-top:8px;padding-bottom:8px;text-decoration:underline;}
.tbldl td.no_file {font:bold 20px Arial;color:#ccc;padding:100px 0 110px 0;}

.tblfile {background: transparent;}
.tblfile td {color:#666;}

.filename {font:bold 18px arial;color:#0066ff;padding:8px 0 4px 0;}
.filesize {font:bold 10px arial;color:#ff6600;}

a.link {font:normal 11px Tahoma;color:#0066ff;text-decoration:none;}
a.link:hover {font:normal 11px Tahoma;color:#cc3300;text-decoration:underline;}
a.hide {font:normal 11px Tahoma;color:gray;text-decoration:none;}
a.hide:hover {font:normal 11px Tahoma;color:#333;text-decoration:underline;}

a.dlfile {font:bold 22px arial;color:#000;text-decoration:none;}
a.dlfile:hover {font:bold 22px arial;color:blue;text-decoration:underline;}
a.sharing {font:bold 11px arial;color:blue;text-decoration:underline;}
a.sharing:hover {font:bold 11px arial;color:red;text-decoration:underline;}

.tblist {background: transparent;}
.tblist td {font:normal 10px Arial;color:#666;padding-top:6px; padding-bottom:6px;}
.tblist td.tipmenu {font:bold 11px Arial;color:#fff;background:url("/design/tray-active.gif");}
.tblist td.list1 {background: #fff;border-top:1px solid #eee;}
.tblist td.list2 {background: #fff;border-top:1px solid #eee;}
.tblist td.list3 {background: #fff;border-bottom:1px dotted #ddd;}
.tblist td.notfound {font:bold 20px Arial;color:#ccc;padding:120px 0 120px 0;border-left:2px solid #67AFCF;border-bottom:2px solid #67AFCF;border-right:2px solid #67AFCF;}
