/* ================================
        easySite CSS样式表
	http://www.huilan.com
	北京中科汇联信息技术有限公司
   ================================
*/   


/* 页面背景 */
/* 页面顶部背景颜色，放置logo等地方背景颜色  */
.HeadBg {
    background-color: #CCCCCC;
}

/* 页面中间内容背景颜色 */
Body

{
    background-color: #FFFFFF;
}


/* 被选中的频道的边框/背景颜色 */
.TabBg {
    background-color: black;
}

/* 顶栏背景颜色 */
.HeaderPane  
{
	 background-color: white;
}

/* 左栏背景颜色 */
.LeftPane  { 
	background-color: white;
}

/* 中栏背景颜色*/
.ContentPane  { 
	background-color: white;
}

/* 右栏背景颜色 */
.RightPane  { 
	background-color: white;
}

/* 底栏背景颜色 */
.FooterPane
{
	 background-color: white;
}

/* 页面底部页脚文字样式 */
.SelectedTab
{
	font-weight: bold;
	font-size: 9pt;
	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: 9pt;
    color: #183898;
    font-family: 宋体, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* 页面底部导航文字链接样式 */
A.OtherTabs:link {
    text-decoration:    none; FONT-FAMILY: "宋体";
    
}

A.OtherTabs:visited  {
    text-decoration:    none; FONT-FAMILY: "宋体";
    
}

A.OtherTabs:active   {
    text-decoration:    none; FONT-FAMILY: "宋体";
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none; FONT-FAMILY: "宋体";
    color:#cc0000;
}

/* 常用样式表设置 */
/* 模块标题样式 */
.Head
{
	font-weight: bold;
	font-size: 16px;
	color: navy;
	font-family: 宋体, Tahoma, Arial, Helvetica;
}

/* 管理或编辑模块子标题字体样式设置 */
.SubHead    {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #014A93;
}

/* 注册模块或快捷链接模块标题样式 */
.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: 10.5pt;
    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:  12px;
    font-weight:bold;
    color: #666644;
}

H2  {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:bold;
    color: #666644;
}

H3  {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    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  {
    text-decoration:    none;
    color:  #014A93;
}

A:visited   {
    text-decoration:    none;
    color:  #014A93;
}

A:active    {
    text-decoration:    none;
    color:  #014A93;
}

A:hover {
    text-decoration:   none;
    color:  #014A93;
}

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
}



/* 模块管理样式设置 */
/* 讨论组消息文字样式 */    
.Message    {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* 公告、日历事件标题样式 */
.ItemTitle    {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* 后台管理列表框、输入框等样式设置 */
input
{
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
}
textarea
{
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
}
select
{
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
}

/* 菜单样式 */
/* 菜单模块标题样式 */
.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 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px 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 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.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 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* 主菜单 */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #0f67a1;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	border-right: #333333 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #333333; 
	border-left: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

/* 子菜单 */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #333333; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
} 

