﻿
/**********************************************************************************************************/

/*待办工作菜单*/
.m_menu
{
	background-color:#e1f4f3;
	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_off
{
	font-size: 9pt;
	color: #0A5496;
	padding: 6 0 3 0;
	margin:0 10 0 0;
	letter-spacing: 1pt;
	cursor:pointer;
	height:26px;
}

.m_toolMenu_ico
{
	width:7px;
	height:12px;
}

.m_toolMenu_on
{
	font-size: 9pt;
	color: #0A5496;
	padding: 3 3 3 6;
	letter-spacing: 1pt;
	background-color:AliceBlue;
	cursor:pointer;
	height:21px;
}