/*
	文件名：	admin.css
	说明：		后台页使用样式表集
	作者：		Choy Lv
	版本：		V1.0
	日期：		2006.03.23
*/
body
{
	cursor:default;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	font-size:12px;
	font-family:Tahoma;
}

td
{
	font-size:12px;
}

a
{
	color:#000000;
	text-decoration:none;
}

a:hover
{
	color:#ff6600;
	text-decoration:underline;
}

form
{
	margin:0px;
}

optgroup
{
	font-style: normal;
	font-weight: normal;
	color:blue;
}

/*
	删除链接
*/
.del
{
	isdel:expression(
		onclick=function()
		{
			if(typeof(this.warning)!="undefined")
			{
				warn=this.warning;
			}
			else
			{
				warn="您真的要删除吗？";
			}
			isdel	= confirm(warn);
			return isdel;
		}
	)
}
