/*-----------modify by rray-------------------------*\
\*------------------------------------*/

html {
	min-height:100%;
	color:#61666c;
	font-weight:400;
	font-size:90%;
	font-weight:bold;
	font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,sans-serif;
	line-height:2em;
}
body {
	padding:0px;
	-webkit-backface-visibility:hidden;
}
code {
	font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,sans-serif;	
}
a {
	color:#61666c;
	text-decoration:none;
}
a, img {
        border:none;
        outline:none
}
a:hover {
	color:#2a2a2a;
}
/*------------------------------------*\
    Wrapper
\*------------------------------------*/
.wrapper {
	margin:0 auto;
	max-width:85%;
}
/*------------------------------------*\
    Demo block
\*------------------------------------*/
.block {
	font-size:.875em;
	margin:20px 0;
	padding:20px;
	color:#9099A3;
}
/*------------------------------------*\
    Table (directory listing)
\*------------------------------------*/
table {
	width:100%;
	border-collapse:collapse;
	font-size:.875em;
}
tr {
	outline:0;
	border:0;
}
tr:hover td {
	background:#f6f6f6;
}
th {
	text-align:left;
	font-size:.75em;
	padding-right:20px;
}
/* 2nd Column: Filename */
th + th {
	width:65%;
}
/* 3rd Column: Last Modified */
th + th + th {
}
/* 4th Column: Size */
th + th + th + th {
	width:5%;
}
tr td:first-of-type {
	padding-left:10px;
	padding-right:10px;
}
td {
	padding:5px 0;
	outline:0;
	border:0;
	border-bottom:0px solid #edf1f5;
	vertical-align:middle;
	text-align:left;
	-webkit-transition:background 300ms ease;
	   -moz-transition:background 300ms ease;
	    -ms-transition:background 300ms ease;
	     -o-transition:background 300ms ease;
	        transition:background 300ms ease;
}
td a{
	display: block;
}
tr.parent a[href^="/"] {
	color:#9099A3;
}
	.parent a[href^="/"]:hover {
		color:#2281d0;
	}
/*------------------------------------*\
    Footer
\*------------------------------------*/
.footer {
	text-align:center;
	font-size: 90%;
margin-top: 1.5em;
        padding: 0.2em 0 0.2em 0;
        width: 100%;
        clear: both;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #F4F4F4;
        color: #999999;

}

/* command = commandbar button, <a> is  active, <span> is greyed out */
#commandbar a {
        background-position: left center;
        background-repeat: no-repeat;
        font-size: 120%;
        margin-left: 0.4em;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 22px;
        padding-right: 1.0em;
        padding-top: 0.4em;
        padding-bottom: 0.6em;
        line-height: 1.5em;
        color: #555555;
        border-right: 2.5px dotted #D5E0E0;
}
/* common commands */
#commandbar #parent {
        background-image: url('/icons/parent.gif');
background-size: 20px;
width: 20px;
height: 20px;

}
#commandbar #refresh {
        background-image: url('/icons/refresh.gif');
}
#commandbar #home {
        background-image: url('/icons/home.gif');
}
#commandbar #tool {
        background-image: url('/icons/tool.gif');
}
#commandbar #tc-tool {
        background-image: url('/icons/tc-tool.png');
}

#commandbar #mirror {
        background-image: url('/icons/mirror.png');
}

#commandbar #mrtg {
        background-image: url('/icons/mrtg.png');
}

/* from tb.css */

#gradient-style
{
font-weight:bold;
        font-size: 14px;
        margin: 10px;
        width: 480px;
        text-align: left;
        border-collapse: collapse;
}
#gradient-style th
{
        font-size: 13px;
        font-weight: bold;
        padding: 8px;
        background: #b9c9fe url('/icons/gradhead.png') repeat-x;
        border-top: 2px solid #d3ddff;
        border-bottom: 1px solid #fff;
        color: #039;
}
#gradient-style td
{
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #669;
        border-top: 1px solid #fff;
        background: #e8edff url('/icons/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
        background: #e8edff;
        font-size: 12px;
        color: #99c;
}
#gradient-style tbody tr:hover td
{
        background: #d0dafd url('/icons/gradhover.png') repeat-x;
        color: #339;
}

