/* ===  ****  页面输入框等定义设置 *****  =====   */

/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body                      
{
	margin-left: 0px; /* 上下边距定义 */ 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color: #C0C0C0; 

	SCROLLBAR-HIGHLIGHT-COLOR: buttonface; /*滚动条定义 */ 
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;

}

/* 一般页面内超链接样式定义   */
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;

}
/*表格样式定义 */ 
.table01
{
   width:100% ;
   border:0px;
   cellpadding:0;
   cellspacing:1;
   bgcolor:#CCCCCC;
   class:td05;
}

/*输入框样式定义 */ 

input
{
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
}

/*选择框样式定义 */ 
checkbox
{
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	border: 0px;
}

/*文本区域输入样式定义 */ 
textarea
{
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
}

/*文字按钮样式定义 */ 
button
{
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #666666;
}

/*选择样式定义 */ 
select
{
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
}
/*一般表格样式定义 */ 
td {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #333333;
}

/* 表格定义设置0：文字居中用此样式 */
.td00 {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #333333;
}

/* 表格定义设置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: #333333;
	text-align: center;
	border: 2px solid #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;
}

 .tdbg000{background-color:#FFFFCC} /* 鼠标移上时表格颜色 */
 .tdbg111{background-color:#ffffff} /* 鼠标离开时表格颜色 */



/* ===  ****  超链接定义设置 *****  =====   */


/* 顶部  超链接样式定义   */
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: "宋体","Verdana", "Arial", ;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	color: #608C9A;
}

/* 顶部  超链接样式定义   */
a.toplink02:link {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #FF6600;
	text-decoration: none;
}
a.toplink02:visited {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #FF6600;
	text-decoration: none;

}
a.toplink02:hover {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #FF0000;
	text-decoration: none;

}
a.toplink02:active {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #FF6600;
	text-decoration: none;

}


/************* 中部层内CSS定义开始************ */

/* 中部层内字体定义   */
.fontdiv01 {
	font-family: Impact, Verdana, "宋体";
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	line-height: 26px;
}

/*  蓝色 12像素字体定义  */
.fontdiv02 {
	font-family: Impact, Verdana, "宋体";
	font-size: 12px;
	font-weight: 600;
	color: #3399FF;
	line-height: 28px;
}

/************* 中部层内CSS定义结束************ */


/* 中部  超链接样式定义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;
}

/* ===  ****  右边信息框CSS定义开始*****  =====   */
/* ===  ****  右边信息框CSS定义开始*****  =====   */
/* ===  ****  右边信息框CSS定义开始*****  =====   */

/* 右边表格定义设置1：字体黑色，高度22 */
.td11 {
	font-family: "Verdana", "Arial",;
	font-size: 12px;
	line-height: 22px;
	font-weight: 100;
	color: #000000;
}

/* 右边表格定义设置2：高度21 */
.td12 {
	font-family: "Verdana", "Arial",;
	font-size: 12px;
	line-height: 20px;
	font-weight: 100;
	color: #333333;
}

/*文字按钮样式定义 */ 
.button_right
{
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #FFFFCC;
	border: 1px solid #666666;
}

/*选择样式定义 */ 
.select_right
{
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #fefefe;
	border: 1px solid #CC9900;
	text-indent: 4px;
}

/* 右边超链接样式定义   */
a.rlink01:link {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #FF0000;
	text-decoration: underline;
}
a.rlink01:visited {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #FF0000;
	text-decoration: underline;

}
a.rlink01:hover {
	font-family: "Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #CC0000;
	text-decoration: none;

}
a.rlink01:active {
	font-family:"Verdana", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #FF0000;
	text-decoration: underline;

}

