<!--
/*===========================================================================*/
/* (c)copyright 2000 FreeSky & liqwei                                        */
/* Email: liqwei#liqwei.com                                                  */
/*   Web: http://www.liqwei.com/                                             */
/*  Oicq: 20865662                                                           */
/*   Msn: wei_liqiang#hotmail.com                                            */
/*===========================================================================*/

/*===========================================================================
 * 功能：
 *   网站所有后台管理页面的全局样式定义；
 *============================ HTML Elements Redefine =======================*/
html,body{
	margin: 0; padding:0;
	background: #fff; color: #000;
	font-size:12px; font-family: 宋体,Arial,Helvetica,Sans-Serif;
}
body{ padding-top: 10px; padding-bottom:10px; }
a:link    { color: #0000FF; text-decoration: none; }
a:visited { color: #800000; text-decoration: none; }
a:hover   { color: #FF0000; text-decoration: underline; }
a:active  { color: #FF0000; text-decoration: underline; }

form,fieldset,legend,ul,ol,div,span{ padding: 0px; margin:0px; }
img{ border:0; }
table,caption,th,tr{ }
td{ font-size:12px; font-family: 宋体,Arial,Helvetica,Sans-Serif; }
/*================================= Login Style =============================*/
.bgLoginTop{ background: #fff url(admin/bgLoginTop.gif) repeat-x left top; }
.bgLoginMain{ background: #fff url(admin/bgLoginMain.gif) repeat-x left top; }
.bgLoginButton{ background: #fff url(admin/bgLoginButton.gif) no-repeat left top; width:94px; height:25px; border:none; cursor:pointer; }
.username{
  	background-image:url(admin/bgUsername.gif);
	background-position: 2px 3px;
	background-repeat:no-repeat;
	padding: 4px 0px 0px 20px;
	width:160px; height:23px;
	border: 1px solid #ccc;
	background-color:#f1f1f1;
}
.password{
  background-image:url(admin/bgPassword.gif);
	background-position: 2px 2px;
	background-repeat:no-repeat;
	padding: 3px 0px 0px 20px;
	width:160px; height:23px;
	border: 1px solid #ccc;
	background-color:#f1f1f1;
}
.verifycode{
  background-image:url(admin/bgVerifyCode.gif);
	background-position: 2px 4px;
	background-repeat:no-repeat;
	padding: 4px 0px 0px 20px;
	width:70px; height:23px;
	border: 1px solid #ccc;
	background-color:#f1f1f1;
}
/*================================= Menu Style =============================*/
/* 用于功能菜单列表项 */
.menu{
	border: #bdbdbd 1px solid;
	background-color: #f1f1f1;
	margin-top: 3px; margin-bottom: 3px;
}
.menu td{ padding-top: 2px; padding-bottom: 1px;   }
.menuTitle{
	cursor:pointer; border: #fff 1px solid; 
	text-align: center; height: 25px; color: #fff;
	background-image: url(admin/bgMenuTitle.gif); 
}

.menuBody table{ margin: 2px auto 8px auto; }
.menuBody td{ 
	padding-top: 2px; 
	padding-bottom: 1px; 
	padding-left: 10px;
	border-bottom: #ccc 1px solid; 
	background: url(admin/bgMenuArrow.gif) #f1f1f1 no-repeat 1px 50%;
}
/*================================= List Style ==============================*/
/* 用于对列表数据进行操作 */
.list{
	border-top: 1px solid #000;	border-bottom: 1px solid #000; 
	margin-top: 3px; margin-bottom: 3px; background-color: #ccc;
	text-align:center;
}
.list caption{
	font-family: Arial, sans-serif; 
	font-size: 18px; font-weight: bold;
	color: #369;
}
.list td{ height:20px; }
.list .main{ text-align:left; padding-left:6px;}
.selected{ background-color: #dedede; text-align:center; }
.over{ background-color: #bdbdbd; text-align:center; }
.single{ background-color: #f1f1f1; text-align:center;}
.double{ background-color: #fff; text-align:center;}

.listHeader td{ text-align:center; background-color:#3C72A5;
background-image:url(admin/bgListHeader.gif); color:#fff; }
.listHeader a:link{ color:#fff; }
.listHeader a:visited { color: #fff; text-decoration: none; }
.listHeader a:hover {  color: #ff6600;  text-decoration: underline; }
.listHeader a:active{ color:#fff; }

.listFooter td { background-color:#5A91CB; color:#fff; }
.listFooter a:link{ color: #fff; text-decoration:underline; }
.listFooter a:visited { color: #0000ff; text-decoration: underline; }
.listFooter a:hover { color: #ff0000;   text-decoration: underline; }
.listFooter a:active{ color:#ff0000; }

.listArea select{ height: 25px; }
.listArea input.button{ height: 25px; }
/*================================= Item Style ==============================*/
/* 用于对具体的某一条数据进行操作 */
.item{ 
	background: #ccc; border-top: 1px solid #000;
	border-bottom:1px solid #000; 
}
.item caption{ font-size: 18px; font-weight: bold; color: #369; }
.item input.button{ height: 25px; }
.item input.textbox{ width: 70%; }
.item .textarea{ width: 70%; height:80px;}
.item .editor{ width:100%; height:250px; }
.item .readonly{ background:#ccc; }
.itemLeft{ background: #5A91CB; color:#fff; text-align:right; height:20px; }/*#3D77CB;*/
.itemRight{ background: #f1f1f1; }
/*================================= Page Layout Style =======================*/
.adminHeader{ /* 页面头部边框 */
	border-bottom: #999 1px solid;
	background-image: url(admin/bgHeader.gif);
}
.adminMenu{ /* 菜单边框 */
	border: #999 1px solid;
}
.adminBody{ /* 主体边框 */
	border: #999 1px solid;
}
.adminBorder{ /* 管理页面边框 */
	background-color: #f1f1f1;
}
.adminNavigator{ height: 20px; background-image: url(admin/bgNavigator.gif);}
-->