﻿/* 公共样式 */
body
{
	/* 滚动条 */
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #f9f9f9;
	scrollbar-darkshadow-color: #ffffff;
	margin: 10px;
	font-family: Verdana, "宋体";
	font-size: 12px;
	color: #666666;
}
td
{
	word-break: break-all;
}
a
{
	color: #666666;
	text-decoration: none;
}
a:hover
{
	color: #ff6600;
	text-decoration: underline;
}
input, textarea, select
{
	font-family: Verdana, "宋体";
	font-size: 12px;
}
/* 页面 */
table.PageHeader
{
	background-image: url(Images/PageHeader.jpg);
	background-repeat: repeat-x;
	background-position-y: top;
}
table.PageFooter
{
    color: #999999;
	font-size: 12px;
	background-image: url(Images/PageFooter.jpg);
	background-repeat: repeat-x;
	background-position-y: bottom;
}
table.PageFooter a
{
    color: #999999;
}
body.Default
{
	margin: 0px;
	background-image: url(Images/PageDefault.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
body.Default table.Contact
{
	width: 100%;
	height: 100%;
	background-image: url(Images/Contact.jpg);
	background-repeat: no-repeat;
}
body.Exhibition
{
	margin: 0px;
	background-image: url(Images/PageExhibition.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
body.Notice
{
	margin: 0px;
	background-image: url(Images/PageNotice.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
body.Introduction
{
	margin: 0px;
	background-image: url(Images/PageIntroduction.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
body.Message
{
	margin: 0px;
	background-image: url(Images/PageMessage.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
/* 超级链接 */
a.HyperLinkColor1
{
	color: #999999;
	text-decoration: none;
}
a.HyperLinkColor1:hover
{
	color: #ff6600;
	text-decoration: underline;
}
a.HyperLinkColor2
{
	color: #ffffff;
	text-decoration: none;
}
a.HyperLinkColor2:hover
{
	color: #ffff00;
	text-decoration: underline;
}
/* 容器 */
table.FrameTopCenter /* 框架 */
{
	background-image: url(Images/FrameTopCenter.jpg);
	background-repeat: repeat-x;
}
td.FrameMiddleLeft
{
	background-image: url(Images/FrameMiddleLeft.jpg);
	background-repeat: repeat-y;
}
td.FrameMiddleRight
{
	background-image: url(Images/FrameMiddleRight.jpg);
	background-position-x: right;
	background-repeat: repeat-y;
}
table.FrameBottomCenter
{
	background-image: url(Images/FrameBottomCenter.jpg);
	background-position-y: bottom;
	background-repeat: repeat-x;
}
img.ImageBox /* 图片框 */
{
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
table.FadeBox /* 渐变动作会检测此样式 */
{
	filter: Alpha(Opacity=50);
	cursor: pointer;
}
table.FadeBoxHover
{
    filter: Alpha(Opacity=100);
    cursor: pointer;
}
/* 圆点 */
td.Particle1
{
	background-image: url(Images/Particle1.gif);
	background-position-y: center;
	background-repeat: no-repeat;
}
td.Particle2
{
	background-image: url(Images/Particle2.gif);
	background-position-y: center;
	background-repeat: no-repeat;
}
td.Particle3
{
	background-image: url(Images/Particle3.gif);
	background-position-y: center;
	background-repeat: no-repeat;
}
td.Particle4
{
	background-image: url(Images/Particle4.gif);
	background-position-y: center;
	background-repeat: no-repeat;
}
/* 分隔线 */
td.Line1
{
	background-image: url(Images/Line1.gif);
	background-position-y: center;
	background-repeat: repeat-x;
}
/* 非Skin专用 */
span.Caption
{
	font-weight: bold;
}
span.Copyright
{
	color: #999999;
}
span.ExhibitionItemName /* 作品展示 */
{
	color: #ff6600;
	font-weight: bold;
}
span.ExhibitionItemSummary
{
}
span.ExhibitionDetailName
{
	font-size: 14px;
	color: #ff6600;
	font-weight: bold;
}
span.ExhibitionDetailDetail
{
}
span.ExhibitionDetailUpdateTime
{
	font-size: 11px;
	color: #999999;
	font-style: italic;
}
span.NoticeItemName /* 公告 */
{
	color: #666666;
}
span.NoticeDetailName
{
	font-size: 14px;
	color: #ff6600;
	font-weight: bold;
}
span.NoticeDetailDetail
{
}
span.NoticeDetailUpdateTime
{
	font-size: 11px;
	color: #999999;
	font-style: italic;
}
span.IntroductionItemName /* 说明 */
{
	color: #666666;
}
span.IntroductionDetailName
{
	font-size: 14px;
	color: #ff6600;
	font-weight: bold;
}
span.IntroductionDetailDetail
{
}
span.IntroductionDetailUpdateTime
{
	font-size: 11px;
	color: #999999;
	font-style: italic;
}
img.MessageItemImage /* 留言 */
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
span.MessageItemName
{
	font-size: 12px;
	color: #ff6600;
	font-weight: bold;
}
span.MessageItemDetail
{
}
span.MessageItemCreateTime
{
	font-size: 11px;
	color: #cccccc;
	font-style: italic;
}
div.MessageImageSelectorBox
{
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-color: #ffffff;
}

/* Skin样式 */

/* 文本框 */
.TextBox
{
	color: #666666;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-image: url(Images/TextBox.jpg);
	background-repeat: repeat-x;
}
.TextBoxHighlight /* Highlight */
{
	color: #666666;
	border-right: #ff9900 1px solid;
	border-top: #ff9900 1px solid;
	border-left: #ff9900 1px solid;
	border-bottom: #ff9900 1px solid;
	background-color: #fff5f0;
}
/* 标题 */
span.FrameHeader
{
	color: #666666;
	font-weight: bold;
}

/* 其它 */
a.HTMLButton
{
	font-size: 1px;
	display: block;
	width: 29px;
	height: 11px;
	background-image: url(Images/ButtonHTML.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top: 5px;
	right: 5px;
	position: absolute;
}
a.HTMLButton:hover
{
	background-position: left bottom;
}
