﻿body {
    font-family:'lucida grande',tahoma,arial,sans-serif;
    font-size:11px;
    margin:0;
}
#admintop
{
}
/*版权区样式*/
.south
{
	text-align: center;
	background-color: #DFE8F6;
}
.menu
{
	background-image: url(../ext/resources/images/default/toolbar/bg.gif);
	height: 25px;
	line-height: 25px;
	border: 1px #8db2e3 solid;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #DFE8F6;
}
/*加载启动样式*/
#loading-mask{
	position:absolute;
	left:0;
	top:0;
    width:100%;
    height:100%;
    z-index:20000;
    background-color:white;
}
#loading{
	position:absolute;
	left:45%;
	top:40%;
	padding:2px;
	z-index:20001;
    height:auto;
}
#loading img {
    margin-bottom:5px;
}
#loading .loading-indicator{
	background:white;
	color:#555;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
    text-align:center;
    height:auto;
}
/*加载启动样式*/
/*menu样式*/
.nav {background-image:url(../../admin/icons/fam/folder_go.png) !important;} 

/* 左侧导航样式 */
.LeftNav
{
    margin:0px;
    margin-left:15px;
    padding:10px;
    list-style-type:none;
    list-style-image:url(../../admin/icons/fav.gif);
    list-style-position:outside;
}
.LeftNav li
{
  padding-left:3px;
}
.LeftNav li a:hover
{
    text-decoration:underline;
    color:red;
}
.LeftNav li a
{
    text-decoration:none;
    color:Maroon;
}
/**/
.x-layout-collapsed-west
{
	 background-image:url(../../admin/images/navigation.gif);
     background-repeat:no-repeat;
	 background-position:center;
}
