A{
	color: #929292;
	text-decoration: none;
}

A:visited
{
	color: #929292;
	text-decoration: none;
}

A:hover
{
	color: #929292;
	text-decoration: underline;
}
INPUT
{
	border: solid 1px #d0cfb3;
	background-color: #e9e9de;
	color: #9d9c80;
}
HR
{
	color: #525252;
	height: 1px;
}

/*
	！拖动到目的地的外框样式！
	
*/

.dropCue
{
	border: dashed 1px #ff0000;
	margin-bottom: 5px;
	width: auto;
}

/*
	！没有控件时候的样式！
	
*/

.emptyList
{
	font-weight: bold;
	text-align: center;
}

/*
	!适应FF使定义居中有用!
	
*/

.centered
{
	margin: auto;
}

/*
	!拖动到目的地的外框样式!
	
*/

.templates
{
	visibility: hidden;
}

/*
	!整个区域的样式!
	
*/

#bodyDiv
{
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

/*
	!最上面的工具栏的样式!
	
*/

#toolbarContent
{
	text-align: left;
}

/*
	!除去外边九宫格的Div!
	
*/

#masterBody
{
	width: 100%;
}

/*
	!最外边九宫格右上!
	
*/

#bodyTopRight
{
	display: none;
}

/*
	!最外边九宫格左上!
	
*/

#bodyTopLeft
{
	display: none;
}

/*
	!最外边九宫格上边中间!
	
*/

#bodyTopCenter
{
	display: none;
}

/*
	!最外边九宫格中右!
	
*/

#bodyMiddleRight
{
}

/*
	!最外边九宫格中左!
	
*/

#bodyMiddleLeft
{
}

/*
	!最外边九宫格中间!
	
*/

#bodyMiddleCenter
{
	background-image: url(images/mainbg.jpg);
}

/*
	!最外边九宫格右下!
	
*/

#bodyBottomRight
{
	display: none;
}

/*
	!最外边九宫格左下!
	
*/

#bodyBottomLeft
{
	display: none;
}

/*
	!最外边九宫格下中!
	
*/

#bodyBottomCenter
{
	display: none;
}

/*
	!包含整个页眉的!
	
*/

#headerMainTable
{
	height: 150px;
	background-image: url(images/header_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/*
	!页眉右边部分!
	
*/

#headerRightCell 
{
	color:#fcd605;
	vertical-align:bottom;
	padding-right:10px;
	padding-bottom:15px;
	font-weight:bold;
}

/*
	!页眉左边部分欢迎信息!
	
*/

#headerLeftCell
{
	color:#fcd605;
}

/*
	!页眉连接文字!
	
*/

#headerRightCell A
{
	color:#fcd605;
}

#headerRightCell A:visited
{
	color:#fcd605;
}

#headerRightCell A:hover
{
	color:#fcd605;
}

/*
	!页眉!
	
*/

#masterHeaderCell
{
	width: 100%;
}

/*
	!导航栏!
	
*/

#navigationTable
{
	height: 25px;
	border-top: 4px solid #b3a580;
	background-color: #d4c9ad;
	color: #666666;
	text-align: left;
}

#navigationTable TD
{
	padding-left: 10px;
}

/*
	!导航栏连接文字!
	
*/

#navigationTable A
{
	color: #666666;
}
#navigationTable A:hover
{
	color: #666666;
}
#navigationTable A:visited
{
	color: #666666;
}

/*
	!除去页眉页脚的部分！
	
*/

#masterMianCell
{
}

/*
	！视图的右上角！
	
*/

.ViewTopRight
{
	width: auto;
	height: 35px;
}

/*
	！中间内容的中右 不包含页眉页脚！
	
*/

#masterMainCell .ViewMiddleRight
{
	background-image: url(images/webpart_MiddleRight.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 8px;
	overflow:hidden;
}

/*
	！控件的中左 不包含页眉页脚的控件！
	
*/

#masterMainCell .ViewMiddleLeft
{
	background-image: url(images/webpart_MiddleLeft.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 7px;
}

/*
	！控件的中右 不包含页眉页脚的控件！
	
*/

#masterMainCell .ViewMiddleCenter
{
	background-color: #ffffff;
	padding-left:1px;

}


/*
	！控件的右上 不包含页眉页脚！
	
*/

#masterMainCell .ViewTopRight
{
	background-image: url(images/webpart_TopRight.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 35px;
	vertical-align: middle;
	padding-right: 8px;
}

#masterMainCell .ViewTopCenter
{
	background-image: url(images/webpart_TopCenter.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 35px;
	vertical-align: bottom;
	text-align: left;
}

#masterMainCell .ViewTopLeft
{
	background-image: url(images/webpart_TopLeft.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 35px;
	vertical-align: middle;
	padding: 0px 0px 0px 7px;
}

#masterMainCell .ViewBottomLeft
{
	background-image: url(images/webpart_BottomLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 0px;
	height:100%;
}

#masterMainCell .ViewBottomRight
{
	background-image: url(images/webpart_BottomRight.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px 8px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:8px;
	width:auto;
	position:relative;
}

#masterMainCell .ViewBottomCenter
{
	background-image: url(images/webpart_BottomCenter.gif);
	background-repeat: repeat-x;
	height:100%;
}
#masterMainCell .ViewTopCenter_Left
{
	background-image: url(images/webpart_Title.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 10px;
}

#masterMainCell .ViewTopCenter_Right
{
	z-index: 1000;
	margin-top: 10px;
}

.T131 #masterLeftZone
{
	margin-top: 5px;
	margin-left: 5px;
	width: 33%;
}
.T131 #masterMainZone
{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 64%;
}
.T131 #masterRightZone
{
	margin-top: 5px;
	margin-right: 5px;
	width: 25%;
}

.T131 #LAndM
{
	width: 74.5%;
}

#masterTop
{
	display: none;
}

.topRightCell
{
	display: none;
}

#masterHeaderCell .ViewBottomRight
{
	display: none;
}

.VerbUl span
{
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
}
.VerbUl li Span
{
	z-index: 100;
}

.VerbUl
{
	width:100%;
	border-bottom: 1px solid #c7bca0;
}

.ViewTopCenter_Right ul
{
}


.ViewTopCenter_Right li
{
}
.VerbUl li:hover
{
	background-color: #b3a580;
	color: #664502;
}
.VerbUl a:hover
{
	background-color: #b3a580;
	color: #664502;
}

.hover
{
	background-color: #b3a580;
	color: #664502;
}
.outhover
{
	color: inherit;
	background-color: inherit;
}
#masterFooterCell
{
	border-top: 2px solid #b3a580;
	background-color: #d4c9ad;
	height: 80px;
	text-align: left;
}

#footerMainTable TD
{
	text-align: right;
}

element.style
{
	text-align: right;
}
.templates
{
	display: none;
}

#EditPlace
{
	display: none;
}

.txtFavoriteRemark
{
	width: 99%;
	text-align: left;
	border: 1px solid #cccccc;
	height: 50px;
}

#CategoryIframe
{
	border: 0px solid #ffffff;
	height: auto;
}

.verbImg
{
	background-image: url(Images/verbImg.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 12px;
	width: 13px;
}

.verbClose
{
	background-image:url(Images/verbClose.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:12px;
	width:13px;
}

.verbImgDown
{
	background-image:url(Images/verbImgDown.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:12px;
	width:13px;
}

.ViewTopCenter_Right
{
	vertical-align:middle;
	text-align: right;
	display: inline-block;
	float: right;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
