/* 新 Web 应用程序项目的默认 CSS Stylesheet */
/* CSS Document-aidimedia */
/*AIDImedia http://www.aidimedia.com*/


body{
	margin:0px;
	padding:0px;
	background-color: #EEEEEE;
	font-size: 9pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	background-image: url(images/bg.gif);
	}
TR {
	FONT-SIZE: 9pt; FONT-FAMILY: 宋体
}
TD {
	FONT-SIZE: 9pt; FONT-FAMILY: 宋体
}
FONT {
	FONT-SIZE: 9pt; FONT-FAMILY: 宋体
}
ul{
	margin-top:5px;
	margin-left:15px;
	margin-right:0px;
	margin-bottom:5px;
	list-style-position: inside;
	list-style-type: disc;

}	
.margin_top_5{margin-top:5px;}
.margin_top_10{margin-top:10px;}
.pad_left_30{padding-left:30px;}

.bg_cor_white{background-color: #fff;}
.bg_cor_blue{
	background-color: #609dd2;
	border: 0px none #CCCCCC;
}
.bg_cor_gray{background-color: #f4f4f4;}
.bg_cor_gray1{background-color: #E1E1E1;}
.bg_cor_yellow{background-color: #fce283;}

a:link, a:visited{color: #333333; text-decoration: none;}
a:hover, a:active{color: #0066FF; text-decoration: none;}

.text_title{color:#2378c1;}
a.text_title:link, a.text_title:visited{color:#2378c1;; text-decoration: none;}
a.text_title:hover,a.text_title:active{color: #FF9900; text-decoration: none;}

.input{
	border: 1px solid #666666;
	background-color: #FFFFFF;
	width: 90px;
	height: 15px;
}
.border_gray_1{
	border: 1px solid #999999;
}
.border_gray_3{
	border: 3px solid #CCCCCC;
}
.text{
	padding:30px;
	line-height: 22px;
	text-indent: 24px;
}

#bg_index_nev{
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#but_bg01 {
	background-image: url(images/but_bg_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#005094;
}
#but_bg02 {
	background-image: url(images/but_bg_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#005094;
}
#but_bg03 {
	background-image: url(images/but_bg_03.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color:#005094;
}
#but_bg04{
	background-image: url(images/but_bg_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:30px;
	color:#005094;
}
#title_bg01{
	background-image: url(images/title_bg_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:40px;
	color:#fff;
	font-weight:bold;
}
#title_dot{
	background-image: url(images/dot_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	color:#2378c1;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0CBED;
}
#title_name{
	background-image: url(images/title_bg_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	letter-spacing: 2pt;
	word-spacing: 2pt;
}
.kuang {
	border: 1px double #CCCCCC;
	text-align: left;
	text-indent: 2pt;
	padding-left: 10px;
	margin-left: 0px;
}
.title_intro {
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
}
.text2 {
	text-indent: 5pt;
	padding: 20px;
}
.HLFont {
	font-size: 10pt;
	font-style: normal;
	line-height: 18px;
}
.TitleFont {
	color: #0066FF;
	font-size: 10pt;
	font-weight: bold;
}
















/* Breadcrumbs style ------------------------------------- */

.BreadcrumbsNode
{
  font-family: verdana;
  font-size: 11px;
  text-decoration: none;
}

.BreadcrumbsNode:hover
{
  font-family: verdana;
  font-size: 11px;
  text-decoration: underline;
}

/* Menu groups -------------------------------------------- */
.TopGroup
{
  background-color:white;
  background-image:url(images/item_bg.gif); 
  border:solid 0px #737373; 
}

.Group
{
  background-color:white;
  background-image:url(images/group_bg.gif); 
  border:solid 0px #737373; 
}

/* Default item styles ------------------------------------ */ 

.Item
{
height:26px;
  font-family:tahoma; 
  font-size:11px; 
  margin:1px;
  cursor:default;
}

.ItemHover
{
height:26px;
  color:blue; 
  font-size:11px; 
  border:solid 0px #ABABAB; 
  cursor:default;
}

.ItemExpanded
{
	height:26px;
  color:blue; 
  font-size:11px; 
  border:solid 0px #737373; 
  cursor:default;
}

/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
  font-size:11px; 
  border:solid 0px #B30000; 
  cursor:default;
}

.SelectedItemHover
{

  color:black; 
  font-size:11px; 
  border:solid 0px #B30000; 
  cursor:default;
}

.SelectedItemExpanded
{

  color:black; 
  font-size:11px; 
  border:solid 0px #FF4C4C; 
  cursor:default;
}

/* Child selected item styles ------------------------------------ */ 
.ChildSelectedItem
{

  font-size:11px; 
  border:solid 0px #0000B3; 
  cursor:default;
}

.ChildSelectedItemHover
{

  color:black; 
  font-size:11px; 
  border:solid 0px #0000B3; 
  cursor:default;
}

.ChildSelectedItemExpanded
{

  color:black; 
  font-size:11px; 
  border:solid 0px #4C4CFF; 
  cursor:default;
}


