.CommonTop {
	background:url('../images/top_bj.jpg') repeat;
	height:27px;
	color: #004C7D;
	text-indent:24px;
	line-height:27px;
}
.CommonTop a{color: #004C7D;cursor:pointer;}
/* 菜单样式 */
.menuskin {
	border-right: #0A2999 1px solid ;
	border-top: #0A2999 1px solid;
	border-left: #0A2999 1px solid;
	border-bottom: #0A2999 1px solid;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	position: absolute;
	VISIBILITY: hidden;
	z-index:2;
}
.menuskin div {
	margin: 2px;
	font-size:9pt;
	line-height:14pt;
}
.menuitems {
	padding-right: 1px;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
}
.mouseoverstyle {
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-right: #0B008B 1px solid;
	border-top: #0B008B 1px solid;
	border-left: #0B008B 1px solid;
	border-bottom: #0B008B 1px solid;
	background-color: #FFEEC2 
}
.menuskin A {padding-right:10px;padding-left:10px;}
/* 列表TABLE */
.CommonListArea{background-color: #D4EFF7;margin-top: 5px;border: 1px solid #A6CBE7;}

/* 列表标题 */
.CommonListTitle{background:#E0F0F9;color:#000000;font-weight:bold;}
.CommonListTitle a{color:#004C7D;}

/* 列表页眉 */
.CommonListHeader{background:#F3F8EF;color:#659B28;}

/* 列表单元格 */
.CommonListCell{ background-color: #FFFFFF;}
.CommonListCellChecked{background-color: #FFFFCC;}
/* Modal Styles */
.CommonModalMask
{
	/*background-image: url("../../images/maskBG.png") !important;  For browsers Moz, Opera, etc. */
	background:#666666;
	filter:alpha(opacity=60);
}

.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
{
	background-color: #E0F0F9;
	padding: 4px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #D1B4B1;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	height: 1.3em;
	position: relative;
	z-index: 203;
	cursor: move
}

.CommonModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(images/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/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}