/* ================================
        easySite CSS样式表
	http://www.huilan.com
	北京中科汇联信息技术有限公司
   ================================
*/   


/* 页面背景 */
/* 页面顶部背景颜色，放置logo等地方背景颜色  */
.HeadBg {
    background-color: #CCCCCC;
}

/* 页面中间内容背景颜色 */
Body
{
    background-color: white;
}

/* 被选中的频道的边框/背景颜色 */
.TabBg {
    background-color: black;
}

/* 左栏背景颜色 */
.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:  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  {
    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
}

/* 模块管理样式设置 */
/* 讨论组消息文字样式 */    
.Message    {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-size: 12px;
    background-color: #eeeeee
}   

/* 公告、日历事件标题样式 */
.ItemTitle    {
    font-family: 宋体, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
.easy {
    font-weight: bold;
    font-size: 9pt;
    color:#000000;
    font-family: 宋体, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
td {
    font-size: 9pt;
    font-family: 宋体, Tahoma, Arial, Helvetica;
    text-decoration: none;
}


