﻿body
{
	font-size:12px;
	background-color:#A2B6E8;
	padding:0;
	margin:0;
}

#iHead
{
	background:url(images/ihead_bg.gif) repeat-x 0 0;
	height:65px;
}
#iHead .header
{
	height:62px;
	width:100%;
	/*background:url(images/ihead.gif) no-repeat 0 0;*/
	position:relative;
}
#iHead .header div.title
{
	position:absolute;
	top:5px;
	left:20px;
    text-indent:-9999px;
	background:url(images/header.png) no-repeat;
	height:53px;
	width:400px;
}
*html #iHead .header div.title
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='styles/frame/images/header.png');
    background:none;
}

#iHead .header div.sys
{
	/**/
	position:absolute;
	top:0;
	right:0px;
	display:inline-block;
	
}
#iHead .header .sys li
{
	float:left;
	list-style:none;
	margin:10px 10px auto 10px;
	display:inline;
}
#iHead .header .sys li a span
{
	position:absolute;
	top:-1000px;
	left:-9999px;
	text-indent:-9999px;
}
#iHead .header .sys li a.help
{
	width:54px;
	height:48px;
	background:url(images/syshelp.gif) no-repeat 0 0;
	
	display:inline-block;
}
#iHead .header .sys li a.pwd
{
	width:54px;
	height:48px;
	background:url(images/syspwd.gif) no-repeat 0 0;
	display:inline-block;
}
#iHead .header .sys li a.out
{
	width:54px;
	height:48px;
	background:url(images/sysout.gif) no-repeat 0 0;
	display:inline-block;
}

#content
{
	margin:auto 0px 2px 2px;
	border:solid 1px #085BB1;
	background-color:#fff;
	padding:2px 0 2px 2px;
	overflow:visible;
}

#content table.f
{
	margin:0;
	padding:0;
	border:0;
	width:100%;
}
#content table.f .left
{
	width:163px;
	background-color:#F0F6F7;
	border:solid 1px #C5D8E2;
	padding:2px;
}

#content table.f .left h2
{
	height:27px;
	line-height:27px;
	background:url(images/ltitle_bg.gif) repeat-x 0 0;
	font-size:14px;
	color:#114E99;
	font-weight:bold;
	text-align:center;
	margin-bottom:2px;
}
#content table.f .left dl
{
	cursor:pointer;
}

#content table.f .left dt
{
	height:32px;
	line-height:32px;
	background:url(images/lmenu_bg.gif) repeat-x 0 0;
	text-indent:10px;
	font:"宋体" 12px #000;
}
#content table.f .left dt img
{
	_position: relative; 
	_top:4px;
	vertical-align:middle !important; 
}
#content table.f .left dt .t
{
	margin-left:10px;
}

#content table.f .left dd
{
	display:none;
}
#content table.f .left ul
{
	margin-top:5px;
	margin-left:5px;
	display:inline-block;
	cursor:default;
}

#content table.f .left ul li
{
	height:20px;
	line-height:20px;
	overflow:hidden;
	border-bottom:solid 1px #eee;
}

#content table.f .left ul li a,#content table.f .left ul li a:hover
{
	background:url(images/menudot.gif) no-repeat left 7px;
	text-indent:10px;
	display:inline-block;
	height:20px;
}
#content table.f .left ul li a
{
	color:#0041D9;
}
#content table.f .left ul li a:hover
{
	color:#f50;
}

#content table.f .middle
{
	width:4px;
}

#content table.f .right
{
	border:solid 1px #C5D8E2;
}
