﻿/*
截断字符串长度
overflow:hidden; text-overflow:ellipsis;white-space:nowrap; 
byte[]   FixedLen   =   new   byte[10];   
  Array.Copy(System.Text.Encoding.Default.GetBytes("中华人民共和国万岁"),   FixedLen,   10);   
  Console.WriteLine(System.Text.Encoding.Default.GetString(FixedLen));  
*/

body
{
    margin: 0;
    background-color: #e8ebed; /*#fbfbf7*/
    font-family: 宋体, verdana, arial, helvetica, sans-serif;
    font-size: 9pt;
    text-align: center;
    color: #666666;
}

table
{
    border: 0;
    font-size: 1em;
}

th, td
{
    padding: 0;
}

img
{
    border-width: 0;
}

hr
{
    border: 0;
    border-top: 1px solid #bababa;
    height: 1px;
}

p
{
    line-height: 1.4em;
}

input
{
    font-size: 12px;
    border: 1px solid #CCCCCC;
}

.btn2
{
    background-image: url(Images/btn2.gif);
    border: 0px;
    height: 23px;
    width: 69px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: hand;
    font-weight: normal;
    color: black;
}

.btn4
{
    background-image: url(Images/btn4.gif);
    border: 0px;
    height: 23px;
    width: 99px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: hand;
    font-weight: normal;
    color: black;
}

/* 普通超链接*/
a
{
    text-decoration: none;
    color: #444444;
}

a:visited
{
    color: #448DCB;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    color: #d32525;
}

a:active
{
    color: #444444;
    text-decoration: none;
}

/* 二级抬头超链接*/
a.secondSubject:link
{
    color: #000000;
    text-decoration: none;
}
a.secondSubject:visited
{
    color: #000000;
    text-decoration: none;
}
a.secondSubject:hover
{
    color: #000000;
    text-decoration: none;
}
a.secondSubject:active
{
    color: #000000;
    font-weight: bold;
}

/* 自定义 

.header
{
	background-image: url(Images/banner.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 100px;
}
*/
.page
{
    background-color: #FFFFFF;
    text-align:left;
    width: 778px;
    /* margin:0 auto; */
}

.detailpage
{
    text-align: center;
    width: 778px;
}

.table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

/* 纯Html页不支持Div样式*/
.tableHtml
{
    border-collapse: collapse;
    border-spacing: 0;
    background-color: White;
    text-align: center;
    width: 778px;
}

.tblEditPageTop
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    vertical-align: bottom;
    padding: 5px;
    text-align: left;
}

.tblEditPageTopHR
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    vertical-align: bottom;
    padding: 5px;
    text-align: left;
    border-right: 0px;
    border-top: :0px;
    border-left: :0px;
    border-bottom: #9CB7C9 1px solid;
}

.tblEditPageSubject
{
    background-image: url(Images/subject.gif);
    background-repeat: no-repeat;
    color: #064570;
    font-weight: bold;
    width: 137px;
    height: 27px;
    cursor: hand;
    text-align: center;
    padding-left: 23px;
}

.tblEditPageSearch
{
    border-right: 0px solid;
    border-top: #9CB7C9 1px solid;
    border-left: 0px solid;
    border-bottom: 0px solid;
    background-color: #FBFBF7;
    padding: 5px;
}

.tblEditorPageMain
{
    border-right: #9CB7C9 1px solid;
    border-top: #9CB7C9 1px solid;
    border-left: #9CB7C9 1px solid;
    border-bottom: #9CB7C9 1px solid;
    background-color: #FBFBF7;
    padding: 5px;
    width: 100%;
    height: 100%;
}

.itemHeader
{
    background-image: url(Images/gridHeader1.gif);
}

.itemLines
{
    border-width: 1px;
    border-style: solid;
    border-color: #6595d6;
}

.gridHeader
{
    background-image: url(Images/gridHeader.gif);
}
.gridLines
{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}

.gridFooter
{
    background-image: url(Images/gridHeader1.gif);
}

.article
{
    text-align: center;
    width: 88%;
    padding-top: 30px;
    padding-bottom: 10px;
}

.iframe
{
    text-align: left;
    width: 677px;
}

/* Admin 按钮 */

.spanAdd
{
    display:inline-block;
    width: 71px;
    height: 23px;
    background: url(Images/add.gif) center no-repeat;
    cursor: hand;
}

.spanEdit
{
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url(Images/edit.gif) center no-repeat;
    cursor: hand;
}

.spanView
{
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(Images/view.gif) center no-repeat;
    cursor: hand;
}

.spanOrder
{
    display: inline-block;
    width: 71px;
    height: 23px;
    background: url(Images/order.gif) center no-repeat;
    cursor: hand;
}

.spanAppear
{
    display: inline-block;
    width: 63px;
    height: 30px;
    background: url(Images/appear.jpg) center no-repeat;
    cursor: hand;
}

.spanSet
{
    display: inline-block;
    width: 101px;
    height: 23px;
    background: url(Images/set.gif) center no-repeat;
    cursor: hand;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

/*专项 */
.bbsTableBorder
{
	width: 100%;
	text-align: center;
	padding-top: 30px;
	background-color: #F2F2F2;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.bbsTableBordeRright
{
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.bbsTableBorderNoTop
{
	width: 100%;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CCCCCC;
}

.bbsTableBorderTop
{
	width: 100%;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCCCCC;
}

.bbsAuthor
{
	width: 100%;
	filter: glow(color=#9898BA,strength=2);
	font-weight: bold;
}

.bbsTableBorder
{
	width: 100%;
	text-align: center;
	padding-top: 30px;
	background-color: #F2F2F2;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.photo_198 {
	border: 4px solid #FFFFFF;
}