﻿p {
	margin-bottom: 10px;
}
img {
	border: 0;
}
.addHeight {
	font-size: 1px;
	height: 5px;
	line-height: 5px;
	overflow: hidden;
}
#WebContent {
	line-height: 200%;
	font-size: 14px;
}
.noContent {
	text-align: center;
	line-height: 300%;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

select, input, button {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	line-height: 120%;
}

.red {
	color: #F00;
}

/*高亮显示搜索结果*/
.SearchResult {
	background-color: #FF0;
}
/*类别树begin */
.SortFolderTable {
	width: 100%;
	border: 0;
	text-align: left;
}
.SortFolderTable td {
	border: 0;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
.SortFolderTable td A {
	line-height: 22px;
}
.SortFolderOpen {
	background: url(../images/Sort_Folder_Close.gif) no-repeat;
	height: 22px;
	width: 16px;
	cursor: pointer;
}
.SortFolderClose {
	background: url(../images/Sort_Folder_Open.gif) no-repeat;
	height: 22px;
	width: 16px;
	cursor: pointer;
}
.SortEndFolderOpen {
	background: url(../images/SortEnd_Folder_Close.gif) no-repeat;
	height: 22px;
	width: 16px;
	cursor: pointer;
}
.SortEndFolderClose {
	background: url(../images/SortEnd_Folder_Open.gif) no-repeat;
	height: 22px;
	width: 16px;
	cursor: pointer;
}
.SortListline {
	background: url(../images/Sort_Listline.gif) repeat-y;
	width: 16px;
}
.SortEndListline {
	width: 16px;
}
.SortFile {
	background: url(../images/Sort_File.gif) no-repeat;
	height: 22px;
	width: 16px;
}
.SortFileEnd {
	background: url(../images/Sort_File_End.gif) no-repeat;
	height: 22px;
	width: 16px;
}
/*类别树end */

/*弹出分类菜单begin
	----------------------------------------*/
/*菜单上的三角形*/
.HasChild {
	background: url(../images/Arrow_triangle.gif) no-repeat right center;
}
/*菜单最外层*/
div.CategoryMenu {
	width: 185px; /*必须指定宽度，否则IE7中子菜单不正常*/
	text-align: left;
	position: relative;
}
/*主菜单及所有子菜单*/
div.CategoryMenu ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
div.CategoryMenu li {
	position: relative;
	_width: 100%;
	letter-spacing: 0.5em;
	padding: 3px 3%;
}
div.CategoryMenu a, div.CategoryMenu a:hover {
	display: block;
	text-decoration: none;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis');
	white-space: nowrap;
}
/*主菜单*/
div.CategoryMenu ul li {
	padding-left: 2em;
	margin-left: 1em;
	background: url(../images/Arrow_03.gif) no-repeat left center;
}
div.CategoryMenu ul li.over {
	background: url(../images/Arrow_03.gif) no-repeat left center #DFF2FF;
}
/*子菜单*/
div.CategoryMenu ul ul {
	border: 1px solid #DDD;
	background: #FFF;
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	z-index: 99;
}
div.CategoryMenu li li {
	background: #FFF;
	margin: 0;
	padding-left: 1em;
}
div.CategoryMenu li li.over {
	background: #DFF2FF;
}
div.CategoryMenu li li.out {
	background: #FFF;
}
/*弹出分类菜单end*/

/*右键菜单begin */
.hightLightSrcElement {
	border: 1px solid #ff0000;
	cursor: help;
}
#divContentMenu {
	position: absolute;
	z-index: 999;
	width: 100px;
	background: #fff;
	border: 1px solid #999;
	filter: alpha(opacity=80);
	opacity: .8;
	display: none;
	padding: 2px 5px;
	line-height: 150%;
}
hr.contentMenuSplit {
	height: 1px;
}
a.menu div {
	letter-spacing: 0.5em;
	text-align: center;
}
a.menu:hover div {
	background: #666;
	color: #fff;
}
/*右键菜单end */
/*不可修改样式begin */
.EditButtons {
	display: none;
}
.Item {
	clear: left;
}
/*
.Item div {
	_width: 100%;
}
*/
.Location div {
	_width: auto;
}
.Item li div {
	_width: auto;
}
.contentholder {
	width: 100%;
	_height: 50px;
	min-height: 50px;
	
}
.contentholder .Item {
	clear: none;
}
#QuickImgPanel {
	border: 1px solid #628D0B;
	background: #F2F8E6;
	position: fixed;
	z-index: 9999;
	top: 10px;
	right: 10px;
	width: 100px;
	padding: 5px;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis');
	white-space: nowrap;
}
/*不可修改样式end */

/*AJAX载入时显示的提示控件*/
#ajaxLoading {
	display: none;
	background: #CCC;
	border: solid #999 1px;
	padding: 10px 20px;
	width: 80px;
	position: fixed !important;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 100;
	_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
}
