
/*************************************************************************************************************************************/
/* 以下为SiteTemplate Theme使用的HTML Tag的定义                                                                                           */
/*************************************************************************************************************************************/

/* 整个页面的最外层背景 */
body 
{
	background-color: #ffffff;
	background-image:url(images/templ/bg.jpg);
	scrollbar-face-color:#3D6334;
	scrollbar-highlight-color:#83B777;
	scrollbar-3dlight-color:#3D6334;
	scrollbar-darkshadow-color:#3D6334;
	scrollbar-Shadow-color:#83B777;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#83B777;

}

body, div, p, img, h1, h2, h3, h4, h5, h6
{ 
	font-family: 宋体,SimSun,tahoma,sans-serif; 
	font-size:9pt; 
}

body
{
	background-color:#cccccc;
}


/* 表格单元的字体设置（页面文字全部都在表格中） */
TD
{
	font-family:宋体,SimSun,tahoma,sans-serif;
	font-weight:normal; 
	font-size:9pt; 
	color:#444444;
}

/* 水平线设置 */
HR 
{
	color:#CCCCCC;	
	height:1px; 
}

a:link, a:hover, a:focus, a:visited
{
	font-family:Arial,sans-serif,宋体,SimSun;
	font-size: 9pt;
	font-weight:normal;
	text-decoration:underline;
	color:#444444;
}

#hTitle
{
	font-size:18px;
	font-weight:bold;
	color:#61BF1A;
}

.mTableTopLeft
{
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
}

.mTableTitleRow
{
	background-color:#97B1FF;
}

.mTableTitleRowCell
{
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
	font-weight:bold;
}

.mTableContentRow
{
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
}

.Grid_Paging {
	text-align:right;
	padding:7px 10px 10px 10px;
	background-repeat:no-repeat;
	background-position:top right;
	font-size: 12px;
	color: #333333;
}

a.Grid_PagingIndexArrayA, a.Grid_PagingIndexArrayA:hover, a.Grid_PagingIndexArrayA:focus, a.Grid_PagingIndexArrayA:visited
{
	display:inline-block;
	color:#666666;
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.Grid_PagingIndexArrayTD
{
	display:inline-block;
	color:#008AC1;
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.Grid_PagingSummaryTD
{
	color:#666666;
}

/********************************************************************************************************************************************/
/*         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/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/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/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 gray; 
}

.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: 28px;
	font-size: 16px;
	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;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(images/templ/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}


/***************************************************************************************/
