﻿.menu_item
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: 宋体;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-right: #648abd 1px solid;
	border-top: #648abd 1px solid;
	border-left: #648abd 1px solid;
	border-bottom: #648abd 1px solid;
}

.menu_item_onmouseover
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: 宋体;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #648abd;
	border-right: #648abd 1px solid;
	border-top: #648abd 1px solid;
	border-left: #648abd 1px solid;
	border-bottom: #648abd 1px solid;
}

.font_little_title_blue
{
	font-size: 12px;
	color: #3366cc;
	font-weight: bold;
	font-family: 宋体;
}

.font_middle_title_blue
{
	font-size: 14px;
	color: #3366cc;
	font-weight: bold;
	font-family: 宋体;
}

.font_big_title_blue
{
	font-size: 18px;
	color: #507ab2;
	font-weight: bold;
	font-family: 'Arial Black';
}

.font_little_title_black
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: 宋体;
}

.font_little_title_white
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-family: 宋体;
}

.font_little_title_gray
{
	font-weight: bold;
	font-size: 12px;
	color: #363636;
	font-family: 宋体;
}

.font_little_title_green
{
	font-weight: bold;
	font-size: 12px;
	color: #5fae24;
	font-family: 宋体;
}

.font_middle_title_green
{
	font-weight: bold;
	font-size: 14px;
	color: #5fae24;
	font-family: 宋体;
}

.font_little_title_red
{
	font-weight: bold;
	font-size: 12px;
	color: #ff855c;
	font-family: 宋体;
}

.font_big_title_green
{
	font-weight: bolder;
	font-size: 20px;
	color: #78cd32;
	font-family: 宋体;
}

.font_text_black
{
	font-size: 12px;
	color: #000000;
	font-family: 宋体;
}

.font_text_red
{
	font-size: 12px;
	color: #ff855c;
	font-family: 宋体;
}

.font_text_blue
{
	font-size: 12px;
	color: #3366cc;
	font-family: 宋体;
}

.font_text_gray
{
	font-size: 12px;
	color: #808080;
	font-family: 宋体;
}

.textbox_line_blue
{
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: #3366cc 1px solid;
	font-size: 12px;
	font-family: 宋体;
}

.textbox_line_black
{
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: #000000 1px solid;
	font-size: 12px;
	font-family: 宋体;
}

.link_blue
{
	font-size: 12px;
	color: #3366cc;
	font-family: 宋体;
	cursor: pointer;
	text-decoration: none;
}

.link_black
{
	font-size: 12px;
	color: #000000;
	font-family: 宋体;
	cursor: pointer;
	text-decoration: none;
}

.link_red
{
	font-size: 12px;
	color: #ff855c;
	font-family: 宋体;
	cursor: pointer;
	text-decoration: none;
}

.link_red_pure
{
	font-size: 12px;
	color:Red;
	font-family: 宋体;
	cursor: pointer;
	text-decoration: none;
}

.link_title_gray
{
	font-size: 20px;
	color: #595959;
	font-family: 宋体;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

.link_title_red
{
	font-size: 20px;
	color: #ff855c;
	font-family: 宋体;
	cursor: pointer;
	text-decoration: none;
	font-weight:bold;
}

.panel_top
{
	margin-top: 0px;
	margin-bottom:auto;
	margin-left: 0px;
	margin-right: 0px;
}

.menu_left_normal
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: 宋体;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.menu_left_onmouseover
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: 宋体;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #98bce6;
}

.menu_left_selected
{
	font-weight: bold;
	font-size: 12px;
	color: #648abd;
	font-family: 宋体;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: White;
}

.data_list
{
	margin: 10px;
}

.tool_tip
{
	background-color: #ffffe0;
}

.memo
{
	overflow: auto;
}

.grid_down
{
	margin-left: 40px;
}
h2
{
	font-size:20px;
	color: #78cd32;
	font-family: 宋体;
	margin:0px;
	padding:0px;
}