/* CSS Document */


/* ===  ****  页面输入框等定义设置 *****  =====   */

/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body                      
{
	margin-left: 0px; /* 上下边距定义 */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial; /* 字体定义 */
	font-size: 12px;
	font-weight: 100;
	color: #333333;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface; /*滚动条定义 */
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	background-image: url(../images012/bg02.gif);
	background-attachment: fixed;
	}
	


/*表格样式定义 */ 
td
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #333333;
	line-height: 18px;
}

/*输入框样式定义 */ 

input
{
	font-family:  Tahoma, Arial;
	font-size: 12px;
	color: #333333;
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
}

/*选择框样式定义 */ 
checkbox
{
	font-family:  Tahoma, Arial;
	font-size: 12px;
	color: #333333;
}

/*文本区域输入样式定义 */ 
textarea
{
	font-family:  Tahoma, Arial;
	font-size: 12px;
	color: #333333;
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
}

/*文字按钮样式定义 */ 
button
{
	font-family:  Tahoma, Arial; 
	font-size: 12px;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #999999;
}

/*选择样式定义 */ 
select
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #333333;
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
}


/* 一般页面内超链接样式定义   */
a:link {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #555555;
	text-decoration: none;
}
a:visited {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color:#555555;
	text-decoration: none;

}
a:hover {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #CC9900;
	text-decoration: none;

}
a:active {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #555555;
	text-decoration: none;

}
/* 顶部  超链接样式定义   */
a.topmenu:link {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;
}
a.topmenu:visited {
	font-family:Tahoma, Arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;

}
a.topmenu:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: 100;
	color: #333333;
	text-decoration: none;

}
a.topmenu:active {
	font-family:Tahoma, Arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;

}


/* 表格定义设置0：文字居中用此样式 */
.td00 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #333333;
	text-align: justify;
}

/* 表格定义设置1：文字居中用此样式 */
.td01 {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #333333;
	text-align: center;
}

/* 表格定义设置2：文字不居中，前留空5像素 */
.td02 {
	font-family: "Verdana", "Arial",;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #333333;
	text-indent: 5px;
}
/* 大标题栏名称表格定义设置：文字文字居中，白色阴影，字体14 */
.td03 {
	font-family: "Verdana", "Arial", ;
	font-size: 14px;
	font-weight: 100;
	color: #333333;
	filter: DropShadow(Color=FFFFFF, OffX=1, OffY=1, Positive=10);
	text-align: center;
	line-height: 28px;
}
/* 小标题栏名称表格定义设置：文字文字居中，白色阴影 ，字体12*/
.td04 {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	font-weight: 100;
	color: #333333;
	filter: DropShadow(Color=FFFFFF, OffX=1, OffY=1, Positive=10);
	text-align: center;
	line-height: 28px;
}
/* 小标题栏名称表格定义设置：文字文字居中，2个像素的白色外框 ，字体12*/
.td05 {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #FFFFFF;
}

/* 小标题栏名称表格定义设置：2个像素的白色外框 ，字体12，和td05比不居中，文字缩进5像素*/
.td06 {
	font-family: "Verdana", "Arial",;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #333333;
	border: 2px solid #FFFFFF;
	text-indent: 5px;
}



/* 页面中部表格大标题栏样式 */
.topbg
{
	background: url(admin_top_title.gif);
	color: #000000;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
}

/* 页面中部表格小标题栏样式 */
.topbg2
{
	background: #f1f1f1;
	color: #333333;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
}

/* 表格深浅分隔排列 --深颜色样式 */
.topbg3
{
	background: #F9F9F9;
	color: #555555;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
}
/* 表格深浅分隔排列 --浅颜色样式 */
.topbg4
{
	background: #FFFFFF;
	color: #555555;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
}

.topbg5
{
	background: #FFFFFF;
	color: #555555;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	text-align:left;
	text-indent: 5px;
}
/* 表格变色   样式 */

.tdbg
{
	FONT-FAMILY: Verdana, Arial, "宋体";
	color: #333333;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 28px;
	font-weight: 100;
}



/* ===  ****  超链接定义设置 *****  =====   */


/* 顶部  超链接样式定义   */
a.toplink01:link {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #DFDFDF;
	text-decoration: none;
}
a.toplink01:visited {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #DFDFDF;
	text-decoration: none;

}
a.toplink01:hover {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #FFCC00;
	text-decoration: none;

}
a.toplink01:active {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #DFDFDF;
	text-decoration: none;

}
/*  标题18像素字体定义  */
.black18 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: 900;
	color: #006699;
}

/* 顶部  超链接样式定义   */
a.toplink02:link {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #999999;
	text-decoration: none;
}
a.toplink02:visited {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #999999;
	text-decoration: none;

}
a.toplink02:hover {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #333333;
	text-decoration: none;

}
a.toplink02:active {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #999999;
	text-decoration: none;

}



/* 中部  超链接样式定义1   */
a.centerlink1:link {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #000066;
	text-decoration: underline;
}
a.centerlink1:visited {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #000066;
	text-decoration: underline;

}
a.centerlink1:hover {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #0099FF;
	text-decoration: none;

}
a.centerlink1:active {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #000066;
	text-decoration: underline;

}

/* 中部  超链接样式定义2   */
a.centerlink2:link {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #FF6600;
	text-decoration: underline;
}
a.centerlink2:visited {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #FF6600;
	text-decoration: underline;
}
a.centerlink2:hover {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #CC9900;
	text-decoration: none;
}
a.centerlink2:active {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #FF6600;
	text-decoration: underline;
}
/* 中部  超链接样式定义3   */
a.centerlink3:link {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #003366;
	text-decoration: underline;
}
a.centerlink3:visited {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #003366;
	text-decoration: underline;
}
a.centerlink3:hover {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #000099;
	text-decoration: none;
}
a.centerlink3:active {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #003366;
	text-decoration: underline;
}


/* ===  ****  字体定义设置 *****  =====   */

/*  黑色 12像素字体定义  */
.fontblack12 {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
}

/*  白色 12像素字体定义  */
.fontwhite12 {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	font-weight: 100;
	color: #FFFFFF;
}

/*  黄色 12像素字体定义  */
.fontyellow12 {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	font-weight: 100;
	color: #FF9900;
}

/*  红色 12像素字体定义  */
.fontred12 {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	font-weight: 100;
	color: #CC0000;
}

/*  蓝色 12像素字体定义  */
.fontblue12 {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	font-weight: 100;
	color: #0066FF;
}

/*  绿色 12像素字体定义  */
.fontgreen12 {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 22px;
	font-weight: 100;
	color: #003300;
}
