﻿@charset "utf-8";

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 10px;
}

.textwhite
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.style1
{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
}
.styleIndex
{
	font-family: "宋体";
	font-size: 14px;
	color: #ff7070;
}

.textblack
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

.textblack1
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	background-color: #eaeae9;
}

.textblack2
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	background-color: #dadfdf;
}

.textblack3
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

.text1
{
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.textonmouseblack
{
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #074465;
	/*background-image: url(../images/top3.gif);*/
}

.STYLE1
{
	color: #FF0000;
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
}

.STYLE2
{
	color: #000000;
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
}

.tableboard
{
	BORDER-RIGHT: #666666 1px solid;
	border-bottom: #666666 1px solid;
	border-left: #666666 1px solid;
	border-top: #666666 1px solid;
}

.selButton
{
	width: 71px;
	height: 22px;
	line-height: 22px;
	background-image: url(../images/button.gif);
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

.selButton_s
{
	width: 44px;
	height: 22px;
	line-height: 22px;
	background-image: url(../admin/images/img11.jpg);
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

.selButton1
{
	width: 71px;
	height: 22px;
	line-height: 22px;
	background-image: url(../images/button.gif);
	font-size: 12px;
	text-align: center;
}

.selButton2
{
	width: 71px;
	height: 22px;
	line-height: 22px;
	background-image: url(../images/button.gif);
	font-size: 12px;
	text-align: center;
}

.selButton4
{
	width: 54px;
	height: 22px;
	line-height: 22px;
	background-image: url(../images/button3.gif);
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

.selButton_l
{
	width: 121px;
	height: 22px;
	line-height: 22px;
	background-image: url(../images/button_L.gif);
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

.selButton3
{
	width: 71px;
	height: 22px;
	line-height: 22px;
	background-image: url(../images/button.gif);
	font-size: 12px;
	text-align: center;
}

.showMenu1
{
	background-image: url(../IMAGES/bg.gif);
}

.showMenu2
{
	background-image: url(../IMAGES/demand.gif);
}

.rim
{
	border: 1px solid #CCCCCC;
}

.rim2
{
	border: 1px solid #FF0000;
}

#lblAnuounce
{
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
}

.popwindow
{
	font-family: monospace;
	position: absolute;
	padding: 0;
	border: 1px solid #369;
	background: #def;
	z-index: 99;
}

.pDiv1 .head
{
	text-align: center;
	padding: 2px;
	background: #6cf;
	border-bottom: 1px solid #369;
	color: #074465;
	font-size: 14px;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pDiv1 .closeButton
{
	float: right;
	margin: 2px 4px;
	font-weight: bold;
	font-size: 14px;
}

.pDiv1 .content
{
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
}
.MessageDiv
{
    position: fixed;
    _position: absolute;
    _top: expression(documentElement.scrollTop + 340 + "px");
    background: #fff;
    border: 1px solid #939395;
    width: 250px;
    height: 100px;
    top: 80%;
    left: 50%;
    margin: -200px 0 0 -100px;
    overflow: hidden;
    z-index: 99999;
    font-size: 14px;
    color: #000;
    display: none;
}
.MessageDiv dl
{
    overflow: hidden;
    padding: 20px;
    margin: 0;
}
.MessageDiv dl dt
{
    line-height: 30px;
}