﻿/*所有页面主体部分的颜色及字体,字号大小等*/
.mostBody
{
	color: #606060; /*#606060;*/
}

/*************************************************************************************************************
***********************                                                ***************************************
***********************                     设置Menu2的样式            ***************************************
***********************                                                ***************************************
**************************************************************************************************************/

/*页面左边导航栏的样式*/
/*Menu-静态部分中-菜单项样式StaticMenuItemStyle -(第一个table中)*/
#menu2 .menuStaticMenuItem
{
	height: 35px;
	font-family: Arial;
	font-weight: bold;
	color: #555454; /*656565*/
	font-size: 14px;
}
#menu2 .treeviewLeft
{
	font-family: Arial;
	color: #ACACAC;
}
#menu2 .treeNodeStyleLevel1
{
	font-size: 14px;
	height: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #555454; /*;*/
	text-decoration: none;
}
#menu2 .treeNodeStyleLevel2
{
	font-size: 12px;
	height: 18px;
	font-family: Arial;
	color: #555454; /*Red    */
	width: 100px;
	background-color: #F3F2F2;
	text-decoration: none;
}

#menu2 .hoverNodeStyle 
{	
	color:#0000FF; /*#;ff02e4 */
	font-style: italic;
	text-decoration:none;
}

#menu2 .selectedNodeStyle
{
	text-decoration: none;
	color: Red; /* red */
}
#menu2 .nodeStyle
{
	font-family: Arial;
}

/*页面顶部导航栏的样式*/
.topNavigator
{
}


/*************************************************************************************************************
***********************                                                ***************************************
***********************                     设置Menu1的样式            ***************************************
***********************                                                ***************************************
**************************************************************************************************************/

/*Menu-控件的样式(第一个table中)*/
#menu1 .menuTop
{
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	border-width: 0;
	border-style: none;
}
/*Menu-静态部分的样式StaticMenuStyle -(第一个table中)*/
#menu1 .menuStaticMenu
{
}

/*Menu-静态部分中-菜单项样式StaticMenuItemStyle -(第一个table中)*/
#menu1 .menuStaticMenuItem
{
	text-align: center;
	cursor: pointer;
	border-style: none;
	font-family: Arial;
	color: #E5E6E7;
	height: 30px;
	width: 135px;
	display: block;
}
#menu1 .menuStaticMenuItem a
{
	vertical-align: middle;
	line-height: 2;
}

/*Menu-静态部分中-鼠标悬浮在菜单项上面的样式StaticHoverStyle -(第一个table中)*/
#menu1 .menuStaticHover
{
	background-color: #6e96d5;
	color: #ffffff;
	border-style: none;
	border-width: 0px;
}


/*Menu-动态部分的子菜单样式DynamicMenuStyle -(第一个table外面的,紧跟着的div中)*/
#menu1 .menuDynamicMenu
{
	/*display:block; 	 vertical-align:middle; 	 height:30px; 		*/
}

/*Menu-动态部分中-菜单项样式DynamicMenuItemStyle -(div中)*/
#menu1 .menuDynamicMenuItem
{
	display: block;
	width: 135px;
	height: 25px;
	font-size: 9pt;
	font-family: Arial;
	color: #606060; /*#a6a6a6;*/
	font-weight: bold;
	border-style: none;
	vertical-align: middle;
	text-indent:5px;
	 /*padding: 0 0 0 2px;	line-height:150%; 	text-decoration:none; 	*/
}
#menu1 .menuDynamicMenuItem a
{
	width: 135px;
	line-height: 2;
	vertical-align: middle;
}
#menu1 .menuDynamicMenuItem a:before
{
	content: "  ";
}
/*Menu-动态部分中-鼠标悬浮在菜单项上面的样式DynamicHoverStyle -(div中)*/
#menu1 .menuDynamicHover
{
	background-color: #8cafdc;
	color: #ffffff;
	font-weight: bold;
	border-style: none;
}










