﻿/*html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}*/

a:link {
    text-decoration: none;
    color:#000000;
}
a:visited {
    text-decoration: none;
    color:#000000;
}
a:hover {
    text-decoration: underline;
    color:#990000;
}
a:active {
    text-decoration: none;
    color:#990000;
}

/* 整体文字 */
body, td, th {
    font-size: 12px;
}
/*
td, th {
    padding-left:2px;
    padding-right:2px;
}
*/
img {
border:none;
}
/*导行部分*/
.head:link {
    color:#FFFFFF;
    font-weight: normal; 
    font-size: 12px; 
    text-decoration: none; 
}
.head:visited {
    color:#FFFFFF;
    font-weight: normal; 
    font-size: 12px; 
    text-decoration: none; 
}
.head:hover {
    color:#FFFFFF;
    font-weight: normal; 
    font-size: 14px; 
    text-decoration: none; 
}
.head:active {
    color:#FFFFFF;
    font-weight: normal; 
    font-size: 12px; 
    text-decoration: none; 
}

/* 侧栏标头 */
.SidebarTitle {
    font-size: 12px; 
    /* background-color:#6CABEE; */
    background-image: url(bg.png);
}

/* 侧栏主体 */
.SidebarContent {
    background:#CEE3F8; 
}

/* 中间标头 */
.FrameTitle {
    font-size: 12px; 
    /* background-color:#6CABEE; */
    background-image: url(bg.png);
}

/* 中间主体 */
.FrameContent {
    background:#CEE3F8; 
}

/*边框线*/
.bgtable  {
    border-color: #99CCFF;
} 
.button 
    {padding: 0 1 0 2;font-size:9pt;height:20;background-color:#ece9d8;border-width:1;
}

.error {
    color: red;
}

.transparent {
    color: white;
}

/* 大分类 */
.ClassBig {
    font-weight: bold;
}

/* 小分类 */
.ClassSmall {
    text-indent: 30px;
}

/* 分类菜单 */
.ClassMenu {
    border-right: dashed 1px gray;
}

.ClassFieldHead {
    border-bottom: solid 1px black;
}

.ClassFieldFoot {
    border-top: solid 1px black;
}

.ArticleTitle {
}

.ArticleProp {
}

/* 显示分类标题 */
.ArticleListHead {
    font-size: large;
    text-align: center;
}

/* 显示文章名称 */
.ArticleListItem {
    /* font-size: medium; */
}

/* 文章的字段名称 */
.ArticleField {
    font-size: 110%;
}
.listtable{
border-color:#B6CDEF;
border-style:solid;

}
.listtable1{
border-color:#ffa829;
border-style:solid;

}
.listtable2{
border-color:#79633c;
border-style:solid;

}
.listhead{
background-color: #6CABEE;
}
.listhead1{
background-color: #ff4300;
}
.listhead2{
background-color: #D4C4A2;
}
.listtr0{
background-color:transparent;
}
.listtr1{
background-color:#CEE3F8;
}
.listtr2{
background-color:#FF4300;
}
.listtr3{
background-color:#D4C4A2;
}
.titlefont{
font-size:18px;
}


#float_left {
	position: fixed !important;
	position: absolute;
	top: 2px;
	left: 0px;
	border: none;
	top: expression( ( 2 + ( ignoreMe = ( document.documentElement && document.documentElement.scrollTop ) ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

#float_right {
	position: fixed !important;
	position: absolute;
	top: 2px;
	right: 0px;
	border: none;
	top: expression( ( 2 + ( ignoreMe = ( document.documentElement && document.documentElement.scrollTop ) ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

#notify {
    position: fixed !important;
    position: absolute;
    top: 140px;
    left:100px;
    border: none;
}

.STYLE8 {
	font-size: 12px;
	font-weight: bold;
}
.STYLE10 {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.STYLE12 {font-size: 14px; font-weight: bold; font-family: "宋体"; color: #FF0000; }
.STYLE14 {font-size: 12px}