@charset "gb2312";
/********************************************************************************
 * 图片浏览样式
 * @author Tsinghua
 ********************************************************************************/
/**************/
/* reset&base */
/**************/
html {
    background: #fff;
    color: #000
}

body, div, dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, img {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0
}

select, input {
    vertical-align: middle
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code, kbd, samp, tt, small {
    font-size: 100%;
}

input, button, textarea, select {
    font-size: 100%;
}

ul, li, dl, dt, dd {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

a {
    text-decoration: underline;
}

a:link, a:visited {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:hover, a:active, a:focus {
    color: red;
    text-decoration: none;
    outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* CSS Document 基本共用*/
body {
    padding: 0px;
    width: 100%;
    margin: 0px auto;
    font-size: 12px;
    background: url(imagesbg_top.jpg) top repeat-x;
}

/*公用页面*/
.main {
    width: 975px;
    margin: 0px auto;
    background-image: url(imagesmain_bg.jpg);
    background-repeat: repeat-y;
}

.mains {
    width: 975px;
    margin: 0px auto;
    background-image: url(imagesmain_bg.jpg);
    background-repeat: repeat-y;
    filter: alpha(opacity = 20);
    background-color: #777;
}

/*头部*/
.header {
    height: 288px;
    background-image: url(imagesheader.jpg);
    background-repeat: no-repeat;
}

.header .right {
    float: right;
    padding-right: 10px;
    height: 24px;
    line-height: 24px;
}

/*中部*/
.container {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

/*底部*/
.footer {
    height: 100px;
    background: url(imagesbg_bottom.jpg) bottom repeat-x;
    width: 100%;
    clear: both;
}

.footer .text {
    width: 975px;
    height: 100px;
    margin: 0px auto;
    background-image: url(imagesfoot_bg.jpg);
    background-repeat: repeat-x;
}

.footer .text .text1 {
    text-align: center;
    height: 60px;
    line-height: 30px;
    background-image: url(imagesSARFT.png);
    background-repeat: no-repeat;
    background-position: 140px 10px;
}

.footer .text .left {
    width: 33%;
    float: left;
    text-align: center;
    height: 30px;
    line-height: 25px;
    padding-top: 20px;
}

.footer .text .center {
    width: 33%;
    float: left;
    text-align: center;
    height: 30px;
    line-height: 25px;
    padding-top: 20px;
}

.footer .text .right {
    width: 33%;
    float: left;
    text-align: center;
    height: 30px;
    line-height: 25px;
    padding-top: 20px;
}

/*清理div标签两边*/
.clear {
    clear: both;
}

/*导航*/
.nav {
    background-image: url(imagesnav1.jpg);
    background-repeat: no-repeat;
    height: 39px;
    line-height: 39px;
    font-weight: 100;
    text-indent: 3em;
}

.content {
    height: 100%;
    padding: 10px;
    margin: 0px auto;
    border: 1px #ECECEC solid;
}
ul#navigation{margin-left:10px;}
.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    background-color: white;

    margin-top: 4px;
}

.treeview .hitarea {
    background: url(imagestreeview-famfamfam.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}

/* fix for IE6 */ * html .hitarea {
    display: inline;
    float: none;
}

.treeview li {
    margin: 0;
    padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
    font-weight: bold;
}

#treecontrol {
    margin: 1em 0;
    display: none;
}

.treeview .hover {
    color: red;
    cursor: pointer;
}

.treeview li {
    background: url(imagestreeview-famfamfam-line.gif) 0 0 no-repeat;
}

.treeview li.collapsable, .treeview li.expandable {
    background-position: 0 -176px;
}

.treeview .expandable-hitarea {
    background-position: -80px -3px;
}

.treeview li.last {
    background-position: 0 -1766px
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
    background-image: url(imagestreeview-famfamfam.gif);
}

.treeview li.lastCollapsable {
    background-position: 0 -111px
}

.treeview li.lastExpandable {
    background-position: -32px -67px
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
    background-position: 0;
}