﻿

/**********************************************************************************************************/
/* 页面框架 */
/**********************************************************************************************************/

a.m_content_menu           {font-weight: lighter;font-size: 9pt;color: #333333;text-decoration: none;} 
a.m_content_menu:visited   {font-weight: lighter;font-size: 9pt;color: #333333;text-decoration: none;}
a.m_content_menu:active    {font-weight: lighter;font-size: 9pt;color: #333333;text-decoration: none;}
a.m_content_menu:hover     {font-weight: lighter;font-size: 9pt;color: #CCCCCC;text-decoration: none;}

.m_body
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#D8DDE0);
}

.m_header
{
	height:77px;
	width:100%;
}

.m_header_left
{
	width:830px;
	background-image: url(Images/header_left.jpg); 
	background-repeat: no-repeat;
	text-align:left;
}

.m_header_middle
{
	background-image: url(Images/header_right.jpg);
}

.m_header_right
{
	color: White;
	width:197px;
	background-image: url(Images/header_right.jpg); 
	text-align:right;
}

.m_td_login
{
	padding:8 7 0 0;	
	color:#333333;
}

.m_content
{
	padding:0 0 0 0;
}

.m_middle_split_close
{
	width:8px;
	height:80;
	background-image: url(Images/close.jpg);
}

.m_middle_split_open
{
	width:8px;
	height:80;
	background-image: url(Images/open.jpg);
}

.m_navigation_bg
{
     border: #A7B9C5 1px solid;
     border-bottom:0px;
     background-image:url(Images/navigate_bg.jpg);
     height:25px;
}

.m_img_navigate
{
	margin:0 5 0 12px;	
}

.m_navigation_title
{
	font-size: 9pt;
	font-weight:bold;
	color: #ffffff;
	padding-top: 6px;
	letter-spacing: 1pt;
}

.m_navigation_content
{
	padding-left: 10px;
	font-size: 9pt;
	color: #ffffff;
}

.m_content
{
	padding :0; 
	background-color:#ffffff; 
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#dadee1);
}

.m_content_iframe
{
	width:100%;
	height:100%;
	border-left:#A7B9C5 1px solid;
}

.m_footer
{
	 background-image:url(Images/left.jpg);
	 height: 26px;
	 color:#ffffff;
}

.m_footer_middle
{
	height: 26px;
	width:52px;
	background-image:url(Images/middle.jpg);
}

.m_footer_left
{
	padding-left:20px;
	 color:#ffffff;
}

.m_footer_right
{
	color:#000000;
	padding-right:20px;
	background-image:url(Images/right.jpg);
}

/**********************************************************************************************************/
/*菜单-公用*/
/**********************************************************************************************************/

.m_leftFrame
{
	background-color:#fcfafb;
	border:#A8BAC6 1px solid;
	width:158px;
}

.m_td_menu #divMenu
{
	overflow: auto; 
	height: 100%; 
	width: 100%; 
}

.m_td_menu span
{
	cursor:pointer;	
}

.m_menu_title
{
    height: 26px;
    font-size: 9pt;
    font-weight:bold;
    background: url(Images/office2000_menutitle_bg.jpg)  repeat-x center center;
}

.m_menu_foot
{
	display:none;	
}
/**********************************************************************************************************/
/* 中间菜单 */
/**********************************************************************************************************/

.m_mid_menu_ul
{
    margin:0;
    width:100%;
}

.m_mid_menu_ul li
{
    display:inline;
    list-style:none;
	margin-left:1;
}

/**********************************************************************************************************/
/* 左边抽屉式菜单 */
/**********************************************************************************************************/

m_menu_body_default
{
	width:100%;
	height:100%;	
}

.m_menu_item_default_off
{
	margin-top: 3px;
	padding:2 0 0 52px;
	height: 26px;
	border-bottom:solid 1px #a7b9c3;
	border-top:0;
	background-image: url(Images/office2000_menuitem_bg.jpg);
	cursor: hand;
	background-repeat: repeat-x;
}

.m_menu_item_default_on
{
	margin-top: 3px;
	padding:2 0 0 52px;
	height: 26px;
	border-bottom:solid 1px #a7b9c3;
	border-top:0;
	background-image: url(Images/sys_menu_over_office2000.jpg);
	cursor: hand;
	background-repeat: repeat-x;
}

.m_menu_item_child_default
{
	width:100%;
	height:100%;
	background-color:#e7f0ed;	
	border-bottom:#a7b9c3 1px solid;
	overflow:auto;
}

.m_menu_item_child_div_default_off
{
	height:26px;
	padding:5px 4px 4px 38px;
	border-bottom:#d4dee0 1px solid;
}

a.m_menuItem_default_on              {font-size: 9pt;color: #ed223f;text-decoration: none;cursor:pointer;}
a.m_menuItem_default_on:visited      {font-size: 9pt;color: #ed223f;text-decoration: none;}
a.m_menuItem_default_on:active       {font-size: 9pt;color: #ed223f;text-decoration: none;}
a.m_menuItem_default_on:hover        {font-size: 9pt;color: #ed223f; text-decoration: none;}

a.m_menuItem_default_off              {font-size: 9pt;color: #15428B;text-decoration: none;font-weight:lighter;cursor:pointer;}
a.m_menuItem_default_off:visited      {font-size: 9pt;color: #15428B;text-decoration: none;}
a.m_menuItem_default_off:active       {font-size: 9pt;color: #15428B;text-decoration: none;}
a.m_menuItem_default_off:hover        {font-size: 9pt;color: #ed223f; text-decoration: none;}

/**********************************************************************************************************/
/* 左边树形菜单 */
/**********************************************************************************************************/

a.m_menuItem_on              {font-size: 9pt;color: #ed223f;text-decoration: none;}
a.m_menuItem_on:visited      {font-size: 9pt;color: #ed223f;text-decoration: none;}
a.m_menuItem_on:active       {font-size: 9pt;color: #ed223f;text-decoration: none;}
a.m_menuItem_on:hover        {font-size: 9pt;color: #ed223f; text-decoration: none;}

a.m_menuItem_off              {font-size: 9pt;color: #15428B;text-decoration: none;font-weight:lighter;}
a.m_menuItem_off:visited      {font-size: 9pt;color: #15428B;text-decoration: none;}
a.m_menuItem_off:active       {font-size: 9pt;color: #15428B;text-decoration: none;}
a.m_menuItem_off:hover        {font-size: 9pt;color: #ed223f; text-decoration: none;}

.m_menu_tree
{
	height:100%;
	overflow:auto;
	width:100%;
	position:relative;
	padding:1px 2px 8px 2px;
	background: url(Images/back.jpg);
}

.m_menuItem div
{
	width:100%;
    margin-left:4px;
    text-align:left;
}

.m_menuItem span
{
    cursor:pointer;
}

.m_SplitImg
{
	
}

.m_Icon
{
	
}

.m_menuItem_on
{
	
}

.m_menuItem_off
{
	
}

/**********************************************************************************************************/
/* 右上角待办工作菜单 */
/**********************************************************************************************************/

.m_menu
{
	background-color:#ffffff;
	border: solid 1px #869db4;
	border-top:0;
	display: none;
	position: absolute;
	text-align:center;
	width: 145px;
	left:0px;
	top:0px;
	z-index:999;
	padding:0;
	filter:alpha(opacity=95);
}

.m_td_menu_off
{
	cursor:hand;
	color:#0A5496;
	font-size:9pt;
	padding-left:7px;
}

.m_td_menu_on
{
	cursor:hand;
	color:red;
	font-size:9pt;
	padding-left:7px;
}

.m_toolMenu_on
{
	font-size: 9pt;
	color: #ffffff;
	padding: 5 0 3 0;
	margin:0 10 0 2;
	cursor:pointer;
}

.m_toolMenu_off
{
	font-size: 9pt;
	color: #ffffff;
	padding: 5 0 3 0;
	margin:0 10 0 2;
	cursor:pointer;
}

