﻿
/* 页面背景 */
/* 页面顶部背景颜色，放置logo等地方背景颜色  */
.HeadBg {
    background-color: #004e82;
}

/* 页面中间内容背景颜色 */
Body
{
    background-color: white;
}

/* 被选中的频道的边框/背景颜色 */
.TabBg {
    background-color: #4791c5;
}

/* 左栏背景颜色 */
.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* 页面底部页脚文字样式 */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: 宋体, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* 页面底部页脚文字样式 */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* 页面底部导航文字样式设置 */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: 宋体, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* 页面底部导航文字链接样式 */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* 常用样式表设置 */
/* 模块标题样式 */
.Head   {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;  
    color: #333333;
}

/* 管理或编辑模块子标题字体样式设置 */
.SubHead    {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* 注册模块或快捷链接模块标题样式 */
.SubSubHead {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* 页面模块文字显示样式，最常用的样式 */
.Normal
{
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 130%;    
}

/* 模块字段在编辑和后台管理时字体样式 */
.NormalTextBox
{
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}


.NormalBold
{
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* 站点管理页面中按钮和链接的文字样式 */

.CommandButton {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
/* 站点管理页面中链接的文字样式 */

A.CommandButton:link {
    text-decoration:    underline;      
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;   
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* 普通样式设置 */
H1  {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:bold;
    color: #666644;
}

H2  {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:bold;
    color: #666644;
}

H3  {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
	font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.easy {
    font-weight: bold;
    font-size: 9pt;
    color:#000000;
    font-family: 宋体, Tahoma, Arial, Helvetica;
    text-decoration: none;
}


/* 菜单样式 */
/* 菜单模块标题样式 */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 0px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/*Datagrid表格样式设计  */
/*=============================================*/

.datagrid-main{
    width: 100%;
    background-color:#d5d5d5;
    font-family:宋体;
    font-size:12px;
}


.datagrid-Header{
	background-color:#d5d5d5;
	font-weight: bold;
	BACKGROUND-IMAGE: url(../../css/cellpic4.gif);
	color: #ffffff; 
	height: 26;
  }

.datagrid-Pager{
	border-color:#F7F7DE;
	background-color:#F7F7DE;

}

.datagrid-Item{
	background-color:#ffffff;
	
}

.datagrid-Alter{
        background-color:#fffdef;
}

.datagrid-Footer{
	background-color:#E9EFF3;
	height: 24;

}

/*管理表格样式设计  */
/*=============================================*/

TABLE.TableHeader {
	BORDER-RIGHT: #cccccc 1px solid; 
	PADDING-RIGHT: 0px; 
	BORDER-TOP: #cccccc 1px solid; 
	PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	BORDER-LEFT: #cccccc 1px solid; 
	WIDTH: 100%; PADDING-TOP: 0px; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	BORDER-COLLAPSE: collapse; 
	BACKGROUND-COLOR: #f1f1f1; 
	border-spacing: 0px
}
