body {
	font:normal 12px 宋体;
	COLOR: #000000; 
	margin: 0px;
	padding: 0px;
}
table  { font:normal 12px 宋体; COLOR: #000000; }
A:link,A:visited {
	FONT-SIZE: 12px; COLOR: #333333; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 12px; COLOR: #cc0000; TEXT-DECORATION: underline
}

.portalMenuBar {
	width: 774px;
	border: 0;
	height: 31px;
}
.portalMenuBarLeft {
	width: 27px;
	background: url("../images/common/main/gnan_left.gif") no-repeat;
}
.portalMenuBarCenter {
	/*background: url("../images/common/main/gnan_center.gif") repeat-x;*/
	vertical-align: middle;
}
.portalMenuBarRight {
	width: 15px;
	background: url("../images/common/main/gnan_right.gif") no-repeat;
}

#portalResultTip{
	height:18px;
	font-weight: bold;
	background-color : yellow;
}

#portalResultClose{
	display: none;
}

/* Portlet的外观样式 */
.divPortletStyle{
	border:#999999 1px dashed;
	border-top: 0px;
	float: none;
}

/* PortletContainer的外观样式 */
.divPortletContainerStyle{
	border:#DDDDDD 1px solid;
	padding-right:3px;
    width: 100%;
	float: none;
	position: relative;
	top: 0;
}
.tblContainerBarStyle{
	width: 100%;
	border:0px;
	background: #DDDDDD;
	display: block;
}
.divLayoutStyle .tblContainerBarStyle{
	width: 100%;
	border:0px;
	background: #DDDDDD;
	display: block;
}
/* Portlet的操作栏的样式 */
.tblPortletBarStyle{
	width: 100%;
	border:0;
	padding:0;
	margin:0;
	BORDER-TOP: #97acd4 1px solid;
	BACKGROUND-COLOR: #e5ecf9;
}
.tblPortletBarStyle IMG{
	width:16px; height:16px; border:0;
}
.tblPagination{
	width: 100%;
	border: 0;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.boxPagination{
	width:25px;height:20px;
}

/* 以下是模块编辑页面相关的样式 */
.editTableBody { border: 1px solid #333333; background:#F2F6FF; }
.editTableTitle{ height: 24px; background: url(../images/common/main/centerbg.gif) repeat-x; }
.editTableTitleLeft { width: 12px; background: url(../images/common/main/left.gif) no-repeat left;}
.editTableTitleTxt { font-weight: bold; width:200px; color: #FFFFFF; padding-top: 2px;
	background: url(../images/common/main/leftbg.gif) repeat-x;
}
.editTableTitleCenter { background: url(../images/common/main/center.gif) no-repeat; }
.editTableTitleRight { width: 33px; background: url(../images/common/main/help.gif) no-repeat right;}
.editBtnSubmit {
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: url(../images/common/main/gnan_center.gif);
}
.editParamTable { background-color: #88A0CD; }
.editParamTable tr { background-color: #FFFFFF; }
.editParamTable td { height: 24px; }
.editParamTdTip { color:#999999; }

.editTextInput { color:#000099; border: 1px double #999999; font-size: 9pt }
.editRadioInput { color:#000099; width: 80px; font-size: 9pt }
.editSelectInputText{ width:200;display:block;float:left; }
.editSelectInputSlct{ display:none; width:200; }
.editSelectInputHref{ display:block; float:inherit; }
