*
{
	font-family: Tahoma, Arial, sans-serif;
}
body
{
	margin: auto;
	padding: 0;
}
table
{
	padding: 0;
	border: 0;
}
/* 页面左侧边框 */
.WrapLeft
{
	/*background: url(images/wrap-left.gif) repeat-y top left;*/ /*background: url(images/bg_tilel) repeat-y;*/
	width: 20px;
	background-color: #DEDEC7;
}
/* 页面右侧边框 */
.WrapRight
{
	/*background: url(images/wrap-right.gif) repeat-y top left;*/
	width: 20px;
	background-color: #DEDEC7;
}
/* 主内容区外套样式 */
.WrapMain
{
	width: 100%;
	background: #BEC488;
}

/* 导航菜单 */
.TopMenu
{
	background: #E8E8DC url(images/clipl.gif) repeat-x;
}

.TopMenuLeft
{
	background: #FFFFFF;
}
.TopMenuLeft a, .TopMenuLeft a:link, .TopMenuLeft a:visited
{
	font-weight: bold;
	color: #000000;
}
.TopMenuLeft a:hover
{
	font-weight: bold;
	color: #A5A561;
}

.MiddleBottomLine
{
	height: 8px;
	background: url(Images/Container/DefaultContainerTop.gif) repeat-x top left;
}
.BottomLine
{
	background: #dedede;
	height: 5px;
	overflow: hidden;
}

/* top style，include Logo, Menu and Current area */
.TopMain
{
	height: 140px;
}
.TopRightPanel a, .TopRightPanel a:visited
{
	color: #ffffff;
}
/* LOGO */
.Logo
{
	background: #FFFFFF url(Images/Header/LogoBg.gif) repeat-x left;
}
/* Current Date */
.Date
{
	width: 180px;
	margin: 0px 0px 0px 0px;
}
.TopArea
{
	height: 8px;
	padding-top: 8px;
	background: url(Images/Container/DefaultContainerTop.gif) repeat-x top left;
}
/* LeftArea */
.LeftArea
{
	background: #D5D4C0;
	border-right: solid 2px #FFFFFF;
}
/* ContentArea */
.ContentArea
{
	background: #D5D4C0;
	width: 100%;
}
/* RightArea */
.RightArea
{
	border-left: solid 2px #FFFFFF;
	background: #D5D4C0;
}
.Footer
{
	background: #E3E2CE;
}
.AdminLinks
{
	empty-cells: hide;
}
.AdminLinks TD
{
	font-weight: bold;
	padding-right: 10px;
	padding-left: 5px;
}

