
/*************************************************************************************************************************************/
/* 以下为SiteTemplate Theme使用的HTML Tag的定义                                                                                           */
/*************************************************************************************************************************************/

/* 整个页面的最外层背景 */
body 
{
	background-color: #ADADAD;
	
}

/* 表格单元的字体设置（页面文字全部都在表格中） */
TD
{
	font-family:宋体,verdana,arial; 
	font-weight:normal; 
	font-size:12px; 
	color:#444444;
}

/* A类型链接设置 */
a:link {  color:#5C5C5B; text-decoration: underline}
a:visited {  color:#5C5C5B; text-decoration: underline}
a:hover {  color:#5C5C5B; text-decoration: underline}

/* File类型的输入框设置 */
INPUT.file 
{ 
	FONT-SIZE: 12px 
}

/* TextArea输入框设置 */
TEXTAREA 
{
	BORDER-RIGHT: #cc9966 1px solid; 
	BORDER-TOP: #cc9966 1px solid; 
	BORDER-LEFT: #cc9966 1px solid; 
	BORDER-BOTTOM: #cc9966 1px solid;
	FONT-SIZE: 12px; 
	BACKGROUND: #f0f0f0; 
	OVERFLOW: auto; 
}

/* 标题H1字体设置 */
H1
{
	font-family:宋体,verdana,arial;	
	font-size:18px;	
	margin-bottom:10px; 
}

/* 标题H2字体设置 */
H2
{
	font-size:16px;	
	color:#633000; 
	margin-left:0px; 
	margin-top:6px; 
	margin-bottom:6px;
	filter:Shadow(color='#aaaacc', Direction=135, Strength=2);
}

/* 标题H3字体设置 */
H3
{
	font-size:16px;	
	color:#633000; 
	margin-top:6px; 
	margin-bottom:6px;
}

/* 水平线设置 */
HR 
{
	color:#CCCCCC;	
	height:1px; 
}

OL
{
	line-height:150%; 
}
/*
Context Menu Styles
*/

.CommonContextMenuGroup
{
	background-color:#ffffff;
	border:solid 1px #c0c0c0; 
}

.CommonContextMenuItem
{
	width:70px;
	background-color:white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:90%; 
	border:solid 1px white; 
	cursor:pointer;
	padding: 4px;
}

.CommonContextMenuItemHover
{
	width:70px;
	background-color:#f0f0f0; 
	color:black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:90%; 
	border:solid 1px #dddddd; 
	cursor:pointer;
	padding: 4px;
}

.CommonContextMenuItemExpanded
{
	width:70px;
	background-color:silver; 
	color:black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:90%; 
	border:solid 1px white; 
	cursor:pointer;	
	padding: 4px;
}

.CommonContextMenuSeperatorItem
{
	background-color:#cccccc; 
	height: 1px;
	border-style: solid;
	border-color: white;
	border-width: 4px;
	cursor:pointer;
}

/* Modal Styles */

.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}

.CommonModal
{
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
}

.CommonModalTitle
{
	font-family: Tahoma, Arial, Helvetica;
	height: 25px;
	font-size: 12px;
	padding: 5px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	background-color: #e2eecd;
	color: #698d73;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
}

.CommonModalClose
{
	width: 13px;
	height: 12px;
	background-image: url(images/templ/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.CommonModalContent
{
	background-color: #ffffff;
}

.CommonModalFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	padding: 2px;
	text-align:right;
	padding-top:6px;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(images/templ/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: se-resize;
}

.panelItem1
{
	padding-right:20px;
	padding-top:2px;
	width:170px;
	height:23px;
	background-repeat:no-repeat;
	background-image: url(images/templ/panelItemBg1.gif);
}

.panelItem2
{
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	background-repeat:repeat-y;
	background-image: url(images/templ/panelItemBg2.gif);
}

a.panelItemLink2:link, a.panelItemLink2:visited, a.panelItemLink2:hover {
	font-family :  宋体,Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	text-decoration : none;
}
a.panelItemLink2:hover {color : #537bb0;text-decoration : none;}

.panelItemSel2
{
	color:#537bb0;
}


/***************************************************************************************/


/*************************************************************************************************************************************/
/* 以下为SiteTemplate Theme使用的Class定义                                                                                           */
/*************************************************************************************************************************************/

/* 目录显示SUB BACKGROUND COLOR */
.s
{
	height:24px;
	background-image:url(images/templ/menuItemBg.gif);
	background-repeat:repeat-x;
	background-color: #3d3d3d;
	color:#c6c6c6;
	padding-top:2px;
}
/* 目录显示ACTIVE BACKGROUND COLOR */
.aok
{
	height:24px;
	background-image:url(images/templ/menuItemBg_over.gif);
	background-repeat:repeat-x;
	background-color: #373737;
	color:#e1e1e1;
	padding-top:2px;
}
.f
{
	background-color: #4b4b4b;
}

.divMenuBar
{
	padding-top:16px;
	padding-bottom:28px;
	background-color: #3e3e3e;
	width:150px;
}

/* Nav Styles */
A.navLinkMain:LINK, A.navLinkMain:VISITED {
	font-family: 宋体,verdana, arial, helvetica; 
	font-size: 9pt;
	color : #d0d0d0;
	text-decoration : none;
	display:block;
}

/* Nav Styles */
A.navLinkMain:HOVER {
	font-family: 宋体,verdana, arial, helvetica; 
	font-size: 9pt;
	color : #ffffff;
	text-decoration : none;
	display:block;
}

/* Nav Styles */
A.navLinkMain_OVER:LINK, A.navLinkMain_OVER:VISITED {
	font-family: 宋体,verdana, arial, helvetica; 
	font-size: 9pt;
	color : #ffffff;
	text-decoration : none;
	display:block;
}

.PageContentArea
{
	width:758px;
	background-color:#ffffff;
}

.PageContentAreaSec
{
	background-color:#ffffff;
}

.PageContentAreaLeftBorder
{
	width: 0px; 
}

.PageContentAreaRightBorder
{
	width: 0px; 
}

.HeaderAreaTD
{

}

.SecHeaderAreaTD
{
	height:165px; 
	background-image: url(images/templ/t-dr.gif); 
	background-repeat: repeat-x; 
	background-position: top;
}

.FooterAreaTD
{
	background-color:#5b5958;
	color:#ffffff;
	height:70px;
}


/* footerLink */
a.footerLink:link,a.footerLink:active,a.footerLink:visited {
	font-family : Verdana, 宋体, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #BD002B;
	text-decoration : underline;
}
a.toplink:link,a.toplink:active,a.toplink:visited {
	font-family : Verdana, 宋体, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #cccccc;
	text-decoration : underline;
}
a.footerLink:hover {
	font-family :  Verdana, 宋体, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #BD002B;
	text-decoration : none;
}
.footerLink {
	font-family :  Verdana, 宋体, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #748711;
	text-decoration:none;
}
.footerText {
	font-family :  Arial, 宋体, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #333333;
}

.cell_dark_gray
{
	background-image: url(images/templ/m1.gif); 
	background-repeat: repeat-x;
	height:130px;
	padding-top:60px;
	padding-left:27px;
}
.cell_middle_gray1
{
	background-image: url(images/templ/m2.gif); 
	background-repeat:no-repeat;
	background-position:right top;
	height:120px;
	background-color: #a3a3a3;
	padding-left:27px;
	padding-top:62px;
}
.currentUserTitleSPAN
{
	color: #000000;
	font-weight: normal;
}

A.homeLink:link{font-weight:normal;font-family:Arial sans-serif;font-size:12px;color:#444444;text-decoration:none;}
A.homeLink:visited{font-weight:normal;font-family:Arial sans-serif;font-size:12px;color:#444444;text-decoration:none;}
A.homeLink:hover{font-weight:normal;font-family:Arial sans-serif;font-size:12px;color:#444444;text-decoration:underline;}
A.homeLink:active{font-weight:normal;font-family:Arial sans-serif;font-size:12px;color:#444444;text-decoration:none;}
.homeLinkText{color: #444444;}


A.homeLinks:link{font-weight:normal;font-family:Arial sans-serif;font-size:12px;color:#444444;text-decoration:none;}
A.homeLinks:visited{font-weight:normal;font-family:Arial sans-serif;font-size:12px;color:#444444;text-decoration:none;}
A.homeLink:hover{font-weight:normal;font-family:Arial sans-serif;font-size:12px;color:#444444;text-decoration:underline;}
A.homeLinks:active{font-weight:normal;font-family:Arial sans-serif;font-size:12px;color:#444444;text-decoration:none;}
.homeLinkText{color: #444444;}


/* companyLink 条目链接 */
A.companyLinkA{font-family:宋体 Arial sans-serif;font-size:12px;color:#f0f0f0;text-decoration:none;font-weight: normal;}
A.companyLinkA:visited{font-family:宋体 Arial sans-serif;font-size:12px;color:#f0f0f0;text-decoration:none;font-weight: normal;}
A.companyLinkA:hover{font-family:宋体 Arial sans-serif;font-size:12px;color:#ffffff;text-decoration:underline;font-weight: normal;}
A.companyLinkA:active{font-family:宋体 Arial sans-serif;font-size:12px;color:#f0f0f0;text-decoration:none;font-weight: normal;}

/* logoutUserLink 条目链接 */
A.loginUserLink{font-family:宋体 Arial sans-serif;font-size:12px;color:#000000;text-decoration:none;font-weight: normal;}
A.loginUserLink:visited{font-family:宋体 Arial sans-serif;font-size:12px;color:#000000;text-decoration:none;font-weight: normal;}
A.loginUserLink:hover{font-family:宋体 Arial sans-serif;font-size:12px;color:#000000;text-decoration:underline;font-weight: normal;}
A.loginUserLink:active{font-family:宋体 Arial sans-serif;font-size:12px;color:#000000;text-decoration:none;font-weight: normal;}

/* logoutUserLink 条目链接 */
A.logoutUserLink{font-family:宋体 Arial sans-serif;font-size:12px;color:#000000;text-decoration:none;font-weight: normal;}
A.logoutUserLink:visited{font-family:宋体 Arial sans-serif;font-size:12px;color:#000000;text-decoration:none;font-weight: normal;}
A.logoutUserLink:hover{font-family:宋体 Arial sans-serif;font-size:12px;color:#000000;text-decoration:underline;font-weight: normal;}
A.logoutUserLink:active{font-family:宋体 Arial sans-serif;font-size:12px;color:#000000;text-decoration:none;font-weight: normal;}

/* currentUserLink 条目链接 */
A.currentUserLink{font-family:宋体 Arial sans-serif;font-size:12px;color:#000000;text-decoration:underline;font-weight: normal;}
A.currentUserLink:visited{font-family:宋体 Arial sans-serif;font-size:12px;color:#000000;text-decoration:underline;font-weight: normal;}
A.currentUserLink:hover{font-family:宋体 Arial sans-serif;font-size:12px;color:#000000;text-decoration:underline;font-weight: normal;}
A.currentUserLink:active{font-family:宋体 Arial sans-serif;font-size:12px;color:#000000;text-decoration:underline;font-weight: normal;}

/* currentUserLink 条目链接 */
A.rightLinkItemA{font-family:宋体 Arial sans-serif;font-size:12px;color:#555555;text-decoration:none;font-weight: normal;}
A.rightLinkItemA:visited{font-family:宋体 Arial sans-serif;font-size:12px;color:#555555;text-decoration:none;font-weight: normal;}
A.rightLinkItemA:hover{font-family:宋体 Arial sans-serif;font-size:12px;color:#555555;text-decoration:underline;font-weight: normal;}
A.rightLinkItemA:active{font-family:宋体 Arial sans-serif;font-size:12px;color:#555555;text-decoration:none;font-weight: normal;}



.TopLevelCatalogLinkTD
{
	padding-top:3px;
	padding-left:45px;
}
A.topLevelCatalogLink{font-family:宋体 Arial sans-serif;font-size:12px;font-weight:normal;color:#000000;text-decoration:none;}
A.topLevelCatalogLink:visited{font-family:宋体 Arial sans-serif;font-size:12px;font-weight:normal;color:#000000;text-decoration:none;}
A.topLevelCatalogLink:hover{font-family:宋体 Arial sans-serif;font-size:12px;font-weight:normal;color:#555555;text-decoration:none;}
A.topLevelCatalogLink:active{font-family:宋体 Arial sans-serif;font-size:12px;font-weight:normal;color:#000000;text-decoration:none;}

.SecondaryLevelCatalogLinkTD
{
	padding-top:1px;
	padding-left:37px;
	height:23px;
}
A.secondaryLevelCatalogLink{font-family:宋体 Arial sans-serif;font-size:12px;font-weight:normal;color:#ffffff;text-decoration:none;}
A.secondaryLevelCatalogLink:visited{font-family:宋体 Arial sans-serif;font-size:12px;font-weight:normal;color:#ffffff;text-decoration:none;}
A.secondaryLevelCatalogLink:hover{font-family:宋体 Arial sans-serif;font-size:12px;font-weight:normal;color:#e0e0e0;text-decoration:none;}
A.secondaryLevelCatalogLink:active{font-family:宋体 Arial sans-serif;font-size:12px;font-weight:normal;color:#ffffff;text-decoration:none;}

/* 最佳解决方案文章标题链接 */
A.BestSolutionPortletTitleA{font-family:宋体 Arial sans-serif;font-size:12px;color:#ee6a00;text-decoration:underline;}
A.BestSolutionPortletTitleA:visited{font-family:宋体 Arial sans-serif;font-size:12px;color:#ee6a00;text-decoration:underline;}
A.BestSolutionPortletTitleA:hover{font-family:宋体 Arial sans-serif;font-size:12px;color:#ee6a00;text-decoration:none;}
A.BestSolutionPortletTitleA:active{font-family:宋体 Arial sans-serif;font-size:12px;color:#ee6a00;text-decoration:underline;}


/* CRUMBTRAIL的最外层TD类型 */
.crumb {
	font-family : 宋体;
	font-size : 9pt;
	font-weight : normal;
	color : #3d3d3d;
}
a.crumbLink:link, a.crumbLink:visited, a.crumbLink:hover {
	font-family :Arial,;
	font-size : 9pt;
	font-weight : normal;
	color : #565656;
	text-decoration : none;
}
a.crumbLink:hover {color : #3d3d3d;text-decoration : underline;}

/* Portlet中使用的设置Tab */
.clsTab
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #003366;
	cursor: hand;
	
	border-right: 1px solid #99ccff;
	border-bottom: 1px solid #99ccff;
}

/* Portlet中使用的设置Tab */
a.clsTabLink			{font-size:9pt;text-decoration:none;color: white;cursor: default;font-weight: normal;}
a.clsTabLink:hover 		{font-size:9pt;text-decoration:none;color: white;cursor: hand;font-weight: normal;}
a.clsTabLink:visited 	{font-size:9pt;text-decoration:none;color: white;cursor: hand;font-weight: normal;}

/* Portlet中使用的设置Tab */
.clsTabSelected
{
	color: #ccffcc;
	font-weight: bold;
	background-color: #6699cc;
	cursor: default;

	border-top: 2px outset #99ccff;
	border-right: 1px outset #336699;
}

/* Portlet中使用的设置Tab */
a.clsTabLinkSelected 		{font-size:9pt;text-decoration:none;color:#ccffcc;cursor: default;font-weight: bold;}
a.clsTabLinkSelected:hover 	{font-size:9pt;text-decoration:none;color:#ccffcc;cursor: default;font-weight: bold;}
a.clsTabLinkSelected:visited {font-size:9pt;text-decoration:none;color:#ccffcc;cursor: default;font-weight: bold;}

/* portlet配置 */
.clsContentText
{
	font-family:verdana;
	font-size:9pt;
	color:#E7DBD6;
}

/* portlet配置TableBackground */
.clsContentTableBackground
{
	background-color: #6699cc;
}

/* 弹出窗口参数设置表格 */
.popWinSettingsTable
{
}

/* 很多设置时File类型的Input定义 */
.btnFileInput
{
	border:1px solid #575757;
}

/* 上边空5px的DIV */
.marginTop5 {
	margin-top : 5px;
}

/* 很多表格的标题行文字 */
.mTableTitleRowFontColor 
{
	color:#ffffff; 
}

/* 很多表格的内容行标题文字 */
.mTableContentRowTitle 
{
	color:#7B756B; 
}

/* 很多表格的内容行边框 */
.mTableContentRow 
{
	border-right:1px Solid #605542; 
	border-bottom:1px Solid #605542; 
}

/* 很多表格的标题行背景 */
.mTableTitleRow 
{
	background-color:#D6D3C6; 
}

/* 很多表格的外包框 */
.mTableTopLeft
{
	border-top: 1px #605542 solid;
	border-left: 1px #605542 solid;
}

/* 很多表格的标题行文字 */
.mTableTitleRowCell 
{
	border-right:1px Solid #605542; 
	border-bottom:1px Solid #605542; 
}

/* PostPortlet 的标题文字设置 */
.ShortCTitle
{
	font-family:宋体 Arial sans-serif;
	font-size:12px;color:#F8FFF8;
	text-decoration:none;
}

/* 新闻、文章等 Portlet 的标题文字设置 */
.portlet_Title 
{
	color:#006D94;
	font-size:14px;
	margin-bottom:5px;
	font-family:宋体,verdana,arial; 
	font-weight:bold;
}

/* 新闻、文章等 Portlet 的表格设置 */
.newsPortletTable 
{
	line-height:130%; 
}

/* PostPortlet 中加入时间文字设置 */
.postPortletCreatedTime
{
	color:#555555;
	font-weight:normal;
	height:16px;
}

/* PostPortlet 内容设置 */
.postPortletColor 
{
	background-color:#959595;
}

/* PostPortlet 的背景颜色 */
.postPortletBackgroundColor 
{

}

/* PostPortlet 条目链接 */
A.PostPortletItemLink{font-family:宋体 Arial sans-serif;font-size:12px;color:#6b6b6b;text-decoration:none;}
A.PostPortletItemLink:visited{font-family:宋体 Arial sans-serif;font-size:12px;color:#6b6b6b;text-decoration:none;}
A.PostPortletItemLink:hover{font-family:宋体 Arial sans-serif;font-size:12px;color:#6b6b6b;text-decoration:underline;}
A.PostPortletItemLink:active{font-family:宋体 Arial sans-serif;font-size:12px;color:#6b6b6b;text-decoration:none;}

/* PostPortlet 的更多SPAN */
.postPortletMoreLink
{
	color:#555555;
	font-weight:normal;
}

/* PostPortlet “更多”链接 */
A.MoreLink{font-weight:normal;font-family:宋体 Arial sans-serif;color:#3D3D3D;text-decoration:underline;}
A.MoreLink:visited{font-weight:normal;font-family:宋体 Arial sans-serif;color:#3D3D3D;text-decoration:underline;}
A.MoreLink:hover{font-weight:normal;font-family:宋体 Arial sans-serif;color:#3D3D3D;text-decoration:underline;}
A.MoreLink:active{font-weight:normal;font-family:宋体 Arial sans-serif;color:#3D3D3D;text-decoration:underline;}

.MoreLinkTD
{
	padding:5px;
}

/* 新闻、文章等 Portlet “全部”链接 */
a.portletAllContentLink:link 
{
	color: #444444; 
	text-decoration: none
}
a.portletAllContentLink:visited 
{
	color: #444444; 
	text-decoration: none
}
a.portletAllContentLink:hover 
{
	color: #444444; 
	text-decoration: underline
}

/* 新闻、文章等 Portlet 的分割线 */
.portletLine 
{
	width:100%;
	border-bottom:2 dotted #cfcfcf;
	vertical-align:super;
	margin-top:-7;
	margin-left:3;
	margin-right:3;
}

/* 通知公告 Portlet 中单元的分割线 */
.postItemCellTD
{
	
}

/* 很多场合使用的 File Input 的一种类型 */
.btnFile 
{
	BORDER-RIGHT: #cc9966 1px solid; 
	BORDER-TOP: #cc9966 1px solid; 
	BORDER-LEFT: #cc9966 1px solid; 
	BORDER-BOTTOM: #cc9966 1px solid; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 9pt; 
	BACKGROUND: #f0f0f0; 
	COLOR: #000000; 
	LINE-HEIGHT: normal; 
	FONT-STYLE: normal; 
	HEIGHT: 17px; 
	FONT-VARIANT: normal 
}

/* 很多场合使用的 text Input 的一种类型 */
.txtInput 
{
	BORDER-RIGHT: #cc9966 1px solid;
	BORDER-TOP: #cc9966 1px solid; 
	BORDER-LEFT: #cc9966 1px solid; 
	BORDER-BOTTOM: #cc9966 1px solid; 
	FONT-SIZE: 12px; 
	BACKGROUND: #f0f0f0; 
	HEIGHT: 22px 
}

/* image的定义 */
.img01
{
	border:solid 1px black;
}

/* 很多场合使用的 A 的一种类型 */ 
A.newsALink{font-weight:normal;font-family:宋体 Arial sans-serif;font-size:12px;color:#555555;text-decoration:none;}
A.newsALink:visited{font-weight:normal;font-family:宋体 Arial sans-serif;font-size:12px;color:#555555;text-decoration:none;}
A.newsALink:hover{font-weight:normal;font-family:宋体 Arial sans-serif;font-size:12px;color:#555555;text-decoration:none;}
A.newsALink:active{font-weight:normal;font-family:宋体 Arial sans-serif;font-size:12px;color:#555555;text-decoration:none;}

/* 首页文章列表标题连接 */ 
A.newsTitleALink{font-weight:normal;font-family:宋体 Arial sans-serif;font-size:12px;color:#444444;text-decoration:none;}
A.newsTitleALink:visited{font-weight:normal;font-family:宋体 Arial sans-serif;font-size:12px;color:#444444;text-decoration:none;}
A.newsTitleALink:hover{font-weight:normal;font-family:宋体 Arial sans-serif;font-size:12px;color:#444444;text-decoration:underline;}
A.newsTitleALink:active{font-weight:normal;font-family:宋体 Arial sans-serif;font-size:12px;color:#444444;text-decoration:none;}


.newsArticleAbstract
{
	color:#737373;
}

/* 新闻等文章显示的副标题 */ 
.NewsSubTitle
{
	font-family:"宋体";
	font-size:12px;
	color:#111111;
	line-height:130%;
}

/* 新闻等的标题 */ 
.NewsTitle
{
	font-family:黑体,verdana,arial;
	font-size:16px;
	color:#111111;
	line-height:130%;
}

/* 新闻等文章显示的作者、时间等信息 */ 
.NewsInfo
{
	font-family:"宋体";
	font-size:12px;
	color:#111111;
}

/* 新闻等列表中日期的显示 */
.newsArticleDate 
{
	color:#3D3D3D;
	font-weight:normal;
	font-family:arial;
}

/* 新闻等Catalog的链接 */ 
a.newsCatalogALink:link 
{
	color: #444444; 
	text-decoration: underline
}
a.newsCatalogALink:visited 
{
	color: #444444; 
	text-decoration: underline
}
a.newsCatalogALink:hover 
{
	color: #CC6633; 
	text-decoration: none
}

/* 新闻统计结果的摘要 */
.newsStatTableLeftTop {BORDER-TOP: 1px Solid #666666; BORDER-LEFT: 1px Solid #666666;}
.newsStatTableCell {background-color:#e7e7ff;border-bottom: 1px Solid #666666; border-right: 1px Solid #666666;}
.newsStatTablebOddRow {background-color:#eeeeee;border-bottom: 1px Solid #666666; border-right: 1px Solid #666666;}
.newsStatTableNormalRow {border-bottom: 1px Solid #666666; border-right: 1px Solid #666666;}
.newsStatTablebOddRow2 {background-color:#e5f6e5;border-bottom: 1px Solid #666666; border-right: 1px Solid #666666;}
.newsStatTableNormalRow2 {background-color:#eeeeee;border-bottom: 1px Solid #666666; border-right: 1px Solid #666666;}


/* topic配置的时候：topic编辑的ID */
.topicEditingIDText
{
	color:blue; 
}

/* ACL配置的时候：角色描述 */
.pageArticleListBottomTD
{
}

.pageArticleSummaryTD
{
}

.pageArticleSummaryTD
{
}

a.pageArticleIndexArrayA
{
}


/********************************************************************************************************************************************/
/*         TopicInstance Configuration
/********************************************************************************************************************************************/
.TopicInstConfigSubmitButton
{
	width: 85px;
	height: 22px;
	line-height: 22px;
	background-color: transparent;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	border: 0px;
	vertical-align: middle;
	font-weight: normal;
	background-image: url(images/templ/configButton.gif);
	padding-top:1px;
	cursor:hand;
}
.TopicInstConfigTitle
{
	font-size:12pt;
	font-weight:bold;
}
.TopicInstConfigFormDescTD
{
}
.TopicInstConfigMessageSPAN
{
}
.TopicInstConfigDescTABLE
{
}
.TopicInstConfigDescTitle
{
}
.TopicInstConfigDesc
{
}
.TopicInstConfigFileCurrent
{
	border:solid 1px #bbbbbb;
	padding:2px;
	background-color:#eeeeee;
}
.TopicInstConfigRepeaterContent
{
	border:solid 1px #bbbbbb;
	padding:2px;
}
.TopicInstConfigRepeaterTool
{
	border-left:solid 1px #bbbbbb;
	border-top:solid 1px #bbbbbb;
	border-bottom:solid 1px #bbbbbb;
	background-color:#eeeeee;
	padding:2px;
}
.TopicInstConfigRepeaterInsert
{
	background-color:#bbbbbb;
	padding:3px;
}

/********************************************************************************************************************************************/
/*         Template Configuration
/********************************************************************************************************************************************/
.TemplateConfigSubmitButton
{
	width: 85px;
	height: 22px;
	line-height: 22px;
	background-color: transparent;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	border: 0px;
	vertical-align: middle;
	font-weight: normal;
	background-image: url(images/templ/configButton.gif);
	padding-top:1px;
	cursor:hand;
}
.TemplateConfigGotoBackButton
{
	width: 85px;
	height: 22px;
	line-height: 22px;
	background-color: transparent;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	border: 0px;
	vertical-align: middle;
	font-weight: normal;
	background-image: url(images/templ/configButton.gif);
	padding-top:1px;
	cursor:hand;
}
.TemplateConfigTitle
{
	font-size:12pt;
	font-weight:bold;
}
.TempConfigFormDescTD
{
}
.TempConfigMessageSPAN
{
}
.TempConfigDescTABLE
{
}
.TempConfigDescTitle
{
}
.TempConfigDesc
{
}
.TempConfigDescFieldTitle
{
}
.TempConfigFileCurrent
{
	border:solid 1px #bbbbbb;
	padding:2px;
	background-color:#eeeeee;
}
.TempConfigRepeaterContent
{
	border:solid 1px #bbbbbb;
	padding:2px;
}
.TempConfigRepeaterTool
{
	border-left:solid 1px #bbbbbb;
	border-top:solid 1px #bbbbbb;
	border-bottom:solid 1px #bbbbbb;
	background-color:#eeeeee;
	padding:2px;
}
.TempConfigRepeaterInsert
{
	background-color:#bbbbbb;
	padding:3px;
}

/*
Context Menu Styles
*/

.CommonContextMenuGroup
{
	background-color:#ffffff;
	border:solid 1px #c0c0c0; 
}

.CommonContextMenuItem
{
	width:70px;
	background-color:white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:90%; 
	border:solid 1px white; 
	cursor:pointer;
	padding: 4px;
}

.CommonContextMenuItemHover
{
	width:70px;
	background-color:#f0f0f0; 
	color:black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:90%; 
	border:solid 1px #dddddd; 
	cursor:pointer;
	padding: 4px;
}

.CommonContextMenuItemExpanded
{
	width:70px;
	background-color:silver; 
	color:black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:90%; 
	border:solid 1px white; 
	cursor:pointer;	
	padding: 4px;
}

.CommonContextMenuSeperatorItem
{
	background-color:#cccccc; 
	height: 1px;
	border-style: solid;
	border-color: white;
	border-width: 4px;
	cursor:pointer;
}

/* Modal Styles */

.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}

.CommonModal
{
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
}

.CommonModalTitle
{
	font-family: Tahoma, Arial, Helvetica;
	height: 25px;
	font-size: 12px;
	padding: 5px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	background-color: #e2eecd;
	color: #698d73;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
}

.CommonModalClose
{
	width: 13px;
	height: 12px;
	background-image: url(images/templ/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.CommonModalContent
{
	background-color: #ffffff;
}

.CommonModalFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	padding: 2px;
	text-align:right;
	padding-top:6px;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(images/templ/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: se-resize;
}
.contentTitle
{
	font-family:Arial;
	background-color:#e4e4e4;
	height:28px;
	font-weight: bold;
}


/***************************************************************************************/
