﻿/** 左侧菜单树样式 **/

#leftTree
{
	width: 179px;
	height: 470px;
	background: url(images/bg-leftTree.gif) repeat-y left top #DEEEF8;
	font: 宋体 12px;
}
.leftTree
{
	width: 179px;
	height: 470px;
	background: url(images/bg-leftTree.gif) repeat-y left top #DEEEF8;
	font: 宋体 12px;
}
/** 头样式 **/
#header
{
	width: 179px;
	height: 47px;
	background: url(images/bg-header.gif) no-repeat;
}
.tab
{
	width: 100%;
	color: #5579A7;
	border: none;
	vertical-align: top;

}
.tab a
{
	text-decoration: none;
	color: #5579A7;
	font-size: 12px;
}
.firstMenu-split
{
	width: 177px;
	height: 3px;
	background: url(images/bg-FirstMenuSplit.gif);
}
/*** 折叠主菜单项样式，既+号的样式 */
.td-expand
{
	height: 28px;
	width: 179px;
	line-height: 28px;
	vertical-align: middle;
	background: url(images/bg-FirstMenuExpand.gif) no-repeat;
	text-indent: 35px;
	cursor: hand;
}
.td-collapse
{
	height: 28px;
	width: 179px;
	line-height: 28px;
	vertical-align: middle;
	background: url(images/bg-FirstMenuCollapse.gif) no-repeat #8FB5E7;
	text-indent: 35px;
	cursor: hand;
	
}
.td-expand a
{
	color: #3666C1;
}
.td-collapse a
{
	color: #3666C1;
}

/*** 折叠子菜单项样式，既-号展开后的样式 **/
.item
{
	background:url(images/bg-MenuItems.gif) right top;
	padding:0px;
	width:179px;
}
.item-normal
{
	height: 24px;
	width: 179px;
	line-height: 24px;
	vertical-align: middle;
	text-indent: 35px;
	cursor: hand;
	padding:0px;
	border-top:1px solid #ffffff;
}
.item-normal a
{
	color: #5579A7;
}
.item-move
{
	height: 24px;
	width: 179px;
	line-height: 24px;
	vertical-align: middle;
	text-indent: 35px;
	cursor: hand;
	padding:0px;
	border-top:1px solid #ffffff;
	background:url(images/bg-MenuItems-move.gif);
}
.item-move a
{
	color: #FFFFFF;
}
.item-act
{
	height: 24px;
	width: 179px;
	line-height: 24px;
	vertical-align: middle;
	text-indent: 35px;
	cursor: hand;
	padding:0px;
	border-top:1px solid #ffffff;
	background:url(images/bg-MenuItems-act.gif) right top;
}
.item-act a
{
	color: #5579A7;
	font-weight:bold;
}
.item-header
{
	background: url(images/bg-MenuItemsHeader.gif);
	height: 4px;
	width: 179px;
	border: none;
}
.text
{
	padding-left:40px;
	padding-right:15px;
	line-height: 24px;
	font-size:12px;
	color:#333333;
}
.title
{
	padding-left:5px;
	padding-right:15px;
	font-size:14px;
	color:#333333;
	font-weight:bold;
    font-family:宋体;
}
.text1
{
	padding-left:50px;
	padding-right:15px;
	line-height: 24px;
	font-size:12px;
	color:#5579A7;
}
.text a
{
	color: #333333;
    text-decoration:none;
}
.input130 
{
	BORDER-RIGHT: #959595 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #959595 1px solid; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px 6px 0px 0px; BORDER-LEFT: #959595 1px solid; WIDTH: 130px; COLOR: #666; TEXT-INDENT: 6px; LINE-HEIGHT: 20px; PADDING-TOP: 0px; BORDER-BOTTOM: #959595 1px solid; HEIGHT: 20px; TEXT-ALIGN: left
}
.btnSearch
{
	background: url(images/btnbg.gif);
	height: 20px;
	width: 60px;
	border: 0;	
}